From 187bf12cb6406c49359b969ab1b6525458b02f77 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Mon, 5 Apr 2021 22:46:34 +0200 Subject: [PATCH] update api docs --- docs/api/ast/source/videojs.record.js.json | 116434 ++++++++------- .../class/js/videojs.record.js~Record.html | 114 +- docs/api/coverage.json | 28 +- docs/api/file/js/videojs.record.js.html | 5 + docs/api/index.json | 118 +- docs/api/source.html | 8 +- 6 files changed, 59051 insertions(+), 57656 deletions(-) diff --git a/docs/api/ast/source/videojs.record.js.json b/docs/api/ast/source/videojs.record.js.json index bc3e9c0cf..90b7fafc9 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": 68649, + "end": 68803, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1975, + "line": 1980, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 68649, + "end": 68803, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1975, + "line": 1980, "column": 0 } }, @@ -2127,14 +2127,14 @@ { "type": "Identifier", "start": 1409, - "end": 68401, + "end": 68555, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1962, + "line": 1967, "column": 1 } }, @@ -2176,14 +2176,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 68401, + "end": 68555, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1962, + "line": 1967, "column": 1 } }, @@ -42946,14 +42946,14 @@ { "type": "ClassMethod", "start": 24226, - "end": 31781, + "end": 31935, "loc": { "start": { "line": 612, "column": 4 }, "end": { - "line": 804, + "line": 809, "column": 5 } }, @@ -43004,14 +43004,14 @@ "body": { "type": "BlockStatement", "start": 24248, - "end": 31781, + "end": 31935, "loc": { "start": { "line": 612, "column": 26 }, "end": { - "line": 804, + "line": 809, "column": 5 } }, @@ -43113,9 +43113,9 @@ "trailingComments": [ { "type": "CommentLine", - "value": " store reference to stream for stopping etc.", + "value": " stop previous stream if it is active", "start": 24294, - "end": 24340, + "end": 24333, "loc": { "start": { "line": 615, @@ -43123,6 +43123,371 @@ }, "end": { "line": 615, + "column": 47 + } + } + } + ] + }, + { + "type": "IfStatement", + "start": 24342, + "end": 24438, + "loc": { + "start": { + "line": 616, + "column": 8 + }, + "end": { + "line": 618, + "column": 9 + } + }, + "test": { + "type": "LogicalExpression", + "start": 24346, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 59 + } + }, + "left": { + "type": "BinaryExpression", + "start": 24346, + "end": 24371, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 37 + } + }, + "left": { + "type": "MemberExpression", + "start": 24346, + "end": 24357, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 23 + } + }, + "object": { + "type": "ThisExpression", + "start": 24346, + "end": 24350, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 16 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 24351, + "end": 24357, + "loc": { + "start": { + "line": 616, + "column": 17 + }, + "end": { + "line": 616, + "column": 23 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false, + "leadingComments": null + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 24362, + "end": 24371, + "loc": { + "start": { + "line": 616, + "column": 28 + }, + "end": { + "line": 616, + "column": 37 + }, + "identifierName": "undefined" + }, + "name": "undefined" + }, + "leadingComments": null + }, + "operator": "&&", + "right": { + "type": "MemberExpression", + "start": 24375, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 59 + } + }, + "object": { + "type": "MemberExpression", + "start": 24375, + "end": 24386, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 52 + } + }, + "object": { + "type": "ThisExpression", + "start": 24375, + "end": 24379, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "start": 24380, + "end": 24386, + "loc": { + "start": { + "line": 616, + "column": 46 + }, + "end": { + "line": 616, + "column": 52 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 24387, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 53 + }, + "end": { + "line": 616, + "column": 59 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 24395, + "end": 24438, + "loc": { + "start": { + "line": 616, + "column": 61 + }, + "end": { + "line": 618, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 24409, + "end": 24428, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 31 + } + }, + "expression": { + "type": "CallExpression", + "start": 24409, + "end": 24427, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 30 + } + }, + "callee": { + "type": "MemberExpression", + "start": 24409, + "end": 24425, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 28 + } + }, + "object": { + "type": "MemberExpression", + "start": 24409, + "end": 24420, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 23 + } + }, + "object": { + "type": "ThisExpression", + "start": 24409, + "end": 24413, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 24414, + "end": 24420, + "loc": { + "start": { + "line": 617, + "column": 17 + }, + "end": { + "line": 617, + "column": 23 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 24421, + "end": 24425, + "loc": { + "start": { + "line": 617, + "column": 24 + }, + "end": { + "line": 617, + "column": 28 + }, + "identifierName": "stop" + }, + "name": "stop" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " stop previous stream if it is active", + "start": 24294, + "end": 24333, + "loc": { + "start": { + "line": 615, + "column": 8 + }, + "end": { + "line": 615, + "column": 47 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentLine", + "value": " store reference to stream for stopping etc.", + "start": 24448, + "end": 24494, + "loc": { + "start": { + "line": 620, + "column": 8 + }, + "end": { + "line": 620, "column": 54 } } @@ -43131,58 +43496,58 @@ }, { "type": "ExpressionStatement", - "start": 24349, - "end": 24370, + "start": 24503, + "end": 24524, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 24349, - "end": 24369, + "start": 24503, + "end": 24523, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24349, - "end": 24360, + "start": 24503, + "end": 24514, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24349, - "end": 24353, + "start": 24503, + "end": 24507, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 12 } }, @@ -43190,15 +43555,15 @@ }, "property": { "type": "Identifier", - "start": 24354, - "end": 24360, + "start": 24508, + "end": 24514, "loc": { "start": { - "line": 616, + "line": 621, "column": 13 }, "end": { - "line": 616, + "line": 621, "column": 19 }, "identifierName": "stream" @@ -43210,15 +43575,15 @@ }, "right": { "type": "Identifier", - "start": 24363, - "end": 24369, + "start": 24517, + "end": 24523, "loc": { "start": { - "line": 616, + "line": 621, "column": 22 }, "end": { - "line": 616, + "line": 621, "column": 28 }, "identifierName": "stream" @@ -43231,15 +43596,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24294, - "end": 24340, + "start": 24448, + "end": 24494, "loc": { "start": { - "line": 615, + "line": 620, "column": 8 }, "end": { - "line": 615, + "line": 620, "column": 54 } } @@ -43249,15 +43614,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -43266,85 +43631,85 @@ }, { "type": "ExpressionStatement", - "start": 24420, - "end": 24452, + "start": 24574, + "end": 24606, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 24420, - "end": 24451, + "start": 24574, + "end": 24605, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 24420, - "end": 24449, + "start": 24574, + "end": 24603, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 24420, - "end": 24444, + "start": 24574, + "end": 24598, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 24420, - "end": 24431, + "start": 24574, + "end": 24585, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24420, - "end": 24424, + "start": 24574, + "end": 24578, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 12 } }, @@ -43352,15 +43717,15 @@ }, "property": { "type": "Identifier", - "start": 24425, - "end": 24431, + "start": 24579, + "end": 24585, "loc": { "start": { - "line": 619, + "line": 624, "column": 13 }, "end": { - "line": 619, + "line": 624, "column": 19 }, "identifierName": "player" @@ -43372,15 +43737,15 @@ }, "property": { "type": "Identifier", - "start": 24432, - "end": 24444, + "start": 24586, + "end": 24598, "loc": { "start": { - "line": 619, + "line": 624, "column": 20 }, "end": { - "line": 619, + "line": 624, "column": 32 }, "identifierName": "deviceButton" @@ -43392,15 +43757,15 @@ }, "property": { "type": "Identifier", - "start": 24445, - "end": 24449, + "start": 24599, + "end": 24603, "loc": { "start": { - "line": 619, + "line": 624, "column": 33 }, "end": { - "line": 619, + "line": 624, "column": 37 }, "identifierName": "hide" @@ -43417,15 +43782,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -43435,15 +43800,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -43452,57 +43817,57 @@ }, { "type": "ExpressionStatement", - "start": 24516, - "end": 24549, + "start": 24670, + "end": 24703, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 24516, - "end": 24548, + "start": 24670, + "end": 24702, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24516, - "end": 24532, + "start": 24670, + "end": 24686, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 24516, - "end": 24520, + "start": 24670, + "end": 24674, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 12 } }, @@ -43510,15 +43875,15 @@ }, "property": { "type": "Identifier", - "start": 24521, - "end": 24532, + "start": 24675, + "end": 24686, "loc": { "start": { - "line": 622, + "line": 627, "column": 13 }, "end": { - "line": 622, + "line": 627, "column": 24 }, "identifierName": "setDuration" @@ -43531,44 +43896,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24533, - "end": 24547, + "start": 24687, + "end": 24701, "loc": { "start": { - "line": 622, + "line": 627, "column": 25 }, "end": { - "line": 622, + "line": 627, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 24533, - "end": 24537, + "start": 24687, + "end": 24691, "loc": { "start": { - "line": 622, + "line": 627, "column": 25 }, "end": { - "line": 622, + "line": 627, "column": 29 } } }, "property": { "type": "Identifier", - "start": 24538, - "end": 24547, + "start": 24692, + "end": 24701, "loc": { "start": { - "line": 622, + "line": 627, "column": 30 }, "end": { - "line": 622, + "line": 627, "column": 39 }, "identifierName": "maxLength" @@ -43584,15 +43949,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -43601,72 +43966,72 @@ }, { "type": "ExpressionStatement", - "start": 24558, - "end": 24581, + "start": 24712, + "end": 24735, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24558, - "end": 24580, + "start": 24712, + "end": 24734, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24558, - "end": 24577, + "start": 24712, + "end": 24731, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 24558, - "end": 24562, + "start": 24712, + "end": 24716, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24563, - "end": 24577, + "start": 24717, + "end": 24731, "loc": { "start": { - "line": 623, + "line": 628, "column": 13 }, "end": { - "line": 623, + "line": 628, "column": 27 }, "identifierName": "setCurrentTime" @@ -43678,15 +44043,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 24578, - "end": 24579, + "start": 24732, + "end": 24733, "loc": { "start": { - "line": 623, + "line": 628, "column": 28 }, "end": { - "line": 623, + "line": 628, "column": 29 } }, @@ -43702,15 +44067,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -43719,85 +44084,85 @@ }, { "type": "IfStatement", - "start": 24658, - "end": 24776, + "start": 24812, + "end": 24930, "loc": { "start": { - "line": 626, + "line": 631, "column": 8 }, "end": { - "line": 628, + "line": 633, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 24662, - "end": 24709, + "start": 24816, + "end": 24863, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 24662, - "end": 24695, + "start": 24816, + "end": 24849, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24662, - "end": 24684, + "start": 24816, + "end": 24838, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24662, - "end": 24673, + "start": 24816, + "end": 24827, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24662, - "end": 24666, + "start": 24816, + "end": 24820, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 16 } }, @@ -43805,15 +44170,15 @@ }, "property": { "type": "Identifier", - "start": 24667, - "end": 24673, + "start": 24821, + "end": 24827, "loc": { "start": { - "line": 626, + "line": 631, "column": 17 }, "end": { - "line": 626, + "line": 631, "column": 23 }, "identifierName": "player" @@ -43825,15 +44190,15 @@ }, "property": { "type": "Identifier", - "start": 24674, - "end": 24684, + "start": 24828, + "end": 24838, "loc": { "start": { - "line": 626, + "line": 631, "column": 24 }, "end": { - "line": 626, + "line": 631, "column": 34 }, "identifierName": "controlBar" @@ -43845,15 +44210,15 @@ }, "property": { "type": "Identifier", - "start": 24685, - "end": 24695, + "start": 24839, + "end": 24849, "loc": { "start": { - "line": 626, + "line": 631, "column": 35 }, "end": { - "line": 626, + "line": 631, "column": 45 }, "identifierName": "playToggle" @@ -43866,15 +44231,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24700, - "end": 24709, + "start": 24854, + "end": 24863, "loc": { "start": { - "line": 626, + "line": 631, "column": 50 }, "end": { - "line": 626, + "line": 631, "column": 59 }, "identifierName": "undefined" @@ -43885,129 +44250,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 24711, - "end": 24776, + "start": 24865, + "end": 24930, "loc": { "start": { - "line": 626, + "line": 631, "column": 61 }, "end": { - "line": 628, + "line": 633, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24725, - "end": 24766, + "start": 24879, + "end": 24920, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 24725, - "end": 24765, + "start": 24879, + "end": 24919, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24725, - "end": 24763, + "start": 24879, + "end": 24917, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24758, + "start": 24879, + "end": 24912, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24747, + "start": 24879, + "end": 24901, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24736, + "start": 24879, + "end": 24890, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24725, - "end": 24729, + "start": 24879, + "end": 24883, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24730, - "end": 24736, + "start": 24884, + "end": 24890, "loc": { "start": { - "line": 627, + "line": 632, "column": 17 }, "end": { - "line": 627, + "line": 632, "column": 23 }, "identifierName": "player" @@ -44018,15 +44383,15 @@ }, "property": { "type": "Identifier", - "start": 24737, - "end": 24747, + "start": 24891, + "end": 24901, "loc": { "start": { - "line": 627, + "line": 632, "column": 24 }, "end": { - "line": 627, + "line": 632, "column": 34 }, "identifierName": "controlBar" @@ -44037,15 +44402,15 @@ }, "property": { "type": "Identifier", - "start": 24748, - "end": 24758, + "start": 24902, + "end": 24912, "loc": { "start": { - "line": 627, + "line": 632, "column": 35 }, "end": { - "line": 627, + "line": 632, "column": 45 }, "identifierName": "playToggle" @@ -44056,15 +44421,15 @@ }, "property": { "type": "Identifier", - "start": 24759, - "end": 24763, + "start": 24913, + "end": 24917, "loc": { "start": { - "line": 627, + "line": 632, "column": 46 }, "end": { - "line": 627, + "line": 632, "column": 50 }, "identifierName": "hide" @@ -44085,15 +44450,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -44103,15 +44468,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -44120,57 +44485,57 @@ }, { "type": "ExpressionStatement", - "start": 24822, - "end": 24887, + "start": 24976, + "end": 25041, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 24822, - "end": 24886, + "start": 24976, + "end": 25040, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 24822, - "end": 24830, + "start": 24976, + "end": 24984, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24822, - "end": 24826, + "start": 24976, + "end": 24980, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 12 } }, @@ -44178,15 +44543,15 @@ }, "property": { "type": "Identifier", - "start": 24827, - "end": 24830, + "start": 24981, + "end": 24984, "loc": { "start": { - "line": 631, + "line": 636, "column": 13 }, "end": { - "line": 631, + "line": 636, "column": 16 }, "identifierName": "off" @@ -44199,44 +44564,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24831, - "end": 24842, + "start": 24985, + "end": 24996, "loc": { "start": { - "line": 631, + "line": 636, "column": 17 }, "end": { - "line": 631, + "line": 636, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24831, - "end": 24835, + "start": 24985, + "end": 24989, "loc": { "start": { - "line": 631, + "line": 636, "column": 17 }, "end": { - "line": 631, + "line": 636, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24836, - "end": 24842, + "start": 24990, + "end": 24996, "loc": { "start": { - "line": 631, + "line": 636, "column": 22 }, "end": { - "line": 631, + "line": 636, "column": 28 }, "identifierName": "player" @@ -44247,29 +44612,29 @@ }, { "type": "MemberExpression", - "start": 24844, - "end": 24860, + "start": 24998, + "end": 25014, "loc": { "start": { - "line": 631, + "line": 636, "column": 30 }, "end": { - "line": 631, + "line": 636, "column": 46 } }, "object": { "type": "Identifier", - "start": 24844, - "end": 24849, + "start": 24998, + "end": 25003, "loc": { "start": { - "line": 631, + "line": 636, "column": 30 }, "end": { - "line": 631, + "line": 636, "column": 35 }, "identifierName": "Event" @@ -44278,15 +44643,15 @@ }, "property": { "type": "Identifier", - "start": 24850, - "end": 24860, + "start": 25004, + "end": 25014, "loc": { "start": { - "line": 631, + "line": 636, "column": 36 }, "end": { - "line": 631, + "line": 636, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -44297,44 +44662,44 @@ }, { "type": "MemberExpression", - "start": 24862, - "end": 24885, + "start": 25016, + "end": 25039, "loc": { "start": { - "line": 631, + "line": 636, "column": 48 }, "end": { - "line": 631, + "line": 636, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 24862, - "end": 24866, + "start": 25016, + "end": 25020, "loc": { "start": { - "line": 631, + "line": 636, "column": 48 }, "end": { - "line": 631, + "line": 636, "column": 52 } } }, "property": { "type": "Identifier", - "start": 24867, - "end": 24885, + "start": 25021, + "end": 25039, "loc": { "start": { - "line": 631, + "line": 636, "column": 53 }, "end": { - "line": 631, + "line": 636, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -44350,15 +44715,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -44367,72 +44732,72 @@ }, { "type": "ExpressionStatement", - "start": 24896, - "end": 24956, + "start": 25050, + "end": 25110, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 24896, - "end": 24955, + "start": 25050, + "end": 25109, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 24896, - "end": 24904, + "start": 25050, + "end": 25058, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24896, - "end": 24900, + "start": 25050, + "end": 25054, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24901, - "end": 24904, + "start": 25055, + "end": 25058, "loc": { "start": { - "line": 632, + "line": 637, "column": 13 }, "end": { - "line": 632, + "line": 637, "column": 16 }, "identifierName": "off" @@ -44444,44 +44809,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24905, - "end": 24916, + "start": 25059, + "end": 25070, "loc": { "start": { - "line": 632, + "line": 637, "column": 17 }, "end": { - "line": 632, + "line": 637, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24905, - "end": 24909, + "start": 25059, + "end": 25063, "loc": { "start": { - "line": 632, + "line": 637, "column": 17 }, "end": { - "line": 632, + "line": 637, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24910, - "end": 24916, + "start": 25064, + "end": 25070, "loc": { "start": { - "line": 632, + "line": 637, "column": 22 }, "end": { - "line": 632, + "line": 637, "column": 28 }, "identifierName": "player" @@ -44492,29 +44857,29 @@ }, { "type": "MemberExpression", - "start": 24918, - "end": 24929, + "start": 25072, + "end": 25083, "loc": { "start": { - "line": 632, + "line": 637, "column": 30 }, "end": { - "line": 632, + "line": 637, "column": 41 } }, "object": { "type": "Identifier", - "start": 24918, - "end": 24923, + "start": 25072, + "end": 25077, "loc": { "start": { - "line": 632, + "line": 637, "column": 30 }, "end": { - "line": 632, + "line": 637, "column": 35 }, "identifierName": "Event" @@ -44523,15 +44888,15 @@ }, "property": { "type": "Identifier", - "start": 24924, - "end": 24929, + "start": 25078, + "end": 25083, "loc": { "start": { - "line": 632, + "line": 637, "column": 36 }, "end": { - "line": 632, + "line": 637, "column": 41 }, "identifierName": "ENDED" @@ -44542,44 +44907,44 @@ }, { "type": "MemberExpression", - "start": 24931, - "end": 24954, + "start": 25085, + "end": 25108, "loc": { "start": { - "line": 632, + "line": 637, "column": 43 }, "end": { - "line": 632, + "line": 637, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 24931, - "end": 24935, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 632, + "line": 637, "column": 43 }, "end": { - "line": 632, + "line": 637, "column": 47 } } }, "property": { "type": "Identifier", - "start": 24936, - "end": 24954, + "start": 25090, + "end": 25108, "loc": { "start": { - "line": 632, + "line": 637, "column": 48 }, "end": { - "line": 632, + "line": 637, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -44594,15 +44959,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -44611,71 +44976,71 @@ }, { "type": "IfStatement", - "start": 25000, - "end": 30080, + "start": 25154, + "end": 30234, "loc": { "start": { - "line": 635, + "line": 640, "column": 8 }, "end": { - "line": 759, + "line": 764, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 25004, - "end": 25039, + "start": 25158, + "end": 25193, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 47 } }, "left": { "type": "CallExpression", - "start": 25004, - "end": 25024, + "start": 25158, + "end": 25178, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 25004, - "end": 25022, + "start": 25158, + "end": 25176, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 25004, - "end": 25008, + "start": 25158, + "end": 25162, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 16 } }, @@ -44683,15 +45048,15 @@ }, "property": { "type": "Identifier", - "start": 25009, - "end": 25022, + "start": 25163, + "end": 25176, "loc": { "start": { - "line": 635, + "line": 640, "column": 17 }, "end": { - "line": 635, + "line": 640, "column": 30 }, "identifierName": "getRecordType" @@ -44707,15 +45072,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25029, - "end": 25039, + "start": 25183, + "end": 25193, "loc": { "start": { - "line": 635, + "line": 640, "column": 37 }, "end": { - "line": 635, + "line": 640, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -44726,100 +45091,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 25041, - "end": 29758, + "start": 25195, + "end": 29912, "loc": { "start": { - "line": 635, + "line": 640, "column": 49 }, "end": { - "line": 750, + "line": 755, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 25133, - "end": 25359, + "start": 25287, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 642, "column": 12 }, "end": { - "line": 640, + "line": 645, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25137, - "end": 25213, + "start": 25291, + "end": 25367, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 25137, - "end": 25172, + "start": 25291, + "end": 25326, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 51 } }, "left": { "type": "CallExpression", - "start": 25137, - "end": 25157, + "start": 25291, + "end": 25311, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 25137, - "end": 25155, + "start": 25291, + "end": 25309, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25137, - "end": 25141, + "start": 25291, + "end": 25295, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 20 } }, @@ -44827,15 +45192,15 @@ }, "property": { "type": "Identifier", - "start": 25142, - "end": 25155, + "start": 25296, + "end": 25309, "loc": { "start": { - "line": 637, + "line": 642, "column": 21 }, "end": { - "line": 637, + "line": 642, "column": 34 }, "identifierName": "getRecordType" @@ -44851,15 +45216,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25162, - "end": 25172, + "start": 25316, + "end": 25326, "loc": { "start": { - "line": 637, + "line": 642, "column": 41 }, "end": { - "line": 637, + "line": 642, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -44871,29 +45236,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 25176, - "end": 25213, + "start": 25330, + "end": 25367, "loc": { "start": { - "line": 637, + "line": 642, "column": 55 }, "end": { - "line": 637, + "line": 642, "column": 92 } }, "callee": { "type": "Identifier", - "start": 25176, - "end": 25195, + "start": 25330, + "end": 25349, "loc": { "start": { - "line": 637, + "line": 642, "column": 55 }, "end": { - "line": 637, + "line": 642, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -44903,44 +45268,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25196, - "end": 25212, + "start": 25350, + "end": 25366, "loc": { "start": { - "line": 637, + "line": 642, "column": 75 }, "end": { - "line": 637, + "line": 642, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 25196, - "end": 25200, + "start": 25350, + "end": 25354, "loc": { "start": { - "line": 637, + "line": 642, "column": 75 }, "end": { - "line": 637, + "line": 642, "column": 79 } } }, "property": { "type": "Identifier", - "start": 25201, - "end": 25212, + "start": 25355, + "end": 25366, "loc": { "start": { - "line": 637, + "line": 642, "column": 80 }, "end": { - "line": 637, + "line": 642, "column": 91 }, "identifierName": "audioEngine" @@ -44955,58 +45320,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 25215, - "end": 25359, + "start": 25369, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 642, "column": 94 }, "end": { - "line": 640, + "line": 645, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25233, - "end": 25345, + "start": 25387, + "end": 25499, "loc": { "start": { - "line": 638, + "line": 643, "column": 16 }, "end": { - "line": 639, + "line": 644, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 25239, - "end": 25344, + "start": 25393, + "end": 25498, "loc": { "start": { - "line": 638, + "line": 643, "column": 22 }, "end": { - "line": 639, + "line": 644, "column": 61 } }, "callee": { "type": "Identifier", - "start": 25243, - "end": 25248, + "start": 25397, + "end": 25402, "loc": { "start": { - "line": 638, + "line": 643, "column": 26 }, "end": { - "line": 638, + "line": 643, "column": 31 }, "identifierName": "Error" @@ -45016,43 +45381,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25249, - "end": 25343, + "start": 25403, + "end": 25497, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 639, + "line": 644, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 25249, - "end": 25280, + "start": 25403, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 638, + "line": 643, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 25249, - "end": 25261, + "start": 25403, + "end": 25415, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 638, + "line": 643, "column": 44 } }, @@ -45065,44 +45430,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 25264, - "end": 25280, + "start": 25418, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 47 }, "end": { - "line": 638, + "line": 643, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 25264, - "end": 25268, + "start": 25418, + "end": 25422, "loc": { "start": { - "line": 638, + "line": 643, "column": 47 }, "end": { - "line": 638, + "line": 643, "column": 51 } } }, "property": { "type": "Identifier", - "start": 25269, - "end": 25280, + "start": 25423, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 52 }, "end": { - "line": 638, + "line": 643, "column": 63 }, "identifierName": "audioEngine" @@ -45115,15 +45480,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25303, - "end": 25343, + "start": 25457, + "end": 25497, "loc": { "start": { - "line": 639, + "line": 644, "column": 20 }, "end": { - "line": 639, + "line": 644, "column": 60 } }, @@ -45146,15 +45511,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25055, - "end": 25120, + "start": 25209, + "end": 25274, "loc": { "start": { - "line": 636, + "line": 641, "column": 12 }, "end": { - "line": 636, + "line": 641, "column": 77 } } @@ -45164,15 +45529,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -45181,44 +45546,44 @@ }, { "type": "VariableDeclaration", - "start": 25409, - "end": 25437, + "start": 25563, + "end": 25591, "loc": { "start": { - "line": 643, + "line": 648, "column": 12 }, "end": { - "line": 643, + "line": 648, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 25413, - "end": 25424, + "start": 25567, + "end": 25578, "loc": { "start": { - "line": 643, + "line": 648, "column": 16 }, "end": { - "line": 643, + "line": 648, "column": 27 } }, "id": { "type": "Identifier", - "start": 25413, - "end": 25424, + "start": 25567, + "end": 25578, "loc": { "start": { - "line": 643, + "line": 648, "column": 16 }, "end": { - "line": 643, + "line": 648, "column": 27 }, "identifierName": "EngineClass" @@ -45231,29 +45596,29 @@ }, { "type": "VariableDeclarator", - "start": 25426, - "end": 25436, + "start": 25580, + "end": 25590, "loc": { "start": { - "line": 643, + "line": 648, "column": 29 }, "end": { - "line": 643, + "line": 648, "column": 39 } }, "id": { "type": "Identifier", - "start": 25426, - "end": 25436, + "start": 25580, + "end": 25590, "loc": { "start": { - "line": 643, + "line": 648, "column": 29 }, "end": { - "line": 643, + "line": 648, "column": 39 }, "identifierName": "engineType" @@ -45268,15 +45633,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -45285,72 +45650,72 @@ }, { "type": "SwitchStatement", - "start": 25450, - "end": 25985, + "start": 25604, + "end": 26139, "loc": { "start": { - "line": 644, + "line": 649, "column": 12 }, "end": { - "line": 655, + "line": 660, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 25458, - "end": 25478, + "start": 25612, + "end": 25632, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 25458, - "end": 25476, + "start": 25612, + "end": 25630, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 25458, - "end": 25462, + "start": 25612, + "end": 25616, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 24 } } }, "property": { "type": "Identifier", - "start": 25463, - "end": 25476, + "start": 25617, + "end": 25630, "loc": { "start": { - "line": 644, + "line": 649, "column": 25 }, "end": { - "line": 644, + "line": 649, "column": 38 }, "identifierName": "getRecordType" @@ -45364,59 +45729,59 @@ "cases": [ { "type": "SwitchCase", - "start": 25498, - "end": 25743, + "start": 25652, + "end": 25897, "loc": { "start": { - "line": 645, + "line": 650, "column": 16 }, "end": { - "line": 649, + "line": 654, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25618, - "end": 25665, + "start": 25772, + "end": 25819, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25618, - "end": 25664, + "start": 25772, + "end": 25818, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25618, - "end": 25629, + "start": 25772, + "end": 25783, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 31 }, "identifierName": "EngineClass" @@ -45426,29 +45791,29 @@ }, "right": { "type": "CallExpression", - "start": 25632, - "end": 25664, + "start": 25786, + "end": 25818, "loc": { "start": { - "line": 647, + "line": 652, "column": 34 }, "end": { - "line": 647, + "line": 652, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25632, - "end": 25646, + "start": 25786, + "end": 25800, "loc": { "start": { - "line": 647, + "line": 652, "column": 34 }, "end": { - "line": 647, + "line": 652, "column": 48 }, "identifierName": "getAudioEngine" @@ -45458,44 +45823,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25647, - "end": 25663, + "start": 25801, + "end": 25817, "loc": { "start": { - "line": 647, + "line": 652, "column": 49 }, "end": { - "line": 647, + "line": 652, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25647, - "end": 25651, + "start": 25801, + "end": 25805, "loc": { "start": { - "line": 647, + "line": 652, "column": 49 }, "end": { - "line": 647, + "line": 652, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25652, - "end": 25663, + "start": 25806, + "end": 25817, "loc": { "start": { - "line": 647, + "line": 652, "column": 54 }, "end": { - "line": 647, + "line": 652, "column": 65 }, "identifierName": "audioEngine" @@ -45512,15 +45877,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25535, - "end": 25597, + "start": 25689, + "end": 25751, "loc": { "start": { - "line": 646, + "line": 651, "column": 20 }, "end": { - "line": 646, + "line": 651, "column": 82 } } @@ -45529,44 +45894,44 @@ }, { "type": "ExpressionStatement", - "start": 25686, - "end": 25716, + "start": 25840, + "end": 25870, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25686, - "end": 25715, + "start": 25840, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25686, - "end": 25696, + "start": 25840, + "end": 25850, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 30 }, "identifierName": "engineType" @@ -45575,44 +45940,44 @@ }, "right": { "type": "MemberExpression", - "start": 25699, - "end": 25715, + "start": 25853, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 33 }, "end": { - "line": 648, + "line": 653, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25699, - "end": 25703, + "start": 25853, + "end": 25857, "loc": { "start": { - "line": 648, + "line": 653, "column": 33 }, "end": { - "line": 648, + "line": 653, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25704, - "end": 25715, + "start": 25858, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 38 }, "end": { - "line": 648, + "line": 653, "column": 49 }, "identifierName": "audioEngine" @@ -45625,15 +45990,15 @@ }, { "type": "BreakStatement", - "start": 25737, - "end": 25743, + "start": 25891, + "end": 25897, "loc": { "start": { - "line": 649, + "line": 654, "column": 20 }, "end": { - "line": 649, + "line": 654, "column": 26 } }, @@ -45642,15 +46007,15 @@ ], "test": { "type": "Identifier", - "start": 25503, - "end": 25513, + "start": 25657, + "end": 25667, "loc": { "start": { - "line": 645, + "line": 650, "column": 21 }, "end": { - "line": 645, + "line": 650, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -45660,59 +46025,59 @@ }, { "type": "SwitchCase", - "start": 25761, - "end": 25971, + "start": 25915, + "end": 26125, "loc": { "start": { - "line": 651, + "line": 656, "column": 16 }, "end": { - "line": 654, + "line": 659, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25873, - "end": 25920, + "start": 26027, + "end": 26074, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25873, - "end": 25919, + "start": 26027, + "end": 26073, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25873, - "end": 25884, + "start": 26027, + "end": 26038, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 31 }, "identifierName": "EngineClass" @@ -45722,29 +46087,29 @@ }, "right": { "type": "CallExpression", - "start": 25887, - "end": 25919, + "start": 26041, + "end": 26073, "loc": { "start": { - "line": 653, + "line": 658, "column": 34 }, "end": { - "line": 653, + "line": 658, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25887, - "end": 25901, + "start": 26041, + "end": 26055, "loc": { "start": { - "line": 653, + "line": 658, "column": 34 }, "end": { - "line": 653, + "line": 658, "column": 48 }, "identifierName": "getVideoEngine" @@ -45754,44 +46119,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25902, - "end": 25918, + "start": 26056, + "end": 26072, "loc": { "start": { - "line": 653, + "line": 658, "column": 49 }, "end": { - "line": 653, + "line": 658, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25902, - "end": 25906, + "start": 26056, + "end": 26060, "loc": { "start": { - "line": 653, + "line": 658, "column": 49 }, "end": { - "line": 653, + "line": 658, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25907, - "end": 25918, + "start": 26061, + "end": 26072, "loc": { "start": { - "line": 653, + "line": 658, "column": 54 }, "end": { - "line": 653, + "line": 658, "column": 65 }, "identifierName": "videoEngine" @@ -45808,15 +46173,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25790, - "end": 25852, + "start": 25944, + "end": 26006, "loc": { "start": { - "line": 652, + "line": 657, "column": 20 }, "end": { - "line": 652, + "line": 657, "column": 82 } } @@ -45825,44 +46190,44 @@ }, { "type": "ExpressionStatement", - "start": 25941, - "end": 25971, + "start": 26095, + "end": 26125, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25941, - "end": 25970, + "start": 26095, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25941, - "end": 25951, + "start": 26095, + "end": 26105, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 30 }, "identifierName": "engineType" @@ -45871,44 +46236,44 @@ }, "right": { "type": "MemberExpression", - "start": 25954, - "end": 25970, + "start": 26108, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 33 }, "end": { - "line": 654, + "line": 659, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25954, - "end": 25958, + "start": 26108, + "end": 26112, "loc": { "start": { - "line": 654, + "line": 659, "column": 33 }, "end": { - "line": 654, + "line": 659, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25959, - "end": 25970, + "start": 26113, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 38 }, "end": { - "line": 654, + "line": 659, "column": 49 }, "identifierName": "videoEngine" @@ -45927,15 +46292,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -45944,87 +46309,87 @@ }, { "type": "TryStatement", - "start": 26038, - "end": 26298, + "start": 26192, + "end": 26452, "loc": { "start": { - "line": 658, + "line": 663, "column": 12 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 26042, - "end": 26193, + "start": 26196, + "end": 26347, "loc": { "start": { - "line": 658, + "line": 663, "column": 16 }, "end": { - "line": 661, + "line": 666, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26114, - "end": 26179, + "start": 26268, + "end": 26333, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 26114, - "end": 26178, + "start": 26268, + "end": 26332, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26114, - "end": 26125, + "start": 26268, + "end": 26279, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26114, - "end": 26118, + "start": 26268, + "end": 26272, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 20 } }, @@ -46032,15 +46397,15 @@ }, "property": { "type": "Identifier", - "start": 26119, - "end": 26125, + "start": 26273, + "end": 26279, "loc": { "start": { - "line": 660, + "line": 665, "column": 21 }, "end": { - "line": 660, + "line": 665, "column": 27 }, "identifierName": "engine" @@ -46052,29 +46417,29 @@ }, "right": { "type": "NewExpression", - "start": 26128, - "end": 26178, + "start": 26282, + "end": 26332, "loc": { "start": { - "line": 660, + "line": 665, "column": 30 }, "end": { - "line": 660, + "line": 665, "column": 80 } }, "callee": { "type": "Identifier", - "start": 26132, - "end": 26143, + "start": 26286, + "end": 26297, "loc": { "start": { - "line": 660, + "line": 665, "column": 34 }, "end": { - "line": 660, + "line": 665, "column": 45 }, "identifierName": "EngineClass" @@ -46084,44 +46449,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26144, - "end": 26155, + "start": 26298, + "end": 26309, "loc": { "start": { - "line": 660, + "line": 665, "column": 46 }, "end": { - "line": 660, + "line": 665, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26144, - "end": 26148, + "start": 26298, + "end": 26302, "loc": { "start": { - "line": 660, + "line": 665, "column": 46 }, "end": { - "line": 660, + "line": 665, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26149, - "end": 26155, + "start": 26303, + "end": 26309, "loc": { "start": { - "line": 660, + "line": 665, "column": 51 }, "end": { - "line": 660, + "line": 665, "column": 57 }, "identifierName": "player" @@ -46132,58 +46497,58 @@ }, { "type": "MemberExpression", - "start": 26157, - "end": 26177, + "start": 26311, + "end": 26331, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 26157, - "end": 26168, + "start": 26311, + "end": 26322, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26157, - "end": 26161, + "start": 26311, + "end": 26315, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 63 } } }, "property": { "type": "Identifier", - "start": 26162, - "end": 26168, + "start": 26316, + "end": 26322, "loc": { "start": { - "line": 660, + "line": 665, "column": 64 }, "end": { - "line": 660, + "line": 665, "column": 70 }, "identifierName": "player" @@ -46194,15 +46559,15 @@ }, "property": { "type": "Identifier", - "start": 26169, - "end": 26177, + "start": 26323, + "end": 26331, "loc": { "start": { - "line": 660, + "line": 665, "column": 71 }, "end": { - "line": 660, + "line": 665, "column": 79 }, "identifierName": "options_" @@ -46219,15 +46584,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26060, - "end": 26097, + "start": 26214, + "end": 26251, "loc": { "start": { - "line": 659, + "line": 664, "column": 16 }, "end": { - "line": 659, + "line": 664, "column": 53 } } @@ -46240,29 +46605,29 @@ }, "handler": { "type": "CatchClause", - "start": 26194, - "end": 26298, + "start": 26348, + "end": 26452, "loc": { "start": { - "line": 661, + "line": 666, "column": 14 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "param": { "type": "Identifier", - "start": 26201, - "end": 26204, + "start": 26355, + "end": 26358, "loc": { "start": { - "line": 661, + "line": 666, "column": 21 }, "end": { - "line": 661, + "line": 666, "column": 24 }, "identifierName": "err" @@ -46271,58 +46636,58 @@ }, "body": { "type": "BlockStatement", - "start": 26206, - "end": 26298, + "start": 26360, + "end": 26452, "loc": { "start": { - "line": 661, + "line": 666, "column": 26 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 26224, - "end": 26284, + "start": 26378, + "end": 26438, "loc": { "start": { - "line": 662, + "line": 667, "column": 16 }, "end": { - "line": 662, + "line": 667, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 26230, - "end": 26283, + "start": 26384, + "end": 26437, "loc": { "start": { - "line": 662, + "line": 667, "column": 22 }, "end": { - "line": 662, + "line": 667, "column": 75 } }, "callee": { "type": "Identifier", - "start": 26234, - "end": 26239, + "start": 26388, + "end": 26393, "loc": { "start": { - "line": 662, + "line": 667, "column": 26 }, "end": { - "line": 662, + "line": 667, "column": 31 }, "identifierName": "Error" @@ -46332,43 +46697,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26240, - "end": 26282, + "start": 26394, + "end": 26436, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 26240, - "end": 26270, + "start": 26394, + "end": 26424, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 26240, - "end": 26257, + "start": 26394, + "end": 26411, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 49 } }, @@ -46381,15 +46746,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 26260, - "end": 26270, + "start": 26414, + "end": 26424, "loc": { "start": { - "line": 662, + "line": 667, "column": 52 }, "end": { - "line": 662, + "line": 667, "column": 62 }, "identifierName": "engineType" @@ -46400,15 +46765,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 26273, - "end": 26282, + "start": 26427, + "end": 26436, "loc": { "start": { - "line": 662, + "line": 667, "column": 65 }, "end": { - "line": 662, + "line": 667, "column": 74 } }, @@ -46434,15 +46799,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -46452,15 +46817,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -46469,71 +46834,71 @@ }, { "type": "ExpressionStatement", - "start": 26345, - "end": 26408, + "start": 26499, + "end": 26562, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 26345, - "end": 26407, + "start": 26499, + "end": 26561, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 26345, - "end": 26359, + "start": 26499, + "end": 26513, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 26345, - "end": 26356, + "start": 26499, + "end": 26510, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26345, - "end": 26349, + "start": 26499, + "end": 26503, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 16 } }, @@ -46541,15 +46906,15 @@ }, "property": { "type": "Identifier", - "start": 26350, - "end": 26356, + "start": 26504, + "end": 26510, "loc": { "start": { - "line": 666, + "line": 671, "column": 17 }, "end": { - "line": 666, + "line": 671, "column": 23 }, "identifierName": "engine" @@ -46561,15 +46926,15 @@ }, "property": { "type": "Identifier", - "start": 26357, - "end": 26359, + "start": 26511, + "end": 26513, "loc": { "start": { - "line": 666, + "line": 671, "column": 24 }, "end": { - "line": 666, + "line": 671, "column": 26 }, "identifierName": "on" @@ -46582,29 +46947,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26360, - "end": 26381, + "start": 26514, + "end": 26535, "loc": { "start": { - "line": 666, + "line": 671, "column": 27 }, "end": { - "line": 666, + "line": 671, "column": 48 } }, "object": { "type": "Identifier", - "start": 26360, - "end": 26365, + "start": 26514, + "end": 26519, "loc": { "start": { - "line": 666, + "line": 671, "column": 27 }, "end": { - "line": 666, + "line": 671, "column": 32 }, "identifierName": "Event" @@ -46613,15 +46978,15 @@ }, "property": { "type": "Identifier", - "start": 26366, - "end": 26381, + "start": 26520, + "end": 26535, "loc": { "start": { - "line": 666, + "line": 671, "column": 33 }, "end": { - "line": 666, + "line": 671, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -46632,44 +46997,44 @@ }, { "type": "MemberExpression", - "start": 26383, - "end": 26406, + "start": 26537, + "end": 26560, "loc": { "start": { - "line": 666, + "line": 671, "column": 50 }, "end": { - "line": 666, + "line": 671, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 26383, - "end": 26387, + "start": 26537, + "end": 26541, "loc": { "start": { - "line": 666, + "line": 671, "column": 50 }, "end": { - "line": 666, + "line": 671, "column": 54 } } }, "property": { "type": "Identifier", - "start": 26388, - "end": 26406, + "start": 26542, + "end": 26560, "loc": { "start": { - "line": 666, + "line": 671, "column": 55 }, "end": { - "line": 666, + "line": 671, "column": 73 }, "identifierName": "engineStopCallback" @@ -46685,15 +47050,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -46703,15 +47068,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -46720,72 +47085,72 @@ }, { "type": "ExpressionStatement", - "start": 26452, - "end": 26498, + "start": 26606, + "end": 26652, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26452, - "end": 26497, + "start": 26606, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26452, - "end": 26474, + "start": 26606, + "end": 26628, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26452, - "end": 26463, + "start": 26606, + "end": 26617, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26452, - "end": 26456, + "start": 26606, + "end": 26610, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 16 } }, @@ -46793,15 +47158,15 @@ }, "property": { "type": "Identifier", - "start": 26457, - "end": 26463, + "start": 26611, + "end": 26617, "loc": { "start": { - "line": 669, + "line": 674, "column": 17 }, "end": { - "line": 669, + "line": 674, "column": 23 }, "identifierName": "engine" @@ -46813,15 +47178,15 @@ }, "property": { "type": "Identifier", - "start": 26464, - "end": 26474, + "start": 26618, + "end": 26628, "loc": { "start": { - "line": 669, + "line": 674, "column": 24 }, "end": { - "line": 669, + "line": 674, "column": 34 }, "identifierName": "bufferSize" @@ -46833,44 +47198,44 @@ }, "right": { "type": "MemberExpression", - "start": 26477, - "end": 26497, + "start": 26631, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 37 }, "end": { - "line": 669, + "line": 674, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26477, - "end": 26481, + "start": 26631, + "end": 26635, "loc": { "start": { - "line": 669, + "line": 674, "column": 37 }, "end": { - "line": 669, + "line": 674, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26482, - "end": 26497, + "start": 26636, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 42 }, "end": { - "line": 669, + "line": 674, "column": 57 }, "identifierName": "audioBufferSize" @@ -46885,15 +47250,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -46902,87 +47267,87 @@ }, { "type": "ExpressionStatement", - "start": 26511, - "end": 26557, + "start": 26665, + "end": 26711, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26511, - "end": 26556, + "start": 26665, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26511, - "end": 26533, + "start": 26665, + "end": 26687, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26511, - "end": 26522, + "start": 26665, + "end": 26676, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26511, - "end": 26515, + "start": 26665, + "end": 26669, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26516, - "end": 26522, + "start": 26670, + "end": 26676, "loc": { "start": { - "line": 670, + "line": 675, "column": 17 }, "end": { - "line": 670, + "line": 675, "column": 23 }, "identifierName": "engine" @@ -46993,15 +47358,15 @@ }, "property": { "type": "Identifier", - "start": 26523, - "end": 26533, + "start": 26677, + "end": 26687, "loc": { "start": { - "line": 670, + "line": 675, "column": 24 }, "end": { - "line": 670, + "line": 675, "column": 34 }, "identifierName": "sampleRate" @@ -47012,44 +47377,44 @@ }, "right": { "type": "MemberExpression", - "start": 26536, - "end": 26556, + "start": 26690, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 37 }, "end": { - "line": 670, + "line": 675, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26536, - "end": 26540, + "start": 26690, + "end": 26694, "loc": { "start": { - "line": 670, + "line": 675, "column": 37 }, "end": { - "line": 670, + "line": 675, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26541, - "end": 26556, + "start": 26695, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 42 }, "end": { - "line": 670, + "line": 675, "column": 57 }, "identifierName": "audioSampleRate" @@ -47062,87 +47427,87 @@ }, { "type": "ExpressionStatement", - "start": 26570, - "end": 26610, + "start": 26724, + "end": 26764, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 26570, - "end": 26609, + "start": 26724, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26570, - "end": 26589, + "start": 26724, + "end": 26743, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26570, - "end": 26581, + "start": 26724, + "end": 26735, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26570, - "end": 26574, + "start": 26724, + "end": 26728, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26575, - "end": 26581, + "start": 26729, + "end": 26735, "loc": { "start": { - "line": 671, + "line": 676, "column": 17 }, "end": { - "line": 671, + "line": 676, "column": 23 }, "identifierName": "engine" @@ -47153,15 +47518,15 @@ }, "property": { "type": "Identifier", - "start": 26582, - "end": 26589, + "start": 26736, + "end": 26743, "loc": { "start": { - "line": 671, + "line": 676, "column": 24 }, "end": { - "line": 671, + "line": 676, "column": 31 }, "identifierName": "bitRate" @@ -47172,44 +47537,44 @@ }, "right": { "type": "MemberExpression", - "start": 26592, - "end": 26609, + "start": 26746, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 34 }, "end": { - "line": 671, + "line": 676, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 26592, - "end": 26596, + "start": 26746, + "end": 26750, "loc": { "start": { - "line": 671, + "line": 676, "column": 34 }, "end": { - "line": 671, + "line": 676, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26597, - "end": 26609, + "start": 26751, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 39 }, "end": { - "line": 671, + "line": 676, "column": 51 }, "identifierName": "audioBitRate" @@ -47222,87 +47587,87 @@ }, { "type": "ExpressionStatement", - "start": 26623, - "end": 26670, + "start": 26777, + "end": 26824, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 26623, - "end": 26669, + "start": 26777, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26623, - "end": 26648, + "start": 26777, + "end": 26802, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26623, - "end": 26634, + "start": 26777, + "end": 26788, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26623, - "end": 26627, + "start": 26777, + "end": 26781, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26628, - "end": 26634, + "start": 26782, + "end": 26788, "loc": { "start": { - "line": 672, + "line": 677, "column": 17 }, "end": { - "line": 672, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -47313,15 +47678,15 @@ }, "property": { "type": "Identifier", - "start": 26635, - "end": 26648, + "start": 26789, + "end": 26802, "loc": { "start": { - "line": 672, + "line": 677, "column": 24 }, "end": { - "line": 672, + "line": 677, "column": 37 }, "identifierName": "audioChannels" @@ -47332,44 +47697,44 @@ }, "right": { "type": "MemberExpression", - "start": 26651, - "end": 26669, + "start": 26805, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 40 }, "end": { - "line": 672, + "line": 677, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 26651, - "end": 26655, + "start": 26805, + "end": 26809, "loc": { "start": { - "line": 672, + "line": 677, "column": 40 }, "end": { - "line": 672, + "line": 677, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26656, - "end": 26669, + "start": 26810, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 45 }, "end": { - "line": 672, + "line": 677, "column": 58 }, "identifierName": "audioChannels" @@ -47382,87 +47747,87 @@ }, { "type": "ExpressionStatement", - "start": 26683, - "end": 26732, + "start": 26837, + "end": 26886, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26683, - "end": 26731, + "start": 26837, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26683, - "end": 26709, + "start": 26837, + "end": 26863, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26683, - "end": 26694, + "start": 26837, + "end": 26848, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26683, - "end": 26687, + "start": 26837, + "end": 26841, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26688, - "end": 26694, + "start": 26842, + "end": 26848, "loc": { "start": { - "line": 673, + "line": 678, "column": 17 }, "end": { - "line": 673, + "line": 678, "column": 23 }, "identifierName": "engine" @@ -47473,15 +47838,15 @@ }, "property": { "type": "Identifier", - "start": 26695, - "end": 26709, + "start": 26849, + "end": 26863, "loc": { "start": { - "line": 673, + "line": 678, "column": 24 }, "end": { - "line": 673, + "line": 678, "column": 38 }, "identifierName": "audioWorkerURL" @@ -47492,44 +47857,44 @@ }, "right": { "type": "MemberExpression", - "start": 26712, - "end": 26731, + "start": 26866, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 41 }, "end": { - "line": 673, + "line": 678, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26712, - "end": 26716, + "start": 26866, + "end": 26870, "loc": { "start": { - "line": 673, + "line": 678, "column": 41 }, "end": { - "line": 673, + "line": 678, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26717, - "end": 26731, + "start": 26871, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 46 }, "end": { - "line": 673, + "line": 678, "column": 60 }, "identifierName": "audioWorkerURL" @@ -47542,87 +47907,87 @@ }, { "type": "ExpressionStatement", - "start": 26745, - "end": 26804, + "start": 26899, + "end": 26958, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26745, - "end": 26803, + "start": 26899, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26745, - "end": 26776, + "start": 26899, + "end": 26930, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26745, - "end": 26756, + "start": 26899, + "end": 26910, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26745, - "end": 26749, + "start": 26899, + "end": 26903, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26750, - "end": 26756, + "start": 26904, + "end": 26910, "loc": { "start": { - "line": 674, + "line": 679, "column": 17 }, "end": { - "line": 674, + "line": 679, "column": 23 }, "identifierName": "engine" @@ -47633,15 +47998,15 @@ }, "property": { "type": "Identifier", - "start": 26757, - "end": 26776, + "start": 26911, + "end": 26930, "loc": { "start": { - "line": 674, + "line": 679, "column": 24 }, "end": { - "line": 674, + "line": 679, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -47652,44 +48017,44 @@ }, "right": { "type": "MemberExpression", - "start": 26779, - "end": 26803, + "start": 26933, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 46 }, "end": { - "line": 674, + "line": 679, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26779, - "end": 26783, + "start": 26933, + "end": 26937, "loc": { "start": { - "line": 674, + "line": 679, "column": 46 }, "end": { - "line": 674, + "line": 679, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26784, - "end": 26803, + "start": 26938, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 51 }, "end": { - "line": 674, + "line": 679, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -47703,15 +48068,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -47720,72 +48085,72 @@ }, { "type": "ExpressionStatement", - "start": 26843, - "end": 26958, + "start": 26997, + "end": 27112, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 680, + "line": 685, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26843, - "end": 26957, + "start": 26997, + "end": 27111, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 680, + "line": 685, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26843, - "end": 26863, + "start": 26997, + "end": 27017, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 26843, - "end": 26854, + "start": 26997, + "end": 27008, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26843, - "end": 26847, + "start": 26997, + "end": 27001, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 16 } }, @@ -47793,15 +48158,15 @@ }, "property": { "type": "Identifier", - "start": 26848, - "end": 26854, + "start": 27002, + "end": 27008, "loc": { "start": { - "line": 677, + "line": 682, "column": 17 }, "end": { - "line": 677, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -47813,15 +48178,15 @@ }, "property": { "type": "Identifier", - "start": 26855, - "end": 26863, + "start": 27009, + "end": 27017, "loc": { "start": { - "line": 677, + "line": 682, "column": 24 }, "end": { - "line": 677, + "line": 682, "column": 32 }, "identifierName": "mimeType" @@ -47833,30 +48198,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26866, - "end": 26957, + "start": 27020, + "end": 27111, "loc": { "start": { - "line": 677, + "line": 682, "column": 35 }, "end": { - "line": 680, + "line": 685, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26884, - "end": 26909, + "start": 27038, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 16 }, "end": { - "line": 678, + "line": 683, "column": 41 } }, @@ -47865,15 +48230,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26884, - "end": 26889, + "start": 27038, + "end": 27043, "loc": { "start": { - "line": 678, + "line": 683, "column": 16 }, "end": { - "line": 678, + "line": 683, "column": 21 }, "identifierName": "video" @@ -47882,44 +48247,44 @@ }, "value": { "type": "MemberExpression", - "start": 26891, - "end": 26909, + "start": 27045, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 23 }, "end": { - "line": 678, + "line": 683, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 26891, - "end": 26895, + "start": 27045, + "end": 27049, "loc": { "start": { - "line": 678, + "line": 683, "column": 23 }, "end": { - "line": 678, + "line": 683, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26896, - "end": 26909, + "start": 27050, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 28 }, "end": { - "line": 678, + "line": 683, "column": 41 }, "identifierName": "videoMimeType" @@ -47931,15 +48296,15 @@ }, { "type": "ObjectProperty", - "start": 26927, - "end": 26943, + "start": 27081, + "end": 27097, "loc": { "start": { - "line": 679, + "line": 684, "column": 16 }, "end": { - "line": 679, + "line": 684, "column": 32 } }, @@ -47948,15 +48313,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26927, - "end": 26930, + "start": 27081, + "end": 27084, "loc": { "start": { - "line": 679, + "line": 684, "column": 16 }, "end": { - "line": 679, + "line": 684, "column": 19 }, "identifierName": "gif" @@ -47965,15 +48330,15 @@ }, "value": { "type": "StringLiteral", - "start": 26932, - "end": 26943, + "start": 27086, + "end": 27097, "loc": { "start": { - "line": 679, + "line": 684, "column": 21 }, "end": { - "line": 679, + "line": 684, "column": 32 } }, @@ -47992,15 +48357,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -48009,86 +48374,86 @@ }, { "type": "IfStatement", - "start": 26971, - "end": 27131, + "start": 27125, + "end": 27285, "loc": { "start": { - "line": 681, + "line": 686, "column": 12 }, "end": { - "line": 684, + "line": 689, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 26975, - "end": 27049, + "start": 27129, + "end": 27203, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 26975, - "end": 27002, + "start": 27129, + "end": 27156, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 26975, - "end": 26993, + "start": 27129, + "end": 27147, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 26975, - "end": 26979, + "start": 27129, + "end": 27133, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26980, - "end": 26993, + "start": 27134, + "end": 27147, "loc": { "start": { - "line": 681, + "line": 686, "column": 21 }, "end": { - "line": 681, + "line": 686, "column": 34 }, "identifierName": "audioMimeType" @@ -48100,15 +48465,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 26998, - "end": 27002, + "start": 27152, + "end": 27156, "loc": { "start": { - "line": 681, + "line": 686, "column": 39 }, "end": { - "line": 681, + "line": 686, "column": 43 } } @@ -48117,58 +48482,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27022, - "end": 27049, + "start": 27176, + "end": 27203, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27022, - "end": 27040, + "start": 27176, + "end": 27194, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27022, - "end": 27026, + "start": 27176, + "end": 27180, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27027, - "end": 27040, + "start": 27181, + "end": 27194, "loc": { "start": { - "line": 682, + "line": 687, "column": 21 }, "end": { - "line": 682, + "line": 687, "column": 34 }, "identifierName": "audioMimeType" @@ -48180,15 +48545,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 27045, - "end": 27049, + "start": 27199, + "end": 27203, "loc": { "start": { - "line": 682, + "line": 687, "column": 39 }, "end": { - "line": 682, + "line": 687, "column": 43 }, "identifierName": "AUTO" @@ -48199,116 +48564,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 27051, - "end": 27131, + "start": 27205, + "end": 27285, "loc": { "start": { - "line": 682, + "line": 687, "column": 45 }, "end": { - "line": 684, + "line": 689, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27069, - "end": 27117, + "start": 27223, + "end": 27271, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 27069, - "end": 27116, + "start": 27223, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27069, - "end": 27095, + "start": 27223, + "end": 27249, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 27069, - "end": 27089, + "start": 27223, + "end": 27243, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27069, - "end": 27080, + "start": 27223, + "end": 27234, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27069, - "end": 27073, + "start": 27223, + "end": 27227, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27074, - "end": 27080, + "start": 27228, + "end": 27234, "loc": { "start": { - "line": 683, + "line": 688, "column": 21 }, "end": { - "line": 683, + "line": 688, "column": 27 }, "identifierName": "engine" @@ -48319,15 +48684,15 @@ }, "property": { "type": "Identifier", - "start": 27081, - "end": 27089, + "start": 27235, + "end": 27243, "loc": { "start": { - "line": 683, + "line": 688, "column": 28 }, "end": { - "line": 683, + "line": 688, "column": 36 }, "identifierName": "mimeType" @@ -48338,15 +48703,15 @@ }, "property": { "type": "Identifier", - "start": 27090, - "end": 27095, + "start": 27244, + "end": 27249, "loc": { "start": { - "line": 683, + "line": 688, "column": 37 }, "end": { - "line": 683, + "line": 688, "column": 42 }, "identifierName": "audio" @@ -48357,44 +48722,44 @@ }, "right": { "type": "MemberExpression", - "start": 27098, - "end": 27116, + "start": 27252, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 45 }, "end": { - "line": 683, + "line": 688, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 27098, - "end": 27102, + "start": 27252, + "end": 27256, "loc": { "start": { - "line": 683, + "line": 688, "column": 45 }, "end": { - "line": 683, + "line": 688, "column": 49 } } }, "property": { "type": "Identifier", - "start": 27103, - "end": 27116, + "start": 27257, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 50 }, "end": { - "line": 683, + "line": 688, "column": 63 }, "identifierName": "audioMimeType" @@ -48414,15 +48779,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -48431,72 +48796,72 @@ }, { "type": "ExpressionStatement", - "start": 27182, - "end": 27231, + "start": 27336, + "end": 27385, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27182, - "end": 27230, + "start": 27336, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27182, - "end": 27208, + "start": 27336, + "end": 27362, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27182, - "end": 27193, + "start": 27336, + "end": 27347, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27182, - "end": 27186, + "start": 27336, + "end": 27340, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 16 } }, @@ -48504,15 +48869,15 @@ }, "property": { "type": "Identifier", - "start": 27187, - "end": 27193, + "start": 27341, + "end": 27347, "loc": { "start": { - "line": 687, + "line": 692, "column": 17 }, "end": { - "line": 687, + "line": 692, "column": 23 }, "identifierName": "engine" @@ -48524,15 +48889,15 @@ }, "property": { "type": "Identifier", - "start": 27194, - "end": 27208, + "start": 27348, + "end": 27362, "loc": { "start": { - "line": 687, + "line": 692, "column": 24 }, "end": { - "line": 687, + "line": 692, "column": 38 }, "identifierName": "videoWorkerURL" @@ -48544,44 +48909,44 @@ }, "right": { "type": "MemberExpression", - "start": 27211, - "end": 27230, + "start": 27365, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 41 }, "end": { - "line": 687, + "line": 692, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27211, - "end": 27215, + "start": 27365, + "end": 27369, "loc": { "start": { - "line": 687, + "line": 692, "column": 41 }, "end": { - "line": 687, + "line": 692, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27216, - "end": 27230, + "start": 27370, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 46 }, "end": { - "line": 687, + "line": 692, "column": 60 }, "identifierName": "videoWorkerURL" @@ -48596,15 +48961,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -48613,87 +48978,87 @@ }, { "type": "ExpressionStatement", - "start": 27244, - "end": 27303, + "start": 27398, + "end": 27457, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 27244, - "end": 27302, + "start": 27398, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27244, - "end": 27275, + "start": 27398, + "end": 27429, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 27244, - "end": 27255, + "start": 27398, + "end": 27409, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27244, - "end": 27248, + "start": 27398, + "end": 27402, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27249, - "end": 27255, + "start": 27403, + "end": 27409, "loc": { "start": { - "line": 688, + "line": 693, "column": 17 }, "end": { - "line": 688, + "line": 693, "column": 23 }, "identifierName": "engine" @@ -48704,15 +49069,15 @@ }, "property": { "type": "Identifier", - "start": 27256, - "end": 27275, + "start": 27410, + "end": 27429, "loc": { "start": { - "line": 688, + "line": 693, "column": 24 }, "end": { - "line": 688, + "line": 693, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -48723,44 +49088,44 @@ }, "right": { "type": "MemberExpression", - "start": 27278, - "end": 27302, + "start": 27432, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 46 }, "end": { - "line": 688, + "line": 693, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 27278, - "end": 27282, + "start": 27432, + "end": 27436, "loc": { "start": { - "line": 688, + "line": 693, "column": 46 }, "end": { - "line": 688, + "line": 693, "column": 50 } } }, "property": { "type": "Identifier", - "start": 27283, - "end": 27302, + "start": 27437, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 51 }, "end": { - "line": 688, + "line": 693, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -48773,87 +49138,87 @@ }, { "type": "ExpressionStatement", - "start": 27316, - "end": 27361, + "start": 27470, + "end": 27515, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27316, - "end": 27360, + "start": 27470, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27316, - "end": 27340, + "start": 27470, + "end": 27494, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27316, - "end": 27327, + "start": 27470, + "end": 27481, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27316, - "end": 27320, + "start": 27470, + "end": 27474, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27321, - "end": 27327, + "start": 27475, + "end": 27481, "loc": { "start": { - "line": 689, + "line": 694, "column": 17 }, "end": { - "line": 689, + "line": 694, "column": 23 }, "identifierName": "engine" @@ -48864,15 +49229,15 @@ }, "property": { "type": "Identifier", - "start": 27328, - "end": 27340, + "start": 27482, + "end": 27494, "loc": { "start": { - "line": 689, + "line": 694, "column": 24 }, "end": { - "line": 689, + "line": 694, "column": 36 }, "identifierName": "videoBitRate" @@ -48883,44 +49248,44 @@ }, "right": { "type": "MemberExpression", - "start": 27343, - "end": 27360, + "start": 27497, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 39 }, "end": { - "line": 689, + "line": 694, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 27343, - "end": 27347, + "start": 27497, + "end": 27501, "loc": { "start": { - "line": 689, + "line": 694, "column": 39 }, "end": { - "line": 689, + "line": 694, "column": 43 } } }, "property": { "type": "Identifier", - "start": 27348, - "end": 27360, + "start": 27502, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 44 }, "end": { - "line": 689, + "line": 694, "column": 56 }, "identifierName": "videoBitRate" @@ -48933,87 +49298,87 @@ }, { "type": "ExpressionStatement", - "start": 27374, - "end": 27423, + "start": 27528, + "end": 27577, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27374, - "end": 27422, + "start": 27528, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27374, - "end": 27400, + "start": 27528, + "end": 27554, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27374, - "end": 27385, + "start": 27528, + "end": 27539, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27374, - "end": 27378, + "start": 27528, + "end": 27532, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27379, - "end": 27385, + "start": 27533, + "end": 27539, "loc": { "start": { - "line": 690, + "line": 695, "column": 17 }, "end": { - "line": 690, + "line": 695, "column": 23 }, "identifierName": "engine" @@ -49024,15 +49389,15 @@ }, "property": { "type": "Identifier", - "start": 27386, - "end": 27400, + "start": 27540, + "end": 27554, "loc": { "start": { - "line": 690, + "line": 695, "column": 24 }, "end": { - "line": 690, + "line": 695, "column": 38 }, "identifierName": "videoFrameRate" @@ -49043,44 +49408,44 @@ }, "right": { "type": "MemberExpression", - "start": 27403, - "end": 27422, + "start": 27557, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 41 }, "end": { - "line": 690, + "line": 695, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27403, - "end": 27407, + "start": 27557, + "end": 27561, "loc": { "start": { - "line": 690, + "line": 695, "column": 41 }, "end": { - "line": 690, + "line": 695, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27408, - "end": 27422, + "start": 27562, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 46 }, "end": { - "line": 690, + "line": 695, "column": 60 }, "identifierName": "videoFrameRate" @@ -49093,87 +49458,87 @@ }, { "type": "ExpressionStatement", - "start": 27436, - "end": 27563, + "start": 27590, + "end": 27717, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 694, + "line": 699, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27436, - "end": 27562, + "start": 27590, + "end": 27716, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 694, + "line": 699, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27436, - "end": 27453, + "start": 27590, + "end": 27607, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27436, - "end": 27447, + "start": 27590, + "end": 27601, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27436, - "end": 27440, + "start": 27590, + "end": 27594, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27441, - "end": 27447, + "start": 27595, + "end": 27601, "loc": { "start": { - "line": 691, + "line": 696, "column": 17 }, "end": { - "line": 691, + "line": 696, "column": 23 }, "identifierName": "engine" @@ -49184,15 +49549,15 @@ }, "property": { "type": "Identifier", - "start": 27448, - "end": 27453, + "start": 27602, + "end": 27607, "loc": { "start": { - "line": 691, + "line": 696, "column": 24 }, "end": { - "line": 691, + "line": 696, "column": 29 }, "identifierName": "video" @@ -49203,30 +49568,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27456, - "end": 27562, + "start": 27610, + "end": 27716, "loc": { "start": { - "line": 691, + "line": 696, "column": 32 }, "end": { - "line": 694, + "line": 699, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27474, - "end": 27501, + "start": 27628, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 16 }, "end": { - "line": 692, + "line": 697, "column": 43 } }, @@ -49235,15 +49600,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27474, - "end": 27479, + "start": 27628, + "end": 27633, "loc": { "start": { - "line": 692, + "line": 697, "column": 16 }, "end": { - "line": 692, + "line": 697, "column": 21 }, "identifierName": "width" @@ -49252,44 +49617,44 @@ }, "value": { "type": "MemberExpression", - "start": 27481, - "end": 27501, + "start": 27635, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 23 }, "end": { - "line": 692, + "line": 697, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27481, - "end": 27485, + "start": 27635, + "end": 27639, "loc": { "start": { - "line": 692, + "line": 697, "column": 23 }, "end": { - "line": 692, + "line": 697, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27486, - "end": 27501, + "start": 27640, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 28 }, "end": { - "line": 692, + "line": 697, "column": 43 }, "identifierName": "videoFrameWidth" @@ -49301,15 +49666,15 @@ }, { "type": "ObjectProperty", - "start": 27519, - "end": 27548, + "start": 27673, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 16 }, "end": { - "line": 693, + "line": 698, "column": 45 } }, @@ -49318,15 +49683,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27519, - "end": 27525, + "start": 27673, + "end": 27679, "loc": { "start": { - "line": 693, + "line": 698, "column": 16 }, "end": { - "line": 693, + "line": 698, "column": 22 }, "identifierName": "height" @@ -49335,44 +49700,44 @@ }, "value": { "type": "MemberExpression", - "start": 27527, - "end": 27548, + "start": 27681, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 24 }, "end": { - "line": 693, + "line": 698, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27527, - "end": 27531, + "start": 27681, + "end": 27685, "loc": { "start": { - "line": 693, + "line": 698, "column": 24 }, "end": { - "line": 693, + "line": 698, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27532, - "end": 27548, + "start": 27686, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 29 }, "end": { - "line": 693, + "line": 698, "column": 45 }, "identifierName": "videoFrameHeight" @@ -49388,87 +49753,87 @@ }, { "type": "ExpressionStatement", - "start": 27576, - "end": 27704, + "start": 27730, + "end": 27858, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 698, + "line": 703, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27576, - "end": 27703, + "start": 27730, + "end": 27857, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 698, + "line": 703, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27576, - "end": 27594, + "start": 27730, + "end": 27748, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 27576, - "end": 27587, + "start": 27730, + "end": 27741, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27576, - "end": 27580, + "start": 27730, + "end": 27734, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27581, - "end": 27587, + "start": 27735, + "end": 27741, "loc": { "start": { - "line": 695, + "line": 700, "column": 17 }, "end": { - "line": 695, + "line": 700, "column": 23 }, "identifierName": "engine" @@ -49479,15 +49844,15 @@ }, "property": { "type": "Identifier", - "start": 27588, - "end": 27594, + "start": 27742, + "end": 27748, "loc": { "start": { - "line": 695, + "line": 700, "column": 24 }, "end": { - "line": 695, + "line": 700, "column": 30 }, "identifierName": "canvas" @@ -49498,30 +49863,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27597, - "end": 27703, + "start": 27751, + "end": 27857, "loc": { "start": { - "line": 695, + "line": 700, "column": 33 }, "end": { - "line": 698, + "line": 703, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27615, - "end": 27642, + "start": 27769, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 16 }, "end": { - "line": 696, + "line": 701, "column": 43 } }, @@ -49530,15 +49895,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27615, - "end": 27620, + "start": 27769, + "end": 27774, "loc": { "start": { - "line": 696, + "line": 701, "column": 16 }, "end": { - "line": 696, + "line": 701, "column": 21 }, "identifierName": "width" @@ -49547,44 +49912,44 @@ }, "value": { "type": "MemberExpression", - "start": 27622, - "end": 27642, + "start": 27776, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 23 }, "end": { - "line": 696, + "line": 701, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27622, - "end": 27626, + "start": 27776, + "end": 27780, "loc": { "start": { - "line": 696, + "line": 701, "column": 23 }, "end": { - "line": 696, + "line": 701, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27627, - "end": 27642, + "start": 27781, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 28 }, "end": { - "line": 696, + "line": 701, "column": 43 }, "identifierName": "videoFrameWidth" @@ -49596,15 +49961,15 @@ }, { "type": "ObjectProperty", - "start": 27660, - "end": 27689, + "start": 27814, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 16 }, "end": { - "line": 697, + "line": 702, "column": 45 } }, @@ -49613,15 +49978,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27660, - "end": 27666, + "start": 27814, + "end": 27820, "loc": { "start": { - "line": 697, + "line": 702, "column": 16 }, "end": { - "line": 697, + "line": 702, "column": 22 }, "identifierName": "height" @@ -49630,44 +49995,44 @@ }, "value": { "type": "MemberExpression", - "start": 27668, - "end": 27689, + "start": 27822, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 24 }, "end": { - "line": 697, + "line": 702, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27668, - "end": 27672, + "start": 27822, + "end": 27826, "loc": { "start": { - "line": 697, + "line": 702, "column": 24 }, "end": { - "line": 697, + "line": 702, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27673, - "end": 27689, + "start": 27827, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 29 }, "end": { - "line": 697, + "line": 702, "column": 45 }, "identifierName": "videoFrameHeight" @@ -49684,15 +50049,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -49701,72 +50066,72 @@ }, { "type": "ExpressionStatement", - "start": 27755, - "end": 27799, + "start": 27909, + "end": 27953, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 27755, - "end": 27798, + "start": 27909, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27755, - "end": 27774, + "start": 27909, + "end": 27928, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 27755, - "end": 27766, + "start": 27909, + "end": 27920, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27755, - "end": 27759, + "start": 27909, + "end": 27913, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 16 } }, @@ -49774,15 +50139,15 @@ }, "property": { "type": "Identifier", - "start": 27760, - "end": 27766, + "start": 27914, + "end": 27920, "loc": { "start": { - "line": 701, + "line": 706, "column": 17 }, "end": { - "line": 701, + "line": 706, "column": 23 }, "identifierName": "engine" @@ -49794,15 +50159,15 @@ }, "property": { "type": "Identifier", - "start": 27767, - "end": 27774, + "start": 27921, + "end": 27928, "loc": { "start": { - "line": 701, + "line": 706, "column": 24 }, "end": { - "line": 701, + "line": 706, "column": 31 }, "identifierName": "quality" @@ -49814,44 +50179,44 @@ }, "right": { "type": "MemberExpression", - "start": 27777, - "end": 27798, + "start": 27931, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 34 }, "end": { - "line": 701, + "line": 706, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 27777, - "end": 27781, + "start": 27931, + "end": 27935, "loc": { "start": { - "line": 701, + "line": 706, "column": 34 }, "end": { - "line": 701, + "line": 706, "column": 38 } } }, "property": { "type": "Identifier", - "start": 27782, - "end": 27798, + "start": 27936, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 39 }, "end": { - "line": 701, + "line": 706, "column": 55 }, "identifierName": "animationQuality" @@ -49866,15 +50231,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -49883,87 +50248,87 @@ }, { "type": "ExpressionStatement", - "start": 27812, - "end": 27860, + "start": 27966, + "end": 28014, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 27812, - "end": 27859, + "start": 27966, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27812, - "end": 27833, + "start": 27966, + "end": 27987, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 27812, - "end": 27823, + "start": 27966, + "end": 27977, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27812, - "end": 27816, + "start": 27966, + "end": 27970, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27817, - "end": 27823, + "start": 27971, + "end": 27977, "loc": { "start": { - "line": 702, + "line": 707, "column": 17 }, "end": { - "line": 702, + "line": 707, "column": 23 }, "identifierName": "engine" @@ -49974,15 +50339,15 @@ }, "property": { "type": "Identifier", - "start": 27824, - "end": 27833, + "start": 27978, + "end": 27987, "loc": { "start": { - "line": 702, + "line": 707, "column": 24 }, "end": { - "line": 702, + "line": 707, "column": 33 }, "identifierName": "frameRate" @@ -49993,44 +50358,44 @@ }, "right": { "type": "MemberExpression", - "start": 27836, - "end": 27859, + "start": 27990, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 36 }, "end": { - "line": 702, + "line": 707, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 27836, - "end": 27840, + "start": 27990, + "end": 27994, "loc": { "start": { - "line": 702, + "line": 707, "column": 36 }, "end": { - "line": 702, + "line": 707, "column": 40 } } }, "property": { "type": "Identifier", - "start": 27841, - "end": 27859, + "start": 27995, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 41 }, "end": { - "line": 702, + "line": 707, "column": 59 }, "identifierName": "animationFrameRate" @@ -50044,15 +50409,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -50061,57 +50426,57 @@ }, { "type": "IfStatement", - "start": 27899, - "end": 28090, + "start": 28053, + "end": 28244, "loc": { "start": { - "line": 705, + "line": 710, "column": 12 }, "end": { - "line": 708, + "line": 713, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 27903, - "end": 27951, + "start": 28057, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 27903, - "end": 27923, + "start": 28057, + "end": 28077, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 27903, - "end": 27907, + "start": 28057, + "end": 28061, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 20 } }, @@ -50119,15 +50484,15 @@ }, "property": { "type": "Identifier", - "start": 27908, - "end": 27923, + "start": 28062, + "end": 28077, "loc": { "start": { - "line": 705, + "line": 710, "column": 21 }, "end": { - "line": 705, + "line": 710, "column": 36 }, "identifierName": "recordTimeSlice" @@ -50140,58 +50505,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27927, - "end": 27951, + "start": 28081, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 27927, - "end": 27947, + "start": 28081, + "end": 28101, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27927, - "end": 27931, + "start": 28081, + "end": 28085, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 44 } } }, "property": { "type": "Identifier", - "start": 27932, - "end": 27947, + "start": 28086, + "end": 28101, "loc": { "start": { - "line": 705, + "line": 710, "column": 45 }, "end": { - "line": 705, + "line": 710, "column": 60 }, "identifierName": "recordTimeSlice" @@ -50203,15 +50568,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 27950, - "end": 27951, + "start": 28104, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 63 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, @@ -50226,102 +50591,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 27953, - "end": 28090, + "start": 28107, + "end": 28244, "loc": { "start": { - "line": 705, + "line": 710, "column": 66 }, "end": { - "line": 708, + "line": 713, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27971, - "end": 28016, + "start": 28125, + "end": 28170, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27971, - "end": 28015, + "start": 28125, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27971, - "end": 27992, + "start": 28125, + "end": 28146, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 27971, - "end": 27982, + "start": 28125, + "end": 28136, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27971, - "end": 27975, + "start": 28125, + "end": 28129, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27976, - "end": 27982, + "start": 28130, + "end": 28136, "loc": { "start": { - "line": 706, + "line": 711, "column": 21 }, "end": { - "line": 706, + "line": 711, "column": 27 }, "identifierName": "engine" @@ -50332,15 +50697,15 @@ }, "property": { "type": "Identifier", - "start": 27983, - "end": 27992, + "start": 28137, + "end": 28146, "loc": { "start": { - "line": 706, + "line": 711, "column": 28 }, "end": { - "line": 706, + "line": 711, "column": 37 }, "identifierName": "timeSlice" @@ -50351,44 +50716,44 @@ }, "right": { "type": "MemberExpression", - "start": 27995, - "end": 28015, + "start": 28149, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 40 }, "end": { - "line": 706, + "line": 711, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27995, - "end": 27999, + "start": 28149, + "end": 28153, "loc": { "start": { - "line": 706, + "line": 711, "column": 40 }, "end": { - "line": 706, + "line": 711, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28000, - "end": 28015, + "start": 28154, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 45 }, "end": { - "line": 706, + "line": 711, "column": 60 }, "identifierName": "recordTimeSlice" @@ -50401,87 +50766,87 @@ }, { "type": "ExpressionStatement", - "start": 28033, - "end": 28076, + "start": 28187, + "end": 28230, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 28033, - "end": 28075, + "start": 28187, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28033, - "end": 28056, + "start": 28187, + "end": 28210, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28033, - "end": 28044, + "start": 28187, + "end": 28198, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28033, - "end": 28037, + "start": 28187, + "end": 28191, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28038, - "end": 28044, + "start": 28192, + "end": 28198, "loc": { "start": { - "line": 707, + "line": 712, "column": 21 }, "end": { - "line": 707, + "line": 712, "column": 27 }, "identifierName": "engine" @@ -50492,15 +50857,15 @@ }, "property": { "type": "Identifier", - "start": 28045, - "end": 28056, + "start": 28199, + "end": 28210, "loc": { "start": { - "line": 707, + "line": 712, "column": 28 }, "end": { - "line": 707, + "line": 712, "column": 39 }, "identifierName": "maxFileSize" @@ -50511,44 +50876,44 @@ }, "right": { "type": "MemberExpression", - "start": 28059, - "end": 28075, + "start": 28213, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 42 }, "end": { - "line": 707, + "line": 712, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 28059, - "end": 28063, + "start": 28213, + "end": 28217, "loc": { "start": { - "line": 707, + "line": 712, "column": 42 }, "end": { - "line": 707, + "line": 712, "column": 46 } } }, "property": { "type": "Identifier", - "start": 28064, - "end": 28075, + "start": 28218, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 47 }, "end": { - "line": 707, + "line": 712, "column": 58 }, "identifierName": "maxFileSize" @@ -50568,15 +50933,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -50586,15 +50951,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -50603,72 +50968,72 @@ }, { "type": "ExpressionStatement", - "start": 28156, - "end": 28217, + "start": 28310, + "end": 28371, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 28156, - "end": 28216, + "start": 28310, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28156, - "end": 28188, + "start": 28310, + "end": 28342, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28156, - "end": 28167, + "start": 28310, + "end": 28321, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28156, - "end": 28160, + "start": 28310, + "end": 28314, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 16 } }, @@ -50676,15 +51041,15 @@ }, "property": { "type": "Identifier", - "start": 28161, - "end": 28167, + "start": 28315, + "end": 28321, "loc": { "start": { - "line": 711, + "line": 716, "column": 17 }, "end": { - "line": 711, + "line": 716, "column": 23 }, "identifierName": "engine" @@ -50696,15 +51061,15 @@ }, "property": { "type": "Identifier", - "start": 28168, - "end": 28188, + "start": 28322, + "end": 28342, "loc": { "start": { - "line": 711, + "line": 716, "column": 24 }, "end": { - "line": 711, + "line": 716, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -50716,44 +51081,44 @@ }, "right": { "type": "MemberExpression", - "start": 28191, - "end": 28216, + "start": 28345, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 47 }, "end": { - "line": 711, + "line": 716, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 28191, - "end": 28195, + "start": 28345, + "end": 28349, "loc": { "start": { - "line": 711, + "line": 716, "column": 47 }, "end": { - "line": 711, + "line": 716, "column": 51 } } }, "property": { "type": "Identifier", - "start": 28196, - "end": 28216, + "start": 28350, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 52 }, "end": { - "line": 711, + "line": 716, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -50768,15 +51133,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -50786,15 +51151,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -50803,71 +51168,71 @@ }, { "type": "ExpressionStatement", - "start": 28266, - "end": 28325, + "start": 28420, + "end": 28479, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 28266, - "end": 28324, + "start": 28420, + "end": 28478, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 28266, - "end": 28283, + "start": 28420, + "end": 28437, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 28266, - "end": 28277, + "start": 28420, + "end": 28431, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28266, - "end": 28270, + "start": 28420, + "end": 28424, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 16 } }, @@ -50875,15 +51240,15 @@ }, "property": { "type": "Identifier", - "start": 28271, - "end": 28277, + "start": 28425, + "end": 28431, "loc": { "start": { - "line": 714, + "line": 719, "column": 17 }, "end": { - "line": 714, + "line": 719, "column": 23 }, "identifierName": "engine" @@ -50895,15 +51260,15 @@ }, "property": { "type": "Identifier", - "start": 28278, - "end": 28283, + "start": 28432, + "end": 28437, "loc": { "start": { - "line": 714, + "line": 719, "column": 24 }, "end": { - "line": 714, + "line": 719, "column": 29 }, "identifierName": "setup" @@ -50916,44 +51281,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28284, - "end": 28295, + "start": 28438, + "end": 28449, "loc": { "start": { - "line": 714, + "line": 719, "column": 30 }, "end": { - "line": 714, + "line": 719, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 28284, - "end": 28288, + "start": 28438, + "end": 28442, "loc": { "start": { - "line": 714, + "line": 719, "column": 30 }, "end": { - "line": 714, + "line": 719, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28289, - "end": 28295, + "start": 28443, + "end": 28449, "loc": { "start": { - "line": 714, + "line": 719, "column": 35 }, "end": { - "line": 714, + "line": 719, "column": 41 }, "identifierName": "stream" @@ -50964,44 +51329,44 @@ }, { "type": "MemberExpression", - "start": 28297, - "end": 28311, + "start": 28451, + "end": 28465, "loc": { "start": { - "line": 714, + "line": 719, "column": 43 }, "end": { - "line": 714, + "line": 719, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 28297, - "end": 28301, + "start": 28451, + "end": 28455, "loc": { "start": { - "line": 714, + "line": 719, "column": 43 }, "end": { - "line": 714, + "line": 719, "column": 47 } } }, "property": { "type": "Identifier", - "start": 28302, - "end": 28311, + "start": 28456, + "end": 28465, "loc": { "start": { - "line": 714, + "line": 719, "column": 48 }, "end": { - "line": 714, + "line": 719, "column": 57 }, "identifierName": "mediaType" @@ -51012,44 +51377,44 @@ }, { "type": "MemberExpression", - "start": 28313, - "end": 28323, + "start": 28467, + "end": 28477, "loc": { "start": { - "line": 714, + "line": 719, "column": 59 }, "end": { - "line": 714, + "line": 719, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 28313, - "end": 28317, + "start": 28467, + "end": 28471, "loc": { "start": { - "line": 714, + "line": 719, "column": 59 }, "end": { - "line": 714, + "line": 719, "column": 63 } } }, "property": { "type": "Identifier", - "start": 28318, - "end": 28323, + "start": 28472, + "end": 28477, "loc": { "start": { - "line": 714, + "line": 719, "column": 64 }, "end": { - "line": 714, + "line": 719, "column": 69 }, "identifierName": "debug" @@ -51065,15 +51430,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -51083,15 +51448,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -51100,57 +51465,57 @@ }, { "type": "IfStatement", - "start": 28378, - "end": 29191, + "start": 28532, + "end": 29345, "loc": { "start": { - "line": 717, + "line": 722, "column": 12 }, "end": { - "line": 735, + "line": 740, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28382, - "end": 28407, + "start": 28536, + "end": 28561, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 28382, - "end": 28400, + "start": 28536, + "end": 28554, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28382, - "end": 28386, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 20 } }, @@ -51158,15 +51523,15 @@ }, "property": { "type": "Identifier", - "start": 28387, - "end": 28400, + "start": 28541, + "end": 28554, "loc": { "start": { - "line": 717, + "line": 722, "column": 21 }, "end": { - "line": 717, + "line": 722, "column": 34 }, "identifierName": "convertEngine" @@ -51179,15 +51544,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 28405, - "end": 28407, + "start": 28559, + "end": 28561, "loc": { "start": { - "line": 717, + "line": 722, "column": 39 }, "end": { - "line": 717, + "line": 722, "column": 41 } }, @@ -51201,59 +51566,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28409, - "end": 29191, + "start": 28563, + "end": 29345, "loc": { "start": { - "line": 717, + "line": 722, "column": 43 }, "end": { - "line": 735, + "line": 740, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 28427, - "end": 28489, + "start": 28581, + "end": 28643, "loc": { "start": { - "line": 718, + "line": 723, "column": 16 }, "end": { - "line": 718, + "line": 723, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28431, - "end": 28488, + "start": 28585, + "end": 28642, "loc": { "start": { - "line": 718, + "line": 723, "column": 20 }, "end": { - "line": 718, + "line": 723, "column": 77 } }, "id": { "type": "Identifier", - "start": 28431, - "end": 28449, + "start": 28585, + "end": 28603, "loc": { "start": { - "line": 718, + "line": 723, "column": 20 }, "end": { - "line": 718, + "line": 723, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -51262,29 +51627,29 @@ }, "init": { "type": "CallExpression", - "start": 28452, - "end": 28488, + "start": 28606, + "end": 28642, "loc": { "start": { - "line": 718, + "line": 723, "column": 41 }, "end": { - "line": 718, + "line": 723, "column": 77 } }, "callee": { "type": "Identifier", - "start": 28452, - "end": 28468, + "start": 28606, + "end": 28622, "loc": { "start": { - "line": 718, + "line": 723, "column": 41 }, "end": { - "line": 718, + "line": 723, "column": 57 }, "identifierName": "getConvertEngine" @@ -51294,44 +51659,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28469, - "end": 28487, + "start": 28623, + "end": 28641, "loc": { "start": { - "line": 718, + "line": 723, "column": 58 }, "end": { - "line": 718, + "line": 723, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 28469, - "end": 28473, + "start": 28623, + "end": 28627, "loc": { "start": { - "line": 718, + "line": 723, "column": 58 }, "end": { - "line": 718, + "line": 723, "column": 62 } } }, "property": { "type": "Identifier", - "start": 28474, - "end": 28487, + "start": 28628, + "end": 28641, "loc": { "start": { - "line": 718, + "line": 723, "column": 63 }, "end": { - "line": 718, + "line": 723, "column": 76 }, "identifierName": "convertEngine" @@ -51348,102 +51713,102 @@ }, { "type": "TryStatement", - "start": 28506, - "end": 28810, + "start": 28660, + "end": 28964, "loc": { "start": { - "line": 719, + "line": 724, "column": 16 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 28510, - "end": 28649, + "start": 28664, + "end": 28803, "loc": { "start": { - "line": 719, + "line": 724, "column": 20 }, "end": { - "line": 722, + "line": 727, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28532, - "end": 28631, + "start": 28686, + "end": 28785, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 721, + "line": 726, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 28532, - "end": 28630, + "start": 28686, + "end": 28784, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 721, + "line": 726, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28532, - "end": 28546, + "start": 28686, + "end": 28700, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 720, + "line": 725, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28532, - "end": 28536, + "start": 28686, + "end": 28690, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 720, + "line": 725, "column": 24 } } }, "property": { "type": "Identifier", - "start": 28537, - "end": 28546, + "start": 28691, + "end": 28700, "loc": { "start": { - "line": 720, + "line": 725, "column": 25 }, "end": { - "line": 720, + "line": 725, "column": 34 }, "identifierName": "converter" @@ -51454,29 +51819,29 @@ }, "right": { "type": "NewExpression", - "start": 28549, - "end": 28630, + "start": 28703, + "end": 28784, "loc": { "start": { - "line": 720, + "line": 725, "column": 37 }, "end": { - "line": 721, + "line": 726, "column": 45 } }, "callee": { "type": "Identifier", - "start": 28553, - "end": 28571, + "start": 28707, + "end": 28725, "loc": { "start": { - "line": 720, + "line": 725, "column": 41 }, "end": { - "line": 720, + "line": 725, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -51486,44 +51851,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28572, - "end": 28583, + "start": 28726, + "end": 28737, "loc": { "start": { - "line": 720, + "line": 725, "column": 60 }, "end": { - "line": 720, + "line": 725, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28572, - "end": 28576, + "start": 28726, + "end": 28730, "loc": { "start": { - "line": 720, + "line": 725, "column": 60 }, "end": { - "line": 720, + "line": 725, "column": 64 } } }, "property": { "type": "Identifier", - "start": 28577, - "end": 28583, + "start": 28731, + "end": 28737, "loc": { "start": { - "line": 720, + "line": 725, "column": 65 }, "end": { - "line": 720, + "line": 725, "column": 71 }, "identifierName": "player" @@ -51534,58 +51899,58 @@ }, { "type": "MemberExpression", - "start": 28609, - "end": 28629, + "start": 28763, + "end": 28783, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28609, - "end": 28620, + "start": 28763, + "end": 28774, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 28609, - "end": 28613, + "start": 28763, + "end": 28767, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28614, - "end": 28620, + "start": 28768, + "end": 28774, "loc": { "start": { - "line": 721, + "line": 726, "column": 29 }, "end": { - "line": 721, + "line": 726, "column": 35 }, "identifierName": "player" @@ -51596,15 +51961,15 @@ }, "property": { "type": "Identifier", - "start": 28621, - "end": 28629, + "start": 28775, + "end": 28783, "loc": { "start": { - "line": 721, + "line": 726, "column": 36 }, "end": { - "line": 721, + "line": 726, "column": 44 }, "identifierName": "options_" @@ -51622,29 +51987,29 @@ }, "handler": { "type": "CatchClause", - "start": 28666, - "end": 28810, + "start": 28820, + "end": 28964, "loc": { "start": { - "line": 723, + "line": 728, "column": 16 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "param": { "type": "Identifier", - "start": 28673, - "end": 28676, + "start": 28827, + "end": 28830, "loc": { "start": { - "line": 723, + "line": 728, "column": 23 }, "end": { - "line": 723, + "line": 728, "column": 26 }, "identifierName": "err" @@ -51653,58 +52018,58 @@ }, "body": { "type": "BlockStatement", - "start": 28678, - "end": 28810, + "start": 28832, + "end": 28964, "loc": { "start": { - "line": 723, + "line": 728, "column": 28 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 28700, - "end": 28792, + "start": 28854, + "end": 28946, "loc": { "start": { - "line": 724, + "line": 729, "column": 20 }, "end": { - "line": 725, + "line": 730, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 28706, - "end": 28791, + "start": 28860, + "end": 28945, "loc": { "start": { - "line": 724, + "line": 729, "column": 26 }, "end": { - "line": 725, + "line": 730, "column": 34 } }, "callee": { "type": "Identifier", - "start": 28710, - "end": 28715, + "start": 28864, + "end": 28869, "loc": { "start": { - "line": 724, + "line": 729, "column": 30 }, "end": { - "line": 724, + "line": 729, "column": 35 }, "identifierName": "Error" @@ -51714,43 +52079,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28716, - "end": 28790, + "start": 28870, + "end": 28944, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 725, + "line": 730, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 28716, - "end": 28754, + "start": 28870, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 724, + "line": 729, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 28716, - "end": 28733, + "start": 28870, + "end": 28887, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 724, + "line": 729, "column": 53 } }, @@ -51763,44 +52128,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 28736, - "end": 28754, + "start": 28890, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 56 }, "end": { - "line": 724, + "line": 729, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 28736, - "end": 28740, + "start": 28890, + "end": 28894, "loc": { "start": { - "line": 724, + "line": 729, "column": 56 }, "end": { - "line": 724, + "line": 729, "column": 60 } } }, "property": { "type": "Identifier", - "start": 28741, - "end": 28754, + "start": 28895, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 61 }, "end": { - "line": 724, + "line": 729, "column": 74 }, "identifierName": "convertEngine" @@ -51813,15 +52178,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 28781, - "end": 28790, + "start": 28935, + "end": 28944, "loc": { "start": { - "line": 725, + "line": 730, "column": 24 }, "end": { - "line": 725, + "line": 730, "column": 33 } }, @@ -51847,15 +52212,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -51864,72 +52229,72 @@ }, { "type": "ExpressionStatement", - "start": 28864, - "end": 28920, + "start": 29018, + "end": 29074, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 28864, - "end": 28919, + "start": 29018, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28864, - "end": 28895, + "start": 29018, + "end": 29049, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 28864, - "end": 28878, + "start": 29018, + "end": 29032, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28864, - "end": 28868, + "start": 29018, + "end": 29022, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 20 } }, @@ -51937,15 +52302,15 @@ }, "property": { "type": "Identifier", - "start": 28869, - "end": 28878, + "start": 29023, + "end": 29032, "loc": { "start": { - "line": 729, + "line": 734, "column": 21 }, "end": { - "line": 729, + "line": 734, "column": 30 }, "identifierName": "converter" @@ -51957,15 +52322,15 @@ }, "property": { "type": "Identifier", - "start": 28879, - "end": 28895, + "start": 29033, + "end": 29049, "loc": { "start": { - "line": 729, + "line": 734, "column": 31 }, "end": { - "line": 729, + "line": 734, "column": 47 }, "identifierName": "convertWorkerURL" @@ -51977,44 +52342,44 @@ }, "right": { "type": "MemberExpression", - "start": 28898, - "end": 28919, + "start": 29052, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 50 }, "end": { - "line": 729, + "line": 734, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28898, - "end": 28902, + "start": 29052, + "end": 29056, "loc": { "start": { - "line": 729, + "line": 734, "column": 50 }, "end": { - "line": 729, + "line": 734, "column": 54 } } }, "property": { "type": "Identifier", - "start": 28903, - "end": 28919, + "start": 29057, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 55 }, "end": { - "line": 729, + "line": 734, "column": 71 }, "identifierName": "convertWorkerURL" @@ -52029,15 +52394,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -52046,87 +52411,87 @@ }, { "type": "ExpressionStatement", - "start": 28937, - "end": 28989, + "start": 29091, + "end": 29143, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 28937, - "end": 28988, + "start": 29091, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28937, - "end": 28966, + "start": 29091, + "end": 29120, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 28937, - "end": 28951, + "start": 29091, + "end": 29105, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28937, - "end": 28941, + "start": 29091, + "end": 29095, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28942, - "end": 28951, + "start": 29096, + "end": 29105, "loc": { "start": { - "line": 730, + "line": 735, "column": 21 }, "end": { - "line": 730, + "line": 735, "column": 30 }, "identifierName": "converter" @@ -52137,15 +52502,15 @@ }, "property": { "type": "Identifier", - "start": 28952, - "end": 28966, + "start": 29106, + "end": 29120, "loc": { "start": { - "line": 730, + "line": 735, "column": 31 }, "end": { - "line": 730, + "line": 735, "column": 45 }, "identifierName": "convertOptions" @@ -52156,44 +52521,44 @@ }, "right": { "type": "MemberExpression", - "start": 28969, - "end": 28988, + "start": 29123, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 48 }, "end": { - "line": 730, + "line": 735, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 28969, - "end": 28973, + "start": 29123, + "end": 29127, "loc": { "start": { - "line": 730, + "line": 735, "column": 48 }, "end": { - "line": 730, + "line": 735, "column": 52 } } }, "property": { "type": "Identifier", - "start": 28974, - "end": 28988, + "start": 29128, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 53 }, "end": { - "line": 730, + "line": 735, "column": 67 }, "identifierName": "convertOptions" @@ -52206,87 +52571,87 @@ }, { "type": "ExpressionStatement", - "start": 29006, - "end": 29070, + "start": 29160, + "end": 29224, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 29006, - "end": 29069, + "start": 29160, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29006, - "end": 29041, + "start": 29160, + "end": 29195, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 29006, - "end": 29020, + "start": 29160, + "end": 29174, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29006, - "end": 29010, + "start": 29160, + "end": 29164, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29011, - "end": 29020, + "start": 29165, + "end": 29174, "loc": { "start": { - "line": 731, + "line": 736, "column": 21 }, "end": { - "line": 731, + "line": 736, "column": 30 }, "identifierName": "converter" @@ -52297,15 +52662,15 @@ }, "property": { "type": "Identifier", - "start": 29021, - "end": 29041, + "start": 29175, + "end": 29195, "loc": { "start": { - "line": 731, + "line": 736, "column": 31 }, "end": { - "line": 731, + "line": 736, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -52316,44 +52681,44 @@ }, "right": { "type": "MemberExpression", - "start": 29044, - "end": 29069, + "start": 29198, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 54 }, "end": { - "line": 731, + "line": 736, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 29044, - "end": 29048, + "start": 29198, + "end": 29202, "loc": { "start": { - "line": 731, + "line": 736, "column": 54 }, "end": { - "line": 731, + "line": 736, "column": 58 } } }, "property": { "type": "Identifier", - "start": 29049, - "end": 29069, + "start": 29203, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 59 }, "end": { - "line": 731, + "line": 736, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -52367,15 +52732,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -52384,71 +52749,71 @@ }, { "type": "ExpressionStatement", - "start": 29128, - "end": 29177, + "start": 29282, + "end": 29331, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 29128, - "end": 29176, + "start": 29282, + "end": 29330, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 29128, - "end": 29148, + "start": 29282, + "end": 29302, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29128, - "end": 29142, + "start": 29282, + "end": 29296, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29128, - "end": 29132, + "start": 29282, + "end": 29286, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 20 } }, @@ -52456,15 +52821,15 @@ }, "property": { "type": "Identifier", - "start": 29133, - "end": 29142, + "start": 29287, + "end": 29296, "loc": { "start": { - "line": 734, + "line": 739, "column": 21 }, "end": { - "line": 734, + "line": 739, "column": 30 }, "identifierName": "converter" @@ -52476,15 +52841,15 @@ }, "property": { "type": "Identifier", - "start": 29143, - "end": 29148, + "start": 29297, + "end": 29302, "loc": { "start": { - "line": 734, + "line": 739, "column": 31 }, "end": { - "line": 734, + "line": 739, "column": 36 }, "identifierName": "setup" @@ -52497,44 +52862,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 29149, - "end": 29163, + "start": 29303, + "end": 29317, "loc": { "start": { - "line": 734, + "line": 739, "column": 37 }, "end": { - "line": 734, + "line": 739, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 29149, - "end": 29153, + "start": 29303, + "end": 29307, "loc": { "start": { - "line": 734, + "line": 739, "column": 37 }, "end": { - "line": 734, + "line": 739, "column": 41 } } }, "property": { "type": "Identifier", - "start": 29154, - "end": 29163, + "start": 29308, + "end": 29317, "loc": { "start": { - "line": 734, + "line": 739, "column": 42 }, "end": { - "line": 734, + "line": 739, "column": 51 }, "identifierName": "mediaType" @@ -52545,44 +52910,44 @@ }, { "type": "MemberExpression", - "start": 29165, - "end": 29175, + "start": 29319, + "end": 29329, "loc": { "start": { - "line": 734, + "line": 739, "column": 53 }, "end": { - "line": 734, + "line": 739, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 29165, - "end": 29169, + "start": 29319, + "end": 29323, "loc": { "start": { - "line": 734, + "line": 739, "column": 53 }, "end": { - "line": 734, + "line": 739, "column": 57 } } }, "property": { "type": "Identifier", - "start": 29170, - "end": 29175, + "start": 29324, + "end": 29329, "loc": { "start": { - "line": 734, + "line": 739, "column": 58 }, "end": { - "line": 734, + "line": 739, "column": 63 }, "identifierName": "debug" @@ -52598,15 +52963,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -52622,15 +52987,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -52640,15 +53005,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -52656,15 +53021,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -52673,44 +53038,44 @@ }, { "type": "VariableDeclaration", - "start": 29316, - "end": 29390, + "start": 29470, + "end": 29544, "loc": { "start": { - "line": 739, + "line": 744, "column": 12 }, "end": { - "line": 739, + "line": 744, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29320, - "end": 29389, + "start": 29474, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 744, "column": 16 }, "end": { - "line": 739, + "line": 744, "column": 85 } }, "id": { "type": "Identifier", - "start": 29320, - "end": 29330, + "start": 29474, + "end": 29484, "loc": { "start": { - "line": 739, + "line": 744, "column": 16 }, "end": { - "line": 739, + "line": 744, "column": 26 }, "identifierName": "uiElements" @@ -52720,30 +53085,30 @@ }, "init": { "type": "ArrayExpression", - "start": 29333, - "end": 29389, + "start": 29487, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 744, "column": 29 }, "end": { - "line": 739, + "line": 744, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 29334, - "end": 29354, + "start": 29488, + "end": 29508, "loc": { "start": { - "line": 739, + "line": 744, "column": 30 }, "end": { - "line": 739, + "line": 744, "column": 50 } }, @@ -52755,15 +53120,15 @@ }, { "type": "StringLiteral", - "start": 29356, - "end": 29369, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 744, "column": 52 }, "end": { - "line": 739, + "line": 744, "column": 65 } }, @@ -52775,15 +53140,15 @@ }, { "type": "StringLiteral", - "start": 29371, - "end": 29388, + "start": 29525, + "end": 29542, "loc": { "start": { - "line": 739, + "line": 744, "column": 67 }, "end": { - "line": 739, + "line": 744, "column": 84 } }, @@ -52803,15 +53168,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -52819,15 +53184,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -52836,57 +53201,57 @@ }, { "type": "ExpressionStatement", - "start": 29403, - "end": 29668, + "start": 29557, + "end": 29822, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 746, + "line": 751, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 29403, - "end": 29667, + "start": 29557, + "end": 29821, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 746, + "line": 751, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 29403, - "end": 29421, + "start": 29557, + "end": 29575, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 740, + "line": 745, "column": 30 } }, "object": { "type": "Identifier", - "start": 29403, - "end": 29413, + "start": 29557, + "end": 29567, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 740, + "line": 745, "column": 22 }, "identifierName": "uiElements" @@ -52895,15 +53260,15 @@ }, "property": { "type": "Identifier", - "start": 29414, - "end": 29421, + "start": 29568, + "end": 29575, "loc": { "start": { - "line": 740, + "line": 745, "column": 23 }, "end": { - "line": 740, + "line": 745, "column": 30 }, "identifierName": "forEach" @@ -52915,15 +53280,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 29422, - "end": 29666, + "start": 29576, + "end": 29820, "loc": { "start": { - "line": 740, + "line": 745, "column": 31 }, "end": { - "line": 746, + "line": 751, "column": 13 } }, @@ -52934,15 +53299,15 @@ "params": [ { "type": "Identifier", - "start": 29423, - "end": 29430, + "start": 29577, + "end": 29584, "loc": { "start": { - "line": 740, + "line": 745, "column": 32 }, "end": { - "line": 740, + "line": 745, "column": 39 }, "identifierName": "element" @@ -52952,59 +53317,59 @@ ], "body": { "type": "BlockStatement", - "start": 29435, - "end": 29666, + "start": 29589, + "end": 29820, "loc": { "start": { - "line": 740, + "line": 745, "column": 44 }, "end": { - "line": 746, + "line": 751, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29453, - "end": 29495, + "start": 29607, + "end": 29649, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 29453, - "end": 29494, + "start": 29607, + "end": 29648, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29453, - "end": 29460, + "start": 29607, + "end": 29614, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 23 }, "identifierName": "element" @@ -53013,72 +53378,72 @@ }, "right": { "type": "MemberExpression", - "start": 29463, - "end": 29494, + "start": 29617, + "end": 29648, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 29463, - "end": 29485, + "start": 29617, + "end": 29639, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 29463, - "end": 29474, + "start": 29617, + "end": 29628, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29463, - "end": 29467, + "start": 29617, + "end": 29621, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 30 } } }, "property": { "type": "Identifier", - "start": 29468, - "end": 29474, + "start": 29622, + "end": 29628, "loc": { "start": { - "line": 741, + "line": 746, "column": 31 }, "end": { - "line": 741, + "line": 746, "column": 37 }, "identifierName": "player" @@ -53089,15 +53454,15 @@ }, "property": { "type": "Identifier", - "start": 29475, - "end": 29485, + "start": 29629, + "end": 29639, "loc": { "start": { - "line": 741, + "line": 746, "column": 38 }, "end": { - "line": 741, + "line": 746, "column": 48 }, "identifierName": "controlBar" @@ -53108,15 +53473,15 @@ }, "property": { "type": "Identifier", - "start": 29486, - "end": 29493, + "start": 29640, + "end": 29647, "loc": { "start": { - "line": 741, + "line": 746, "column": 49 }, "end": { - "line": 741, + "line": 746, "column": 56 }, "identifierName": "element" @@ -53129,43 +53494,43 @@ }, { "type": "IfStatement", - "start": 29512, - "end": 29652, + "start": 29666, + "end": 29806, "loc": { "start": { - "line": 742, + "line": 747, "column": 16 }, "end": { - "line": 745, + "line": 750, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 29516, - "end": 29537, + "start": 29670, + "end": 29691, "loc": { "start": { - "line": 742, + "line": 747, "column": 20 }, "end": { - "line": 742, + "line": 747, "column": 41 } }, "left": { "type": "Identifier", - "start": 29516, - "end": 29523, + "start": 29670, + "end": 29677, "loc": { "start": { - "line": 742, + "line": 747, "column": 20 }, "end": { - "line": 742, + "line": 747, "column": 27 }, "identifierName": "element" @@ -53175,15 +53540,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29528, - "end": 29537, + "start": 29682, + "end": 29691, "loc": { "start": { - "line": 742, + "line": 747, "column": 32 }, "end": { - "line": 742, + "line": 747, "column": 41 }, "identifierName": "undefined" @@ -53193,115 +53558,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 29539, - "end": 29652, + "start": 29693, + "end": 29806, "loc": { "start": { - "line": 742, + "line": 747, "column": 43 }, "end": { - "line": 745, + "line": 750, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 29561, - "end": 29598, + "start": 29715, + "end": 29752, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29561, - "end": 29597, + "start": 29715, + "end": 29751, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29561, - "end": 29587, + "start": 29715, + "end": 29741, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29561, - "end": 29579, + "start": 29715, + "end": 29733, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 38 } }, "object": { "type": "CallExpression", - "start": 29561, - "end": 29573, + "start": 29715, + "end": 29727, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29561, - "end": 29571, + "start": 29715, + "end": 29725, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 30 } }, "object": { "type": "Identifier", - "start": 29561, - "end": 29568, + "start": 29715, + "end": 29722, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 27 }, "identifierName": "element" @@ -53310,15 +53675,15 @@ }, "property": { "type": "Identifier", - "start": 29569, - "end": 29571, + "start": 29723, + "end": 29725, "loc": { "start": { - "line": 743, + "line": 748, "column": 28 }, "end": { - "line": 743, + "line": 748, "column": 30 }, "identifierName": "el" @@ -53331,15 +53696,15 @@ }, "property": { "type": "Identifier", - "start": 29574, - "end": 29579, + "start": 29728, + "end": 29733, "loc": { "start": { - "line": 743, + "line": 748, "column": 33 }, "end": { - "line": 743, + "line": 748, "column": 38 }, "identifierName": "style" @@ -53350,15 +53715,15 @@ }, "property": { "type": "Identifier", - "start": 29580, - "end": 29587, + "start": 29734, + "end": 29741, "loc": { "start": { - "line": 743, + "line": 748, "column": 39 }, "end": { - "line": 743, + "line": 748, "column": 46 }, "identifierName": "display" @@ -53369,15 +53734,15 @@ }, "right": { "type": "StringLiteral", - "start": 29590, - "end": 29597, + "start": 29744, + "end": 29751, "loc": { "start": { - "line": 743, + "line": 748, "column": 49 }, "end": { - "line": 743, + "line": 748, "column": 56 } }, @@ -53391,57 +53756,57 @@ }, { "type": "ExpressionStatement", - "start": 29619, - "end": 29634, + "start": 29773, + "end": 29788, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 29619, - "end": 29633, + "start": 29773, + "end": 29787, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 29619, - "end": 29631, + "start": 29773, + "end": 29785, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 32 } }, "object": { "type": "Identifier", - "start": 29619, - "end": 29626, + "start": 29773, + "end": 29780, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 27 }, "identifierName": "element" @@ -53450,15 +53815,15 @@ }, "property": { "type": "Identifier", - "start": 29627, - "end": 29631, + "start": 29781, + "end": 29785, "loc": { "start": { - "line": 744, + "line": 749, "column": 28 }, "end": { - "line": 744, + "line": 749, "column": 32 }, "identifierName": "show" @@ -53485,15 +53850,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -53502,85 +53867,85 @@ }, { "type": "ExpressionStatement", - "start": 29716, - "end": 29748, + "start": 29870, + "end": 29902, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29716, - "end": 29747, + "start": 29870, + "end": 29901, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29716, - "end": 29745, + "start": 29870, + "end": 29899, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 29716, - "end": 29740, + "start": 29870, + "end": 29894, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29716, - "end": 29727, + "start": 29870, + "end": 29881, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29716, - "end": 29720, + "start": 29870, + "end": 29874, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 16 } }, @@ -53588,15 +53953,15 @@ }, "property": { "type": "Identifier", - "start": 29721, - "end": 29727, + "start": 29875, + "end": 29881, "loc": { "start": { - "line": 749, + "line": 754, "column": 17 }, "end": { - "line": 749, + "line": 754, "column": 23 }, "identifierName": "player" @@ -53608,15 +53973,15 @@ }, "property": { "type": "Identifier", - "start": 29728, - "end": 29740, + "start": 29882, + "end": 29894, "loc": { "start": { - "line": 749, + "line": 754, "column": 24 }, "end": { - "line": 749, + "line": 754, "column": 36 }, "identifierName": "recordToggle" @@ -53628,15 +53993,15 @@ }, "property": { "type": "Identifier", - "start": 29741, - "end": 29745, + "start": 29895, + "end": 29899, "loc": { "start": { - "line": 749, + "line": 754, "column": 37 }, "end": { - "line": 749, + "line": 754, "column": 41 }, "identifierName": "show" @@ -53653,15 +54018,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -53673,100 +54038,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 29764, - "end": 30080, + "start": 29918, + "end": 30234, "loc": { "start": { - "line": 750, + "line": 755, "column": 15 }, "end": { - "line": 759, + "line": 764, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29818, - "end": 29856, + "start": 29972, + "end": 30010, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 29818, - "end": 29855, + "start": 29972, + "end": 30009, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 29818, - "end": 29853, + "start": 29972, + "end": 30007, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 29818, - "end": 29845, + "start": 29972, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 29818, - "end": 29829, + "start": 29972, + "end": 29983, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29818, - "end": 29822, + "start": 29972, + "end": 29976, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 16 } }, @@ -53774,15 +54139,15 @@ }, "property": { "type": "Identifier", - "start": 29823, - "end": 29829, + "start": 29977, + "end": 29983, "loc": { "start": { - "line": 752, + "line": 757, "column": 17 }, "end": { - "line": 752, + "line": 757, "column": 23 }, "identifierName": "player" @@ -53794,15 +54159,15 @@ }, "property": { "type": "Identifier", - "start": 29830, - "end": 29845, + "start": 29984, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 757, "column": 24 }, "end": { - "line": 752, + "line": 757, "column": 39 }, "identifierName": "recordIndicator" @@ -53814,15 +54179,15 @@ }, "property": { "type": "Identifier", - "start": 29846, - "end": 29853, + "start": 30000, + "end": 30007, "loc": { "start": { - "line": 752, + "line": 757, "column": 40 }, "end": { - "line": 752, + "line": 757, "column": 47 }, "identifierName": "disable" @@ -53839,15 +54204,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29778, - "end": 29805, + "start": 29932, + "end": 29959, "loc": { "start": { - "line": 751, + "line": 756, "column": 12 }, "end": { - "line": 751, + "line": 756, "column": 39 } } @@ -53857,15 +54222,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -53873,15 +54238,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -53890,57 +54255,57 @@ }, { "type": "ExpressionStatement", - "start": 29963, - "end": 29984, + "start": 30117, + "end": 30138, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 29963, - "end": 29983, + "start": 30117, + "end": 30137, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29963, - "end": 29981, + "start": 30117, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29963, - "end": 29967, + "start": 30117, + "end": 30121, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 16 } }, @@ -53948,15 +54313,15 @@ }, "property": { "type": "Identifier", - "start": 29968, - "end": 29981, + "start": 30122, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 761, "column": 17 }, "end": { - "line": 756, + "line": 761, "column": 30 }, "identifierName": "retrySnapshot" @@ -53973,15 +54338,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -53989,15 +54354,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -54007,15 +54372,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 29998, - "end": 30070, + "start": 30152, + "end": 30224, "loc": { "start": { - "line": 758, + "line": 763, "column": 12 }, "end": { - "line": 758, + "line": 763, "column": 84 } } @@ -54030,15 +54395,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -54048,15 +54413,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -54065,71 +54430,71 @@ }, { "type": "IfStatement", - "start": 30115, - "end": 31775, + "start": 30269, + "end": 31929, "loc": { "start": { - "line": 762, + "line": 767, "column": 8 }, "end": { - "line": 803, + "line": 808, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30119, - "end": 30154, + "start": 30273, + "end": 30308, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 47 } }, "left": { "type": "CallExpression", - "start": 30119, - "end": 30139, + "start": 30273, + "end": 30293, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30119, - "end": 30137, + "start": 30273, + "end": 30291, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30119, - "end": 30123, + "start": 30273, + "end": 30277, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 16 } }, @@ -54137,15 +54502,15 @@ }, "property": { "type": "Identifier", - "start": 30124, - "end": 30137, + "start": 30278, + "end": 30291, "loc": { "start": { - "line": 762, + "line": 767, "column": 17 }, "end": { - "line": 762, + "line": 767, "column": 30 }, "identifierName": "getRecordType" @@ -54161,15 +54526,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 30144, - "end": 30154, + "start": 30298, + "end": 30308, "loc": { "start": { - "line": 762, + "line": 767, "column": 37 }, "end": { - "line": 762, + "line": 767, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -54180,73 +54545,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30156, - "end": 31669, + "start": 30310, + "end": 31823, "loc": { "start": { - "line": 762, + "line": 767, "column": 49 }, "end": { - "line": 800, + "line": 805, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30203, - "end": 30251, + "start": 30357, + "end": 30405, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 30203, - "end": 30250, + "start": 30357, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30203, - "end": 30220, + "start": 30357, + "end": 30374, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30203, - "end": 30207, + "start": 30357, + "end": 30361, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 16 } }, @@ -54254,15 +54619,15 @@ }, "property": { "type": "Identifier", - "start": 30208, - "end": 30220, + "start": 30362, + "end": 30374, "loc": { "start": { - "line": 764, + "line": 769, "column": 17 }, "end": { - "line": 764, + "line": 769, "column": 29 }, "identifierName": "mediaElement" @@ -54274,86 +54639,86 @@ }, "right": { "type": "MemberExpression", - "start": 30223, - "end": 30250, + "start": 30377, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 59 } }, "object": { "type": "CallExpression", - "start": 30223, - "end": 30239, + "start": 30377, + "end": 30393, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 30223, - "end": 30237, + "start": 30377, + "end": 30391, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 30223, - "end": 30234, + "start": 30377, + "end": 30388, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 30223, - "end": 30227, + "start": 30377, + "end": 30381, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 36 } } }, "property": { "type": "Identifier", - "start": 30228, - "end": 30234, + "start": 30382, + "end": 30388, "loc": { "start": { - "line": 764, + "line": 769, "column": 37 }, "end": { - "line": 764, + "line": 769, "column": 43 }, "identifierName": "player" @@ -54364,15 +54729,15 @@ }, "property": { "type": "Identifier", - "start": 30235, - "end": 30237, + "start": 30389, + "end": 30391, "loc": { "start": { - "line": 764, + "line": 769, "column": 44 }, "end": { - "line": 764, + "line": 769, "column": 46 }, "identifierName": "el" @@ -54385,15 +54750,15 @@ }, "property": { "type": "Identifier", - "start": 30240, - "end": 30250, + "start": 30394, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 49 }, "end": { - "line": 764, + "line": 769, "column": 59 }, "identifierName": "firstChild" @@ -54408,15 +54773,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30170, - "end": 30190, + "start": 30324, + "end": 30344, "loc": { "start": { - "line": 763, + "line": 768, "column": 12 }, "end": { - "line": 763, + "line": 768, "column": 32 } } @@ -54425,87 +54790,87 @@ }, { "type": "ExpressionStatement", - "start": 30264, - "end": 30299, + "start": 30418, + "end": 30453, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 30264, - "end": 30298, + "start": 30418, + "end": 30452, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30264, - "end": 30290, + "start": 30418, + "end": 30444, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30264, - "end": 30281, + "start": 30418, + "end": 30435, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30264, - "end": 30268, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 16 } } }, "property": { "type": "Identifier", - "start": 30269, - "end": 30281, + "start": 30423, + "end": 30435, "loc": { "start": { - "line": 765, + "line": 770, "column": 17 }, "end": { - "line": 765, + "line": 770, "column": 29 }, "identifierName": "mediaElement" @@ -54516,15 +54881,15 @@ }, "property": { "type": "Identifier", - "start": 30282, - "end": 30290, + "start": 30436, + "end": 30444, "loc": { "start": { - "line": 765, + "line": 770, "column": 30 }, "end": { - "line": 765, + "line": 770, "column": 38 }, "identifierName": "controls" @@ -54535,15 +54900,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30293, - "end": 30298, + "start": 30447, + "end": 30452, "loc": { "start": { - "line": 765, + "line": 770, "column": 41 }, "end": { - "line": 765, + "line": 770, "column": 46 } }, @@ -54554,15 +54919,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -54571,72 +54936,72 @@ }, { "type": "ExpressionStatement", - "start": 30367, - "end": 30398, + "start": 30521, + "end": 30552, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 30367, - "end": 30397, + "start": 30521, + "end": 30551, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30367, - "end": 30390, + "start": 30521, + "end": 30544, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30367, - "end": 30384, + "start": 30521, + "end": 30538, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30367, - "end": 30371, + "start": 30521, + "end": 30525, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 16 } }, @@ -54644,15 +55009,15 @@ }, "property": { "type": "Identifier", - "start": 30372, - "end": 30384, + "start": 30526, + "end": 30538, "loc": { "start": { - "line": 768, + "line": 773, "column": 17 }, "end": { - "line": 768, + "line": 773, "column": 29 }, "identifierName": "mediaElement" @@ -54664,15 +55029,15 @@ }, "property": { "type": "Identifier", - "start": 30385, - "end": 30390, + "start": 30539, + "end": 30544, "loc": { "start": { - "line": 768, + "line": 773, "column": 30 }, "end": { - "line": 768, + "line": 773, "column": 35 }, "identifierName": "muted" @@ -54684,15 +55049,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30393, - "end": 30397, + "start": 30547, + "end": 30551, "loc": { "start": { - "line": 768, + "line": 773, "column": 38 }, "end": { - "line": 768, + "line": 773, "column": 42 } }, @@ -54704,15 +55069,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -54722,15 +55087,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -54739,57 +55104,57 @@ }, { "type": "ExpressionStatement", - "start": 30464, - "end": 30497, + "start": 30618, + "end": 30651, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30464, - "end": 30496, + "start": 30618, + "end": 30650, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30464, - "end": 30489, + "start": 30618, + "end": 30643, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30464, - "end": 30468, + "start": 30618, + "end": 30622, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 16 } }, @@ -54797,15 +55162,15 @@ }, "property": { "type": "Identifier", - "start": 30469, - "end": 30489, + "start": 30623, + "end": 30643, "loc": { "start": { - "line": 771, + "line": 776, "column": 17 }, "end": { - "line": 771, + "line": 776, "column": 37 }, "identifierName": "displayVolumeControl" @@ -54818,15 +55183,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 30490, - "end": 30495, + "start": 30644, + "end": 30649, "loc": { "start": { - "line": 771, + "line": 776, "column": 38 }, "end": { - "line": 771, + "line": 776, "column": 43 } }, @@ -54839,15 +55204,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -54857,15 +55222,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -54874,57 +55239,57 @@ }, { "type": "IfStatement", - "start": 30545, - "end": 31247, + "start": 30699, + "end": 31401, "loc": { "start": { - "line": 774, + "line": 779, "column": 12 }, "end": { - "line": 787, + "line": 792, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 30549, - "end": 30579, + "start": 30703, + "end": 30733, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 30549, - "end": 30570, + "start": 30703, + "end": 30724, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30549, - "end": 30553, + "start": 30703, + "end": 30707, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 20 } }, @@ -54932,15 +55297,15 @@ }, "property": { "type": "Identifier", - "start": 30554, - "end": 30570, + "start": 30708, + "end": 30724, "loc": { "start": { - "line": 774, + "line": 779, "column": 21 }, "end": { - "line": 774, + "line": 779, "column": 37 }, "identifierName": "pictureInPicture" @@ -54953,15 +55318,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 30575, - "end": 30579, + "start": 30729, + "end": 30733, "loc": { "start": { - "line": 774, + "line": 779, "column": 42 }, "end": { - "line": 774, + "line": 779, "column": 46 } }, @@ -54971,100 +55336,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 30581, - "end": 31247, + "start": 30735, + "end": 31401, "loc": { "start": { - "line": 774, + "line": 779, "column": 48 }, "end": { - "line": 787, + "line": 792, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30630, - "end": 30659, + "start": 30784, + "end": 30813, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30630, - "end": 30658, + "start": 30784, + "end": 30812, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30630, - "end": 30656, + "start": 30784, + "end": 30810, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 30630, - "end": 30651, + "start": 30784, + "end": 30805, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 30630, - "end": 30641, + "start": 30784, + "end": 30795, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30630, - "end": 30634, + "start": 30784, + "end": 30788, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 20 } }, @@ -55072,15 +55437,15 @@ }, "property": { "type": "Identifier", - "start": 30635, - "end": 30641, + "start": 30789, + "end": 30795, "loc": { "start": { - "line": 776, + "line": 781, "column": 21 }, "end": { - "line": 776, + "line": 781, "column": 27 }, "identifierName": "player" @@ -55092,15 +55457,15 @@ }, "property": { "type": "Identifier", - "start": 30642, - "end": 30651, + "start": 30796, + "end": 30805, "loc": { "start": { - "line": 776, + "line": 781, "column": 28 }, "end": { - "line": 776, + "line": 781, "column": 37 }, "identifierName": "pipToggle" @@ -55112,15 +55477,15 @@ }, "property": { "type": "Identifier", - "start": 30652, - "end": 30656, + "start": 30806, + "end": 30810, "loc": { "start": { - "line": 776, + "line": 781, "column": 38 }, "end": { - "line": 776, + "line": 781, "column": 42 }, "identifierName": "show" @@ -55137,15 +55502,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30599, - "end": 30613, + "start": 30753, + "end": 30767, "loc": { "start": { - "line": 775, + "line": 780, "column": 16 }, "end": { - "line": 775, + "line": 780, "column": 30 } } @@ -55155,15 +55520,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -55172,71 +55537,71 @@ }, { "type": "ExpressionStatement", - "start": 30744, - "end": 30855, + "start": 30898, + "end": 31009, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 780, + "line": 785, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30744, - "end": 30854, + "start": 30898, + "end": 31008, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 780, + "line": 785, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30744, - "end": 30781, + "start": 30898, + "end": 30935, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30744, - "end": 30761, + "start": 30898, + "end": 30915, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30744, - "end": 30748, + "start": 30898, + "end": 30902, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 20 } }, @@ -55244,15 +55609,15 @@ }, "property": { "type": "Identifier", - "start": 30749, - "end": 30761, + "start": 30903, + "end": 30915, "loc": { "start": { - "line": 779, + "line": 784, "column": 21 }, "end": { - "line": 779, + "line": 784, "column": 33 }, "identifierName": "mediaElement" @@ -55264,15 +55629,15 @@ }, "property": { "type": "Identifier", - "start": 30762, - "end": 30781, + "start": 30916, + "end": 30935, "loc": { "start": { - "line": 779, + "line": 784, "column": 34 }, "end": { - "line": 779, + "line": 784, "column": 53 }, "identifierName": "removeEventListener" @@ -55285,29 +55650,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30782, - "end": 30809, + "start": 30936, + "end": 30963, "loc": { "start": { - "line": 779, + "line": 784, "column": 54 }, "end": { - "line": 779, + "line": 784, "column": 81 } }, "object": { "type": "Identifier", - "start": 30782, - "end": 30787, + "start": 30936, + "end": 30941, "loc": { "start": { - "line": 779, + "line": 784, "column": 54 }, "end": { - "line": 779, + "line": 784, "column": 59 }, "identifierName": "Event" @@ -55316,15 +55681,15 @@ }, "property": { "type": "Identifier", - "start": 30788, - "end": 30809, + "start": 30942, + "end": 30963, "loc": { "start": { - "line": 779, + "line": 784, "column": 60 }, "end": { - "line": 779, + "line": 784, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -55335,44 +55700,44 @@ }, { "type": "MemberExpression", - "start": 30831, - "end": 30853, + "start": 30985, + "end": 31007, "loc": { "start": { - "line": 780, + "line": 785, "column": 20 }, "end": { - "line": 780, + "line": 785, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30831, - "end": 30835, + "start": 30985, + "end": 30989, "loc": { "start": { - "line": 780, + "line": 785, "column": 20 }, "end": { - "line": 780, + "line": 785, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30836, - "end": 30853, + "start": 30990, + "end": 31007, "loc": { "start": { - "line": 780, + "line": 785, "column": 25 }, "end": { - "line": 780, + "line": 785, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -55388,15 +55753,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -55405,86 +55770,86 @@ }, { "type": "ExpressionStatement", - "start": 30872, - "end": 30983, + "start": 31026, + "end": 31137, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 782, + "line": 787, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30872, - "end": 30982, + "start": 31026, + "end": 31136, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 782, + "line": 787, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30872, - "end": 30909, + "start": 31026, + "end": 31063, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30872, - "end": 30889, + "start": 31026, + "end": 31043, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30872, - "end": 30876, + "start": 31026, + "end": 31030, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 20 } } }, "property": { "type": "Identifier", - "start": 30877, - "end": 30889, + "start": 31031, + "end": 31043, "loc": { "start": { - "line": 781, + "line": 786, "column": 21 }, "end": { - "line": 781, + "line": 786, "column": 33 }, "identifierName": "mediaElement" @@ -55495,15 +55860,15 @@ }, "property": { "type": "Identifier", - "start": 30890, - "end": 30909, + "start": 31044, + "end": 31063, "loc": { "start": { - "line": 781, + "line": 786, "column": 34 }, "end": { - "line": 781, + "line": 786, "column": 53 }, "identifierName": "removeEventListener" @@ -55515,29 +55880,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30910, - "end": 30937, + "start": 31064, + "end": 31091, "loc": { "start": { - "line": 781, + "line": 786, "column": 54 }, "end": { - "line": 781, + "line": 786, "column": 81 } }, "object": { "type": "Identifier", - "start": 30910, - "end": 30915, + "start": 31064, + "end": 31069, "loc": { "start": { - "line": 781, + "line": 786, "column": 54 }, "end": { - "line": 781, + "line": 786, "column": 59 }, "identifierName": "Event" @@ -55546,15 +55911,15 @@ }, "property": { "type": "Identifier", - "start": 30916, - "end": 30937, + "start": 31070, + "end": 31091, "loc": { "start": { - "line": 781, + "line": 786, "column": 60 }, "end": { - "line": 781, + "line": 786, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -55565,44 +55930,44 @@ }, { "type": "MemberExpression", - "start": 30959, - "end": 30981, + "start": 31113, + "end": 31135, "loc": { "start": { - "line": 782, + "line": 787, "column": 20 }, "end": { - "line": 782, + "line": 787, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30959, - "end": 30963, + "start": 31113, + "end": 31117, "loc": { "start": { - "line": 782, + "line": 787, "column": 20 }, "end": { - "line": 782, + "line": 787, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30964, - "end": 30981, + "start": 31118, + "end": 31135, "loc": { "start": { - "line": 782, + "line": 787, "column": 25 }, "end": { - "line": 782, + "line": 787, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -55616,86 +55981,86 @@ }, { "type": "ExpressionStatement", - "start": 31000, - "end": 31108, + "start": 31154, + "end": 31262, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 784, + "line": 789, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31000, - "end": 31107, + "start": 31154, + "end": 31261, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 784, + "line": 789, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31000, - "end": 31034, + "start": 31154, + "end": 31188, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31000, - "end": 31017, + "start": 31154, + "end": 31171, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31000, - "end": 31004, + "start": 31154, + "end": 31158, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31005, - "end": 31017, + "start": 31159, + "end": 31171, "loc": { "start": { - "line": 783, + "line": 788, "column": 21 }, "end": { - "line": 783, + "line": 788, "column": 33 }, "identifierName": "mediaElement" @@ -55706,15 +56071,15 @@ }, "property": { "type": "Identifier", - "start": 31018, - "end": 31034, + "start": 31172, + "end": 31188, "loc": { "start": { - "line": 783, + "line": 788, "column": 34 }, "end": { - "line": 783, + "line": 788, "column": 50 }, "identifierName": "addEventListener" @@ -55726,29 +56091,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31035, - "end": 31062, + "start": 31189, + "end": 31216, "loc": { "start": { - "line": 783, + "line": 788, "column": 51 }, "end": { - "line": 783, + "line": 788, "column": 78 } }, "object": { "type": "Identifier", - "start": 31035, - "end": 31040, + "start": 31189, + "end": 31194, "loc": { "start": { - "line": 783, + "line": 788, "column": 51 }, "end": { - "line": 783, + "line": 788, "column": 56 }, "identifierName": "Event" @@ -55757,15 +56122,15 @@ }, "property": { "type": "Identifier", - "start": 31041, - "end": 31062, + "start": 31195, + "end": 31216, "loc": { "start": { - "line": 783, + "line": 788, "column": 57 }, "end": { - "line": 783, + "line": 788, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -55776,44 +56141,44 @@ }, { "type": "MemberExpression", - "start": 31084, - "end": 31106, + "start": 31238, + "end": 31260, "loc": { "start": { - "line": 784, + "line": 789, "column": 20 }, "end": { - "line": 784, + "line": 789, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31084, - "end": 31088, + "start": 31238, + "end": 31242, "loc": { "start": { - "line": 784, + "line": 789, "column": 20 }, "end": { - "line": 784, + "line": 789, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31089, - "end": 31106, + "start": 31243, + "end": 31260, "loc": { "start": { - "line": 784, + "line": 789, "column": 25 }, "end": { - "line": 784, + "line": 789, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -55827,86 +56192,86 @@ }, { "type": "ExpressionStatement", - "start": 31125, - "end": 31233, + "start": 31279, + "end": 31387, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 786, + "line": 791, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31125, - "end": 31232, + "start": 31279, + "end": 31386, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 786, + "line": 791, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31125, - "end": 31159, + "start": 31279, + "end": 31313, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31125, - "end": 31142, + "start": 31279, + "end": 31296, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31125, - "end": 31129, + "start": 31279, + "end": 31283, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31130, - "end": 31142, + "start": 31284, + "end": 31296, "loc": { "start": { - "line": 785, + "line": 790, "column": 21 }, "end": { - "line": 785, + "line": 790, "column": 33 }, "identifierName": "mediaElement" @@ -55917,15 +56282,15 @@ }, "property": { "type": "Identifier", - "start": 31143, - "end": 31159, + "start": 31297, + "end": 31313, "loc": { "start": { - "line": 785, + "line": 790, "column": 34 }, "end": { - "line": 785, + "line": 790, "column": 50 }, "identifierName": "addEventListener" @@ -55937,29 +56302,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31160, - "end": 31187, + "start": 31314, + "end": 31341, "loc": { "start": { - "line": 785, + "line": 790, "column": 51 }, "end": { - "line": 785, + "line": 790, "column": 78 } }, "object": { "type": "Identifier", - "start": 31160, - "end": 31165, + "start": 31314, + "end": 31319, "loc": { "start": { - "line": 785, + "line": 790, "column": 51 }, "end": { - "line": 785, + "line": 790, "column": 56 }, "identifierName": "Event" @@ -55968,15 +56333,15 @@ }, "property": { "type": "Identifier", - "start": 31166, - "end": 31187, + "start": 31320, + "end": 31341, "loc": { "start": { - "line": 785, + "line": 790, "column": 57 }, "end": { - "line": 785, + "line": 790, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -55987,44 +56352,44 @@ }, { "type": "MemberExpression", - "start": 31209, - "end": 31231, + "start": 31363, + "end": 31385, "loc": { "start": { - "line": 786, + "line": 791, "column": 20 }, "end": { - "line": 786, + "line": 791, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31209, - "end": 31213, + "start": 31363, + "end": 31367, "loc": { "start": { - "line": 786, + "line": 791, "column": 20 }, "end": { - "line": 786, + "line": 791, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31214, - "end": 31231, + "start": 31368, + "end": 31385, "loc": { "start": { - "line": 786, + "line": 791, "column": 25 }, "end": { - "line": 786, + "line": 791, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -56045,15 +56410,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -56063,15 +56428,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -56080,57 +56445,57 @@ }, { "type": "ExpressionStatement", - "start": 31287, - "end": 31310, + "start": 31441, + "end": 31464, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 31287, - "end": 31309, + "start": 31441, + "end": 31463, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 31287, - "end": 31296, + "start": 31441, + "end": 31450, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 31287, - "end": 31291, + "start": 31441, + "end": 31445, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 16 } }, @@ -56138,15 +56503,15 @@ }, "property": { "type": "Identifier", - "start": 31292, - "end": 31296, + "start": 31446, + "end": 31450, "loc": { "start": { - "line": 789, + "line": 794, "column": 17 }, "end": { - "line": 789, + "line": 794, "column": 21 }, "identifierName": "load" @@ -56159,44 +56524,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31297, - "end": 31308, + "start": 31451, + "end": 31462, "loc": { "start": { - "line": 789, + "line": 794, "column": 22 }, "end": { - "line": 789, + "line": 794, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31297, - "end": 31301, + "start": 31451, + "end": 31455, "loc": { "start": { - "line": 789, + "line": 794, "column": 22 }, "end": { - "line": 789, + "line": 794, "column": 26 } } }, "property": { "type": "Identifier", - "start": 31302, - "end": 31308, + "start": 31456, + "end": 31462, "loc": { "start": { - "line": 789, + "line": 794, "column": 27 }, "end": { - "line": 789, + "line": 794, "column": 33 }, "identifierName": "stream" @@ -56212,15 +56577,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -56230,15 +56595,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -56246,15 +56611,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -56263,71 +56628,71 @@ }, { "type": "ExpressionStatement", - "start": 31426, - "end": 31659, + "start": 31580, + "end": 31813, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 799, + "line": 804, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 31426, - "end": 31658, + "start": 31580, + "end": 31812, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 799, + "line": 804, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 31426, - "end": 31441, + "start": 31580, + "end": 31595, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 31426, - "end": 31437, + "start": 31580, + "end": 31591, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31426, - "end": 31430, + "start": 31580, + "end": 31584, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 16 } }, @@ -56335,15 +56700,15 @@ }, "property": { "type": "Identifier", - "start": 31431, - "end": 31437, + "start": 31585, + "end": 31591, "loc": { "start": { - "line": 793, + "line": 798, "column": 17 }, "end": { - "line": 793, + "line": 798, "column": 23 }, "identifierName": "player" @@ -56355,15 +56720,15 @@ }, "property": { "type": "Identifier", - "start": 31438, - "end": 31441, + "start": 31592, + "end": 31595, "loc": { "start": { - "line": 793, + "line": 798, "column": 24 }, "end": { - "line": 793, + "line": 798, "column": 27 }, "identifierName": "one" @@ -56376,29 +56741,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31442, - "end": 31462, + "start": 31596, + "end": 31616, "loc": { "start": { - "line": 793, + "line": 798, "column": 28 }, "end": { - "line": 793, + "line": 798, "column": 48 } }, "object": { "type": "Identifier", - "start": 31442, - "end": 31447, + "start": 31596, + "end": 31601, "loc": { "start": { - "line": 793, + "line": 798, "column": 28 }, "end": { - "line": 793, + "line": 798, "column": 33 }, "identifierName": "Event" @@ -56407,15 +56772,15 @@ }, "property": { "type": "Identifier", - "start": 31448, - "end": 31462, + "start": 31602, + "end": 31616, "loc": { "start": { - "line": 793, + "line": 798, "column": 34 }, "end": { - "line": 793, + "line": 798, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -56426,15 +56791,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 31464, - "end": 31657, + "start": 31618, + "end": 31811, "loc": { "start": { - "line": 793, + "line": 798, "column": 50 }, "end": { - "line": 799, + "line": 804, "column": 13 } }, @@ -56445,86 +56810,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31470, - "end": 31657, + "start": 31624, + "end": 31811, "loc": { "start": { - "line": 793, + "line": 798, "column": 56 }, "end": { - "line": 799, + "line": 804, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31520, - "end": 31545, + "start": 31674, + "end": 31699, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 31520, - "end": 31544, + "start": 31674, + "end": 31698, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31520, - "end": 31542, + "start": 31674, + "end": 31696, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31520, - "end": 31537, + "start": 31674, + "end": 31691, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31520, - "end": 31524, + "start": 31674, + "end": 31678, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 20 } }, @@ -56532,15 +56897,15 @@ }, "property": { "type": "Identifier", - "start": 31525, - "end": 31537, + "start": 31679, + "end": 31691, "loc": { "start": { - "line": 795, + "line": 800, "column": 21 }, "end": { - "line": 795, + "line": 800, "column": 33 }, "identifierName": "mediaElement" @@ -56552,15 +56917,15 @@ }, "property": { "type": "Identifier", - "start": 31538, - "end": 31542, + "start": 31692, + "end": 31696, "loc": { "start": { - "line": 795, + "line": 800, "column": 34 }, "end": { - "line": 795, + "line": 800, "column": 38 }, "identifierName": "play" @@ -56577,15 +56942,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31488, - "end": 31503, + "start": 31642, + "end": 31657, "loc": { "start": { - "line": 794, + "line": 799, "column": 16 }, "end": { - "line": 794, + "line": 799, "column": 31 } } @@ -56595,15 +56960,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -56612,71 +56977,71 @@ }, { "type": "ExpressionStatement", - "start": 31603, - "end": 31643, + "start": 31757, + "end": 31797, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 31603, - "end": 31642, + "start": 31757, + "end": 31796, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 31603, - "end": 31622, + "start": 31757, + "end": 31776, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 31603, - "end": 31614, + "start": 31757, + "end": 31768, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31603, - "end": 31607, + "start": 31757, + "end": 31761, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 20 } }, @@ -56684,15 +57049,15 @@ }, "property": { "type": "Identifier", - "start": 31608, - "end": 31614, + "start": 31762, + "end": 31768, "loc": { "start": { - "line": 798, + "line": 803, "column": 21 }, "end": { - "line": 798, + "line": 803, "column": 27 }, "identifierName": "player" @@ -56704,15 +57069,15 @@ }, "property": { "type": "Identifier", - "start": 31615, - "end": 31622, + "start": 31769, + "end": 31776, "loc": { "start": { - "line": 798, + "line": 803, "column": 28 }, "end": { - "line": 798, + "line": 803, "column": 35 }, "identifierName": "trigger" @@ -56725,29 +57090,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31623, - "end": 31641, + "start": 31777, + "end": 31795, "loc": { "start": { - "line": 798, + "line": 803, "column": 36 }, "end": { - "line": 798, + "line": 803, "column": 54 } }, "object": { "type": "Identifier", - "start": 31623, - "end": 31628, + "start": 31777, + "end": 31782, "loc": { "start": { - "line": 798, + "line": 803, "column": 36 }, "end": { - "line": 798, + "line": 803, "column": 41 }, "identifierName": "Event" @@ -56756,15 +57121,15 @@ }, "property": { "type": "Identifier", - "start": 31629, - "end": 31641, + "start": 31783, + "end": 31795, "loc": { "start": { - "line": 798, + "line": 803, "column": 42 }, "end": { - "line": 798, + "line": 803, "column": 54 }, "identifierName": "DEVICE_READY" @@ -56780,15 +57145,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -56806,15 +57171,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -56822,15 +57187,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -56842,86 +57207,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 31675, - "end": 31775, + "start": 31829, + "end": 31929, "loc": { "start": { - "line": 800, + "line": 805, "column": 15 }, "end": { - "line": 803, + "line": 808, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31725, - "end": 31765, + "start": 31879, + "end": 31919, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31725, - "end": 31764, + "start": 31879, + "end": 31918, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31725, - "end": 31744, + "start": 31879, + "end": 31898, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31725, - "end": 31736, + "start": 31879, + "end": 31890, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31725, - "end": 31729, + "start": 31879, + "end": 31883, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 16 } }, @@ -56929,15 +57294,15 @@ }, "property": { "type": "Identifier", - "start": 31730, - "end": 31736, + "start": 31884, + "end": 31890, "loc": { "start": { - "line": 802, + "line": 807, "column": 17 }, "end": { - "line": 802, + "line": 807, "column": 23 }, "identifierName": "player" @@ -56949,15 +57314,15 @@ }, "property": { "type": "Identifier", - "start": 31737, - "end": 31744, + "start": 31891, + "end": 31898, "loc": { "start": { - "line": 802, + "line": 807, "column": 24 }, "end": { - "line": 802, + "line": 807, "column": 31 }, "identifierName": "trigger" @@ -56970,29 +57335,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31745, - "end": 31763, + "start": 31899, + "end": 31917, "loc": { "start": { - "line": 802, + "line": 807, "column": 32 }, "end": { - "line": 802, + "line": 807, "column": 50 } }, "object": { "type": "Identifier", - "start": 31745, - "end": 31750, + "start": 31899, + "end": 31904, "loc": { "start": { - "line": 802, + "line": 807, "column": 32 }, "end": { - "line": 802, + "line": 807, "column": 37 }, "identifierName": "Event" @@ -57001,15 +57366,15 @@ }, "property": { "type": "Identifier", - "start": 31751, - "end": 31763, + "start": 31905, + "end": 31917, "loc": { "start": { - "line": 802, + "line": 807, "column": 38 }, "end": { - "line": 802, + "line": 807, "column": 50 }, "identifierName": "DEVICE_READY" @@ -57025,15 +57390,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31689, - "end": 31712, + "start": 31843, + "end": 31866, "loc": { "start": { - "line": 801, + "line": 806, "column": 12 }, "end": { - "line": 801, + "line": 806, "column": 35 } } @@ -57047,15 +57412,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -57088,15 +57453,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -57105,15 +57470,15 @@ }, { "type": "ClassMethod", - "start": 31935, - "end": 32211, + "start": 32089, + "end": 32365, "loc": { "start": { - "line": 812, + "line": 817, "column": 4 }, "end": { - "line": 822, + "line": 827, "column": 5 } }, @@ -57121,15 +57486,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31935, - "end": 31948, + "start": 32089, + "end": 32102, "loc": { "start": { - "line": 812, + "line": 817, "column": 4 }, "end": { - "line": 812, + "line": 817, "column": 17 }, "identifierName": "onDeviceError" @@ -57145,15 +57510,15 @@ "params": [ { "type": "Identifier", - "start": 31949, - "end": 31953, + "start": 32103, + "end": 32107, "loc": { "start": { - "line": 812, + "line": 817, "column": 18 }, "end": { - "line": 812, + "line": 817, "column": 22 }, "identifierName": "code" @@ -57163,88 +57528,88 @@ ], "body": { "type": "BlockStatement", - "start": 31955, - "end": 32211, + "start": 32109, + "end": 32365, "loc": { "start": { - "line": 812, + "line": 817, "column": 24 }, "end": { - "line": 822, + "line": 827, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 31965, - "end": 31992, + "start": 32119, + "end": 32146, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 31965, - "end": 31991, + "start": 32119, + "end": 32145, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31965, - "end": 31983, + "start": 32119, + "end": 32137, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 31965, - "end": 31969, + "start": 32119, + "end": 32123, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 12 } } }, "property": { "type": "Identifier", - "start": 31970, - "end": 31983, + "start": 32124, + "end": 32137, "loc": { "start": { - "line": 813, + "line": 818, "column": 13 }, "end": { - "line": 813, + "line": 818, "column": 26 }, "identifierName": "_deviceActive" @@ -57255,15 +57620,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 31986, - "end": 31991, + "start": 32140, + "end": 32145, "loc": { "start": { - "line": 813, + "line": 818, "column": 29 }, "end": { - "line": 813, + "line": 818, "column": 34 } }, @@ -57273,29 +57638,29 @@ }, { "type": "IfStatement", - "start": 32002, - "end": 32205, + "start": 32156, + "end": 32359, "loc": { "start": { - "line": 815, + "line": 820, "column": 8 }, "end": { - "line": 821, + "line": 826, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32006, - "end": 32025, + "start": 32160, + "end": 32179, "loc": { "start": { - "line": 815, + "line": 820, "column": 12 }, "end": { - "line": 815, + "line": 820, "column": 31 } }, @@ -57303,58 +57668,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32007, - "end": 32025, + "start": 32161, + "end": 32179, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 32007, - "end": 32023, + "start": 32161, + "end": 32177, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 32007, - "end": 32011, + "start": 32161, + "end": 32165, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32012, - "end": 32023, + "start": 32166, + "end": 32177, "loc": { "start": { - "line": 815, + "line": 820, "column": 18 }, "end": { - "line": 815, + "line": 820, "column": 29 }, "identifierName": "isDestroyed" @@ -57371,87 +57736,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32027, - "end": 32205, + "start": 32181, + "end": 32359, "loc": { "start": { - "line": 815, + "line": 820, "column": 33 }, "end": { - "line": 821, + "line": 826, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 32067, - "end": 32102, + "start": 32221, + "end": 32256, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 32067, - "end": 32101, + "start": 32221, + "end": 32255, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32067, - "end": 32094, + "start": 32221, + "end": 32248, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 32067, - "end": 32078, + "start": 32221, + "end": 32232, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32067, - "end": 32071, + "start": 32221, + "end": 32225, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 16 } }, @@ -57459,15 +57824,15 @@ }, "property": { "type": "Identifier", - "start": 32072, - "end": 32078, + "start": 32226, + "end": 32232, "loc": { "start": { - "line": 817, + "line": 822, "column": 17 }, "end": { - "line": 817, + "line": 822, "column": 23 }, "identifierName": "player" @@ -57479,15 +57844,15 @@ }, "property": { "type": "Identifier", - "start": 32079, - "end": 32094, + "start": 32233, + "end": 32248, "loc": { "start": { - "line": 817, + "line": 822, "column": 24 }, "end": { - "line": 817, + "line": 822, "column": 39 }, "identifierName": "deviceErrorCode" @@ -57499,15 +57864,15 @@ }, "right": { "type": "Identifier", - "start": 32097, - "end": 32101, + "start": 32251, + "end": 32255, "loc": { "start": { - "line": 817, + "line": 822, "column": 42 }, "end": { - "line": 817, + "line": 822, "column": 46 }, "identifierName": "code" @@ -57520,15 +57885,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32041, - "end": 32054, + "start": 32195, + "end": 32208, "loc": { "start": { - "line": 816, + "line": 821, "column": 12 }, "end": { - "line": 816, + "line": 821, "column": 25 } } @@ -57538,15 +57903,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -57555,71 +57920,71 @@ }, { "type": "ExpressionStatement", - "start": 32155, - "end": 32195, + "start": 32309, + "end": 32349, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32155, - "end": 32194, + "start": 32309, + "end": 32348, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32155, - "end": 32174, + "start": 32309, + "end": 32328, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 32155, - "end": 32166, + "start": 32309, + "end": 32320, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32155, - "end": 32159, + "start": 32309, + "end": 32313, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 16 } }, @@ -57627,15 +57992,15 @@ }, "property": { "type": "Identifier", - "start": 32160, - "end": 32166, + "start": 32314, + "end": 32320, "loc": { "start": { - "line": 820, + "line": 825, "column": 17 }, "end": { - "line": 820, + "line": 825, "column": 23 }, "identifierName": "player" @@ -57647,15 +58012,15 @@ }, "property": { "type": "Identifier", - "start": 32167, - "end": 32174, + "start": 32321, + "end": 32328, "loc": { "start": { - "line": 820, + "line": 825, "column": 24 }, "end": { - "line": 820, + "line": 825, "column": 31 }, "identifierName": "trigger" @@ -57668,29 +58033,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32175, - "end": 32193, + "start": 32329, + "end": 32347, "loc": { "start": { - "line": 820, + "line": 825, "column": 32 }, "end": { - "line": 820, + "line": 825, "column": 50 } }, "object": { "type": "Identifier", - "start": 32175, - "end": 32180, + "start": 32329, + "end": 32334, "loc": { "start": { - "line": 820, + "line": 825, "column": 32 }, "end": { - "line": 820, + "line": 825, "column": 37 }, "identifierName": "Event" @@ -57699,15 +58064,15 @@ }, "property": { "type": "Identifier", - "start": 32181, - "end": 32193, + "start": 32335, + "end": 32347, "loc": { "start": { - "line": 820, + "line": 825, "column": 38 }, "end": { - "line": 820, + "line": 825, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -57723,15 +58088,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -57751,15 +58116,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -57769,15 +58134,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -57786,15 +58151,15 @@ }, { "type": "ClassMethod", - "start": 32257, - "end": 35601, + "start": 32411, + "end": 35755, "loc": { "start": { - "line": 827, + "line": 832, "column": 4 }, "end": { - "line": 919, + "line": 924, "column": 5 } }, @@ -57802,15 +58167,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32257, - "end": 32262, + "start": 32411, + "end": 32416, "loc": { "start": { - "line": 827, + "line": 832, "column": 4 }, "end": { - "line": 827, + "line": 832, "column": 9 }, "identifierName": "start" @@ -57826,44 +58191,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 32265, - "end": 35601, + "start": 32419, + "end": 35755, "loc": { "start": { - "line": 827, + "line": 832, "column": 12 }, "end": { - "line": 919, + "line": 924, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 32275, - "end": 35595, + "start": 32429, + "end": 35749, "loc": { "start": { - "line": 828, + "line": 833, "column": 8 }, "end": { - "line": 918, + "line": 923, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32279, - "end": 32299, + "start": 32433, + "end": 32453, "loc": { "start": { - "line": 828, + "line": 833, "column": 12 }, "end": { - "line": 828, + "line": 833, "column": 32 } }, @@ -57871,58 +58236,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32280, - "end": 32299, + "start": 32434, + "end": 32453, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32280, - "end": 32297, + "start": 32434, + "end": 32451, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32280, - "end": 32284, + "start": 32434, + "end": 32438, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32285, - "end": 32297, + "start": 32439, + "end": 32451, "loc": { "start": { - "line": 828, + "line": 833, "column": 18 }, "end": { - "line": 828, + "line": 833, "column": 30 }, "identifierName": "isProcessing" @@ -57939,72 +58304,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32301, - "end": 35595, + "start": 32455, + "end": 35749, "loc": { "start": { - "line": 828, + "line": 833, "column": 34 }, "end": { - "line": 918, + "line": 923, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 32397, - "end": 32564, + "start": 32551, + "end": 32718, "loc": { "start": { - "line": 830, + "line": 835, "column": 12 }, "end": { - "line": 834, + "line": 839, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 32401, - "end": 32444, + "start": 32555, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32401, - "end": 32412, + "start": 32555, + "end": 32566, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32401, - "end": 32405, + "start": 32555, + "end": 32559, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 20 } }, @@ -58012,15 +58377,15 @@ }, "property": { "type": "Identifier", - "start": 32406, - "end": 32412, + "start": 32560, + "end": 32566, "loc": { "start": { - "line": 830, + "line": 835, "column": 21 }, "end": { - "line": 830, + "line": 835, "column": 27 }, "identifierName": "stream" @@ -58033,72 +58398,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 32416, - "end": 32444, + "start": 32570, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32416, - "end": 32434, + "start": 32570, + "end": 32588, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32416, - "end": 32427, + "start": 32570, + "end": 32581, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32416, - "end": 32420, + "start": 32570, + "end": 32574, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 35 } } }, "property": { "type": "Identifier", - "start": 32421, - "end": 32427, + "start": 32575, + "end": 32581, "loc": { "start": { - "line": 830, + "line": 835, "column": 36 }, "end": { - "line": 830, + "line": 835, "column": 42 }, "identifierName": "stream" @@ -58109,15 +58474,15 @@ }, "property": { "type": "Identifier", - "start": 32428, - "end": 32434, + "start": 32582, + "end": 32588, "loc": { "start": { - "line": 830, + "line": 835, "column": 43 }, "end": { - "line": 830, + "line": 835, "column": 49 }, "identifierName": "active" @@ -58129,15 +58494,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 32439, - "end": 32444, + "start": 32593, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 54 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, @@ -58148,72 +58513,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32446, - "end": 32564, + "start": 32600, + "end": 32718, "loc": { "start": { - "line": 830, + "line": 835, "column": 61 }, "end": { - "line": 834, + "line": 839, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32509, - "end": 32526, + "start": 32663, + "end": 32680, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 32509, - "end": 32525, + "start": 32663, + "end": 32679, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32509, - "end": 32523, + "start": 32663, + "end": 32677, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32509, - "end": 32513, + "start": 32663, + "end": 32667, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 20 } }, @@ -58221,15 +58586,15 @@ }, "property": { "type": "Identifier", - "start": 32514, - "end": 32523, + "start": 32668, + "end": 32677, "loc": { "start": { - "line": 832, + "line": 837, "column": 21 }, "end": { - "line": 832, + "line": 837, "column": 30 }, "identifierName": "getDevice" @@ -58246,15 +58611,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32464, - "end": 32492, + "start": 32618, + "end": 32646, "loc": { "start": { - "line": 831, + "line": 836, "column": 16 }, "end": { - "line": 831, + "line": 836, "column": 44 } } @@ -58263,15 +58628,15 @@ }, { "type": "ReturnStatement", - "start": 32543, - "end": 32550, + "start": 32697, + "end": 32704, "loc": { "start": { - "line": 833, + "line": 838, "column": 16 }, "end": { - "line": 833, + "line": 838, "column": 23 } }, @@ -58285,15 +58650,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32315, - "end": 32384, + "start": 32469, + "end": 32538, "loc": { "start": { - "line": 829, + "line": 834, "column": 12 }, "end": { - "line": 829, + "line": 834, "column": 81 } } @@ -58302,73 +58667,73 @@ }, { "type": "ExpressionStatement", - "start": 32577, - "end": 32600, + "start": 32731, + "end": 32754, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32577, - "end": 32599, + "start": 32731, + "end": 32753, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32577, - "end": 32592, + "start": 32731, + "end": 32746, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32577, - "end": 32581, + "start": 32731, + "end": 32735, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32582, - "end": 32592, + "start": 32736, + "end": 32746, "loc": { "start": { - "line": 835, + "line": 840, "column": 17 }, "end": { - "line": 835, + "line": 840, "column": 27 }, "identifierName": "_recording" @@ -58379,15 +58744,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32595, - "end": 32599, + "start": 32749, + "end": 32753, "loc": { "start": { - "line": 835, + "line": 840, "column": 30 }, "end": { - "line": 835, + "line": 840, "column": 34 } }, @@ -58398,15 +58763,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -58415,85 +58780,85 @@ }, { "type": "IfStatement", - "start": 32653, - "end": 32779, + "start": 32807, + "end": 32933, "loc": { "start": { - "line": 838, + "line": 843, "column": 12 }, "end": { - "line": 840, + "line": 845, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 32657, - "end": 32704, + "start": 32811, + "end": 32858, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 32657, - "end": 32690, + "start": 32811, + "end": 32844, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32657, - "end": 32679, + "start": 32811, + "end": 32833, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32657, - "end": 32668, + "start": 32811, + "end": 32822, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32657, - "end": 32661, + "start": 32811, + "end": 32815, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 20 } }, @@ -58501,15 +58866,15 @@ }, "property": { "type": "Identifier", - "start": 32662, - "end": 32668, + "start": 32816, + "end": 32822, "loc": { "start": { - "line": 838, + "line": 843, "column": 21 }, "end": { - "line": 838, + "line": 843, "column": 27 }, "identifierName": "player" @@ -58521,15 +58886,15 @@ }, "property": { "type": "Identifier", - "start": 32669, - "end": 32679, + "start": 32823, + "end": 32833, "loc": { "start": { - "line": 838, + "line": 843, "column": 28 }, "end": { - "line": 838, + "line": 843, "column": 38 }, "identifierName": "controlBar" @@ -58541,15 +58906,15 @@ }, "property": { "type": "Identifier", - "start": 32680, - "end": 32690, + "start": 32834, + "end": 32844, "loc": { "start": { - "line": 838, + "line": 843, "column": 39 }, "end": { - "line": 838, + "line": 843, "column": 49 }, "identifierName": "playToggle" @@ -58562,15 +58927,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 32695, - "end": 32704, + "start": 32849, + "end": 32858, "loc": { "start": { - "line": 838, + "line": 843, "column": 54 }, "end": { - "line": 838, + "line": 843, "column": 63 }, "identifierName": "undefined" @@ -58581,129 +58946,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 32706, - "end": 32779, + "start": 32860, + "end": 32933, "loc": { "start": { - "line": 838, + "line": 843, "column": 65 }, "end": { - "line": 840, + "line": 845, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32724, - "end": 32765, + "start": 32878, + "end": 32919, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32724, - "end": 32764, + "start": 32878, + "end": 32918, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32724, - "end": 32762, + "start": 32878, + "end": 32916, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32757, + "start": 32878, + "end": 32911, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32746, + "start": 32878, + "end": 32900, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32735, + "start": 32878, + "end": 32889, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32724, - "end": 32728, + "start": 32878, + "end": 32882, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 20 } } }, "property": { "type": "Identifier", - "start": 32729, - "end": 32735, + "start": 32883, + "end": 32889, "loc": { "start": { - "line": 839, + "line": 844, "column": 21 }, "end": { - "line": 839, + "line": 844, "column": 27 }, "identifierName": "player" @@ -58714,15 +59079,15 @@ }, "property": { "type": "Identifier", - "start": 32736, - "end": 32746, + "start": 32890, + "end": 32900, "loc": { "start": { - "line": 839, + "line": 844, "column": 28 }, "end": { - "line": 839, + "line": 844, "column": 38 }, "identifierName": "controlBar" @@ -58733,15 +59098,15 @@ }, "property": { "type": "Identifier", - "start": 32747, - "end": 32757, + "start": 32901, + "end": 32911, "loc": { "start": { - "line": 839, + "line": 844, "column": 39 }, "end": { - "line": 839, + "line": 844, "column": 49 }, "identifierName": "playToggle" @@ -58752,15 +59117,15 @@ }, "property": { "type": "Identifier", - "start": 32758, - "end": 32762, + "start": 32912, + "end": 32916, "loc": { "start": { - "line": 839, + "line": 844, "column": 50 }, "end": { - "line": 839, + "line": 844, "column": 54 }, "identifierName": "hide" @@ -58781,15 +59146,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -58799,15 +59164,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -58816,57 +59181,57 @@ }, { "type": "ExpressionStatement", - "start": 32833, - "end": 32898, + "start": 32987, + "end": 33052, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 32833, - "end": 32897, + "start": 32987, + "end": 33051, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32833, - "end": 32841, + "start": 32987, + "end": 32995, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32833, - "end": 32837, + "start": 32987, + "end": 32991, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 16 } }, @@ -58874,15 +59239,15 @@ }, "property": { "type": "Identifier", - "start": 32838, - "end": 32841, + "start": 32992, + "end": 32995, "loc": { "start": { - "line": 843, + "line": 848, "column": 17 }, "end": { - "line": 843, + "line": 848, "column": 20 }, "identifierName": "off" @@ -58895,44 +59260,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32842, - "end": 32853, + "start": 32996, + "end": 33007, "loc": { "start": { - "line": 843, + "line": 848, "column": 21 }, "end": { - "line": 843, + "line": 848, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32842, - "end": 32846, + "start": 32996, + "end": 33000, "loc": { "start": { - "line": 843, + "line": 848, "column": 21 }, "end": { - "line": 843, + "line": 848, "column": 25 } } }, "property": { "type": "Identifier", - "start": 32847, - "end": 32853, + "start": 33001, + "end": 33007, "loc": { "start": { - "line": 843, + "line": 848, "column": 26 }, "end": { - "line": 843, + "line": 848, "column": 32 }, "identifierName": "player" @@ -58943,29 +59308,29 @@ }, { "type": "MemberExpression", - "start": 32855, - "end": 32871, + "start": 33009, + "end": 33025, "loc": { "start": { - "line": 843, + "line": 848, "column": 34 }, "end": { - "line": 843, + "line": 848, "column": 50 } }, "object": { "type": "Identifier", - "start": 32855, - "end": 32860, + "start": 33009, + "end": 33014, "loc": { "start": { - "line": 843, + "line": 848, "column": 34 }, "end": { - "line": 843, + "line": 848, "column": 39 }, "identifierName": "Event" @@ -58974,15 +59339,15 @@ }, "property": { "type": "Identifier", - "start": 32861, - "end": 32871, + "start": 33015, + "end": 33025, "loc": { "start": { - "line": 843, + "line": 848, "column": 40 }, "end": { - "line": 843, + "line": 848, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -58993,44 +59358,44 @@ }, { "type": "MemberExpression", - "start": 32873, - "end": 32896, + "start": 33027, + "end": 33050, "loc": { "start": { - "line": 843, + "line": 848, "column": 52 }, "end": { - "line": 843, + "line": 848, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 32873, - "end": 32877, + "start": 33027, + "end": 33031, "loc": { "start": { - "line": 843, + "line": 848, "column": 52 }, "end": { - "line": 843, + "line": 848, "column": 56 } } }, "property": { "type": "Identifier", - "start": 32878, - "end": 32896, + "start": 33032, + "end": 33050, "loc": { "start": { - "line": 843, + "line": 848, "column": 57 }, "end": { - "line": 843, + "line": 848, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -59046,15 +59411,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -59063,72 +59428,72 @@ }, { "type": "ExpressionStatement", - "start": 32911, - "end": 32971, + "start": 33065, + "end": 33125, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 32911, - "end": 32970, + "start": 33065, + "end": 33124, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 32911, - "end": 32919, + "start": 33065, + "end": 33073, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32911, - "end": 32915, + "start": 33065, + "end": 33069, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32916, - "end": 32919, + "start": 33070, + "end": 33073, "loc": { "start": { - "line": 844, + "line": 849, "column": 17 }, "end": { - "line": 844, + "line": 849, "column": 20 }, "identifierName": "off" @@ -59140,44 +59505,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32920, - "end": 32931, + "start": 33074, + "end": 33085, "loc": { "start": { - "line": 844, + "line": 849, "column": 21 }, "end": { - "line": 844, + "line": 849, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32920, - "end": 32924, + "start": 33074, + "end": 33078, "loc": { "start": { - "line": 844, + "line": 849, "column": 21 }, "end": { - "line": 844, + "line": 849, "column": 25 } } }, "property": { "type": "Identifier", - "start": 32925, - "end": 32931, + "start": 33079, + "end": 33085, "loc": { "start": { - "line": 844, + "line": 849, "column": 26 }, "end": { - "line": 844, + "line": 849, "column": 32 }, "identifierName": "player" @@ -59188,29 +59553,29 @@ }, { "type": "MemberExpression", - "start": 32933, - "end": 32944, + "start": 33087, + "end": 33098, "loc": { "start": { - "line": 844, + "line": 849, "column": 34 }, "end": { - "line": 844, + "line": 849, "column": 45 } }, "object": { "type": "Identifier", - "start": 32933, - "end": 32938, + "start": 33087, + "end": 33092, "loc": { "start": { - "line": 844, + "line": 849, "column": 34 }, "end": { - "line": 844, + "line": 849, "column": 39 }, "identifierName": "Event" @@ -59219,15 +59584,15 @@ }, "property": { "type": "Identifier", - "start": 32939, - "end": 32944, + "start": 33093, + "end": 33098, "loc": { "start": { - "line": 844, + "line": 849, "column": 40 }, "end": { - "line": 844, + "line": 849, "column": 45 }, "identifierName": "ENDED" @@ -59238,44 +59603,44 @@ }, { "type": "MemberExpression", - "start": 32946, - "end": 32969, + "start": 33100, + "end": 33123, "loc": { "start": { - "line": 844, + "line": 849, "column": 47 }, "end": { - "line": 844, + "line": 849, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 32946, - "end": 32950, + "start": 33100, + "end": 33104, "loc": { "start": { - "line": 844, + "line": 849, "column": 47 }, "end": { - "line": 844, + "line": 849, "column": 51 } } }, "property": { "type": "Identifier", - "start": 32951, - "end": 32969, + "start": 33105, + "end": 33123, "loc": { "start": { - "line": 844, + "line": 849, "column": 52 }, "end": { - "line": 844, + "line": 849, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -59290,15 +59655,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -59307,57 +59672,57 @@ }, { "type": "SwitchStatement", - "start": 33014, - "end": 34472, + "start": 33168, + "end": 34626, "loc": { "start": { - "line": 847, + "line": 852, "column": 12 }, "end": { - "line": 884, + "line": 889, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33022, - "end": 33042, + "start": 33176, + "end": 33196, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33022, - "end": 33040, + "start": 33176, + "end": 33194, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33022, - "end": 33026, + "start": 33176, + "end": 33180, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 24 } }, @@ -59365,15 +59730,15 @@ }, "property": { "type": "Identifier", - "start": 33027, - "end": 33040, + "start": 33181, + "end": 33194, "loc": { "start": { - "line": 847, + "line": 852, "column": 25 }, "end": { - "line": 847, + "line": 852, "column": 38 }, "identifierName": "getRecordType" @@ -59389,86 +59754,86 @@ "cases": [ { "type": "SwitchCase", - "start": 33062, - "end": 33447, + "start": 33216, + "end": 33601, "loc": { "start": { - "line": 848, + "line": 853, "column": 16 }, "end": { - "line": 856, + "line": 861, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33146, - "end": 33185, + "start": 33300, + "end": 33339, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 33146, - "end": 33184, + "start": 33300, + "end": 33338, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 33146, - "end": 33177, + "start": 33300, + "end": 33331, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 33146, - "end": 33157, + "start": 33300, + "end": 33311, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33146, - "end": 33150, + "start": 33300, + "end": 33304, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 24 } }, @@ -59476,15 +59841,15 @@ }, "property": { "type": "Identifier", - "start": 33151, - "end": 33157, + "start": 33305, + "end": 33311, "loc": { "start": { - "line": 850, + "line": 855, "column": 25 }, "end": { - "line": 850, + "line": 855, "column": 31 }, "identifierName": "surfer" @@ -59496,15 +59861,15 @@ }, "property": { "type": "Identifier", - "start": 33158, - "end": 33177, + "start": 33312, + "end": 33331, "loc": { "start": { - "line": 850, + "line": 855, "column": 32 }, "end": { - "line": 850, + "line": 855, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -59517,15 +59882,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33178, - "end": 33183, + "start": 33332, + "end": 33337, "loc": { "start": { - "line": 850, + "line": 855, "column": 52 }, "end": { - "line": 850, + "line": 855, "column": 57 } }, @@ -59538,15 +59903,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33099, - "end": 33125, + "start": 33253, + "end": 33279, "loc": { "start": { - "line": 849, + "line": 854, "column": 20 }, "end": { - "line": 849, + "line": 854, "column": 46 } } @@ -59556,15 +59921,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -59573,100 +59938,100 @@ }, { "type": "ExpressionStatement", - "start": 33268, - "end": 33313, + "start": 33422, + "end": 33467, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 33268, - "end": 33312, + "start": 33422, + "end": 33466, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33268, - "end": 33304, + "start": 33422, + "end": 33458, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33297, + "start": 33422, + "end": 33451, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33286, + "start": 33422, + "end": 33440, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33279, + "start": 33422, + "end": 33433, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33268, - "end": 33272, + "start": 33422, + "end": 33426, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 24 } }, @@ -59674,15 +60039,15 @@ }, "property": { "type": "Identifier", - "start": 33273, - "end": 33279, + "start": 33427, + "end": 33433, "loc": { "start": { - "line": 853, + "line": 858, "column": 25 }, "end": { - "line": 853, + "line": 858, "column": 31 }, "identifierName": "surfer" @@ -59694,15 +60059,15 @@ }, "property": { "type": "Identifier", - "start": 33280, - "end": 33286, + "start": 33434, + "end": 33440, "loc": { "start": { - "line": 853, + "line": 858, "column": 32 }, "end": { - "line": 853, + "line": 858, "column": 38 }, "identifierName": "surfer" @@ -59714,15 +60079,15 @@ }, "property": { "type": "Identifier", - "start": 33287, - "end": 33297, + "start": 33441, + "end": 33451, "loc": { "start": { - "line": 853, + "line": 858, "column": 39 }, "end": { - "line": 853, + "line": 858, "column": 49 }, "identifierName": "microphone" @@ -59734,15 +60099,15 @@ }, "property": { "type": "Identifier", - "start": 33298, - "end": 33304, + "start": 33452, + "end": 33458, "loc": { "start": { - "line": 853, + "line": 858, "column": 50 }, "end": { - "line": 853, + "line": 858, "column": 56 }, "identifierName": "paused" @@ -59754,15 +60119,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33307, - "end": 33312, + "start": 33461, + "end": 33466, "loc": { "start": { - "line": 853, + "line": 858, "column": 59 }, "end": { - "line": 853, + "line": 858, "column": 64 } }, @@ -59774,15 +60139,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -59791,87 +60156,87 @@ }, { "type": "ExpressionStatement", - "start": 33334, - "end": 33362, + "start": 33488, + "end": 33516, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 33334, - "end": 33361, + "start": 33488, + "end": 33515, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33334, - "end": 33354, + "start": 33488, + "end": 33508, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 33334, - "end": 33345, + "start": 33488, + "end": 33499, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33334, - "end": 33338, + "start": 33488, + "end": 33492, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33339, - "end": 33345, + "start": 33493, + "end": 33499, "loc": { "start": { - "line": 854, + "line": 859, "column": 25 }, "end": { - "line": 854, + "line": 859, "column": 31 }, "identifierName": "surfer" @@ -59882,15 +60247,15 @@ }, "property": { "type": "Identifier", - "start": 33346, - "end": 33354, + "start": 33500, + "end": 33508, "loc": { "start": { - "line": 854, + "line": 859, "column": 32 }, "end": { - "line": 854, + "line": 859, "column": 40 }, "identifierName": "liveMode" @@ -59901,15 +60266,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33357, - "end": 33361, + "start": 33511, + "end": 33515, "loc": { "start": { - "line": 854, + "line": 859, "column": 43 }, "end": { - "line": 854, + "line": 859, "column": 47 } }, @@ -59919,114 +60284,114 @@ }, { "type": "ExpressionStatement", - "start": 33383, - "end": 33420, + "start": 33537, + "end": 33574, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 33383, - "end": 33419, + "start": 33537, + "end": 33573, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 33383, - "end": 33417, + "start": 33537, + "end": 33571, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33412, + "start": 33537, + "end": 33566, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33401, + "start": 33537, + "end": 33555, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33394, + "start": 33537, + "end": 33548, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33383, - "end": 33387, + "start": 33537, + "end": 33541, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33388, - "end": 33394, + "start": 33542, + "end": 33548, "loc": { "start": { - "line": 855, + "line": 860, "column": 25 }, "end": { - "line": 855, + "line": 860, "column": 31 }, "identifierName": "surfer" @@ -60037,15 +60402,15 @@ }, "property": { "type": "Identifier", - "start": 33395, - "end": 33401, + "start": 33549, + "end": 33555, "loc": { "start": { - "line": 855, + "line": 860, "column": 32 }, "end": { - "line": 855, + "line": 860, "column": 38 }, "identifierName": "surfer" @@ -60056,15 +60421,15 @@ }, "property": { "type": "Identifier", - "start": 33402, - "end": 33412, + "start": 33556, + "end": 33566, "loc": { "start": { - "line": 855, + "line": 860, "column": 39 }, "end": { - "line": 855, + "line": 860, "column": 49 }, "identifierName": "microphone" @@ -60075,15 +60440,15 @@ }, "property": { "type": "Identifier", - "start": 33413, - "end": 33417, + "start": 33567, + "end": 33571, "loc": { "start": { - "line": 855, + "line": 860, "column": 50 }, "end": { - "line": 855, + "line": 860, "column": 54 }, "identifierName": "play" @@ -60097,15 +60462,15 @@ }, { "type": "BreakStatement", - "start": 33441, - "end": 33447, + "start": 33595, + "end": 33601, "loc": { "start": { - "line": 856, + "line": 861, "column": 20 }, "end": { - "line": 856, + "line": 861, "column": 26 } }, @@ -60114,15 +60479,15 @@ ], "test": { "type": "Identifier", - "start": 33067, - "end": 33077, + "start": 33221, + "end": 33231, "loc": { "start": { - "line": 848, + "line": 853, "column": 21 }, "end": { - "line": 848, + "line": 853, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -60132,30 +60497,30 @@ }, { "type": "SwitchCase", - "start": 33465, - "end": 33481, + "start": 33619, + "end": 33635, "loc": { "start": { - "line": 858, + "line": 863, "column": 16 }, "end": { - "line": 858, + "line": 863, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33470, - "end": 33480, + "start": 33624, + "end": 33634, "loc": { "start": { - "line": 858, + "line": 863, "column": 21 }, "end": { - "line": 858, + "line": 863, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -60165,30 +60530,30 @@ }, { "type": "SwitchCase", - "start": 33498, - "end": 33515, + "start": 33652, + "end": 33669, "loc": { "start": { - "line": 859, + "line": 864, "column": 16 }, "end": { - "line": 859, + "line": 864, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33503, - "end": 33514, + "start": 33657, + "end": 33668, "loc": { "start": { - "line": 859, + "line": 864, "column": 21 }, "end": { - "line": 859, + "line": 864, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -60198,30 +60563,30 @@ }, { "type": "SwitchCase", - "start": 33532, - "end": 33550, + "start": 33686, + "end": 33704, "loc": { "start": { - "line": 860, + "line": 865, "column": 16 }, "end": { - "line": 860, + "line": 865, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33537, - "end": 33549, + "start": 33691, + "end": 33703, "loc": { "start": { - "line": 860, + "line": 865, "column": 21 }, "end": { - "line": 860, + "line": 865, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -60231,72 +60596,72 @@ }, { "type": "SwitchCase", - "start": 33567, - "end": 33718, + "start": 33721, + "end": 33872, "loc": { "start": { - "line": 861, + "line": 866, "column": 16 }, "end": { - "line": 864, + "line": 869, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33666, - "end": 33691, + "start": 33820, + "end": 33845, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 33666, - "end": 33690, + "start": 33820, + "end": 33844, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 33666, - "end": 33688, + "start": 33820, + "end": 33842, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 33666, - "end": 33670, + "start": 33820, + "end": 33824, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 24 } }, @@ -60304,15 +60669,15 @@ }, "property": { "type": "Identifier", - "start": 33671, - "end": 33688, + "start": 33825, + "end": 33842, "loc": { "start": { - "line": 863, + "line": 868, "column": 25 }, "end": { - "line": 863, + "line": 868, "column": 42 }, "identifierName": "startVideoPreview" @@ -60329,15 +60694,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33605, - "end": 33645, + "start": 33759, + "end": 33799, "loc": { "start": { - "line": 862, + "line": 867, "column": 20 }, "end": { - "line": 862, + "line": 867, "column": 60 } } @@ -60346,15 +60711,15 @@ }, { "type": "BreakStatement", - "start": 33712, - "end": 33718, + "start": 33866, + "end": 33872, "loc": { "start": { - "line": 864, + "line": 869, "column": 20 }, "end": { - "line": 864, + "line": 869, "column": 26 } }, @@ -60363,15 +60728,15 @@ ], "test": { "type": "Identifier", - "start": 33572, - "end": 33583, + "start": 33726, + "end": 33737, "loc": { "start": { - "line": 861, + "line": 866, "column": 21 }, "end": { - "line": 861, + "line": 866, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -60381,100 +60746,100 @@ }, { "type": "SwitchCase", - "start": 33736, - "end": 34458, + "start": 33890, + "end": 34612, "loc": { "start": { - "line": 866, + "line": 871, "column": 16 }, "end": { - "line": 883, + "line": 888, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33816, - "end": 33848, + "start": 33970, + "end": 34002, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 33816, - "end": 33847, + "start": 33970, + "end": 34001, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33816, - "end": 33845, + "start": 33970, + "end": 33999, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33816, - "end": 33840, + "start": 33970, + "end": 33994, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 33816, - "end": 33827, + "start": 33970, + "end": 33981, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33816, - "end": 33820, + "start": 33970, + "end": 33974, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 24 } }, @@ -60482,15 +60847,15 @@ }, "property": { "type": "Identifier", - "start": 33821, - "end": 33827, + "start": 33975, + "end": 33981, "loc": { "start": { - "line": 868, + "line": 873, "column": 25 }, "end": { - "line": 868, + "line": 873, "column": 31 }, "identifierName": "player" @@ -60502,15 +60867,15 @@ }, "property": { "type": "Identifier", - "start": 33828, - "end": 33840, + "start": 33982, + "end": 33994, "loc": { "start": { - "line": 868, + "line": 873, "column": 32 }, "end": { - "line": 868, + "line": 873, "column": 44 }, "identifierName": "recordCanvas" @@ -60522,15 +60887,15 @@ }, "property": { "type": "Identifier", - "start": 33841, - "end": 33845, + "start": 33995, + "end": 33999, "loc": { "start": { - "line": 868, + "line": 873, "column": 45 }, "end": { - "line": 868, + "line": 873, "column": 49 }, "identifierName": "hide" @@ -60547,15 +60912,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33772, - "end": 33795, + "start": 33926, + "end": 33949, "loc": { "start": { - "line": 867, + "line": 872, "column": 20 }, "end": { - "line": 867, + "line": 872, "column": 43 } } @@ -60565,15 +60930,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -60582,85 +60947,85 @@ }, { "type": "ExpressionStatement", - "start": 33912, - "end": 33948, + "start": 34066, + "end": 34102, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 33912, - "end": 33947, + "start": 34066, + "end": 34101, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 33912, - "end": 33945, + "start": 34066, + "end": 34099, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 33912, - "end": 33940, + "start": 34066, + "end": 34094, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 33912, - "end": 33923, + "start": 34066, + "end": 34077, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33912, - "end": 33916, + "start": 34066, + "end": 34070, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 24 } }, @@ -60668,15 +61033,15 @@ }, "property": { "type": "Identifier", - "start": 33917, - "end": 33923, + "start": 34071, + "end": 34077, "loc": { "start": { - "line": 871, + "line": 876, "column": 25 }, "end": { - "line": 871, + "line": 876, "column": 31 }, "identifierName": "player" @@ -60688,15 +61053,15 @@ }, "property": { "type": "Identifier", - "start": 33924, - "end": 33940, + "start": 34078, + "end": 34094, "loc": { "start": { - "line": 871, + "line": 876, "column": 32 }, "end": { - "line": 871, + "line": 876, "column": 48 }, "identifierName": "animationDisplay" @@ -60708,15 +61073,15 @@ }, "property": { "type": "Identifier", - "start": 33941, - "end": 33945, + "start": 34095, + "end": 34099, "loc": { "start": { - "line": 871, + "line": 876, "column": 49 }, "end": { - "line": 871, + "line": 876, "column": 53 }, "identifierName": "hide" @@ -60733,15 +61098,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -60751,15 +61116,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -60768,86 +61133,86 @@ }, { "type": "ExpressionStatement", - "start": 34012, - "end": 34054, + "start": 34166, + "end": 34208, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 34012, - "end": 34053, + "start": 34166, + "end": 34207, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34012, - "end": 34043, + "start": 34166, + "end": 34197, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 34012, - "end": 34035, + "start": 34166, + "end": 34189, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 34012, - "end": 34029, + "start": 34166, + "end": 34183, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34012, - "end": 34016, + "start": 34166, + "end": 34170, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 24 } }, @@ -60855,15 +61220,15 @@ }, "property": { "type": "Identifier", - "start": 34017, - "end": 34029, + "start": 34171, + "end": 34183, "loc": { "start": { - "line": 874, + "line": 879, "column": 25 }, "end": { - "line": 874, + "line": 879, "column": 37 }, "identifierName": "mediaElement" @@ -60875,15 +61240,15 @@ }, "property": { "type": "Identifier", - "start": 34030, - "end": 34035, + "start": 34184, + "end": 34189, "loc": { "start": { - "line": 874, + "line": 879, "column": 38 }, "end": { - "line": 874, + "line": 879, "column": 43 }, "identifierName": "style" @@ -60895,15 +61260,15 @@ }, "property": { "type": "Identifier", - "start": 34036, - "end": 34043, + "start": 34190, + "end": 34197, "loc": { "start": { - "line": 874, + "line": 879, "column": 44 }, "end": { - "line": 874, + "line": 879, "column": 51 }, "identifierName": "display" @@ -60915,15 +61280,15 @@ }, "right": { "type": "StringLiteral", - "start": 34046, - "end": 34053, + "start": 34200, + "end": 34207, "loc": { "start": { - "line": 874, + "line": 879, "column": 54 }, "end": { - "line": 874, + "line": 879, "column": 61 } }, @@ -60939,15 +61304,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -60957,15 +61322,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -60973,15 +61338,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -60989,15 +61354,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -61006,85 +61371,85 @@ }, { "type": "ExpressionStatement", - "start": 34240, - "end": 34431, + "start": 34394, + "end": 34585, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 882, + "line": 887, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 34240, - "end": 34430, + "start": 34394, + "end": 34584, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 882, + "line": 887, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 34240, - "end": 34264, + "start": 34394, + "end": 34418, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 44 } }, "object": { "type": "CallExpression", - "start": 34240, - "end": 34259, + "start": 34394, + "end": 34413, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34240, - "end": 34257, + "start": 34394, + "end": 34411, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34240, - "end": 34244, + "start": 34394, + "end": 34398, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 24 } }, @@ -61092,15 +61457,15 @@ }, "property": { "type": "Identifier", - "start": 34245, - "end": 34257, + "start": 34399, + "end": 34411, "loc": { "start": { - "line": 879, + "line": 884, "column": 25 }, "end": { - "line": 879, + "line": 884, "column": 37 }, "identifierName": "captureFrame" @@ -61115,15 +61480,15 @@ }, "property": { "type": "Identifier", - "start": 34260, - "end": 34264, + "start": 34414, + "end": 34418, "loc": { "start": { - "line": 879, + "line": 884, "column": 40 }, "end": { - "line": 879, + "line": 884, "column": 44 }, "identifierName": "then" @@ -61136,15 +61501,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 34265, - "end": 34429, + "start": 34419, + "end": 34583, "loc": { "start": { - "line": 879, + "line": 884, "column": 45 }, "end": { - "line": 882, + "line": 887, "column": 21 } }, @@ -61155,15 +61520,15 @@ "params": [ { "type": "Identifier", - "start": 34266, - "end": 34272, + "start": 34420, + "end": 34426, "loc": { "start": { - "line": 879, + "line": 884, "column": 46 }, "end": { - "line": 879, + "line": 884, "column": 52 }, "identifierName": "result" @@ -61173,72 +61538,72 @@ ], "body": { "type": "BlockStatement", - "start": 34277, - "end": 34429, + "start": 34431, + "end": 34583, "loc": { "start": { - "line": 879, + "line": 884, "column": 57 }, "end": { - "line": 882, + "line": 887, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34382, - "end": 34407, + "start": 34536, + "end": 34561, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 34382, - "end": 34406, + "start": 34536, + "end": 34560, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 34382, - "end": 34404, + "start": 34536, + "end": 34558, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 34382, - "end": 34386, + "start": 34536, + "end": 34540, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 28 } }, @@ -61246,15 +61611,15 @@ }, "property": { "type": "Identifier", - "start": 34387, - "end": 34404, + "start": 34541, + "end": 34558, "loc": { "start": { - "line": 881, + "line": 886, "column": 29 }, "end": { - "line": 881, + "line": 886, "column": 46 }, "identifierName": "startVideoPreview" @@ -61271,15 +61636,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34303, - "end": 34357, + "start": 34457, + "end": 34511, "loc": { "start": { - "line": 880, + "line": 885, "column": 24 }, "end": { - "line": 880, + "line": 885, "column": 78 } } @@ -61297,15 +61662,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -61313,15 +61678,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -61329,15 +61694,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -61346,15 +61711,15 @@ }, { "type": "BreakStatement", - "start": 34452, - "end": 34458, + "start": 34606, + "end": 34612, "loc": { "start": { - "line": 883, + "line": 888, "column": 20 }, "end": { - "line": 883, + "line": 888, "column": 26 } }, @@ -61363,15 +61728,15 @@ ], "test": { "type": "Identifier", - "start": 33741, - "end": 33750, + "start": 33895, + "end": 33904, "loc": { "start": { - "line": 866, + "line": 871, "column": 21 }, "end": { - "line": 866, + "line": 871, "column": 30 }, "identifierName": "ANIMATION" @@ -61384,15 +61749,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -61401,58 +61766,58 @@ }, { "type": "IfStatement", - "start": 34486, - "end": 34599, + "start": 34640, + "end": 34753, "loc": { "start": { - "line": 886, + "line": 891, "column": 12 }, "end": { - "line": 889, + "line": 894, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 34490, - "end": 34509, + "start": 34644, + "end": 34663, "loc": { "start": { - "line": 886, + "line": 891, "column": 16 }, "end": { - "line": 886, + "line": 891, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 34490, - "end": 34494, + "start": 34644, + "end": 34648, "loc": { "start": { - "line": 886, + "line": 891, "column": 16 }, "end": { - "line": 886, + "line": 891, "column": 20 } } }, "property": { "type": "Identifier", - "start": 34495, - "end": 34509, + "start": 34649, + "end": 34663, "loc": { "start": { - "line": 886, + "line": 891, "column": 21 }, "end": { - "line": 886, + "line": 891, "column": 35 }, "identifierName": "autoMuteDevice" @@ -61463,72 +61828,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 34511, - "end": 34599, + "start": 34665, + "end": 34753, "loc": { "start": { - "line": 886, + "line": 891, "column": 37 }, "end": { - "line": 889, + "line": 894, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 34562, - "end": 34585, + "start": 34716, + "end": 34739, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 34562, - "end": 34584, + "start": 34716, + "end": 34738, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 34562, - "end": 34577, + "start": 34716, + "end": 34731, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34562, - "end": 34566, + "start": 34716, + "end": 34720, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 20 } }, @@ -61536,15 +61901,15 @@ }, "property": { "type": "Identifier", - "start": 34567, - "end": 34577, + "start": 34721, + "end": 34731, "loc": { "start": { - "line": 888, + "line": 893, "column": 21 }, "end": { - "line": 888, + "line": 893, "column": 31 }, "identifierName": "muteTracks" @@ -61557,15 +61922,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 34578, - "end": 34583, + "start": 34732, + "end": 34737, "loc": { "start": { - "line": 888, + "line": 893, "column": 32 }, "end": { - "line": 888, + "line": 893, "column": 37 } }, @@ -61578,15 +61943,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34529, - "end": 34545, + "start": 34683, + "end": 34699, "loc": { "start": { - "line": 887, + "line": 892, "column": 16 }, "end": { - "line": 887, + "line": 892, "column": 32 } } @@ -61602,15 +61967,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -61619,57 +61984,57 @@ }, { "type": "SwitchStatement", - "start": 34644, - "end": 35585, + "start": 34798, + "end": 35739, "loc": { "start": { - "line": 892, + "line": 897, "column": 12 }, "end": { - "line": 917, + "line": 922, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 34652, - "end": 34672, + "start": 34806, + "end": 34826, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 34652, - "end": 34670, + "start": 34806, + "end": 34824, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 34652, - "end": 34656, + "start": 34806, + "end": 34810, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 24 } }, @@ -61677,15 +62042,15 @@ }, "property": { "type": "Identifier", - "start": 34657, - "end": 34670, + "start": 34811, + "end": 34824, "loc": { "start": { - "line": 892, + "line": 897, "column": 25 }, "end": { - "line": 892, + "line": 897, "column": 38 }, "identifierName": "getRecordType" @@ -61701,72 +62066,72 @@ "cases": [ { "type": "SwitchCase", - "start": 34692, - "end": 34912, + "start": 34846, + "end": 35066, "loc": { "start": { - "line": 893, + "line": 898, "column": 16 }, "end": { - "line": 899, + "line": 904, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34768, - "end": 34790, + "start": 34922, + "end": 34944, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34768, - "end": 34789, + "start": 34922, + "end": 34943, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34768, - "end": 34787, + "start": 34922, + "end": 34941, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34768, - "end": 34772, + "start": 34922, + "end": 34926, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 24 } }, @@ -61774,15 +62139,15 @@ }, "property": { "type": "Identifier", - "start": 34773, - "end": 34787, + "start": 34927, + "end": 34941, "loc": { "start": { - "line": 895, + "line": 900, "column": 25 }, "end": { - "line": 895, + "line": 900, "column": 39 }, "identifierName": "createSnapshot" @@ -61799,15 +62164,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34729, - "end": 34747, + "start": 34883, + "end": 34901, "loc": { "start": { - "line": 894, + "line": 899, "column": 20 }, "end": { - "line": 894, + "line": 899, "column": 38 } } @@ -61817,15 +62182,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -61834,71 +62199,71 @@ }, { "type": "ExpressionStatement", - "start": 34845, - "end": 34885, + "start": 34999, + "end": 35039, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 34845, - "end": 34884, + "start": 34999, + "end": 35038, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 34845, - "end": 34864, + "start": 34999, + "end": 35018, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 34845, - "end": 34856, + "start": 34999, + "end": 35010, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34845, - "end": 34849, + "start": 34999, + "end": 35003, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 24 } }, @@ -61906,15 +62271,15 @@ }, "property": { "type": "Identifier", - "start": 34850, - "end": 34856, + "start": 35004, + "end": 35010, "loc": { "start": { - "line": 898, + "line": 903, "column": 25 }, "end": { - "line": 898, + "line": 903, "column": 31 }, "identifierName": "player" @@ -61926,15 +62291,15 @@ }, "property": { "type": "Identifier", - "start": 34857, - "end": 34864, + "start": 35011, + "end": 35018, "loc": { "start": { - "line": 898, + "line": 903, "column": 32 }, "end": { - "line": 898, + "line": 903, "column": 39 }, "identifierName": "trigger" @@ -61947,29 +62312,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 34865, - "end": 34883, + "start": 35019, + "end": 35037, "loc": { "start": { - "line": 898, + "line": 903, "column": 40 }, "end": { - "line": 898, + "line": 903, "column": 58 } }, "object": { "type": "Identifier", - "start": 34865, - "end": 34870, + "start": 35019, + "end": 35024, "loc": { "start": { - "line": 898, + "line": 903, "column": 40 }, "end": { - "line": 898, + "line": 903, "column": 45 }, "identifierName": "Event" @@ -61978,15 +62343,15 @@ }, "property": { "type": "Identifier", - "start": 34871, - "end": 34883, + "start": 35025, + "end": 35037, "loc": { "start": { - "line": 898, + "line": 903, "column": 46 }, "end": { - "line": 898, + "line": 903, "column": 58 }, "identifierName": "START_RECORD" @@ -62002,15 +62367,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -62019,15 +62384,15 @@ }, { "type": "BreakStatement", - "start": 34906, - "end": 34912, + "start": 35060, + "end": 35066, "loc": { "start": { - "line": 899, + "line": 904, "column": 20 }, "end": { - "line": 899, + "line": 904, "column": 26 } }, @@ -62036,15 +62401,15 @@ ], "test": { "type": "Identifier", - "start": 34697, - "end": 34707, + "start": 34851, + "end": 34861, "loc": { "start": { - "line": 893, + "line": 898, "column": 21 }, "end": { - "line": 893, + "line": 898, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -62054,30 +62419,30 @@ }, { "type": "SwitchCase", - "start": 34930, - "end": 34946, + "start": 35084, + "end": 35100, "loc": { "start": { - "line": 901, + "line": 906, "column": 16 }, "end": { - "line": 901, + "line": 906, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 34935, - "end": 34945, + "start": 35089, + "end": 35099, "loc": { "start": { - "line": 901, + "line": 906, "column": 21 }, "end": { - "line": 901, + "line": 906, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -62087,30 +62452,30 @@ }, { "type": "SwitchCase", - "start": 34963, - "end": 34980, + "start": 35117, + "end": 35134, "loc": { "start": { - "line": 902, + "line": 907, "column": 16 }, "end": { - "line": 902, + "line": 907, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 34968, - "end": 34979, + "start": 35122, + "end": 35133, "loc": { "start": { - "line": 902, + "line": 907, "column": 21 }, "end": { - "line": 902, + "line": 907, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -62120,30 +62485,30 @@ }, { "type": "SwitchCase", - "start": 34997, - "end": 35015, + "start": 35151, + "end": 35169, "loc": { "start": { - "line": 903, + "line": 908, "column": 16 }, "end": { - "line": 903, + "line": 908, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35002, - "end": 35014, + "start": 35156, + "end": 35168, "loc": { "start": { - "line": 903, + "line": 908, "column": 21 }, "end": { - "line": 903, + "line": 908, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -62153,30 +62518,30 @@ }, { "type": "SwitchCase", - "start": 35032, - "end": 35047, + "start": 35186, + "end": 35201, "loc": { "start": { - "line": 904, + "line": 909, "column": 16 }, "end": { - "line": 904, + "line": 909, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35037, - "end": 35046, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 904, + "line": 909, "column": 21 }, "end": { - "line": 904, + "line": 909, "column": 30 }, "identifierName": "ANIMATION" @@ -62186,86 +62551,86 @@ }, { "type": "SwitchCase", - "start": 35064, - "end": 35384, + "start": 35218, + "end": 35538, "loc": { "start": { - "line": 905, + "line": 910, "column": 16 }, "end": { - "line": 911, + "line": 916, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35181, - "end": 35357, + "start": 35335, + "end": 35511, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 910, + "line": 915, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 35181, - "end": 35356, + "start": 35335, + "end": 35510, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 910, + "line": 915, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 35181, - "end": 35196, + "start": 35335, + "end": 35350, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35181, - "end": 35192, + "start": 35335, + "end": 35346, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35181, - "end": 35185, + "start": 35335, + "end": 35339, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 24 } }, @@ -62273,15 +62638,15 @@ }, "property": { "type": "Identifier", - "start": 35186, - "end": 35192, + "start": 35340, + "end": 35346, "loc": { "start": { - "line": 907, + "line": 912, "column": 25 }, "end": { - "line": 907, + "line": 912, "column": 31 }, "identifierName": "player" @@ -62293,15 +62658,15 @@ }, "property": { "type": "Identifier", - "start": 35193, - "end": 35196, + "start": 35347, + "end": 35350, "loc": { "start": { - "line": 907, + "line": 912, "column": 32 }, "end": { - "line": 907, + "line": 912, "column": 35 }, "identifierName": "one" @@ -62314,29 +62679,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35197, - "end": 35217, + "start": 35351, + "end": 35371, "loc": { "start": { - "line": 907, + "line": 912, "column": 36 }, "end": { - "line": 907, + "line": 912, "column": 56 } }, "object": { "type": "Identifier", - "start": 35197, - "end": 35202, + "start": 35351, + "end": 35356, "loc": { "start": { - "line": 907, + "line": 912, "column": 36 }, "end": { - "line": 907, + "line": 912, "column": 41 }, "identifierName": "Event" @@ -62345,15 +62710,15 @@ }, "property": { "type": "Identifier", - "start": 35203, - "end": 35217, + "start": 35357, + "end": 35371, "loc": { "start": { - "line": 907, + "line": 912, "column": 42 }, "end": { - "line": 907, + "line": 912, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -62364,15 +62729,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 35219, - "end": 35355, + "start": 35373, + "end": 35509, "loc": { "start": { - "line": 907, + "line": 912, "column": 58 }, "end": { - "line": 910, + "line": 915, "column": 21 } }, @@ -62383,72 +62748,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35225, - "end": 35355, + "start": 35379, + "end": 35509, "loc": { "start": { - "line": 907, + "line": 912, "column": 64 }, "end": { - "line": 910, + "line": 915, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 35311, - "end": 35333, + "start": 35465, + "end": 35487, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 35311, - "end": 35332, + "start": 35465, + "end": 35486, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 35311, - "end": 35330, + "start": 35465, + "end": 35484, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 35311, - "end": 35315, + "start": 35465, + "end": 35469, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 28 } }, @@ -62456,15 +62821,15 @@ }, "property": { "type": "Identifier", - "start": 35316, - "end": 35330, + "start": 35470, + "end": 35484, "loc": { "start": { - "line": 909, + "line": 914, "column": 29 }, "end": { - "line": 909, + "line": 914, "column": 43 }, "identifierName": "startRecording" @@ -62481,15 +62846,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35251, - "end": 35286, + "start": 35405, + "end": 35440, "loc": { "start": { - "line": 908, + "line": 913, "column": 24 }, "end": { - "line": 908, + "line": 913, "column": 59 } } @@ -62507,15 +62872,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35102, - "end": 35160, + "start": 35256, + "end": 35314, "loc": { "start": { - "line": 906, + "line": 911, "column": 20 }, "end": { - "line": 906, + "line": 911, "column": 78 } } @@ -62524,15 +62889,15 @@ }, { "type": "BreakStatement", - "start": 35378, - "end": 35384, + "start": 35532, + "end": 35538, "loc": { "start": { - "line": 911, + "line": 916, "column": 20 }, "end": { - "line": 911, + "line": 916, "column": 26 } }, @@ -62541,15 +62906,15 @@ ], "test": { "type": "Identifier", - "start": 35069, - "end": 35080, + "start": 35223, + "end": 35234, "loc": { "start": { - "line": 905, + "line": 910, "column": 21 }, "end": { - "line": 905, + "line": 910, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -62559,72 +62924,72 @@ }, { "type": "SwitchCase", - "start": 35402, - "end": 35571, + "start": 35556, + "end": 35725, "loc": { "start": { - "line": 913, + "line": 918, "column": 16 }, "end": { - "line": 916, + "line": 921, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35549, - "end": 35571, + "start": 35703, + "end": 35725, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35549, - "end": 35570, + "start": 35703, + "end": 35724, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35549, - "end": 35568, + "start": 35703, + "end": 35722, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35549, - "end": 35553, + "start": 35703, + "end": 35707, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 24 } }, @@ -62632,15 +62997,15 @@ }, "property": { "type": "Identifier", - "start": 35554, - "end": 35568, + "start": 35708, + "end": 35722, "loc": { "start": { - "line": 916, + "line": 921, "column": 25 }, "end": { - "line": 916, + "line": 921, "column": 39 }, "identifierName": "startRecording" @@ -62657,15 +63022,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35431, - "end": 35484, + "start": 35585, + "end": 35638, "loc": { "start": { - "line": 914, + "line": 919, "column": 20 }, "end": { - "line": 914, + "line": 919, "column": 73 } } @@ -62673,15 +63038,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35505, - "end": 35528, + "start": 35659, + "end": 35682, "loc": { "start": { - "line": 915, + "line": 920, "column": 20 }, "end": { - "line": 915, + "line": 920, "column": 43 } } @@ -62696,15 +63061,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -62724,15 +63089,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -62742,15 +63107,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -62759,15 +63124,15 @@ }, { "type": "ClassMethod", - "start": 35663, - "end": 36281, + "start": 35817, + "end": 36435, "loc": { "start": { - "line": 925, + "line": 930, "column": 4 }, "end": { - "line": 946, + "line": 951, "column": 5 } }, @@ -62775,15 +63140,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35663, - "end": 35677, + "start": 35817, + "end": 35831, "loc": { "start": { - "line": 925, + "line": 930, "column": 4 }, "end": { - "line": 925, + "line": 930, "column": 18 }, "identifierName": "startRecording" @@ -62799,73 +63164,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35680, - "end": 36281, + "start": 35834, + "end": 36435, "loc": { "start": { - "line": 925, + "line": 930, "column": 21 }, "end": { - "line": 946, + "line": 951, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35725, - "end": 35745, + "start": 35879, + "end": 35899, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 35725, - "end": 35744, + "start": 35879, + "end": 35898, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35725, - "end": 35736, + "start": 35879, + "end": 35890, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35725, - "end": 35729, + "start": 35879, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 12 } }, @@ -62873,15 +63238,15 @@ }, "property": { "type": "Identifier", - "start": 35730, - "end": 35736, + "start": 35884, + "end": 35890, "loc": { "start": { - "line": 927, + "line": 932, "column": 13 }, "end": { - "line": 927, + "line": 932, "column": 19 }, "identifierName": "paused" @@ -62893,15 +63258,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35739, - "end": 35744, + "start": 35893, + "end": 35898, "loc": { "start": { - "line": 927, + "line": 932, "column": 22 }, "end": { - "line": 927, + "line": 932, "column": 27 } }, @@ -62913,15 +63278,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35690, - "end": 35716, + "start": 35844, + "end": 35870, "loc": { "start": { - "line": 926, + "line": 931, "column": 8 }, "end": { - "line": 926, + "line": 931, "column": 34 } } @@ -62930,73 +63295,73 @@ }, { "type": "ExpressionStatement", - "start": 35754, - "end": 35791, + "start": 35908, + "end": 35945, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 35754, - "end": 35790, + "start": 35908, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35754, - "end": 35768, + "start": 35908, + "end": 35922, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35754, - "end": 35758, + "start": 35908, + "end": 35912, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35759, - "end": 35768, + "start": 35913, + "end": 35922, "loc": { "start": { - "line": 928, + "line": 933, "column": 13 }, "end": { - "line": 928, + "line": 933, "column": 22 }, "identifierName": "pauseTime" @@ -63007,59 +63372,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 35771, - "end": 35790, + "start": 35925, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35771, - "end": 35786, + "start": 35925, + "end": 35940, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 35771, - "end": 35775, + "start": 35925, + "end": 35929, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35776, - "end": 35786, + "start": 35930, + "end": 35940, "loc": { "start": { - "line": 928, + "line": 933, "column": 30 }, "end": { - "line": 928, + "line": 933, "column": 40 }, "identifierName": "pausedTime" @@ -63070,15 +63435,15 @@ }, "right": { "type": "NumericLiteral", - "start": 35789, - "end": 35790, + "start": 35943, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 43 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, @@ -63093,73 +63458,73 @@ }, { "type": "ExpressionStatement", - "start": 35800, - "end": 35835, + "start": 35954, + "end": 35989, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 35800, - "end": 35834, + "start": 35954, + "end": 35988, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35800, - "end": 35814, + "start": 35954, + "end": 35968, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35800, - "end": 35804, + "start": 35954, + "end": 35958, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35805, - "end": 35814, + "start": 35959, + "end": 35968, "loc": { "start": { - "line": 929, + "line": 934, "column": 13 }, "end": { - "line": 929, + "line": 934, "column": 22 }, "identifierName": "startTime" @@ -63170,43 +63535,43 @@ }, "right": { "type": "CallExpression", - "start": 35817, - "end": 35834, + "start": 35971, + "end": 35988, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 35817, - "end": 35832, + "start": 35971, + "end": 35986, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 40 } }, "object": { "type": "Identifier", - "start": 35817, - "end": 35828, + "start": 35971, + "end": 35982, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 36 }, "identifierName": "performance" @@ -63215,15 +63580,15 @@ }, "property": { "type": "Identifier", - "start": 35829, - "end": 35832, + "start": 35983, + "end": 35986, "loc": { "start": { - "line": 929, + "line": 934, "column": 37 }, "end": { - "line": 929, + "line": 934, "column": 40 }, "identifierName": "now" @@ -63239,15 +63604,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -63256,44 +63621,44 @@ }, { "type": "VariableDeclaration", - "start": 35872, - "end": 35900, + "start": 36026, + "end": 36054, "loc": { "start": { - "line": 932, + "line": 937, "column": 8 }, "end": { - "line": 932, + "line": 937, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 35878, - "end": 35899, + "start": 36032, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 937, "column": 14 }, "end": { - "line": 932, + "line": 937, "column": 35 } }, "id": { "type": "Identifier", - "start": 35878, - "end": 35893, + "start": 36032, + "end": 36047, "loc": { "start": { - "line": 932, + "line": 937, "column": 14 }, "end": { - "line": 932, + "line": 937, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -63303,15 +63668,15 @@ }, "init": { "type": "NumericLiteral", - "start": 35896, - "end": 35899, + "start": 36050, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 937, "column": 32 }, "end": { - "line": 932, + "line": 937, "column": 35 } }, @@ -63329,15 +63694,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -63347,15 +63712,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -63364,58 +63729,58 @@ }, { "type": "ExpressionStatement", - "start": 35915, - "end": 36015, + "start": 36069, + "end": 36169, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 934, + "line": 939, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 35915, - "end": 36014, + "start": 36069, + "end": 36168, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 934, + "line": 939, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35915, - "end": 35929, + "start": 36069, + "end": 36083, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 933, + "line": 938, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35915, - "end": 35919, + "start": 36069, + "end": 36073, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 933, + "line": 938, "column": 12 } }, @@ -63423,15 +63788,15 @@ }, "property": { "type": "Identifier", - "start": 35920, - "end": 35929, + "start": 36074, + "end": 36083, "loc": { "start": { - "line": 933, + "line": 938, "column": 13 }, "end": { - "line": 933, + "line": 938, "column": 22 }, "identifierName": "countDown" @@ -63443,72 +63808,72 @@ }, "right": { "type": "CallExpression", - "start": 35932, - "end": 36014, + "start": 36086, + "end": 36168, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 934, + "line": 939, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 35932, - "end": 35955, + "start": 36086, + "end": 36109, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 35932, - "end": 35943, + "start": 36086, + "end": 36097, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 35932, - "end": 35936, + "start": 36086, + "end": 36090, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35937, - "end": 35943, + "start": 36091, + "end": 36097, "loc": { "start": { - "line": 933, + "line": 938, "column": 30 }, "end": { - "line": 933, + "line": 938, "column": 36 }, "identifierName": "player" @@ -63519,15 +63884,15 @@ }, "property": { "type": "Identifier", - "start": 35944, - "end": 35955, + "start": 36098, + "end": 36109, "loc": { "start": { - "line": 933, + "line": 938, "column": 37 }, "end": { - "line": 933, + "line": 938, "column": 48 }, "identifierName": "setInterval" @@ -63539,72 +63904,72 @@ "arguments": [ { "type": "CallExpression", - "start": 35969, - "end": 35996, + "start": 36123, + "end": 36150, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 35969, - "end": 35990, + "start": 36123, + "end": 36144, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 35969, - "end": 35985, + "start": 36123, + "end": 36139, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 35969, - "end": 35973, + "start": 36123, + "end": 36127, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35974, - "end": 35985, + "start": 36128, + "end": 36139, "loc": { "start": { - "line": 934, + "line": 939, "column": 17 }, "end": { - "line": 934, + "line": 939, "column": 28 }, "identifierName": "onCountDown" @@ -63615,15 +63980,15 @@ }, "property": { "type": "Identifier", - "start": 35986, - "end": 35990, + "start": 36140, + "end": 36144, "loc": { "start": { - "line": 934, + "line": 939, "column": 29 }, "end": { - "line": 934, + "line": 939, "column": 33 }, "identifierName": "bind" @@ -63635,15 +64000,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 35991, - "end": 35995, + "start": 36145, + "end": 36149, "loc": { "start": { - "line": 934, + "line": 939, "column": 34 }, "end": { - "line": 934, + "line": 939, "column": 38 } } @@ -63652,15 +64017,15 @@ }, { "type": "Identifier", - "start": 35998, - "end": 36013, + "start": 36152, + "end": 36167, "loc": { "start": { - "line": 934, + "line": 939, "column": 41 }, "end": { - "line": 934, + "line": 939, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -63675,15 +64040,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -63693,15 +64058,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -63710,57 +64075,57 @@ }, { "type": "IfStatement", - "start": 36063, - "end": 36140, + "start": 36217, + "end": 36294, "loc": { "start": { - "line": 937, + "line": 942, "column": 8 }, "end": { - "line": 939, + "line": 944, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 36067, - "end": 36092, + "start": 36221, + "end": 36246, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 36067, - "end": 36078, + "start": 36221, + "end": 36232, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36067, - "end": 36071, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 16 } }, @@ -63768,15 +64133,15 @@ }, "property": { "type": "Identifier", - "start": 36072, - "end": 36078, + "start": 36226, + "end": 36232, "loc": { "start": { - "line": 937, + "line": 942, "column": 17 }, "end": { - "line": 937, + "line": 942, "column": 23 }, "identifierName": "engine" @@ -63789,15 +64154,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36083, - "end": 36092, + "start": 36237, + "end": 36246, "loc": { "start": { - "line": 937, + "line": 942, "column": 28 }, "end": { - "line": 937, + "line": 942, "column": 37 }, "identifierName": "undefined" @@ -63808,101 +64173,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36094, - "end": 36140, + "start": 36248, + "end": 36294, "loc": { "start": { - "line": 937, + "line": 942, "column": 39 }, "end": { - "line": 939, + "line": 944, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36108, - "end": 36130, + "start": 36262, + "end": 36284, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 36108, - "end": 36129, + "start": 36262, + "end": 36283, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 36108, - "end": 36127, + "start": 36262, + "end": 36281, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 36108, - "end": 36119, + "start": 36262, + "end": 36273, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36108, - "end": 36112, + "start": 36262, + "end": 36266, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36113, - "end": 36119, + "start": 36267, + "end": 36273, "loc": { "start": { - "line": 938, + "line": 943, "column": 17 }, "end": { - "line": 938, + "line": 943, "column": 23 }, "identifierName": "engine" @@ -63913,15 +64278,15 @@ }, "property": { "type": "Identifier", - "start": 36120, - "end": 36127, + "start": 36274, + "end": 36281, "loc": { "start": { - "line": 938, + "line": 943, "column": 24 }, "end": { - "line": 938, + "line": 943, "column": 31 }, "identifierName": "dispose" @@ -63942,15 +64307,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -63960,15 +64325,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -63977,71 +64342,71 @@ }, { "type": "ExpressionStatement", - "start": 36184, - "end": 36204, + "start": 36338, + "end": 36358, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 36184, - "end": 36203, + "start": 36338, + "end": 36357, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 36184, - "end": 36201, + "start": 36338, + "end": 36355, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 36184, - "end": 36195, + "start": 36338, + "end": 36349, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36184, - "end": 36188, + "start": 36338, + "end": 36342, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 12 } }, @@ -64049,15 +64414,15 @@ }, "property": { "type": "Identifier", - "start": 36189, - "end": 36195, + "start": 36343, + "end": 36349, "loc": { "start": { - "line": 942, + "line": 947, "column": 13 }, "end": { - "line": 942, + "line": 947, "column": 19 }, "identifierName": "engine" @@ -64069,15 +64434,15 @@ }, "property": { "type": "Identifier", - "start": 36196, - "end": 36201, + "start": 36350, + "end": 36355, "loc": { "start": { - "line": 942, + "line": 947, "column": 20 }, "end": { - "line": 942, + "line": 947, "column": 25 }, "identifierName": "start" @@ -64094,15 +64459,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -64112,15 +64477,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -64129,71 +64494,71 @@ }, { "type": "ExpressionStatement", - "start": 36235, - "end": 36275, + "start": 36389, + "end": 36429, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 36235, - "end": 36274, + "start": 36389, + "end": 36428, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36235, - "end": 36254, + "start": 36389, + "end": 36408, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36235, - "end": 36246, + "start": 36389, + "end": 36400, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36235, - "end": 36239, + "start": 36389, + "end": 36393, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 12 } }, @@ -64201,15 +64566,15 @@ }, "property": { "type": "Identifier", - "start": 36240, - "end": 36246, + "start": 36394, + "end": 36400, "loc": { "start": { - "line": 945, + "line": 950, "column": 13 }, "end": { - "line": 945, + "line": 950, "column": 19 }, "identifierName": "player" @@ -64221,15 +64586,15 @@ }, "property": { "type": "Identifier", - "start": 36247, - "end": 36254, + "start": 36401, + "end": 36408, "loc": { "start": { - "line": 945, + "line": 950, "column": 20 }, "end": { - "line": 945, + "line": 950, "column": 27 }, "identifierName": "trigger" @@ -64242,29 +64607,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36255, - "end": 36273, + "start": 36409, + "end": 36427, "loc": { "start": { - "line": 945, + "line": 950, "column": 28 }, "end": { - "line": 945, + "line": 950, "column": 46 } }, "object": { "type": "Identifier", - "start": 36255, - "end": 36260, + "start": 36409, + "end": 36414, "loc": { "start": { - "line": 945, + "line": 950, "column": 28 }, "end": { - "line": 945, + "line": 950, "column": 33 }, "identifierName": "Event" @@ -64273,15 +64638,15 @@ }, "property": { "type": "Identifier", - "start": 36261, - "end": 36273, + "start": 36415, + "end": 36427, "loc": { "start": { - "line": 945, + "line": 950, "column": 34 }, "end": { - "line": 945, + "line": 950, "column": 46 }, "identifierName": "START_RECORD" @@ -64297,15 +64662,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -64320,15 +64685,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -64338,15 +64703,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -64355,15 +64720,15 @@ }, { "type": "ClassMethod", - "start": 36326, - "end": 37245, + "start": 36480, + "end": 37399, "loc": { "start": { - "line": 951, + "line": 956, "column": 4 }, "end": { - "line": 979, + "line": 984, "column": 5 } }, @@ -64371,15 +64736,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36326, - "end": 36330, + "start": 36480, + "end": 36484, "loc": { "start": { - "line": 951, + "line": 956, "column": 4 }, "end": { - "line": 951, + "line": 956, "column": 8 }, "identifierName": "stop" @@ -64395,44 +64760,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36333, - "end": 37245, + "start": 36487, + "end": 37399, "loc": { "start": { - "line": 951, + "line": 956, "column": 11 }, "end": { - "line": 979, + "line": 984, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36343, - "end": 37239, + "start": 36497, + "end": 37393, "loc": { "start": { - "line": 952, + "line": 957, "column": 8 }, "end": { - "line": 978, + "line": 983, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36347, - "end": 36367, + "start": 36501, + "end": 36521, "loc": { "start": { - "line": 952, + "line": 957, "column": 12 }, "end": { - "line": 952, + "line": 957, "column": 32 } }, @@ -64440,58 +64805,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36348, - "end": 36367, + "start": 36502, + "end": 36521, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 36348, - "end": 36365, + "start": 36502, + "end": 36519, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36348, - "end": 36352, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 17 } } }, "property": { "type": "Identifier", - "start": 36353, - "end": 36365, + "start": 36507, + "end": 36519, "loc": { "start": { - "line": 952, + "line": 957, "column": 18 }, "end": { - "line": 952, + "line": 957, "column": 30 }, "identifierName": "isProcessing" @@ -64508,88 +64873,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36369, - "end": 37239, + "start": 36523, + "end": 37393, "loc": { "start": { - "line": 952, + "line": 957, "column": 34 }, "end": { - "line": 978, + "line": 983, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36383, - "end": 36407, + "start": 36537, + "end": 36561, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36383, - "end": 36406, + "start": 36537, + "end": 36560, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36383, - "end": 36398, + "start": 36537, + "end": 36552, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36383, - "end": 36387, + "start": 36537, + "end": 36541, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36388, - "end": 36398, + "start": 36542, + "end": 36552, "loc": { "start": { - "line": 953, + "line": 958, "column": 17 }, "end": { - "line": 953, + "line": 958, "column": 27 }, "identifierName": "_recording" @@ -64600,15 +64965,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36401, - "end": 36406, + "start": 36555, + "end": 36560, "loc": { "start": { - "line": 953, + "line": 958, "column": 30 }, "end": { - "line": 953, + "line": 958, "column": 35 } }, @@ -64618,73 +64983,73 @@ }, { "type": "ExpressionStatement", - "start": 36420, - "end": 36444, + "start": 36574, + "end": 36598, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36420, - "end": 36443, + "start": 36574, + "end": 36597, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36420, - "end": 36436, + "start": 36574, + "end": 36590, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36420, - "end": 36424, + "start": 36574, + "end": 36578, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36425, - "end": 36436, + "start": 36579, + "end": 36590, "loc": { "start": { - "line": 954, + "line": 959, "column": 17 }, "end": { - "line": 954, + "line": 959, "column": 28 }, "identifierName": "_processing" @@ -64695,15 +65060,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36439, - "end": 36443, + "start": 36593, + "end": 36597, "loc": { "start": { - "line": 954, + "line": 959, "column": 31 }, "end": { - "line": 954, + "line": 959, "column": 35 } }, @@ -64713,86 +65078,86 @@ }, { "type": "IfStatement", - "start": 36458, - "end": 37229, + "start": 36612, + "end": 37383, "loc": { "start": { - "line": 956, + "line": 961, "column": 12 }, "end": { - "line": 977, + "line": 982, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36462, - "end": 36497, + "start": 36616, + "end": 36651, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36462, - "end": 36482, + "start": 36616, + "end": 36636, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36462, - "end": 36480, + "start": 36616, + "end": 36634, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36462, - "end": 36466, + "start": 36616, + "end": 36620, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36467, - "end": 36480, + "start": 36621, + "end": 36634, "loc": { "start": { - "line": 956, + "line": 961, "column": 21 }, "end": { - "line": 956, + "line": 961, "column": 34 }, "identifierName": "getRecordType" @@ -64806,15 +65171,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36487, - "end": 36497, + "start": 36641, + "end": 36651, "loc": { "start": { - "line": 956, + "line": 961, "column": 41 }, "end": { - "line": 956, + "line": 961, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -64824,86 +65189,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36499, - "end": 37001, + "start": 36653, + "end": 37155, "loc": { "start": { - "line": 956, + "line": 961, "column": 53 }, "end": { - "line": 972, + "line": 977, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36546, - "end": 36585, + "start": 36700, + "end": 36739, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36546, - "end": 36584, + "start": 36700, + "end": 36738, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 36546, - "end": 36565, + "start": 36700, + "end": 36719, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 36546, - "end": 36557, + "start": 36700, + "end": 36711, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36546, - "end": 36550, + "start": 36700, + "end": 36704, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 20 } }, @@ -64911,15 +65276,15 @@ }, "property": { "type": "Identifier", - "start": 36551, - "end": 36557, + "start": 36705, + "end": 36711, "loc": { "start": { - "line": 958, + "line": 963, "column": 21 }, "end": { - "line": 958, + "line": 963, "column": 27 }, "identifierName": "player" @@ -64931,15 +65296,15 @@ }, "property": { "type": "Identifier", - "start": 36558, - "end": 36565, + "start": 36712, + "end": 36719, "loc": { "start": { - "line": 958, + "line": 963, "column": 28 }, "end": { - "line": 958, + "line": 963, "column": 35 }, "identifierName": "trigger" @@ -64952,29 +65317,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36566, - "end": 36583, + "start": 36720, + "end": 36737, "loc": { "start": { - "line": 958, + "line": 963, "column": 36 }, "end": { - "line": 958, + "line": 963, "column": 53 } }, "object": { "type": "Identifier", - "start": 36566, - "end": 36571, + "start": 36720, + "end": 36725, "loc": { "start": { - "line": 958, + "line": 963, "column": 36 }, "end": { - "line": 958, + "line": 963, "column": 41 }, "identifierName": "Event" @@ -64983,15 +65348,15 @@ }, "property": { "type": "Identifier", - "start": 36572, - "end": 36583, + "start": 36726, + "end": 36737, "loc": { "start": { - "line": 958, + "line": 963, "column": 42 }, "end": { - "line": 958, + "line": 963, "column": 53 }, "identifierName": "STOP_RECORD" @@ -65007,15 +65372,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36517, - "end": 36529, + "start": 36671, + "end": 36683, "loc": { "start": { - "line": 957, + "line": 962, "column": 16 }, "end": { - "line": 957, + "line": 962, "column": 28 } } @@ -65025,15 +65390,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -65042,71 +65407,71 @@ }, { "type": "ExpressionStatement", - "start": 36637, - "end": 36679, + "start": 36791, + "end": 36833, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36637, - "end": 36678, + "start": 36791, + "end": 36832, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36637, - "end": 36662, + "start": 36791, + "end": 36816, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 36637, - "end": 36648, + "start": 36791, + "end": 36802, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36637, - "end": 36641, + "start": 36791, + "end": 36795, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 20 } }, @@ -65114,15 +65479,15 @@ }, "property": { "type": "Identifier", - "start": 36642, - "end": 36648, + "start": 36796, + "end": 36802, "loc": { "start": { - "line": 961, + "line": 966, "column": 21 }, "end": { - "line": 961, + "line": 966, "column": 27 }, "identifierName": "player" @@ -65134,15 +65499,15 @@ }, "property": { "type": "Identifier", - "start": 36649, - "end": 36662, + "start": 36803, + "end": 36816, "loc": { "start": { - "line": 961, + "line": 966, "column": 28 }, "end": { - "line": 961, + "line": 966, "column": 41 }, "identifierName": "clearInterval" @@ -65155,44 +65520,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 36663, - "end": 36677, + "start": 36817, + "end": 36831, "loc": { "start": { - "line": 961, + "line": 966, "column": 42 }, "end": { - "line": 961, + "line": 966, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 36663, - "end": 36667, + "start": 36817, + "end": 36821, "loc": { "start": { - "line": 961, + "line": 966, "column": 42 }, "end": { - "line": 961, + "line": 966, "column": 46 } } }, "property": { "type": "Identifier", - "start": 36668, - "end": 36677, + "start": 36822, + "end": 36831, "loc": { "start": { - "line": 961, + "line": 966, "column": 47 }, "end": { - "line": 961, + "line": 966, "column": 56 }, "identifierName": "countDown" @@ -65208,15 +65573,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -65226,15 +65591,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -65243,43 +65608,43 @@ }, { "type": "IfStatement", - "start": 36771, - "end": 36847, + "start": 36925, + "end": 37001, "loc": { "start": { - "line": 964, + "line": 969, "column": 16 }, "end": { - "line": 966, + "line": 971, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36775, - "end": 36786, + "start": 36929, + "end": 36940, "loc": { "start": { - "line": 964, + "line": 969, "column": 20 }, "end": { - "line": 964, + "line": 969, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36775, - "end": 36779, + "start": 36929, + "end": 36933, "loc": { "start": { - "line": 964, + "line": 969, "column": 20 }, "end": { - "line": 964, + "line": 969, "column": 24 } }, @@ -65287,15 +65652,15 @@ }, "property": { "type": "Identifier", - "start": 36780, - "end": 36786, + "start": 36934, + "end": 36940, "loc": { "start": { - "line": 964, + "line": 969, "column": 25 }, "end": { - "line": 964, + "line": 969, "column": 31 }, "identifierName": "engine" @@ -65307,101 +65672,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36788, - "end": 36847, + "start": 36942, + "end": 37001, "loc": { "start": { - "line": 964, + "line": 969, "column": 33 }, "end": { - "line": 966, + "line": 971, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36810, - "end": 36829, + "start": 36964, + "end": 36983, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 36810, - "end": 36828, + "start": 36964, + "end": 36982, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 36810, - "end": 36826, + "start": 36964, + "end": 36980, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 36810, - "end": 36821, + "start": 36964, + "end": 36975, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36810, - "end": 36814, + "start": 36964, + "end": 36968, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36815, - "end": 36821, + "start": 36969, + "end": 36975, "loc": { "start": { - "line": 965, + "line": 970, "column": 25 }, "end": { - "line": 965, + "line": 970, "column": 31 }, "identifierName": "engine" @@ -65412,15 +65777,15 @@ }, "property": { "type": "Identifier", - "start": 36822, - "end": 36826, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 965, + "line": 970, "column": 32 }, "end": { - "line": 965, + "line": 970, "column": 36 }, "identifierName": "stop" @@ -65440,15 +65805,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -65457,58 +65822,58 @@ }, { "type": "IfStatement", - "start": 36865, - "end": 36987, + "start": 37019, + "end": 37141, "loc": { "start": { - "line": 968, + "line": 973, "column": 16 }, "end": { - "line": 971, + "line": 976, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36869, - "end": 36888, + "start": 37023, + "end": 37042, "loc": { "start": { - "line": 968, + "line": 973, "column": 20 }, "end": { - "line": 968, + "line": 973, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 36869, - "end": 36873, + "start": 37023, + "end": 37027, "loc": { "start": { - "line": 968, + "line": 973, "column": 20 }, "end": { - "line": 968, + "line": 973, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36874, - "end": 36888, + "start": 37028, + "end": 37042, "loc": { "start": { - "line": 968, + "line": 973, "column": 25 }, "end": { - "line": 968, + "line": 973, "column": 39 }, "identifierName": "autoMuteDevice" @@ -65519,72 +65884,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36890, - "end": 36987, + "start": 37044, + "end": 37141, "loc": { "start": { - "line": 968, + "line": 973, "column": 41 }, "end": { - "line": 971, + "line": 976, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36947, - "end": 36969, + "start": 37101, + "end": 37123, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 36947, - "end": 36968, + "start": 37101, + "end": 37122, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 36947, - "end": 36962, + "start": 37101, + "end": 37116, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 36947, - "end": 36951, + "start": 37101, + "end": 37105, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 24 } }, @@ -65592,15 +65957,15 @@ }, "property": { "type": "Identifier", - "start": 36952, - "end": 36962, + "start": 37106, + "end": 37116, "loc": { "start": { - "line": 970, + "line": 975, "column": 25 }, "end": { - "line": 970, + "line": 975, "column": 35 }, "identifierName": "muteTracks" @@ -65613,15 +65978,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 36963, - "end": 36967, + "start": 37117, + "end": 37121, "loc": { "start": { - "line": 970, + "line": 975, "column": 36 }, "end": { - "line": 970, + "line": 975, "column": 40 } }, @@ -65634,15 +65999,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 36912, - "end": 36926, + "start": 37066, + "end": 37080, "loc": { "start": { - "line": 969, + "line": 974, "column": 20 }, "end": { - "line": 969, + "line": 974, "column": 34 } } @@ -65659,87 +66024,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 37007, - "end": 37229, + "start": 37161, + "end": 37383, "loc": { "start": { - "line": 972, + "line": 977, "column": 19 }, "end": { - "line": 977, + "line": 982, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 37025, - "end": 37215, + "start": 37179, + "end": 37369, "loc": { "start": { - "line": 973, + "line": 978, "column": 16 }, "end": { - "line": 976, + "line": 981, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37029, - "end": 37053, + "start": 37183, + "end": 37207, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 37029, - "end": 37040, + "start": 37183, + "end": 37194, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37029, - "end": 37033, + "start": 37183, + "end": 37187, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37034, - "end": 37040, + "start": 37188, + "end": 37194, "loc": { "start": { - "line": 973, + "line": 978, "column": 25 }, "end": { - "line": 973, + "line": 978, "column": 31 }, "identifierName": "player" @@ -65750,15 +66115,15 @@ }, "property": { "type": "Identifier", - "start": 37041, - "end": 37053, + "start": 37195, + "end": 37207, "loc": { "start": { - "line": 973, + "line": 978, "column": 32 }, "end": { - "line": 973, + "line": 978, "column": 44 }, "identifierName": "recordedData" @@ -65769,86 +66134,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37055, - "end": 37215, + "start": 37209, + "end": 37369, "loc": { "start": { - "line": 973, + "line": 978, "column": 46 }, "end": { - "line": 976, + "line": 981, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37156, - "end": 37197, + "start": 37310, + "end": 37351, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 37156, - "end": 37196, + "start": 37310, + "end": 37350, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 37156, - "end": 37175, + "start": 37310, + "end": 37329, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 37156, - "end": 37167, + "start": 37310, + "end": 37321, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37156, - "end": 37160, + "start": 37310, + "end": 37314, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 24 } }, @@ -65856,15 +66221,15 @@ }, "property": { "type": "Identifier", - "start": 37161, - "end": 37167, + "start": 37315, + "end": 37321, "loc": { "start": { - "line": 975, + "line": 980, "column": 25 }, "end": { - "line": 975, + "line": 980, "column": 31 }, "identifierName": "player" @@ -65876,15 +66241,15 @@ }, "property": { "type": "Identifier", - "start": 37168, - "end": 37175, + "start": 37322, + "end": 37329, "loc": { "start": { - "line": 975, + "line": 980, "column": 32 }, "end": { - "line": 975, + "line": 980, "column": 39 }, "identifierName": "trigger" @@ -65897,29 +66262,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37176, - "end": 37195, + "start": 37330, + "end": 37349, "loc": { "start": { - "line": 975, + "line": 980, "column": 40 }, "end": { - "line": 975, + "line": 980, "column": 59 } }, "object": { "type": "Identifier", - "start": 37176, - "end": 37181, + "start": 37330, + "end": 37335, "loc": { "start": { - "line": 975, + "line": 980, "column": 40 }, "end": { - "line": 975, + "line": 980, "column": 45 }, "identifierName": "Event" @@ -65928,15 +66293,15 @@ }, "property": { "type": "Identifier", - "start": 37182, - "end": 37195, + "start": 37336, + "end": 37349, "loc": { "start": { - "line": 975, + "line": 980, "column": 46 }, "end": { - "line": 975, + "line": 980, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -65952,15 +66317,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37077, - "end": 37135, + "start": 37231, + "end": 37289, "loc": { "start": { - "line": 974, + "line": 979, "column": 20 }, "end": { - "line": 974, + "line": 979, "column": 78 } } @@ -65989,15 +66354,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -66007,15 +66372,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -66024,15 +66389,15 @@ }, { "type": "ClassMethod", - "start": 37314, - "end": 37740, + "start": 37468, + "end": 37894, "loc": { "start": { - "line": 984, + "line": 989, "column": 4 }, "end": { - "line": 996, + "line": 1001, "column": 5 } }, @@ -66040,15 +66405,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37314, - "end": 37324, + "start": 37468, + "end": 37478, "loc": { "start": { - "line": 984, + "line": 989, "column": 4 }, "end": { - "line": 984, + "line": 989, "column": 14 }, "identifierName": "stopDevice" @@ -66064,87 +66429,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37327, - "end": 37740, + "start": 37481, + "end": 37894, "loc": { "start": { - "line": 984, + "line": 989, "column": 17 }, "end": { - "line": 996, + "line": 1001, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37337, - "end": 37734, + "start": 37491, + "end": 37888, "loc": { "start": { - "line": 985, + "line": 990, "column": 8 }, "end": { - "line": 995, + "line": 1000, "column": 9 } }, "test": { "type": "CallExpression", - "start": 37341, - "end": 37359, + "start": 37495, + "end": 37513, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 37341, - "end": 37357, + "start": 37495, + "end": 37511, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 37341, - "end": 37345, + "start": 37495, + "end": 37499, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37346, - "end": 37357, + "start": 37500, + "end": 37511, "loc": { "start": { - "line": 985, + "line": 990, "column": 17 }, "end": { - "line": 985, + "line": 990, "column": 28 }, "identifierName": "isRecording" @@ -66157,86 +66522,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37361, - "end": 37613, + "start": 37515, + "end": 37767, "loc": { "start": { - "line": 985, + "line": 990, "column": 32 }, "end": { - "line": 992, + "line": 997, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37482, - "end": 37547, + "start": 37636, + "end": 37701, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 37482, - "end": 37546, + "start": 37636, + "end": 37700, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 37482, - "end": 37497, + "start": 37636, + "end": 37651, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 37482, - "end": 37493, + "start": 37636, + "end": 37647, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37482, - "end": 37486, + "start": 37636, + "end": 37640, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 16 } }, @@ -66244,15 +66609,15 @@ }, "property": { "type": "Identifier", - "start": 37487, - "end": 37493, + "start": 37641, + "end": 37647, "loc": { "start": { - "line": 988, + "line": 993, "column": 17 }, "end": { - "line": 988, + "line": 993, "column": 23 }, "identifierName": "player" @@ -66264,15 +66629,15 @@ }, "property": { "type": "Identifier", - "start": 37494, - "end": 37497, + "start": 37648, + "end": 37651, "loc": { "start": { - "line": 988, + "line": 993, "column": 24 }, "end": { - "line": 988, + "line": 993, "column": 27 }, "identifierName": "one" @@ -66285,29 +66650,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37498, - "end": 37517, + "start": 37652, + "end": 37671, "loc": { "start": { - "line": 988, + "line": 993, "column": 28 }, "end": { - "line": 988, + "line": 993, "column": 47 } }, "object": { "type": "Identifier", - "start": 37498, - "end": 37503, + "start": 37652, + "end": 37657, "loc": { "start": { - "line": 988, + "line": 993, "column": 28 }, "end": { - "line": 988, + "line": 993, "column": 33 }, "identifierName": "Event" @@ -66316,15 +66681,15 @@ }, "property": { "type": "Identifier", - "start": 37504, - "end": 37517, + "start": 37658, + "end": 37671, "loc": { "start": { - "line": 988, + "line": 993, "column": 34 }, "end": { - "line": 988, + "line": 993, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -66335,72 +66700,72 @@ }, { "type": "CallExpression", - "start": 37519, - "end": 37545, + "start": 37673, + "end": 37699, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 37519, - "end": 37539, + "start": 37673, + "end": 37693, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 37519, - "end": 37534, + "start": 37673, + "end": 37688, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 37519, - "end": 37523, + "start": 37673, + "end": 37677, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 53 } } }, "property": { "type": "Identifier", - "start": 37524, - "end": 37534, + "start": 37678, + "end": 37688, "loc": { "start": { - "line": 988, + "line": 993, "column": 54 }, "end": { - "line": 988, + "line": 993, "column": 64 }, "identifierName": "stopStream" @@ -66411,15 +66776,15 @@ }, "property": { "type": "Identifier", - "start": 37535, - "end": 37539, + "start": 37689, + "end": 37693, "loc": { "start": { - "line": 988, + "line": 993, "column": 65 }, "end": { - "line": 988, + "line": 993, "column": 69 }, "identifierName": "bind" @@ -66431,15 +66796,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 37540, - "end": 37544, + "start": 37694, + "end": 37698, "loc": { "start": { - "line": 988, + "line": 993, "column": 70 }, "end": { - "line": 988, + "line": 993, "column": 74 } } @@ -66453,15 +66818,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37375, - "end": 37422, + "start": 37529, + "end": 37576, "loc": { "start": { - "line": 986, + "line": 991, "column": 12 }, "end": { - "line": 986, + "line": 991, "column": 59 } } @@ -66469,15 +66834,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37435, - "end": 37469, + "start": 37589, + "end": 37623, "loc": { "start": { - "line": 987, + "line": 992, "column": 12 }, "end": { - "line": 987, + "line": 992, "column": 46 } } @@ -66487,15 +66852,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -66504,57 +66869,57 @@ }, { "type": "ExpressionStatement", - "start": 37591, - "end": 37603, + "start": 37745, + "end": 37757, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 37591, - "end": 37602, + "start": 37745, + "end": 37756, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 37591, - "end": 37600, + "start": 37745, + "end": 37754, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37591, - "end": 37595, + "start": 37745, + "end": 37749, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 16 } }, @@ -66562,15 +66927,15 @@ }, "property": { "type": "Identifier", - "start": 37596, - "end": 37600, + "start": 37750, + "end": 37754, "loc": { "start": { - "line": 991, + "line": 996, "column": 17 }, "end": { - "line": 991, + "line": 996, "column": 21 }, "identifierName": "stop" @@ -66587,15 +66952,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -66607,72 +66972,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 37619, - "end": 37734, + "start": 37773, + "end": 37888, "loc": { "start": { - "line": 992, + "line": 997, "column": 15 }, "end": { - "line": 995, + "line": 1000, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37706, - "end": 37724, + "start": 37860, + "end": 37878, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 37706, - "end": 37723, + "start": 37860, + "end": 37877, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 37706, - "end": 37721, + "start": 37860, + "end": 37875, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37706, - "end": 37710, + "start": 37860, + "end": 37864, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 16 } }, @@ -66680,15 +67045,15 @@ }, "property": { "type": "Identifier", - "start": 37711, - "end": 37721, + "start": 37865, + "end": 37875, "loc": { "start": { - "line": 994, + "line": 999, "column": 17 }, "end": { - "line": 994, + "line": 999, "column": 27 }, "identifierName": "stopStream" @@ -66705,15 +67070,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37633, - "end": 37693, + "start": 37787, + "end": 37847, "loc": { "start": { - "line": 993, + "line": 998, "column": 12 }, "end": { - "line": 993, + "line": 998, "column": 72 } } @@ -66732,15 +67097,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -66750,15 +67115,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -66767,15 +67132,15 @@ }, { "type": "ClassMethod", - "start": 37793, - "end": 38246, + "start": 37947, + "end": 38400, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 4 }, "end": { - "line": 1015, + "line": 1020, "column": 5 } }, @@ -66783,15 +67148,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37793, - "end": 37803, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 4 }, "end": { - "line": 1001, + "line": 1006, "column": 14 }, "identifierName": "stopStream" @@ -66807,58 +67172,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37806, - "end": 38246, + "start": 37960, + "end": 38400, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 17 }, "end": { - "line": 1015, + "line": 1020, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37850, - "end": 38240, + "start": 38004, + "end": 38394, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 8 }, "end": { - "line": 1014, + "line": 1019, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 37854, - "end": 37865, + "start": 38008, + "end": 38019, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 12 }, "end": { - "line": 1003, + "line": 1008, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37854, - "end": 37858, + "start": 38008, + "end": 38012, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 12 }, "end": { - "line": 1003, + "line": 1008, "column": 16 } }, @@ -66866,15 +67231,15 @@ }, "property": { "type": "Identifier", - "start": 37859, - "end": 37865, + "start": 38013, + "end": 38019, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 17 }, "end": { - "line": 1003, + "line": 1008, "column": 23 }, "identifierName": "stream" @@ -66886,88 +67251,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37867, - "end": 38240, + "start": 38021, + "end": 38394, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 25 }, "end": { - "line": 1014, + "line": 1019, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37881, - "end": 37908, + "start": 38035, + "end": 38062, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 37881, - "end": 37907, + "start": 38035, + "end": 38061, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37881, - "end": 37899, + "start": 38035, + "end": 38053, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 37881, - "end": 37885, + "start": 38035, + "end": 38039, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37886, - "end": 37899, + "start": 38040, + "end": 38053, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 17 }, "end": { - "line": 1004, + "line": 1009, "column": 30 }, "identifierName": "_deviceActive" @@ -66978,15 +67343,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37902, - "end": 37907, + "start": 38056, + "end": 38061, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 33 }, "end": { - "line": 1004, + "line": 1009, "column": 38 } }, @@ -66996,86 +67361,86 @@ }, { "type": "IfStatement", - "start": 37922, - "end": 38125, + "start": 38076, + "end": 38279, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 12 }, "end": { - "line": 1010, + "line": 1015, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 37926, - "end": 37961, + "start": 38080, + "end": 38115, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 51 } }, "left": { "type": "CallExpression", - "start": 37926, - "end": 37946, + "start": 38080, + "end": 38100, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 37926, - "end": 37944, + "start": 38080, + "end": 38098, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 37926, - "end": 37930, + "start": 38080, + "end": 38084, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 20 } } }, "property": { "type": "Identifier", - "start": 37931, - "end": 37944, + "start": 38085, + "end": 38098, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 21 }, "end": { - "line": 1006, + "line": 1011, "column": 34 }, "identifierName": "getRecordType" @@ -67089,15 +67454,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 37951, - "end": 37961, + "start": 38105, + "end": 38115, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 41 }, "end": { - "line": 1006, + "line": 1011, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -67107,114 +67472,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 37963, - "end": 38125, + "start": 38117, + "end": 38279, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 53 }, "end": { - "line": 1010, + "line": 1015, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38044, - "end": 38087, + "start": 38198, + "end": 38241, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 38044, - "end": 38086, + "start": 38198, + "end": 38240, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38044, - "end": 38084, + "start": 38198, + "end": 38238, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38073, + "start": 38198, + "end": 38227, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38062, + "start": 38198, + "end": 38216, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38055, + "start": 38198, + "end": 38209, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38044, - "end": 38048, + "start": 38198, + "end": 38202, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 20 } }, @@ -67222,15 +67587,15 @@ }, "property": { "type": "Identifier", - "start": 38049, - "end": 38055, + "start": 38203, + "end": 38209, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 21 }, "end": { - "line": 1008, + "line": 1013, "column": 27 }, "identifierName": "surfer" @@ -67242,15 +67607,15 @@ }, "property": { "type": "Identifier", - "start": 38056, - "end": 38062, + "start": 38210, + "end": 38216, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 28 }, "end": { - "line": 1008, + "line": 1013, "column": 34 }, "identifierName": "surfer" @@ -67262,15 +67627,15 @@ }, "property": { "type": "Identifier", - "start": 38063, - "end": 38073, + "start": 38217, + "end": 38227, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 35 }, "end": { - "line": 1008, + "line": 1013, "column": 45 }, "identifierName": "microphone" @@ -67282,15 +67647,15 @@ }, "property": { "type": "Identifier", - "start": 38074, - "end": 38084, + "start": 38228, + "end": 38238, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 46 }, "end": { - "line": 1008, + "line": 1013, "column": 56 }, "identifierName": "stopDevice" @@ -67307,15 +67672,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 37981, - "end": 38027, + "start": 38135, + "end": 38181, "loc": { "start": { - "line": 1007, + "line": 1012, "column": 16 }, "end": { - "line": 1007, + "line": 1012, "column": 62 } } @@ -67324,15 +67689,15 @@ }, { "type": "ReturnStatement", - "start": 38104, - "end": 38111, + "start": 38258, + "end": 38265, "loc": { "start": { - "line": 1009, + "line": 1014, "column": 16 }, "end": { - "line": 1009, + "line": 1014, "column": 23 } }, @@ -67345,114 +67710,114 @@ }, { "type": "ExpressionStatement", - "start": 38138, - "end": 38230, + "start": 38292, + "end": 38384, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1013, + "line": 1018, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 38138, - "end": 38229, + "start": 38292, + "end": 38383, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1013, + "line": 1018, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 38138, - "end": 38169, + "start": 38292, + "end": 38323, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 43 } }, "object": { "type": "CallExpression", - "start": 38138, - "end": 38161, + "start": 38292, + "end": 38315, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38138, - "end": 38159, + "start": 38292, + "end": 38313, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38138, - "end": 38149, + "start": 38292, + "end": 38303, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38138, - "end": 38142, + "start": 38292, + "end": 38296, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38143, - "end": 38149, + "start": 38297, + "end": 38303, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 17 }, "end": { - "line": 1011, + "line": 1016, "column": 23 }, "identifierName": "stream" @@ -67463,15 +67828,15 @@ }, "property": { "type": "Identifier", - "start": 38150, - "end": 38159, + "start": 38304, + "end": 38313, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 24 }, "end": { - "line": 1011, + "line": 1016, "column": 33 }, "identifierName": "getTracks" @@ -67484,15 +67849,15 @@ }, "property": { "type": "Identifier", - "start": 38162, - "end": 38169, + "start": 38316, + "end": 38323, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 36 }, "end": { - "line": 1011, + "line": 1016, "column": 43 }, "identifierName": "forEach" @@ -67504,15 +67869,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 38170, - "end": 38228, + "start": 38324, + "end": 38382, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 44 }, "end": { - "line": 1013, + "line": 1018, "column": 13 } }, @@ -67523,15 +67888,15 @@ "params": [ { "type": "Identifier", - "start": 38171, - "end": 38177, + "start": 38325, + "end": 38331, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 45 }, "end": { - "line": 1011, + "line": 1016, "column": 51 }, "identifierName": "stream" @@ -67541,72 +67906,72 @@ ], "body": { "type": "BlockStatement", - "start": 38182, - "end": 38228, + "start": 38336, + "end": 38382, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 56 }, "end": { - "line": 1013, + "line": 1018, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38200, - "end": 38214, + "start": 38354, + "end": 38368, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 38200, - "end": 38213, + "start": 38354, + "end": 38367, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 38200, - "end": 38211, + "start": 38354, + "end": 38365, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 27 } }, "object": { "type": "Identifier", - "start": 38200, - "end": 38206, + "start": 38354, + "end": 38360, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 22 }, "identifierName": "stream" @@ -67615,15 +67980,15 @@ }, "property": { "type": "Identifier", - "start": 38207, - "end": 38211, + "start": 38361, + "end": 38365, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 23 }, "end": { - "line": 1012, + "line": 1017, "column": 27 }, "identifierName": "stop" @@ -67650,15 +68015,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37816, - "end": 37841, + "start": 37970, + "end": 37995, "loc": { "start": { - "line": 1002, + "line": 1007, "column": 8 }, "end": { - "line": 1002, + "line": 1007, "column": 33 } } @@ -67673,15 +68038,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -67691,15 +68056,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -67708,15 +68073,15 @@ }, { "type": "ClassMethod", - "start": 38292, - "end": 38459, + "start": 38446, + "end": 38613, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 4 }, "end": { - "line": 1027, + "line": 1032, "column": 5 } }, @@ -67724,15 +68089,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38292, - "end": 38297, + "start": 38446, + "end": 38451, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 4 }, "end": { - "line": 1020, + "line": 1025, "column": 9 }, "identifierName": "pause" @@ -67748,44 +68113,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38300, - "end": 38459, + "start": 38454, + "end": 38613, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 12 }, "end": { - "line": 1027, + "line": 1032, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38310, - "end": 38453, + "start": 38464, + "end": 38607, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 8 }, "end": { - "line": 1026, + "line": 1031, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 38314, - "end": 38326, + "start": 38468, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 12 }, "end": { - "line": 1021, + "line": 1026, "column": 24 } }, @@ -67793,44 +68158,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 38315, - "end": 38326, + "start": 38469, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 13 }, "end": { - "line": 1021, + "line": 1026, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 38315, - "end": 38319, + "start": 38469, + "end": 38473, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 13 }, "end": { - "line": 1021, + "line": 1026, "column": 17 } } }, "property": { "type": "Identifier", - "start": 38320, - "end": 38326, + "start": 38474, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 18 }, "end": { - "line": 1021, + "line": 1026, "column": 24 }, "identifierName": "paused" @@ -67845,88 +68210,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38328, - "end": 38453, + "start": 38482, + "end": 38607, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 26 }, "end": { - "line": 1026, + "line": 1031, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38342, - "end": 38377, + "start": 38496, + "end": 38531, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 38342, - "end": 38376, + "start": 38496, + "end": 38530, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38342, - "end": 38356, + "start": 38496, + "end": 38510, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38342, - "end": 38346, + "start": 38496, + "end": 38500, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38347, - "end": 38356, + "start": 38501, + "end": 38510, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 17 }, "end": { - "line": 1022, + "line": 1027, "column": 26 }, "identifierName": "pauseTime" @@ -67937,43 +68302,43 @@ }, "right": { "type": "CallExpression", - "start": 38359, - "end": 38376, + "start": 38513, + "end": 38530, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 38359, - "end": 38374, + "start": 38513, + "end": 38528, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 44 } }, "object": { "type": "Identifier", - "start": 38359, - "end": 38370, + "start": 38513, + "end": 38524, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 40 }, "identifierName": "performance" @@ -67982,15 +68347,15 @@ }, "property": { "type": "Identifier", - "start": 38371, - "end": 38374, + "start": 38525, + "end": 38528, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 41 }, "end": { - "line": 1022, + "line": 1027, "column": 44 }, "identifierName": "now" @@ -68005,73 +68370,73 @@ }, { "type": "ExpressionStatement", - "start": 38390, - "end": 38409, + "start": 38544, + "end": 38563, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 38390, - "end": 38408, + "start": 38544, + "end": 38562, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38390, - "end": 38401, + "start": 38544, + "end": 38555, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38390, - "end": 38394, + "start": 38544, + "end": 38548, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38395, - "end": 38401, + "start": 38549, + "end": 38555, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 17 }, "end": { - "line": 1023, + "line": 1028, "column": 23 }, "identifierName": "paused" @@ -68082,15 +68447,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38404, - "end": 38408, + "start": 38558, + "end": 38562, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 26 }, "end": { - "line": 1023, + "line": 1028, "column": 30 } }, @@ -68100,86 +68465,86 @@ }, { "type": "ExpressionStatement", - "start": 38423, - "end": 38443, + "start": 38577, + "end": 38597, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 38423, - "end": 38442, + "start": 38577, + "end": 38596, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 38423, - "end": 38440, + "start": 38577, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 38423, - "end": 38434, + "start": 38577, + "end": 38588, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38423, - "end": 38427, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38428, - "end": 38434, + "start": 38582, + "end": 38588, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 17 }, "end": { - "line": 1025, + "line": 1030, "column": 23 }, "identifierName": "engine" @@ -68190,15 +68555,15 @@ }, "property": { "type": "Identifier", - "start": 38435, - "end": 38440, + "start": 38589, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 24 }, "end": { - "line": 1025, + "line": 1030, "column": 29 }, "identifierName": "pause" @@ -68223,15 +68588,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -68241,15 +68606,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -68258,15 +68623,15 @@ }, { "type": "ClassMethod", - "start": 38506, - "end": 38694, + "start": 38660, + "end": 38848, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 4 }, "end": { - "line": 1039, + "line": 1044, "column": 5 } }, @@ -68274,15 +68639,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38506, - "end": 38512, + "start": 38660, + "end": 38666, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 4 }, "end": { - "line": 1032, + "line": 1037, "column": 10 }, "identifierName": "resume" @@ -68298,73 +68663,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38515, - "end": 38694, + "start": 38669, + "end": 38848, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 13 }, "end": { - "line": 1039, + "line": 1044, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38525, - "end": 38688, + "start": 38679, + "end": 38842, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 8 }, "end": { - "line": 1038, + "line": 1043, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38529, - "end": 38540, + "start": 38683, + "end": 38694, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 12 }, "end": { - "line": 1033, + "line": 1038, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38529, - "end": 38533, + "start": 38683, + "end": 38687, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 12 }, "end": { - "line": 1033, + "line": 1038, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38534, - "end": 38540, + "start": 38688, + "end": 38694, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 17 }, "end": { - "line": 1033, + "line": 1038, "column": 23 }, "identifierName": "paused" @@ -68375,88 +68740,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38542, - "end": 38688, + "start": 38696, + "end": 38842, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 25 }, "end": { - "line": 1038, + "line": 1043, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38556, - "end": 38610, + "start": 38710, + "end": 38764, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 38556, - "end": 38609, + "start": 38710, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 38556, - "end": 38571, + "start": 38710, + "end": 38725, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38556, - "end": 38560, + "start": 38710, + "end": 38714, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38561, - "end": 38571, + "start": 38715, + "end": 38725, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 17 }, "end": { - "line": 1034, + "line": 1039, "column": 27 }, "identifierName": "pausedTime" @@ -68467,57 +68832,57 @@ }, "right": { "type": "BinaryExpression", - "start": 38575, - "end": 38609, + "start": 38729, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "left": { "type": "CallExpression", - "start": 38575, - "end": 38592, + "start": 38729, + "end": 38746, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38575, - "end": 38590, + "start": 38729, + "end": 38744, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 46 } }, "object": { "type": "Identifier", - "start": 38575, - "end": 38586, + "start": 38729, + "end": 38740, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 42 }, "identifierName": "performance" @@ -68526,15 +68891,15 @@ }, "property": { "type": "Identifier", - "start": 38587, - "end": 38590, + "start": 38741, + "end": 38744, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 43 }, "end": { - "line": 1034, + "line": 1039, "column": 46 }, "identifierName": "now" @@ -68548,44 +68913,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 38595, - "end": 38609, + "start": 38749, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 51 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 38595, - "end": 38599, + "start": 38749, + "end": 38753, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 51 }, "end": { - "line": 1034, + "line": 1039, "column": 55 } } }, "property": { "type": "Identifier", - "start": 38600, - "end": 38609, + "start": 38754, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 56 }, "end": { - "line": 1034, + "line": 1039, "column": 65 }, "identifierName": "pauseTime" @@ -68599,86 +68964,86 @@ }, { "type": "ExpressionStatement", - "start": 38624, - "end": 38645, + "start": 38778, + "end": 38799, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 38624, - "end": 38644, + "start": 38778, + "end": 38798, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 38624, - "end": 38642, + "start": 38778, + "end": 38796, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 38624, - "end": 38635, + "start": 38778, + "end": 38789, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38624, - "end": 38628, + "start": 38778, + "end": 38782, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38629, - "end": 38635, + "start": 38783, + "end": 38789, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 17 }, "end": { - "line": 1036, + "line": 1041, "column": 23 }, "identifierName": "engine" @@ -68689,15 +69054,15 @@ }, "property": { "type": "Identifier", - "start": 38636, - "end": 38642, + "start": 38790, + "end": 38796, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 24 }, "end": { - "line": 1036, + "line": 1041, "column": 30 }, "identifierName": "resume" @@ -68711,73 +69076,73 @@ }, { "type": "ExpressionStatement", - "start": 38658, - "end": 38678, + "start": 38812, + "end": 38832, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 38658, - "end": 38677, + "start": 38812, + "end": 38831, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38658, - "end": 38669, + "start": 38812, + "end": 38823, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38658, - "end": 38662, + "start": 38812, + "end": 38816, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38663, - "end": 38669, + "start": 38817, + "end": 38823, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 17 }, "end": { - "line": 1037, + "line": 1042, "column": 23 }, "identifierName": "paused" @@ -68788,15 +69153,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38672, - "end": 38677, + "start": 38826, + "end": 38831, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 26 }, "end": { - "line": 1037, + "line": 1042, "column": 31 } }, @@ -68817,15 +69182,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -68835,15 +69200,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -68852,15 +69217,15 @@ }, { "type": "ClassMethod", - "start": 38818, - "end": 42733, + "start": 38972, + "end": 42887, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 4 }, "end": { - "line": 1156, + "line": 1161, "column": 5 } }, @@ -68868,15 +69233,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38818, - "end": 38834, + "start": 38972, + "end": 38988, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 4 }, "end": { - "line": 1046, + "line": 1051, "column": 20 }, "identifierName": "onRecordComplete" @@ -68892,87 +69257,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38837, - "end": 42733, + "start": 38991, + "end": 42887, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 23 }, "end": { - "line": 1156, + "line": 1161, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 38898, - "end": 38950, + "start": 39052, + "end": 39104, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 38898, - "end": 38949, + "start": 39052, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38898, - "end": 38922, + "start": 39052, + "end": 39076, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 38898, - "end": 38909, + "start": 39052, + "end": 39063, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 38898, - "end": 38902, + "start": 39052, + "end": 39056, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 12 } }, @@ -68980,15 +69345,15 @@ }, "property": { "type": "Identifier", - "start": 38903, - "end": 38909, + "start": 39057, + "end": 39063, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 13 }, "end": { - "line": 1048, + "line": 1053, "column": 19 }, "identifierName": "player" @@ -69000,15 +69365,15 @@ }, "property": { "type": "Identifier", - "start": 38910, - "end": 38922, + "start": 39064, + "end": 39076, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 20 }, "end": { - "line": 1048, + "line": 1053, "column": 32 }, "identifierName": "recordedData" @@ -69020,58 +69385,58 @@ }, "right": { "type": "MemberExpression", - "start": 38925, - "end": 38949, + "start": 39079, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 38925, - "end": 38936, + "start": 39079, + "end": 39090, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 38925, - "end": 38929, + "start": 39079, + "end": 39083, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 39 } } }, "property": { "type": "Identifier", - "start": 38930, - "end": 38936, + "start": 39084, + "end": 39090, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 40 }, "end": { - "line": 1048, + "line": 1053, "column": 46 }, "identifierName": "engine" @@ -69082,15 +69447,15 @@ }, "property": { "type": "Identifier", - "start": 38937, - "end": 38949, + "start": 39091, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 47 }, "end": { - "line": 1048, + "line": 1053, "column": 59 }, "identifierName": "recordedData" @@ -69105,15 +69470,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 38847, - "end": 38889, + "start": 39001, + "end": 39043, "loc": { "start": { - "line": 1047, + "line": 1052, "column": 8 }, "end": { - "line": 1047, + "line": 1052, "column": 50 } } @@ -69123,15 +69488,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -69140,85 +69505,85 @@ }, { "type": "IfStatement", - "start": 39018, - "end": 39208, + "start": 39172, + "end": 39362, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 8 }, "end": { - "line": 1054, + "line": 1059, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39022, - "end": 39069, + "start": 39176, + "end": 39223, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 39022, - "end": 39055, + "start": 39176, + "end": 39209, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39044, + "start": 39176, + "end": 39198, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39033, + "start": 39176, + "end": 39187, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39022, - "end": 39026, + "start": 39176, + "end": 39180, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 16 } }, @@ -69226,15 +69591,15 @@ }, "property": { "type": "Identifier", - "start": 39027, - "end": 39033, + "start": 39181, + "end": 39187, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 17 }, "end": { - "line": 1051, + "line": 1056, "column": 23 }, "identifierName": "player" @@ -69246,15 +69611,15 @@ }, "property": { "type": "Identifier", - "start": 39034, - "end": 39044, + "start": 39188, + "end": 39198, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 24 }, "end": { - "line": 1051, + "line": 1056, "column": 34 }, "identifierName": "controlBar" @@ -69266,15 +69631,15 @@ }, "property": { "type": "Identifier", - "start": 39045, - "end": 39055, + "start": 39199, + "end": 39209, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 35 }, "end": { - "line": 1051, + "line": 1056, "column": 45 }, "identifierName": "playToggle" @@ -69287,15 +69652,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39060, - "end": 39069, + "start": 39214, + "end": 39223, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 50 }, "end": { - "line": 1051, + "line": 1056, "column": 59 }, "identifierName": "undefined" @@ -69306,129 +69671,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 39071, - "end": 39208, + "start": 39225, + "end": 39362, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 61 }, "end": { - "line": 1054, + "line": 1059, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39085, - "end": 39144, + "start": 39239, + "end": 39298, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 39085, - "end": 39143, + "start": 39239, + "end": 39297, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 39085, - "end": 39130, + "start": 39239, + "end": 39284, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39118, + "start": 39239, + "end": 39272, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39107, + "start": 39239, + "end": 39261, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39096, + "start": 39239, + "end": 39250, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39085, - "end": 39089, + "start": 39239, + "end": 39243, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39090, - "end": 39096, + "start": 39244, + "end": 39250, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 17 }, "end": { - "line": 1052, + "line": 1057, "column": 23 }, "identifierName": "player" @@ -69439,15 +69804,15 @@ }, "property": { "type": "Identifier", - "start": 39097, - "end": 39107, + "start": 39251, + "end": 39261, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 24 }, "end": { - "line": 1052, + "line": 1057, "column": 34 }, "identifierName": "controlBar" @@ -69458,15 +69823,15 @@ }, "property": { "type": "Identifier", - "start": 39108, - "end": 39118, + "start": 39262, + "end": 39272, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 35 }, "end": { - "line": 1052, + "line": 1057, "column": 45 }, "identifierName": "playToggle" @@ -69477,15 +69842,15 @@ }, "property": { "type": "Identifier", - "start": 39119, - "end": 39130, + "start": 39273, + "end": 39284, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 46 }, "end": { - "line": 1052, + "line": 1057, "column": 57 }, "identifierName": "removeClass" @@ -69497,15 +69862,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39131, - "end": 39142, + "start": 39285, + "end": 39296, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 58 }, "end": { - "line": 1052, + "line": 1057, "column": 69 } }, @@ -69520,114 +69885,114 @@ }, { "type": "ExpressionStatement", - "start": 39157, - "end": 39198, + "start": 39311, + "end": 39352, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 39157, - "end": 39197, + "start": 39311, + "end": 39351, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 39157, - "end": 39195, + "start": 39311, + "end": 39349, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39190, + "start": 39311, + "end": 39344, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39179, + "start": 39311, + "end": 39333, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39168, + "start": 39311, + "end": 39322, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39157, - "end": 39161, + "start": 39311, + "end": 39315, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39162, - "end": 39168, + "start": 39316, + "end": 39322, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 17 }, "end": { - "line": 1053, + "line": 1058, "column": 23 }, "identifierName": "player" @@ -69638,15 +70003,15 @@ }, "property": { "type": "Identifier", - "start": 39169, - "end": 39179, + "start": 39323, + "end": 39333, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 24 }, "end": { - "line": 1053, + "line": 1058, "column": 34 }, "identifierName": "controlBar" @@ -69657,15 +70022,15 @@ }, "property": { "type": "Identifier", - "start": 39180, - "end": 39190, + "start": 39334, + "end": 39344, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 35 }, "end": { - "line": 1053, + "line": 1058, "column": 45 }, "identifierName": "playToggle" @@ -69676,15 +70041,15 @@ }, "property": { "type": "Identifier", - "start": 39191, - "end": 39195, + "start": 39345, + "end": 39349, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 46 }, "end": { - "line": 1053, + "line": 1058, "column": 50 }, "identifierName": "show" @@ -69705,15 +70070,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -69723,15 +70088,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -69740,57 +70105,57 @@ }, { "type": "IfStatement", - "start": 39246, - "end": 39353, + "start": 39400, + "end": 39507, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 8 }, "end": { - "line": 1059, + "line": 1064, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39250, - "end": 39278, + "start": 39404, + "end": 39432, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 39250, - "end": 39264, + "start": 39404, + "end": 39418, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 39250, - "end": 39254, + "start": 39404, + "end": 39408, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 16 } }, @@ -69798,15 +70163,15 @@ }, "property": { "type": "Identifier", - "start": 39255, - "end": 39264, + "start": 39409, + "end": 39418, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 17 }, "end": { - "line": 1057, + "line": 1062, "column": 26 }, "identifierName": "converter" @@ -69819,15 +70184,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39269, - "end": 39278, + "start": 39423, + "end": 39432, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 31 }, "end": { - "line": 1057, + "line": 1062, "column": 40 }, "identifierName": "undefined" @@ -69838,101 +70203,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 39280, - "end": 39353, + "start": 39434, + "end": 39507, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 42 }, "end": { - "line": 1059, + "line": 1064, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39294, - "end": 39343, + "start": 39448, + "end": 39497, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 39294, - "end": 39342, + "start": 39448, + "end": 39496, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 39294, - "end": 39316, + "start": 39448, + "end": 39470, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39294, - "end": 39308, + "start": 39448, + "end": 39462, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 39294, - "end": 39298, + "start": 39448, + "end": 39452, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39299, - "end": 39308, + "start": 39453, + "end": 39462, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 17 }, "end": { - "line": 1058, + "line": 1063, "column": 26 }, "identifierName": "converter" @@ -69943,15 +70308,15 @@ }, "property": { "type": "Identifier", - "start": 39309, - "end": 39316, + "start": 39463, + "end": 39470, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 27 }, "end": { - "line": 1058, + "line": 1063, "column": 34 }, "identifierName": "convert" @@ -69963,58 +70328,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 39317, - "end": 39341, + "start": 39471, + "end": 39495, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 39317, - "end": 39328, + "start": 39471, + "end": 39482, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 39317, - "end": 39321, + "start": 39471, + "end": 39475, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 39 } } }, "property": { "type": "Identifier", - "start": 39322, - "end": 39328, + "start": 39476, + "end": 39482, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 40 }, "end": { - "line": 1058, + "line": 1063, "column": 46 }, "identifierName": "player" @@ -70025,15 +70390,15 @@ }, "property": { "type": "Identifier", - "start": 39329, - "end": 39341, + "start": 39483, + "end": 39495, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 47 }, "end": { - "line": 1058, + "line": 1063, "column": 59 }, "identifierName": "recordedData" @@ -70054,15 +70419,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -70072,15 +70437,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -70089,71 +70454,71 @@ }, { "type": "ExpressionStatement", - "start": 39414, - "end": 39455, + "start": 39568, + "end": 39609, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39414, - "end": 39454, + "start": 39568, + "end": 39608, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39414, - "end": 39433, + "start": 39568, + "end": 39587, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 39414, - "end": 39425, + "start": 39568, + "end": 39579, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39414, - "end": 39418, + "start": 39568, + "end": 39572, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 12 } }, @@ -70161,15 +70526,15 @@ }, "property": { "type": "Identifier", - "start": 39419, - "end": 39425, + "start": 39573, + "end": 39579, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 13 }, "end": { - "line": 1062, + "line": 1067, "column": 19 }, "identifierName": "player" @@ -70181,15 +70546,15 @@ }, "property": { "type": "Identifier", - "start": 39426, - "end": 39433, + "start": 39580, + "end": 39587, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 20 }, "end": { - "line": 1062, + "line": 1067, "column": 27 }, "identifierName": "trigger" @@ -70202,29 +70567,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39434, - "end": 39453, + "start": 39588, + "end": 39607, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 28 }, "end": { - "line": 1062, + "line": 1067, "column": 47 } }, "object": { "type": "Identifier", - "start": 39434, - "end": 39439, + "start": 39588, + "end": 39593, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 28 }, "end": { - "line": 1062, + "line": 1067, "column": 33 }, "identifierName": "Event" @@ -70233,15 +70598,15 @@ }, "property": { "type": "Identifier", - "start": 39440, - "end": 39453, + "start": 39594, + "end": 39607, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 34 }, "end": { - "line": 1062, + "line": 1067, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -70257,15 +70622,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -70275,15 +70640,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -70292,57 +70657,57 @@ }, { "type": "IfStatement", - "start": 39539, - "end": 39594, + "start": 39693, + "end": 39748, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 8 }, "end": { - "line": 1067, + "line": 1072, "column": 9 } }, "test": { "type": "CallExpression", - "start": 39543, - "end": 39561, + "start": 39697, + "end": 39715, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 39543, - "end": 39559, + "start": 39697, + "end": 39713, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39543, - "end": 39547, + "start": 39697, + "end": 39701, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 16 } }, @@ -70350,15 +70715,15 @@ }, "property": { "type": "Identifier", - "start": 39548, - "end": 39559, + "start": 39702, + "end": 39713, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 17 }, "end": { - "line": 1065, + "line": 1070, "column": 28 }, "identifierName": "isDestroyed" @@ -70373,30 +70738,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 39563, - "end": 39594, + "start": 39717, + "end": 39748, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 32 }, "end": { - "line": 1067, + "line": 1072, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 39577, - "end": 39584, + "start": 39731, + "end": 39738, "loc": { "start": { - "line": 1066, + "line": 1071, "column": 12 }, "end": { - "line": 1066, + "line": 1071, "column": 19 } }, @@ -70411,15 +70776,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -70429,15 +70794,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -70446,57 +70811,57 @@ }, { "type": "SwitchStatement", - "start": 39646, - "end": 42727, + "start": 39800, + "end": 42881, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 8 }, "end": { - "line": 1155, + "line": 1160, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 39654, - "end": 39674, + "start": 39808, + "end": 39828, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 39654, - "end": 39672, + "start": 39808, + "end": 39826, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 39654, - "end": 39658, + "start": 39808, + "end": 39812, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 20 } }, @@ -70504,15 +70869,15 @@ }, "property": { "type": "Identifier", - "start": 39659, - "end": 39672, + "start": 39813, + "end": 39826, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 21 }, "end": { - "line": 1070, + "line": 1075, "column": 34 }, "identifierName": "getRecordType" @@ -70528,86 +70893,86 @@ "cases": [ { "type": "SwitchCase", - "start": 39690, - "end": 40348, + "start": 39844, + "end": 40502, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 12 }, "end": { - "line": 1089, + "line": 1094, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39782, - "end": 39802, + "start": 39936, + "end": 39956, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 39782, - "end": 39801, + "start": 39936, + "end": 39955, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 39782, - "end": 39799, + "start": 39936, + "end": 39953, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 39782, - "end": 39793, + "start": 39936, + "end": 39947, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39782, - "end": 39786, + "start": 39936, + "end": 39940, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 20 } }, @@ -70615,15 +70980,15 @@ }, "property": { "type": "Identifier", - "start": 39787, - "end": 39793, + "start": 39941, + "end": 39947, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 21 }, "end": { - "line": 1073, + "line": 1078, "column": 27 }, "identifierName": "surfer" @@ -70635,15 +71000,15 @@ }, "property": { "type": "Identifier", - "start": 39794, - "end": 39799, + "start": 39948, + "end": 39953, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 28 }, "end": { - "line": 1073, + "line": 1078, "column": 33 }, "identifierName": "pause" @@ -70660,15 +71025,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39723, - "end": 39765, + "start": 39877, + "end": 39919, "loc": { "start": { - "line": 1072, + "line": 1077, "column": 16 }, "end": { - "line": 1072, + "line": 1077, "column": 58 } } @@ -70678,15 +71043,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -70695,71 +71060,71 @@ }, { "type": "ExpressionStatement", - "start": 39865, - "end": 39903, + "start": 40019, + "end": 40057, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 39865, - "end": 39902, + "start": 40019, + "end": 40056, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 39865, - "end": 39896, + "start": 40019, + "end": 40050, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 39865, - "end": 39876, + "start": 40019, + "end": 40030, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39865, - "end": 39869, + "start": 40019, + "end": 40023, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 20 } }, @@ -70767,15 +71132,15 @@ }, "property": { "type": "Identifier", - "start": 39870, - "end": 39876, + "start": 40024, + "end": 40030, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 21 }, "end": { - "line": 1076, + "line": 1081, "column": 27 }, "identifierName": "surfer" @@ -70787,15 +71152,15 @@ }, "property": { "type": "Identifier", - "start": 39877, - "end": 39896, + "start": 40031, + "end": 40050, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 28 }, "end": { - "line": 1076, + "line": 1081, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -70808,15 +71173,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 39897, - "end": 39901, + "start": 40051, + "end": 40055, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 48 }, "end": { - "line": 1076, + "line": 1081, "column": 52 } }, @@ -70829,15 +71194,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -70847,15 +71212,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -70864,85 +71229,85 @@ }, { "type": "ExpressionStatement", - "start": 39955, - "end": 39989, + "start": 40109, + "end": 40143, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 39955, - "end": 39988, + "start": 40109, + "end": 40142, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 39955, - "end": 39986, + "start": 40109, + "end": 40140, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 39955, - "end": 39981, + "start": 40109, + "end": 40135, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 39955, - "end": 39966, + "start": 40109, + "end": 40120, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39955, - "end": 39959, + "start": 40109, + "end": 40113, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 20 } }, @@ -70950,15 +71315,15 @@ }, "property": { "type": "Identifier", - "start": 39960, - "end": 39966, + "start": 40114, + "end": 40120, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 21 }, "end": { - "line": 1079, + "line": 1084, "column": 27 }, "identifierName": "player" @@ -70970,15 +71335,15 @@ }, "property": { "type": "Identifier", - "start": 39967, - "end": 39981, + "start": 40121, + "end": 40135, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 28 }, "end": { - "line": 1079, + "line": 1084, "column": 42 }, "identifierName": "loadingSpinner" @@ -70990,15 +71355,15 @@ }, "property": { "type": "Identifier", - "start": 39982, - "end": 39986, + "start": 40136, + "end": 40140, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 43 }, "end": { - "line": 1079, + "line": 1084, "column": 47 }, "identifierName": "show" @@ -71015,15 +71380,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -71033,15 +71398,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -71049,15 +71414,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -71066,85 +71431,85 @@ }, { "type": "ExpressionStatement", - "start": 40116, - "end": 40226, + "start": 40270, + "end": 40380, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1085, + "line": 1090, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40116, - "end": 40225, + "start": 40270, + "end": 40379, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1085, + "line": 1090, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40116, - "end": 40139, + "start": 40270, + "end": 40293, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40116, - "end": 40134, + "start": 40270, + "end": 40288, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 40116, - "end": 40127, + "start": 40270, + "end": 40281, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40116, - "end": 40120, + "start": 40270, + "end": 40274, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 20 } }, @@ -71152,15 +71517,15 @@ }, "property": { "type": "Identifier", - "start": 40121, - "end": 40127, + "start": 40275, + "end": 40281, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 21 }, "end": { - "line": 1083, + "line": 1088, "column": 27 }, "identifierName": "surfer" @@ -71172,15 +71537,15 @@ }, "property": { "type": "Identifier", - "start": 40128, - "end": 40134, + "start": 40282, + "end": 40288, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 28 }, "end": { - "line": 1083, + "line": 1088, "column": 34 }, "identifierName": "surfer" @@ -71192,15 +71557,15 @@ }, "property": { "type": "Identifier", - "start": 40135, - "end": 40139, + "start": 40289, + "end": 40293, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 35 }, "end": { - "line": 1083, + "line": 1088, "column": 39 }, "identifierName": "once" @@ -71213,29 +71578,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40140, - "end": 40151, + "start": 40294, + "end": 40305, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 40 }, "end": { - "line": 1083, + "line": 1088, "column": 51 } }, "object": { "type": "Identifier", - "start": 40140, - "end": 40145, + "start": 40294, + "end": 40299, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 40 }, "end": { - "line": 1083, + "line": 1088, "column": 45 }, "identifierName": "Event" @@ -71244,15 +71609,15 @@ }, "property": { "type": "Identifier", - "start": 40146, - "end": 40151, + "start": 40300, + "end": 40305, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 46 }, "end": { - "line": 1083, + "line": 1088, "column": 51 }, "identifierName": "READY" @@ -71263,15 +71628,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40153, - "end": 40224, + "start": 40307, + "end": 40378, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 53 }, "end": { - "line": 1085, + "line": 1090, "column": 17 } }, @@ -71282,88 +71647,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40159, - "end": 40224, + "start": 40313, + "end": 40378, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 59 }, "end": { - "line": 1085, + "line": 1090, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40181, - "end": 40206, + "start": 40335, + "end": 40360, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40181, - "end": 40205, + "start": 40335, + "end": 40359, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40181, - "end": 40197, + "start": 40335, + "end": 40351, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40181, - "end": 40185, + "start": 40335, + "end": 40339, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 24 } } }, "property": { "type": "Identifier", - "start": 40186, - "end": 40197, + "start": 40340, + "end": 40351, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 25 }, "end": { - "line": 1084, + "line": 1089, "column": 36 }, "identifierName": "_processing" @@ -71374,15 +71739,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40200, - "end": 40205, + "start": 40354, + "end": 40359, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 39 }, "end": { - "line": 1084, + "line": 1089, "column": 44 } }, @@ -71401,15 +71766,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -71417,15 +71782,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -71435,15 +71800,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -71452,57 +71817,57 @@ }, { "type": "ExpressionStatement", - "start": 40289, - "end": 40325, + "start": 40443, + "end": 40479, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 40289, - "end": 40324, + "start": 40443, + "end": 40478, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 40289, - "end": 40298, + "start": 40443, + "end": 40452, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 40289, - "end": 40293, + "start": 40443, + "end": 40447, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 20 } }, @@ -71510,15 +71875,15 @@ }, "property": { "type": "Identifier", - "start": 40294, - "end": 40298, + "start": 40448, + "end": 40452, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 21 }, "end": { - "line": 1088, + "line": 1093, "column": 25 }, "identifierName": "load" @@ -71531,58 +71896,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40299, - "end": 40323, + "start": 40453, + "end": 40477, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 40299, - "end": 40310, + "start": 40453, + "end": 40464, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 40299, - "end": 40303, + "start": 40453, + "end": 40457, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 30 } } }, "property": { "type": "Identifier", - "start": 40304, - "end": 40310, + "start": 40458, + "end": 40464, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 31 }, "end": { - "line": 1088, + "line": 1093, "column": 37 }, "identifierName": "player" @@ -71593,15 +71958,15 @@ }, "property": { "type": "Identifier", - "start": 40311, - "end": 40323, + "start": 40465, + "end": 40477, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 38 }, "end": { - "line": 1088, + "line": 1093, "column": 50 }, "identifierName": "recordedData" @@ -71617,15 +71982,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -71634,15 +71999,15 @@ }, { "type": "BreakStatement", - "start": 40342, - "end": 40348, + "start": 40496, + "end": 40502, "loc": { "start": { - "line": 1089, + "line": 1094, "column": 16 }, "end": { - "line": 1089, + "line": 1094, "column": 22 } }, @@ -71651,15 +72016,15 @@ ], "test": { "type": "Identifier", - "start": 39695, - "end": 39705, + "start": 39849, + "end": 39859, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 17 }, "end": { - "line": 1071, + "line": 1076, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -71669,30 +72034,30 @@ }, { "type": "SwitchCase", - "start": 40362, - "end": 40378, + "start": 40516, + "end": 40532, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 12 }, "end": { - "line": 1091, + "line": 1096, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40367, - "end": 40377, + "start": 40521, + "end": 40531, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 17 }, "end": { - "line": 1091, + "line": 1096, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -71702,30 +72067,30 @@ }, { "type": "SwitchCase", - "start": 40391, - "end": 40408, + "start": 40545, + "end": 40562, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 12 }, "end": { - "line": 1092, + "line": 1097, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40396, - "end": 40407, + "start": 40550, + "end": 40561, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 17 }, "end": { - "line": 1092, + "line": 1097, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -71735,30 +72100,30 @@ }, { "type": "SwitchCase", - "start": 40421, - "end": 40439, + "start": 40575, + "end": 40593, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 12 }, "end": { - "line": 1093, + "line": 1098, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40426, - "end": 40438, + "start": 40580, + "end": 40592, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 17 }, "end": { - "line": 1093, + "line": 1098, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -71768,86 +72133,86 @@ }, { "type": "SwitchCase", - "start": 40452, - "end": 41880, + "start": 40606, + "end": 42034, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 12 }, "end": { - "line": 1128, + "line": 1133, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40671, - "end": 41760, + "start": 40825, + "end": 41914, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1124, + "line": 1129, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40671, - "end": 41759, + "start": 40825, + "end": 41913, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1124, + "line": 1129, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40671, - "end": 40686, + "start": 40825, + "end": 40840, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 40671, - "end": 40682, + "start": 40825, + "end": 40836, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40671, - "end": 40675, + "start": 40825, + "end": 40829, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 20 } }, @@ -71855,15 +72220,15 @@ }, "property": { "type": "Identifier", - "start": 40676, - "end": 40682, + "start": 40830, + "end": 40836, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 21 }, "end": { - "line": 1098, + "line": 1103, "column": 27 }, "identifierName": "player" @@ -71875,15 +72240,15 @@ }, "property": { "type": "Identifier", - "start": 40683, - "end": 40686, + "start": 40837, + "end": 40840, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 28 }, "end": { - "line": 1098, + "line": 1103, "column": 31 }, "identifierName": "one" @@ -71896,29 +72261,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40687, - "end": 40698, + "start": 40841, + "end": 40852, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 32 }, "end": { - "line": 1098, + "line": 1103, "column": 43 } }, "object": { "type": "Identifier", - "start": 40687, - "end": 40692, + "start": 40841, + "end": 40846, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 32 }, "end": { - "line": 1098, + "line": 1103, "column": 37 }, "identifierName": "Event" @@ -71927,15 +72292,15 @@ }, "property": { "type": "Identifier", - "start": 40693, - "end": 40698, + "start": 40847, + "end": 40852, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 38 }, "end": { - "line": 1098, + "line": 1103, "column": 43 }, "identifierName": "PAUSE" @@ -71946,15 +72311,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40700, - "end": 41758, + "start": 40854, + "end": 41912, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 45 }, "end": { - "line": 1124, + "line": 1129, "column": 17 } }, @@ -71965,73 +72330,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40706, - "end": 41758, + "start": 40860, + "end": 41912, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 51 }, "end": { - "line": 1124, + "line": 1129, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40771, - "end": 40796, + "start": 40925, + "end": 40950, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40771, - "end": 40795, + "start": 40925, + "end": 40949, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40771, - "end": 40787, + "start": 40925, + "end": 40941, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40771, - "end": 40775, + "start": 40925, + "end": 40929, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 24 } }, @@ -72039,15 +72404,15 @@ }, "property": { "type": "Identifier", - "start": 40776, - "end": 40787, + "start": 40930, + "end": 40941, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 25 }, "end": { - "line": 1100, + "line": 1105, "column": 36 }, "identifierName": "_processing" @@ -72059,15 +72424,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40790, - "end": 40795, + "start": 40944, + "end": 40949, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 39 }, "end": { - "line": 1100, + "line": 1105, "column": 44 } }, @@ -72079,15 +72444,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40728, - "end": 40750, + "start": 40882, + "end": 40904, "loc": { "start": { - "line": 1099, + "line": 1104, "column": 20 }, "end": { - "line": 1099, + "line": 1104, "column": 42 } } @@ -72097,15 +72462,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -72114,85 +72479,85 @@ }, { "type": "ExpressionStatement", - "start": 40853, - "end": 40887, + "start": 41007, + "end": 41041, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40853, - "end": 40886, + "start": 41007, + "end": 41040, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40853, - "end": 40884, + "start": 41007, + "end": 41038, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 40853, - "end": 40879, + "start": 41007, + "end": 41033, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 40853, - "end": 40864, + "start": 41007, + "end": 41018, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 40853, - "end": 40857, + "start": 41007, + "end": 41011, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 24 } }, @@ -72200,15 +72565,15 @@ }, "property": { "type": "Identifier", - "start": 40858, - "end": 40864, + "start": 41012, + "end": 41018, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 25 }, "end": { - "line": 1103, + "line": 1108, "column": 31 }, "identifierName": "player" @@ -72220,15 +72585,15 @@ }, "property": { "type": "Identifier", - "start": 40865, - "end": 40879, + "start": 41019, + "end": 41033, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 32 }, "end": { - "line": 1103, + "line": 1108, "column": 46 }, "identifierName": "loadingSpinner" @@ -72240,15 +72605,15 @@ }, "property": { "type": "Identifier", - "start": 40880, - "end": 40884, + "start": 41034, + "end": 41038, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 47 }, "end": { - "line": 1103, + "line": 1108, "column": 51 }, "identifierName": "hide" @@ -72265,15 +72630,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -72283,15 +72648,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -72300,57 +72665,57 @@ }, { "type": "ExpressionStatement", - "start": 40959, - "end": 40997, + "start": 41113, + "end": 41151, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 40959, - "end": 40996, + "start": 41113, + "end": 41150, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 40959, - "end": 40975, + "start": 41113, + "end": 41129, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40959, - "end": 40963, + "start": 41113, + "end": 41117, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 24 } }, @@ -72358,15 +72723,15 @@ }, "property": { "type": "Identifier", - "start": 40964, - "end": 40975, + "start": 41118, + "end": 41129, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 25 }, "end": { - "line": 1106, + "line": 1111, "column": 36 }, "identifierName": "setDuration" @@ -72379,44 +72744,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 40976, - "end": 40995, + "start": 41130, + "end": 41149, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 37 }, "end": { - "line": 1106, + "line": 1111, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 40976, - "end": 40980, + "start": 41130, + "end": 41134, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 37 }, "end": { - "line": 1106, + "line": 1111, "column": 41 } } }, "property": { "type": "Identifier", - "start": 40981, - "end": 40995, + "start": 41135, + "end": 41149, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 42 }, "end": { - "line": 1106, + "line": 1111, "column": 56 }, "identifierName": "streamDuration" @@ -72432,15 +72797,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -72450,15 +72815,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -72467,57 +72832,57 @@ }, { "type": "ExpressionStatement", - "start": 41081, - "end": 41169, + "start": 41235, + "end": 41323, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1110, + "line": 1115, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41081, - "end": 41168, + "start": 41235, + "end": 41322, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1110, + "line": 1115, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41081, - "end": 41088, + "start": 41235, + "end": 41242, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1109, + "line": 1114, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41081, - "end": 41085, + "start": 41235, + "end": 41239, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1109, + "line": 1114, "column": 24 } }, @@ -72525,15 +72890,15 @@ }, "property": { "type": "Identifier", - "start": 41086, - "end": 41088, + "start": 41240, + "end": 41242, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 25 }, "end": { - "line": 1109, + "line": 1114, "column": 27 }, "identifierName": "on" @@ -72546,44 +72911,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41089, - "end": 41100, + "start": 41243, + "end": 41254, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 28 }, "end": { - "line": 1109, + "line": 1114, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41089, - "end": 41093, + "start": 41243, + "end": 41247, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 28 }, "end": { - "line": 1109, + "line": 1114, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41094, - "end": 41100, + "start": 41248, + "end": 41254, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 33 }, "end": { - "line": 1109, + "line": 1114, "column": 39 }, "identifierName": "player" @@ -72594,29 +72959,29 @@ }, { "type": "MemberExpression", - "start": 41102, - "end": 41118, + "start": 41256, + "end": 41272, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 41 }, "end": { - "line": 1109, + "line": 1114, "column": 57 } }, "object": { "type": "Identifier", - "start": 41102, - "end": 41107, + "start": 41256, + "end": 41261, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 41 }, "end": { - "line": 1109, + "line": 1114, "column": 46 }, "identifierName": "Event" @@ -72625,15 +72990,15 @@ }, "property": { "type": "Identifier", - "start": 41108, - "end": 41118, + "start": 41262, + "end": 41272, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 47 }, "end": { - "line": 1109, + "line": 1114, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -72644,44 +73009,44 @@ }, { "type": "MemberExpression", - "start": 41144, - "end": 41167, + "start": 41298, + "end": 41321, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 24 }, "end": { - "line": 1110, + "line": 1115, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41144, - "end": 41148, + "start": 41298, + "end": 41302, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 24 }, "end": { - "line": 1110, + "line": 1115, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41149, - "end": 41167, + "start": 41303, + "end": 41321, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 29 }, "end": { - "line": 1110, + "line": 1115, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -72697,15 +73062,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -72714,72 +73079,72 @@ }, { "type": "ExpressionStatement", - "start": 41190, - "end": 41273, + "start": 41344, + "end": 41427, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1112, + "line": 1117, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41190, - "end": 41272, + "start": 41344, + "end": 41426, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1112, + "line": 1117, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41190, - "end": 41197, + "start": 41344, + "end": 41351, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1111, + "line": 1116, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41190, - "end": 41194, + "start": 41344, + "end": 41348, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1111, + "line": 1116, "column": 24 } } }, "property": { "type": "Identifier", - "start": 41195, - "end": 41197, + "start": 41349, + "end": 41351, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 25 }, "end": { - "line": 1111, + "line": 1116, "column": 27 }, "identifierName": "on" @@ -72791,44 +73156,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41198, - "end": 41209, + "start": 41352, + "end": 41363, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 28 }, "end": { - "line": 1111, + "line": 1116, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41198, - "end": 41202, + "start": 41352, + "end": 41356, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 28 }, "end": { - "line": 1111, + "line": 1116, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41203, - "end": 41209, + "start": 41357, + "end": 41363, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 33 }, "end": { - "line": 1111, + "line": 1116, "column": 39 }, "identifierName": "player" @@ -72839,29 +73204,29 @@ }, { "type": "MemberExpression", - "start": 41211, - "end": 41222, + "start": 41365, + "end": 41376, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 41 }, "end": { - "line": 1111, + "line": 1116, "column": 52 } }, "object": { "type": "Identifier", - "start": 41211, - "end": 41216, + "start": 41365, + "end": 41370, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 41 }, "end": { - "line": 1111, + "line": 1116, "column": 46 }, "identifierName": "Event" @@ -72870,15 +73235,15 @@ }, "property": { "type": "Identifier", - "start": 41217, - "end": 41222, + "start": 41371, + "end": 41376, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 47 }, "end": { - "line": 1111, + "line": 1116, "column": 52 }, "identifierName": "ENDED" @@ -72889,44 +73254,44 @@ }, { "type": "MemberExpression", - "start": 41248, - "end": 41271, + "start": 41402, + "end": 41425, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 24 }, "end": { - "line": 1112, + "line": 1117, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41248, - "end": 41252, + "start": 41402, + "end": 41406, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 24 }, "end": { - "line": 1112, + "line": 1117, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41253, - "end": 41271, + "start": 41407, + "end": 41425, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 29 }, "end": { - "line": 1112, + "line": 1117, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -72941,15 +73306,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -72958,85 +73323,85 @@ }, { "type": "IfStatement", - "start": 41353, - "end": 41639, + "start": 41507, + "end": 41793, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 20 }, "end": { - "line": 1120, + "line": 1125, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 41357, - "end": 41434, + "start": 41511, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 41357, - "end": 41393, + "start": 41511, + "end": 41547, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 60 } }, "left": { "type": "CallExpression", - "start": 41357, - "end": 41377, + "start": 41511, + "end": 41531, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41357, - "end": 41375, + "start": 41511, + "end": 41529, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 41357, - "end": 41361, + "start": 41511, + "end": 41515, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 28 } }, @@ -73044,15 +73409,15 @@ }, "property": { "type": "Identifier", - "start": 41362, - "end": 41375, + "start": 41516, + "end": 41529, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 29 }, "end": { - "line": 1115, + "line": 1120, "column": 42 }, "identifierName": "getRecordType" @@ -73068,15 +73433,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41382, - "end": 41393, + "start": 41536, + "end": 41547, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 49 }, "end": { - "line": 1115, + "line": 1120, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -73088,72 +73453,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 41397, - "end": 41434, + "start": 41551, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 101 } }, "left": { "type": "CallExpression", - "start": 41397, - "end": 41417, + "start": 41551, + "end": 41571, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 41397, - "end": 41415, + "start": 41551, + "end": 41569, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 41397, - "end": 41401, + "start": 41551, + "end": 41555, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 68 } } }, "property": { "type": "Identifier", - "start": 41402, - "end": 41415, + "start": 41556, + "end": 41569, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 69 }, "end": { - "line": 1115, + "line": 1120, "column": 82 }, "identifierName": "getRecordType" @@ -73167,15 +73532,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41422, - "end": 41434, + "start": 41576, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 89 }, "end": { - "line": 1115, + "line": 1120, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -73187,102 +73552,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 41436, - "end": 41639, + "start": 41590, + "end": 41793, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 103 }, "end": { - "line": 1120, + "line": 1125, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 41462, - "end": 41494, + "start": 41616, + "end": 41648, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 41462, - "end": 41493, + "start": 41616, + "end": 41647, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41462, - "end": 41485, + "start": 41616, + "end": 41639, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 41462, - "end": 41479, + "start": 41616, + "end": 41633, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41462, - "end": 41466, + "start": 41616, + "end": 41620, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41467, - "end": 41479, + "start": 41621, + "end": 41633, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 29 }, "end": { - "line": 1116, + "line": 1121, "column": 41 }, "identifierName": "mediaElement" @@ -73293,15 +73658,15 @@ }, "property": { "type": "Identifier", - "start": 41480, - "end": 41485, + "start": 41634, + "end": 41639, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 42 }, "end": { - "line": 1116, + "line": 1121, "column": 47 }, "identifierName": "muted" @@ -73312,15 +73677,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41488, - "end": 41493, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 50 }, "end": { - "line": 1116, + "line": 1121, "column": 55 } }, @@ -73331,15 +73696,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -73348,57 +73713,57 @@ }, { "type": "ExpressionStatement", - "start": 41585, - "end": 41617, + "start": 41739, + "end": 41771, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41585, - "end": 41616, + "start": 41739, + "end": 41770, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41585, - "end": 41610, + "start": 41739, + "end": 41764, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 41585, - "end": 41589, + "start": 41739, + "end": 41743, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 28 } }, @@ -73406,15 +73771,15 @@ }, "property": { "type": "Identifier", - "start": 41590, - "end": 41610, + "start": 41744, + "end": 41764, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 29 }, "end": { - "line": 1119, + "line": 1124, "column": 49 }, "identifierName": "displayVolumeControl" @@ -73427,15 +73792,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41611, - "end": 41615, + "start": 41765, + "end": 41769, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 50 }, "end": { - "line": 1119, + "line": 1124, "column": 54 } }, @@ -73448,15 +73813,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -73472,15 +73837,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -73490,15 +73855,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -73507,57 +73872,57 @@ }, { "type": "ExpressionStatement", - "start": 41704, - "end": 41740, + "start": 41858, + "end": 41894, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41704, - "end": 41739, + "start": 41858, + "end": 41893, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41704, - "end": 41713, + "start": 41858, + "end": 41867, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 41704, - "end": 41708, + "start": 41858, + "end": 41862, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 24 } }, @@ -73565,15 +73930,15 @@ }, "property": { "type": "Identifier", - "start": 41709, - "end": 41713, + "start": 41863, + "end": 41867, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 25 }, "end": { - "line": 1123, + "line": 1128, "column": 29 }, "identifierName": "load" @@ -73586,58 +73951,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 41714, - "end": 41738, + "start": 41868, + "end": 41892, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 41714, - "end": 41725, + "start": 41868, + "end": 41879, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41714, - "end": 41718, + "start": 41868, + "end": 41872, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 34 } } }, "property": { "type": "Identifier", - "start": 41719, - "end": 41725, + "start": 41873, + "end": 41879, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 35 }, "end": { - "line": 1123, + "line": 1128, "column": 41 }, "identifierName": "player" @@ -73648,15 +74013,15 @@ }, "property": { "type": "Identifier", - "start": 41726, - "end": 41738, + "start": 41880, + "end": 41892, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 42 }, "end": { - "line": 1123, + "line": 1128, "column": 54 }, "identifierName": "recordedData" @@ -73672,15 +74037,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -73698,15 +74063,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40486, - "end": 40545, + "start": 40640, + "end": 40699, "loc": { "start": { - "line": 1095, + "line": 1100, "column": 16 }, "end": { - "line": 1095, + "line": 1100, "column": 75 } } @@ -73714,15 +74079,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40562, - "end": 40617, + "start": 40716, + "end": 40771, "loc": { "start": { - "line": 1096, + "line": 1101, "column": 16 }, "end": { - "line": 1096, + "line": 1101, "column": 71 } } @@ -73730,15 +74095,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40634, - "end": 40654, + "start": 40788, + "end": 40808, "loc": { "start": { - "line": 1097, + "line": 1102, "column": 16 }, "end": { - "line": 1097, + "line": 1102, "column": 36 } } @@ -73748,15 +74113,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -73765,71 +74130,71 @@ }, { "type": "ExpressionStatement", - "start": 41837, - "end": 41857, + "start": 41991, + "end": 42011, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41837, - "end": 41856, + "start": 41991, + "end": 42010, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41837, - "end": 41854, + "start": 41991, + "end": 42008, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41837, - "end": 41848, + "start": 41991, + "end": 42002, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41837, - "end": 41841, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 20 } }, @@ -73837,15 +74202,15 @@ }, "property": { "type": "Identifier", - "start": 41842, - "end": 41848, + "start": 41996, + "end": 42002, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 21 }, "end": { - "line": 1127, + "line": 1132, "column": 27 }, "identifierName": "player" @@ -73857,15 +74222,15 @@ }, "property": { "type": "Identifier", - "start": 41849, - "end": 41854, + "start": 42003, + "end": 42008, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 28 }, "end": { - "line": 1127, + "line": 1132, "column": 33 }, "identifierName": "pause" @@ -73882,15 +74247,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -73899,15 +74264,15 @@ }, { "type": "BreakStatement", - "start": 41874, - "end": 41880, + "start": 42028, + "end": 42034, "loc": { "start": { - "line": 1128, + "line": 1133, "column": 16 }, "end": { - "line": 1128, + "line": 1133, "column": 22 } }, @@ -73916,15 +74281,15 @@ ], "test": { "type": "Identifier", - "start": 40457, - "end": 40468, + "start": 40611, + "end": 40622, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 17 }, "end": { - "line": 1094, + "line": 1099, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -73934,73 +74299,73 @@ }, { "type": "SwitchCase", - "start": 41894, - "end": 42717, + "start": 42048, + "end": 42871, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 12 }, "end": { - "line": 1154, + "line": 1159, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 41969, - "end": 41994, + "start": 42123, + "end": 42148, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 41969, - "end": 41993, + "start": 42123, + "end": 42147, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41969, - "end": 41985, + "start": 42123, + "end": 42139, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 41969, - "end": 41973, + "start": 42123, + "end": 42127, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 20 } }, @@ -74008,15 +74373,15 @@ }, "property": { "type": "Identifier", - "start": 41974, - "end": 41985, + "start": 42128, + "end": 42139, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 21 }, "end": { - "line": 1132, + "line": 1137, "column": 32 }, "identifierName": "_processing" @@ -74028,15 +74393,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41988, - "end": 41993, + "start": 42142, + "end": 42147, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 35 }, "end": { - "line": 1132, + "line": 1137, "column": 40 } }, @@ -74048,15 +74413,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 41926, - "end": 41952, + "start": 42080, + "end": 42106, "loc": { "start": { - "line": 1131, + "line": 1136, "column": 16 }, "end": { - "line": 1131, + "line": 1136, "column": 42 } } @@ -74066,15 +74431,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -74083,85 +74448,85 @@ }, { "type": "ExpressionStatement", - "start": 42043, - "end": 42077, + "start": 42197, + "end": 42231, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42043, - "end": 42076, + "start": 42197, + "end": 42230, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42043, - "end": 42074, + "start": 42197, + "end": 42228, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42043, - "end": 42069, + "start": 42197, + "end": 42223, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 42043, - "end": 42054, + "start": 42197, + "end": 42208, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42043, - "end": 42047, + "start": 42197, + "end": 42201, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 20 } }, @@ -74169,15 +74534,15 @@ }, "property": { "type": "Identifier", - "start": 42048, - "end": 42054, + "start": 42202, + "end": 42208, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 21 }, "end": { - "line": 1135, + "line": 1140, "column": 27 }, "identifierName": "player" @@ -74189,15 +74554,15 @@ }, "property": { "type": "Identifier", - "start": 42055, - "end": 42069, + "start": 42209, + "end": 42223, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 28 }, "end": { - "line": 1135, + "line": 1140, "column": 42 }, "identifierName": "loadingSpinner" @@ -74209,15 +74574,15 @@ }, "property": { "type": "Identifier", - "start": 42070, - "end": 42074, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 43 }, "end": { - "line": 1135, + "line": 1140, "column": 47 }, "identifierName": "hide" @@ -74234,15 +74599,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -74252,15 +74617,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -74269,57 +74634,57 @@ }, { "type": "ExpressionStatement", - "start": 42144, - "end": 42182, + "start": 42298, + "end": 42336, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 42144, - "end": 42181, + "start": 42298, + "end": 42335, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 42144, - "end": 42160, + "start": 42298, + "end": 42314, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42144, - "end": 42148, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 20 } }, @@ -74327,15 +74692,15 @@ }, "property": { "type": "Identifier", - "start": 42149, - "end": 42160, + "start": 42303, + "end": 42314, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 21 }, "end": { - "line": 1138, + "line": 1143, "column": 32 }, "identifierName": "setDuration" @@ -74348,44 +74713,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42161, - "end": 42180, + "start": 42315, + "end": 42334, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 33 }, "end": { - "line": 1138, + "line": 1143, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 42161, - "end": 42165, + "start": 42315, + "end": 42319, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 33 }, "end": { - "line": 1138, + "line": 1143, "column": 37 } } }, "property": { "type": "Identifier", - "start": 42166, - "end": 42180, + "start": 42320, + "end": 42334, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 38 }, "end": { - "line": 1138, + "line": 1143, "column": 52 }, "identifierName": "streamDuration" @@ -74401,15 +74766,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -74419,15 +74784,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -74436,86 +74801,86 @@ }, { "type": "ExpressionStatement", - "start": 42238, - "end": 42279, + "start": 42392, + "end": 42433, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 42238, - "end": 42278, + "start": 42392, + "end": 42432, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42238, - "end": 42269, + "start": 42392, + "end": 42423, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42238, - "end": 42261, + "start": 42392, + "end": 42415, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 42238, - "end": 42255, + "start": 42392, + "end": 42409, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 42238, - "end": 42242, + "start": 42392, + "end": 42396, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 20 } }, @@ -74523,15 +74888,15 @@ }, "property": { "type": "Identifier", - "start": 42243, - "end": 42255, + "start": 42397, + "end": 42409, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 21 }, "end": { - "line": 1141, + "line": 1146, "column": 33 }, "identifierName": "mediaElement" @@ -74543,15 +74908,15 @@ }, "property": { "type": "Identifier", - "start": 42256, - "end": 42261, + "start": 42410, + "end": 42415, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 34 }, "end": { - "line": 1141, + "line": 1146, "column": 39 }, "identifierName": "style" @@ -74563,15 +74928,15 @@ }, "property": { "type": "Identifier", - "start": 42262, - "end": 42269, + "start": 42416, + "end": 42423, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 40 }, "end": { - "line": 1141, + "line": 1146, "column": 47 }, "identifierName": "display" @@ -74583,15 +74948,15 @@ }, "right": { "type": "StringLiteral", - "start": 42272, - "end": 42278, + "start": 42426, + "end": 42432, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 50 }, "end": { - "line": 1141, + "line": 1146, "column": 56 } }, @@ -74607,15 +74972,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -74625,15 +74990,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -74642,85 +75007,85 @@ }, { "type": "ExpressionStatement", - "start": 42337, - "end": 42369, + "start": 42491, + "end": 42523, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 42337, - "end": 42368, + "start": 42491, + "end": 42522, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 42337, - "end": 42366, + "start": 42491, + "end": 42520, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 42337, - "end": 42361, + "start": 42491, + "end": 42515, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 42337, - "end": 42348, + "start": 42491, + "end": 42502, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42337, - "end": 42341, + "start": 42491, + "end": 42495, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 20 } }, @@ -74728,15 +75093,15 @@ }, "property": { "type": "Identifier", - "start": 42342, - "end": 42348, + "start": 42496, + "end": 42502, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 21 }, "end": { - "line": 1144, + "line": 1149, "column": 27 }, "identifierName": "player" @@ -74748,15 +75113,15 @@ }, "property": { "type": "Identifier", - "start": 42349, - "end": 42361, + "start": 42503, + "end": 42515, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 28 }, "end": { - "line": 1144, + "line": 1149, "column": 40 }, "identifierName": "recordCanvas" @@ -74768,15 +75133,15 @@ }, "property": { "type": "Identifier", - "start": 42362, - "end": 42366, + "start": 42516, + "end": 42520, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 41 }, "end": { - "line": 1144, + "line": 1149, "column": 45 }, "identifierName": "show" @@ -74793,15 +75158,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -74811,15 +75176,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -74828,71 +75193,71 @@ }, { "type": "ExpressionStatement", - "start": 42446, - "end": 42466, + "start": 42600, + "end": 42620, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42446, - "end": 42465, + "start": 42600, + "end": 42619, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 42446, - "end": 42463, + "start": 42600, + "end": 42617, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 42446, - "end": 42457, + "start": 42600, + "end": 42611, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42446, - "end": 42450, + "start": 42600, + "end": 42604, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 20 } }, @@ -74900,15 +75265,15 @@ }, "property": { "type": "Identifier", - "start": 42451, - "end": 42457, + "start": 42605, + "end": 42611, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 21 }, "end": { - "line": 1147, + "line": 1152, "column": 27 }, "identifierName": "player" @@ -74920,15 +75285,15 @@ }, "property": { "type": "Identifier", - "start": 42458, - "end": 42463, + "start": 42612, + "end": 42617, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 28 }, "end": { - "line": 1147, + "line": 1152, "column": 33 }, "identifierName": "pause" @@ -74945,15 +75310,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -74963,15 +75328,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -74980,57 +75345,57 @@ }, { "type": "ExpressionStatement", - "start": 42526, - "end": 42579, + "start": 42680, + "end": 42733, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42526, - "end": 42578, + "start": 42680, + "end": 42732, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 42526, - "end": 42533, + "start": 42680, + "end": 42687, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42526, - "end": 42530, + "start": 42680, + "end": 42684, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 20 } }, @@ -75038,15 +75403,15 @@ }, "property": { "type": "Identifier", - "start": 42531, - "end": 42533, + "start": 42685, + "end": 42687, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 21 }, "end": { - "line": 1150, + "line": 1155, "column": 23 }, "identifierName": "on" @@ -75059,44 +75424,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42534, - "end": 42545, + "start": 42688, + "end": 42699, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 24 }, "end": { - "line": 1150, + "line": 1155, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42534, - "end": 42538, + "start": 42688, + "end": 42692, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 24 }, "end": { - "line": 1150, + "line": 1155, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42539, - "end": 42545, + "start": 42693, + "end": 42699, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 29 }, "end": { - "line": 1150, + "line": 1155, "column": 35 }, "identifierName": "player" @@ -75107,29 +75472,29 @@ }, { "type": "MemberExpression", - "start": 42547, - "end": 42557, + "start": 42701, + "end": 42711, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 37 }, "end": { - "line": 1150, + "line": 1155, "column": 47 } }, "object": { "type": "Identifier", - "start": 42547, - "end": 42552, + "start": 42701, + "end": 42706, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 37 }, "end": { - "line": 1150, + "line": 1155, "column": 42 }, "identifierName": "Event" @@ -75138,15 +75503,15 @@ }, "property": { "type": "Identifier", - "start": 42553, - "end": 42557, + "start": 42707, + "end": 42711, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 43 }, "end": { - "line": 1150, + "line": 1155, "column": 47 }, "identifierName": "PLAY" @@ -75157,44 +75522,44 @@ }, { "type": "MemberExpression", - "start": 42559, - "end": 42577, + "start": 42713, + "end": 42731, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 49 }, "end": { - "line": 1150, + "line": 1155, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 42559, - "end": 42563, + "start": 42713, + "end": 42717, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 49 }, "end": { - "line": 1150, + "line": 1155, "column": 53 } } }, "property": { "type": "Identifier", - "start": 42564, - "end": 42577, + "start": 42718, + "end": 42731, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 54 }, "end": { - "line": 1150, + "line": 1155, "column": 67 }, "identifierName": "showAnimation" @@ -75210,15 +75575,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -75228,15 +75593,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -75245,57 +75610,57 @@ }, { "type": "ExpressionStatement", - "start": 42640, - "end": 42694, + "start": 42794, + "end": 42848, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 42640, - "end": 42693, + "start": 42794, + "end": 42847, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 42640, - "end": 42647, + "start": 42794, + "end": 42801, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42640, - "end": 42644, + "start": 42794, + "end": 42798, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 20 } }, @@ -75303,15 +75668,15 @@ }, "property": { "type": "Identifier", - "start": 42645, - "end": 42647, + "start": 42799, + "end": 42801, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 21 }, "end": { - "line": 1153, + "line": 1158, "column": 23 }, "identifierName": "on" @@ -75324,44 +75689,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42648, - "end": 42659, + "start": 42802, + "end": 42813, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 24 }, "end": { - "line": 1153, + "line": 1158, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42648, - "end": 42652, + "start": 42802, + "end": 42806, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 24 }, "end": { - "line": 1153, + "line": 1158, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42653, - "end": 42659, + "start": 42807, + "end": 42813, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 29 }, "end": { - "line": 1153, + "line": 1158, "column": 35 }, "identifierName": "player" @@ -75372,29 +75737,29 @@ }, { "type": "MemberExpression", - "start": 42661, - "end": 42672, + "start": 42815, + "end": 42826, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 37 }, "end": { - "line": 1153, + "line": 1158, "column": 48 } }, "object": { "type": "Identifier", - "start": 42661, - "end": 42666, + "start": 42815, + "end": 42820, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 37 }, "end": { - "line": 1153, + "line": 1158, "column": 42 }, "identifierName": "Event" @@ -75403,15 +75768,15 @@ }, "property": { "type": "Identifier", - "start": 42667, - "end": 42672, + "start": 42821, + "end": 42826, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 43 }, "end": { - "line": 1153, + "line": 1158, "column": 48 }, "identifierName": "PAUSE" @@ -75422,44 +75787,44 @@ }, { "type": "MemberExpression", - "start": 42674, - "end": 42692, + "start": 42828, + "end": 42846, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 50 }, "end": { - "line": 1153, + "line": 1158, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 42674, - "end": 42678, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 50 }, "end": { - "line": 1153, + "line": 1158, "column": 54 } } }, "property": { "type": "Identifier", - "start": 42679, - "end": 42692, + "start": 42833, + "end": 42846, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 55 }, "end": { - "line": 1153, + "line": 1158, "column": 68 }, "identifierName": "hideAnimation" @@ -75475,15 +75840,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -75492,15 +75857,15 @@ }, { "type": "BreakStatement", - "start": 42711, - "end": 42717, + "start": 42865, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1159, "column": 16 }, "end": { - "line": 1154, + "line": 1159, "column": 22 } }, @@ -75509,15 +75874,15 @@ ], "test": { "type": "Identifier", - "start": 41899, - "end": 41908, + "start": 42053, + "end": 42062, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 17 }, "end": { - "line": 1130, + "line": 1135, "column": 26 }, "identifierName": "ANIMATION" @@ -75530,15 +75895,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -75553,15 +75918,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -75571,15 +75936,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -75588,15 +75953,15 @@ }, { "type": "ClassMethod", - "start": 42836, - "end": 43590, + "start": 42990, + "end": 43744, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 4 }, "end": { - "line": 1188, + "line": 1193, "column": 5 } }, @@ -75604,15 +75969,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42836, - "end": 42847, + "start": 42990, + "end": 43001, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 4 }, "end": { - "line": 1162, + "line": 1167, "column": 15 }, "identifierName": "onCountDown" @@ -75628,44 +75993,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 42850, - "end": 43590, + "start": 43004, + "end": 43744, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 18 }, "end": { - "line": 1188, + "line": 1193, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 42860, - "end": 43584, + "start": 43014, + "end": 43738, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 8 }, "end": { - "line": 1187, + "line": 1192, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 42864, - "end": 42876, + "start": 43018, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 12 }, "end": { - "line": 1163, + "line": 1168, "column": 24 } }, @@ -75673,44 +76038,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 42865, - "end": 42876, + "start": 43019, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 13 }, "end": { - "line": 1163, + "line": 1168, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 42865, - "end": 42869, + "start": 43019, + "end": 43023, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 13 }, "end": { - "line": 1163, + "line": 1168, "column": 17 } } }, "property": { "type": "Identifier", - "start": 42870, - "end": 42876, + "start": 43024, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 18 }, "end": { - "line": 1163, + "line": 1168, "column": 24 }, "identifierName": "paused" @@ -75725,59 +76090,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42878, - "end": 43584, + "start": 43032, + "end": 43738, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 26 }, "end": { - "line": 1187, + "line": 1192, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 42892, - "end": 42920, + "start": 43046, + "end": 43074, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 12 }, "end": { - "line": 1164, + "line": 1169, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42896, - "end": 42919, + "start": 43050, + "end": 43073, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 16 }, "end": { - "line": 1164, + "line": 1169, "column": 39 } }, "id": { "type": "Identifier", - "start": 42896, - "end": 42899, + "start": 43050, + "end": 43053, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 16 }, "end": { - "line": 1164, + "line": 1169, "column": 19 }, "identifierName": "now" @@ -75786,43 +76151,43 @@ }, "init": { "type": "CallExpression", - "start": 42902, - "end": 42919, + "start": 43056, + "end": 43073, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 42902, - "end": 42917, + "start": 43056, + "end": 43071, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 37 } }, "object": { "type": "Identifier", - "start": 42902, - "end": 42913, + "start": 43056, + "end": 43067, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 33 }, "identifierName": "performance" @@ -75831,15 +76196,15 @@ }, "property": { "type": "Identifier", - "start": 42914, - "end": 42917, + "start": 43068, + "end": 43071, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 34 }, "end": { - "line": 1164, + "line": 1169, "column": 37 }, "identifierName": "now" @@ -75856,44 +76221,44 @@ }, { "type": "VariableDeclaration", - "start": 42933, - "end": 42963, + "start": 43087, + "end": 43117, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 12 }, "end": { - "line": 1165, + "line": 1170, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42937, - "end": 42962, + "start": 43091, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 16 }, "end": { - "line": 1165, + "line": 1170, "column": 41 } }, "id": { "type": "Identifier", - "start": 42937, - "end": 42945, + "start": 43091, + "end": 43099, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 16 }, "end": { - "line": 1165, + "line": 1170, "column": 24 }, "identifierName": "duration" @@ -75902,44 +76267,44 @@ }, "init": { "type": "MemberExpression", - "start": 42948, - "end": 42962, + "start": 43102, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 27 }, "end": { - "line": 1165, + "line": 1170, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 42948, - "end": 42952, + "start": 43102, + "end": 43106, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 27 }, "end": { - "line": 1165, + "line": 1170, "column": 31 } } }, "property": { "type": "Identifier", - "start": 42953, - "end": 42962, + "start": 43107, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 32 }, "end": { - "line": 1165, + "line": 1170, "column": 41 }, "identifierName": "maxLength" @@ -75954,44 +76319,44 @@ }, { "type": "VariableDeclaration", - "start": 42976, - "end": 43060, + "start": 43130, + "end": 43214, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 12 }, "end": { - "line": 1167, + "line": 1172, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42980, - "end": 43059, + "start": 43134, + "end": 43213, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, "id": { "type": "Identifier", - "start": 42980, - "end": 42991, + "start": 43134, + "end": 43145, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 16 }, "end": { - "line": 1166, + "line": 1171, "column": 27 }, "identifierName": "currentTime" @@ -76000,43 +76365,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42994, - "end": 43059, + "start": 43148, + "end": 43213, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 30 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 42995, - "end": 43051, + "start": 43149, + "end": 43205, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 31 }, "end": { - "line": 1167, + "line": 1172, "column": 32 } }, "left": { "type": "Identifier", - "start": 42995, - "end": 42998, + "start": 43149, + "end": 43152, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 31 }, "end": { - "line": 1166, + "line": 1171, "column": 34 }, "identifierName": "now" @@ -76046,58 +76411,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 43002, - "end": 43050, + "start": 43156, + "end": 43204, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1167, + "line": 1172, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 43002, - "end": 43016, + "start": 43156, + "end": 43170, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1166, + "line": 1171, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 43002, - "end": 43006, + "start": 43156, + "end": 43160, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1166, + "line": 1171, "column": 42 } } }, "property": { "type": "Identifier", - "start": 43007, - "end": 43016, + "start": 43161, + "end": 43170, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 43 }, "end": { - "line": 1166, + "line": 1171, "column": 52 }, "identifierName": "startTime" @@ -76109,44 +76474,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 43035, - "end": 43050, + "start": 43189, + "end": 43204, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43035, - "end": 43039, + "start": 43189, + "end": 43193, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43040, - "end": 43050, + "start": 43194, + "end": 43204, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 21 }, "end": { - "line": 1167, + "line": 1172, "column": 31 }, "identifierName": "pausedTime" @@ -76157,26 +76522,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 43001 + "parenStart": 43155 } }, "extra": { "parenthesized": true, - "parenStart": 42994 + "parenStart": 43148 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 43055, - "end": 43059, + "start": 43209, + "end": 43213, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 36 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, @@ -76194,15 +76559,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -76211,58 +76576,58 @@ }, { "type": "ExpressionStatement", - "start": 43095, - "end": 43129, + "start": 43249, + "end": 43283, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 43095, - "end": 43128, + "start": 43249, + "end": 43282, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43095, - "end": 43114, + "start": 43249, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43095, - "end": 43099, + "start": 43249, + "end": 43253, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 16 } }, @@ -76270,15 +76635,15 @@ }, "property": { "type": "Identifier", - "start": 43100, - "end": 43114, + "start": 43254, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 17 }, "end": { - "line": 1169, + "line": 1174, "column": 31 }, "identifierName": "streamDuration" @@ -76290,15 +76655,15 @@ }, "right": { "type": "Identifier", - "start": 43117, - "end": 43128, + "start": 43271, + "end": 43282, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 34 }, "end": { - "line": 1169, + "line": 1174, "column": 45 }, "identifierName": "currentTime" @@ -76311,15 +76676,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -76328,43 +76693,43 @@ }, { "type": "IfStatement", - "start": 43143, - "end": 43321, + "start": 43297, + "end": 43475, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 12 }, "end": { - "line": 1177, + "line": 1182, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 43147, - "end": 43170, + "start": 43301, + "end": 43324, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 16 }, "end": { - "line": 1171, + "line": 1176, "column": 39 } }, "left": { "type": "Identifier", - "start": 43147, - "end": 43158, + "start": 43301, + "end": 43312, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 16 }, "end": { - "line": 1171, + "line": 1176, "column": 27 }, "identifierName": "currentTime" @@ -76374,15 +76739,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 43162, - "end": 43170, + "start": 43316, + "end": 43324, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 31 }, "end": { - "line": 1171, + "line": 1176, "column": 39 }, "identifierName": "duration" @@ -76392,59 +76757,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43172, - "end": 43321, + "start": 43326, + "end": 43475, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 41 }, "end": { - "line": 1177, + "line": 1182, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43220, - "end": 43243, + "start": 43374, + "end": 43397, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 43220, - "end": 43242, + "start": 43374, + "end": 43396, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43220, - "end": 43231, + "start": 43374, + "end": 43385, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 27 }, "identifierName": "currentTime" @@ -76454,15 +76819,15 @@ }, "right": { "type": "Identifier", - "start": 43234, - "end": 43242, + "start": 43388, + "end": 43396, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 30 }, "end": { - "line": 1173, + "line": 1178, "column": 38 }, "identifierName": "duration" @@ -76475,15 +76840,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43190, - "end": 43203, + "start": 43344, + "end": 43357, "loc": { "start": { - "line": 1172, + "line": 1177, "column": 16 }, "end": { - "line": 1172, + "line": 1177, "column": 29 } } @@ -76493,15 +76858,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -76510,57 +76875,57 @@ }, { "type": "ExpressionStatement", - "start": 43295, - "end": 43307, + "start": 43449, + "end": 43461, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 43295, - "end": 43306, + "start": 43449, + "end": 43460, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 43295, - "end": 43304, + "start": 43449, + "end": 43458, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 43295, - "end": 43299, + "start": 43449, + "end": 43453, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 20 } }, @@ -76568,15 +76933,15 @@ }, "property": { "type": "Identifier", - "start": 43300, - "end": 43304, + "start": 43454, + "end": 43458, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 21 }, "end": { - "line": 1176, + "line": 1181, "column": 25 }, "identifierName": "stop" @@ -76593,15 +76958,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -76617,15 +76982,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -76634,57 +76999,57 @@ }, { "type": "ExpressionStatement", - "start": 43366, - "end": 43393, + "start": 43520, + "end": 43547, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 43366, - "end": 43392, + "start": 43520, + "end": 43546, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 43366, - "end": 43382, + "start": 43520, + "end": 43536, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 43366, - "end": 43370, + "start": 43520, + "end": 43524, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 16 } }, @@ -76692,15 +77057,15 @@ }, "property": { "type": "Identifier", - "start": 43371, - "end": 43382, + "start": 43525, + "end": 43536, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 17 }, "end": { - "line": 1180, + "line": 1185, "column": 28 }, "identifierName": "setDuration" @@ -76713,15 +77078,15 @@ "arguments": [ { "type": "Identifier", - "start": 43383, - "end": 43391, + "start": 43537, + "end": 43545, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 29 }, "end": { - "line": 1180, + "line": 1185, "column": 37 }, "identifierName": "duration" @@ -76735,15 +77100,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -76753,15 +77118,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -76770,57 +77135,57 @@ }, { "type": "ExpressionStatement", - "start": 43442, - "end": 43485, + "start": 43596, + "end": 43639, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43442, - "end": 43484, + "start": 43596, + "end": 43638, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43442, - "end": 43461, + "start": 43596, + "end": 43615, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43442, - "end": 43446, + "start": 43596, + "end": 43600, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 16 } }, @@ -76828,15 +77193,15 @@ }, "property": { "type": "Identifier", - "start": 43447, - "end": 43461, + "start": 43601, + "end": 43615, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 17 }, "end": { - "line": 1183, + "line": 1188, "column": 31 }, "identifierName": "setCurrentTime" @@ -76849,15 +77214,15 @@ "arguments": [ { "type": "Identifier", - "start": 43462, - "end": 43473, + "start": 43616, + "end": 43627, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 32 }, "end": { - "line": 1183, + "line": 1188, "column": 43 }, "identifierName": "currentTime" @@ -76866,15 +77231,15 @@ }, { "type": "Identifier", - "start": 43475, - "end": 43483, + "start": 43629, + "end": 43637, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 45 }, "end": { - "line": 1183, + "line": 1188, "column": 53 }, "identifierName": "duration" @@ -76888,15 +77253,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -76906,15 +77271,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -76923,71 +77288,71 @@ }, { "type": "ExpressionStatement", - "start": 43531, - "end": 43574, + "start": 43685, + "end": 43728, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43531, - "end": 43573, + "start": 43685, + "end": 43727, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43531, - "end": 43550, + "start": 43685, + "end": 43704, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 43531, - "end": 43542, + "start": 43685, + "end": 43696, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 43531, - "end": 43535, + "start": 43685, + "end": 43689, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 16 } }, @@ -76995,15 +77360,15 @@ }, "property": { "type": "Identifier", - "start": 43536, - "end": 43542, + "start": 43690, + "end": 43696, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 17 }, "end": { - "line": 1186, + "line": 1191, "column": 23 }, "identifierName": "player" @@ -77015,15 +77380,15 @@ }, "property": { "type": "Identifier", - "start": 43543, - "end": 43550, + "start": 43697, + "end": 43704, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 24 }, "end": { - "line": 1186, + "line": 1191, "column": 31 }, "identifierName": "trigger" @@ -77036,29 +77401,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43551, - "end": 43572, + "start": 43705, + "end": 43726, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 32 }, "end": { - "line": 1186, + "line": 1191, "column": 53 } }, "object": { "type": "Identifier", - "start": 43551, - "end": 43556, + "start": 43705, + "end": 43710, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 32 }, "end": { - "line": 1186, + "line": 1191, "column": 37 }, "identifierName": "Event" @@ -77067,15 +77432,15 @@ }, "property": { "type": "Identifier", - "start": 43557, - "end": 43572, + "start": 43711, + "end": 43726, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 38 }, "end": { - "line": 1186, + "line": 1191, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -77091,15 +77456,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -77119,15 +77484,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -77137,15 +77502,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -77154,15 +77519,15 @@ }, { "type": "ClassMethod", - "start": 43808, - "end": 44065, + "start": 43962, + "end": 44219, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 4 }, "end": { - "line": 1205, + "line": 1210, "column": 5 } }, @@ -77170,15 +77535,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43808, - "end": 43822, + "start": 43962, + "end": 43976, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 4 }, "end": { - "line": 1197, + "line": 1202, "column": 18 }, "identifierName": "getCurrentTime" @@ -77194,59 +77559,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43825, - "end": 44065, + "start": 43979, + "end": 44219, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 21 }, "end": { - "line": 1205, + "line": 1210, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43835, - "end": 43912, + "start": 43989, + "end": 44066, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 8 }, "end": { - "line": 1198, + "line": 1203, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43839, - "end": 43911, + "start": 43993, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 12 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "id": { "type": "Identifier", - "start": 43839, - "end": 43850, + "start": 43993, + "end": 44004, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 12 }, "end": { - "line": 1198, + "line": 1203, "column": 23 }, "identifierName": "currentTime" @@ -77255,43 +77620,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 43853, - "end": 43911, + "start": 44007, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "test": { "type": "CallExpression", - "start": 43853, - "end": 43882, + "start": 44007, + "end": 44036, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 55 } }, "callee": { "type": "Identifier", - "start": 43853, - "end": 43858, + "start": 44007, + "end": 44012, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 31 }, "identifierName": "isNaN" @@ -77301,44 +77666,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 43859, - "end": 43881, + "start": 44013, + "end": 44035, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 32 }, "end": { - "line": 1198, + "line": 1203, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 43859, - "end": 43863, + "start": 44013, + "end": 44017, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 32 }, "end": { - "line": 1198, + "line": 1203, "column": 36 } } }, "property": { "type": "Identifier", - "start": 43864, - "end": 43881, + "start": 44018, + "end": 44035, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 37 }, "end": { - "line": 1198, + "line": 1203, "column": 54 }, "identifierName": "streamCurrentTime" @@ -77351,15 +77716,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43885, - "end": 43886, + "start": 44039, + "end": 44040, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 58 }, "end": { - "line": 1198, + "line": 1203, "column": 59 } }, @@ -77371,44 +77736,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 43889, - "end": 43911, + "start": 44043, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 62 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 43889, - "end": 43893, + "start": 44043, + "end": 44047, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 62 }, "end": { - "line": 1198, + "line": 1203, "column": 66 } } }, "property": { "type": "Identifier", - "start": 43894, - "end": 43911, + "start": 44048, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 67 }, "end": { - "line": 1198, + "line": 1203, "column": 84 }, "identifierName": "streamCurrentTime" @@ -77424,86 +77789,86 @@ }, { "type": "IfStatement", - "start": 43922, - "end": 44030, + "start": 44076, + "end": 44184, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 8 }, "end": { - "line": 1202, + "line": 1207, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 43926, - "end": 43961, + "start": 44080, + "end": 44115, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 47 } }, "left": { "type": "CallExpression", - "start": 43926, - "end": 43946, + "start": 44080, + "end": 44100, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 43926, - "end": 43944, + "start": 44080, + "end": 44098, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 43926, - "end": 43930, + "start": 44080, + "end": 44084, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 16 } } }, "property": { "type": "Identifier", - "start": 43931, - "end": 43944, + "start": 44085, + "end": 44098, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 17 }, "end": { - "line": 1200, + "line": 1205, "column": 30 }, "identifierName": "getRecordType" @@ -77517,15 +77882,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 43951, - "end": 43961, + "start": 44105, + "end": 44115, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 37 }, "end": { - "line": 1200, + "line": 1205, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -77535,59 +77900,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43963, - "end": 44030, + "start": 44117, + "end": 44184, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 49 }, "end": { - "line": 1202, + "line": 1207, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 43977, - "end": 44020, + "start": 44131, + "end": 44174, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 43977, - "end": 44019, + "start": 44131, + "end": 44173, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43977, - "end": 43988, + "start": 44131, + "end": 44142, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 23 }, "identifierName": "currentTime" @@ -77596,72 +77961,72 @@ }, "right": { "type": "CallExpression", - "start": 43991, - "end": 44019, + "start": 44145, + "end": 44173, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43991, - "end": 44017, + "start": 44145, + "end": 44171, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 43991, - "end": 44002, + "start": 44145, + "end": 44156, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 43991, - "end": 43995, + "start": 44145, + "end": 44149, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 30 } } }, "property": { "type": "Identifier", - "start": 43996, - "end": 44002, + "start": 44150, + "end": 44156, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 31 }, "end": { - "line": 1201, + "line": 1206, "column": 37 }, "identifierName": "surfer" @@ -77672,15 +78037,15 @@ }, "property": { "type": "Identifier", - "start": 44003, - "end": 44017, + "start": 44157, + "end": 44171, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 38 }, "end": { - "line": 1201, + "line": 1206, "column": 52 }, "identifierName": "getCurrentTime" @@ -77700,29 +78065,29 @@ }, { "type": "ReturnStatement", - "start": 44040, - "end": 44059, + "start": 44194, + "end": 44213, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 8 }, "end": { - "line": 1204, + "line": 1209, "column": 27 } }, "argument": { "type": "Identifier", - "start": 44047, - "end": 44058, + "start": 44201, + "end": 44212, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 15 }, "end": { - "line": 1204, + "line": 1209, "column": 26 }, "identifierName": "currentTime" @@ -77738,15 +78103,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -77756,15 +78121,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -77773,15 +78138,15 @@ }, { "type": "ClassMethod", - "start": 44332, - "end": 45504, + "start": 44486, + "end": 45658, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 4 }, "end": { - "line": 1241, + "line": 1246, "column": 5 } }, @@ -77789,15 +78154,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44332, - "end": 44346, + "start": 44486, + "end": 44500, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 4 }, "end": { - "line": 1215, + "line": 1220, "column": 18 }, "identifierName": "setCurrentTime" @@ -77813,15 +78178,15 @@ "params": [ { "type": "Identifier", - "start": 44347, - "end": 44358, + "start": 44501, + "end": 44512, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 19 }, "end": { - "line": 1215, + "line": 1220, "column": 30 }, "identifierName": "currentTime" @@ -77830,15 +78195,15 @@ }, { "type": "Identifier", - "start": 44360, - "end": 44368, + "start": 44514, + "end": 44522, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 32 }, "end": { - "line": 1215, + "line": 1220, "column": 40 }, "identifierName": "duration" @@ -77848,59 +78213,59 @@ ], "body": { "type": "BlockStatement", - "start": 44370, - "end": 45504, + "start": 44524, + "end": 45658, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 42 }, "end": { - "line": 1241, + "line": 1246, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44380, - "end": 44431, + "start": 44534, + "end": 44585, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 44380, - "end": 44430, + "start": 44534, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44380, - "end": 44391, + "start": 44534, + "end": 44545, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 19 }, "identifierName": "currentTime" @@ -77909,43 +78274,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44394, - "end": 44430, + "start": 44548, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 58 } }, "test": { "type": "CallExpression", - "start": 44394, - "end": 44412, + "start": 44548, + "end": 44566, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 40 } }, "callee": { "type": "Identifier", - "start": 44394, - "end": 44399, + "start": 44548, + "end": 44553, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 27 }, "identifierName": "isNaN" @@ -77955,15 +78320,15 @@ "arguments": [ { "type": "Identifier", - "start": 44400, - "end": 44411, + "start": 44554, + "end": 44565, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 28 }, "end": { - "line": 1216, + "line": 1221, "column": 39 }, "identifierName": "currentTime" @@ -77974,15 +78339,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44415, - "end": 44416, + "start": 44569, + "end": 44570, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 43 }, "end": { - "line": 1216, + "line": 1221, "column": 44 } }, @@ -77994,15 +78359,15 @@ }, "alternate": { "type": "Identifier", - "start": 44419, - "end": 44430, + "start": 44573, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 47 }, "end": { - "line": 1216, + "line": 1221, "column": 58 }, "identifierName": "currentTime" @@ -78014,44 +78379,44 @@ }, { "type": "ExpressionStatement", - "start": 44440, - "end": 44482, + "start": 44594, + "end": 44636, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44440, - "end": 44481, + "start": 44594, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44440, - "end": 44448, + "start": 44594, + "end": 44602, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 16 }, "identifierName": "duration" @@ -78060,43 +78425,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44451, - "end": 44481, + "start": 44605, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44451, - "end": 44466, + "start": 44605, + "end": 44620, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44451, - "end": 44456, + "start": 44605, + "end": 44610, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 24 }, "identifierName": "isNaN" @@ -78106,15 +78471,15 @@ "arguments": [ { "type": "Identifier", - "start": 44457, - "end": 44465, + "start": 44611, + "end": 44619, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 25 }, "end": { - "line": 1217, + "line": 1222, "column": 33 }, "identifierName": "duration" @@ -78125,15 +78490,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44469, - "end": 44470, + "start": 44623, + "end": 44624, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 37 }, "end": { - "line": 1217, + "line": 1222, "column": 38 } }, @@ -78145,15 +78510,15 @@ }, "alternate": { "type": "Identifier", - "start": 44473, - "end": 44481, + "start": 44627, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 41 }, "end": { - "line": 1217, + "line": 1222, "column": 49 }, "identifierName": "duration" @@ -78165,72 +78530,72 @@ }, { "type": "SwitchStatement", - "start": 44492, - "end": 45498, + "start": 44646, + "end": 45652, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 8 }, "end": { - "line": 1240, + "line": 1245, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44500, - "end": 44520, + "start": 44654, + "end": 44674, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44500, - "end": 44518, + "start": 44654, + "end": 44672, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44500, - "end": 44504, + "start": 44654, + "end": 44658, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44505, - "end": 44518, + "start": 44659, + "end": 44672, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 21 }, "end": { - "line": 1219, + "line": 1224, "column": 34 }, "identifierName": "getRecordType" @@ -78244,101 +78609,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44536, - "end": 44642, + "start": 44690, + "end": 44796, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 12 }, "end": { - "line": 1222, + "line": 1227, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44569, - "end": 44619, + "start": 44723, + "end": 44773, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 44569, - "end": 44618, + "start": 44723, + "end": 44772, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 44569, - "end": 44595, + "start": 44723, + "end": 44749, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44569, - "end": 44580, + "start": 44723, + "end": 44734, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44569, - "end": 44573, + "start": 44723, + "end": 44727, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44574, - "end": 44580, + "start": 44728, + "end": 44734, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 21 }, "end": { - "line": 1221, + "line": 1226, "column": 27 }, "identifierName": "surfer" @@ -78349,15 +78714,15 @@ }, "property": { "type": "Identifier", - "start": 44581, - "end": 44595, + "start": 44735, + "end": 44749, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 28 }, "end": { - "line": 1221, + "line": 1226, "column": 42 }, "identifierName": "setCurrentTime" @@ -78369,15 +78734,15 @@ "arguments": [ { "type": "Identifier", - "start": 44596, - "end": 44607, + "start": 44750, + "end": 44761, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 43 }, "end": { - "line": 1221, + "line": 1226, "column": 54 }, "identifierName": "currentTime" @@ -78386,15 +78751,15 @@ }, { "type": "Identifier", - "start": 44609, - "end": 44617, + "start": 44763, + "end": 44771, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 56 }, "end": { - "line": 1221, + "line": 1226, "column": 64 }, "identifierName": "duration" @@ -78406,15 +78771,15 @@ }, { "type": "BreakStatement", - "start": 44636, - "end": 44642, + "start": 44790, + "end": 44796, "loc": { "start": { - "line": 1222, + "line": 1227, "column": 16 }, "end": { - "line": 1222, + "line": 1227, "column": 22 } }, @@ -78423,15 +78788,15 @@ ], "test": { "type": "Identifier", - "start": 44541, - "end": 44551, + "start": 44695, + "end": 44705, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 17 }, "end": { - "line": 1220, + "line": 1225, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -78441,30 +78806,30 @@ }, { "type": "SwitchCase", - "start": 44656, - "end": 44672, + "start": 44810, + "end": 44826, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 12 }, "end": { - "line": 1224, + "line": 1229, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44661, - "end": 44671, + "start": 44815, + "end": 44825, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 17 }, "end": { - "line": 1224, + "line": 1229, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -78474,30 +78839,30 @@ }, { "type": "SwitchCase", - "start": 44685, - "end": 44702, + "start": 44839, + "end": 44856, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 12 }, "end": { - "line": 1225, + "line": 1230, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44690, - "end": 44701, + "start": 44844, + "end": 44855, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 17 }, "end": { - "line": 1225, + "line": 1230, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -78507,30 +78872,30 @@ }, { "type": "SwitchCase", - "start": 44715, - "end": 44733, + "start": 44869, + "end": 44887, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 12 }, "end": { - "line": 1226, + "line": 1231, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44720, - "end": 44732, + "start": 44874, + "end": 44886, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 17 }, "end": { - "line": 1226, + "line": 1231, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -78540,30 +78905,30 @@ }, { "type": "SwitchCase", - "start": 44746, - "end": 44761, + "start": 44900, + "end": 44915, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 12 }, "end": { - "line": 1227, + "line": 1232, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44751, - "end": 44760, + "start": 44905, + "end": 44914, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 17 }, "end": { - "line": 1227, + "line": 1232, "column": 26 }, "identifierName": "ANIMATION" @@ -78573,129 +78938,129 @@ }, { "type": "SwitchCase", - "start": 44774, - "end": 45488, + "start": 44928, + "end": 45642, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 12 }, "end": { - "line": 1239, + "line": 1244, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 44808, - "end": 45465, + "start": 44962, + "end": 45619, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 16 }, "end": { - "line": 1238, + "line": 1243, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 44812, - "end": 45017, + "start": 44966, + "end": 45171, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 83 } }, "left": { "type": "LogicalExpression", - "start": 44812, - "end": 44930, + "start": 44966, + "end": 45084, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 44812, - "end": 44853, + "start": 44966, + "end": 45007, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44812, - "end": 44834, + "start": 44966, + "end": 44988, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44812, - "end": 44823, + "start": 44966, + "end": 44977, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44812, - "end": 44816, + "start": 44966, + "end": 44970, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44817, - "end": 44823, + "start": 44971, + "end": 44977, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 25 }, "end": { - "line": 1229, + "line": 1234, "column": 31 }, "identifierName": "player" @@ -78706,15 +79071,15 @@ }, "property": { "type": "Identifier", - "start": 44824, - "end": 44834, + "start": 44978, + "end": 44988, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 32 }, "end": { - "line": 1229, + "line": 1234, "column": 42 }, "identifierName": "controlBar" @@ -78725,15 +79090,15 @@ }, "property": { "type": "Identifier", - "start": 44835, - "end": 44853, + "start": 44989, + "end": 45007, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 43 }, "end": { - "line": 1229, + "line": 1234, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -78745,100 +79110,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 44877, - "end": 44930, + "start": 45031, + "end": 45084, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 44877, - "end": 44928, + "start": 45031, + "end": 45082, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44918, + "start": 45031, + "end": 45072, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44899, + "start": 45031, + "end": 45053, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44888, + "start": 45031, + "end": 45042, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44877, - "end": 44881, + "start": 45031, + "end": 45035, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44882, - "end": 44888, + "start": 45036, + "end": 45042, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 25 }, "end": { - "line": 1230, + "line": 1235, "column": 31 }, "identifierName": "player" @@ -78849,15 +79214,15 @@ }, "property": { "type": "Identifier", - "start": 44889, - "end": 44899, + "start": 45043, + "end": 45053, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 32 }, "end": { - "line": 1230, + "line": 1235, "column": 42 }, "identifierName": "controlBar" @@ -78868,15 +79233,15 @@ }, "property": { "type": "Identifier", - "start": 44900, - "end": 44918, + "start": 45054, + "end": 45072, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 43 }, "end": { - "line": 1230, + "line": 1235, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -78887,15 +79252,15 @@ }, "property": { "type": "Identifier", - "start": 44919, - "end": 44928, + "start": 45073, + "end": 45082, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 62 }, "end": { - "line": 1230, + "line": 1235, "column": 71 }, "identifierName": "contentEl" @@ -78910,114 +79275,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 44954, - "end": 45017, + "start": 45108, + "end": 45171, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 83 } }, "object": { "type": "CallExpression", - "start": 44954, - "end": 45007, + "start": 45108, + "end": 45161, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 44954, - "end": 45005, + "start": 45108, + "end": 45159, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44995, + "start": 45108, + "end": 45149, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44976, + "start": 45108, + "end": 45130, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44965, + "start": 45108, + "end": 45119, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44954, - "end": 44958, + "start": 45108, + "end": 45112, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44959, - "end": 44965, + "start": 45113, + "end": 45119, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 25 }, "end": { - "line": 1231, + "line": 1236, "column": 31 }, "identifierName": "player" @@ -79028,15 +79393,15 @@ }, "property": { "type": "Identifier", - "start": 44966, - "end": 44976, + "start": 45120, + "end": 45130, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 32 }, "end": { - "line": 1231, + "line": 1236, "column": 42 }, "identifierName": "controlBar" @@ -79047,15 +79412,15 @@ }, "property": { "type": "Identifier", - "start": 44977, - "end": 44995, + "start": 45131, + "end": 45149, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 43 }, "end": { - "line": 1231, + "line": 1236, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79066,15 +79431,15 @@ }, "property": { "type": "Identifier", - "start": 44996, - "end": 45005, + "start": 45150, + "end": 45159, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 62 }, "end": { - "line": 1231, + "line": 1236, "column": 71 }, "identifierName": "contentEl" @@ -79087,15 +79452,15 @@ }, "property": { "type": "Identifier", - "start": 45008, - "end": 45017, + "start": 45162, + "end": 45171, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 74 }, "end": { - "line": 1231, + "line": 1236, "column": 83 }, "identifierName": "lastChild" @@ -79107,88 +79472,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 45019, - "end": 45465, + "start": 45173, + "end": 45619, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 85 }, "end": { - "line": 1238, + "line": 1243, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45041, - "end": 45098, + "start": 45195, + "end": 45252, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 45041, - "end": 45097, + "start": 45195, + "end": 45251, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45041, - "end": 45063, + "start": 45195, + "end": 45217, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 45041, - "end": 45045, + "start": 45195, + "end": 45199, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45046, - "end": 45063, + "start": 45200, + "end": 45217, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 25 }, "end": { - "line": 1232, + "line": 1237, "column": 42 }, "identifierName": "streamCurrentTime" @@ -79199,43 +79564,43 @@ }, "right": { "type": "CallExpression", - "start": 45066, - "end": 45097, + "start": 45220, + "end": 45251, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 45066, - "end": 45074, + "start": 45220, + "end": 45228, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 53 } }, "object": { "type": "Identifier", - "start": 45066, - "end": 45070, + "start": 45220, + "end": 45224, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 49 }, "identifierName": "Math" @@ -79244,15 +79609,15 @@ }, "property": { "type": "Identifier", - "start": 45071, - "end": 45074, + "start": 45225, + "end": 45228, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 50 }, "end": { - "line": 1232, + "line": 1237, "column": 53 }, "identifierName": "min" @@ -79264,15 +79629,15 @@ "arguments": [ { "type": "Identifier", - "start": 45075, - "end": 45086, + "start": 45229, + "end": 45240, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 54 }, "end": { - "line": 1232, + "line": 1237, "column": 65 }, "identifierName": "currentTime" @@ -79281,15 +79646,15 @@ }, { "type": "Identifier", - "start": 45088, - "end": 45096, + "start": 45242, + "end": 45250, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 67 }, "end": { - "line": 1232, + "line": 1237, "column": 75 }, "identifierName": "duration" @@ -79303,15 +79668,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -79320,100 +79685,100 @@ }, { "type": "ExpressionStatement", - "start": 45181, - "end": 45447, + "start": 45335, + "end": 45601, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1237, + "line": 1242, "column": 105 } }, "expression": { "type": "AssignmentExpression", - "start": 45181, - "end": 45446, + "start": 45335, + "end": 45600, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45181, - "end": 45237, + "start": 45335, + "end": 45391, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45222, + "start": 45335, + "end": 45376, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45203, + "start": 45335, + "end": 45357, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45192, + "start": 45335, + "end": 45346, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45181, - "end": 45185, + "start": 45335, + "end": 45339, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 24 } }, @@ -79421,15 +79786,15 @@ }, "property": { "type": "Identifier", - "start": 45186, - "end": 45192, + "start": 45340, + "end": 45346, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 25 }, "end": { - "line": 1235, + "line": 1240, "column": 31 }, "identifierName": "player" @@ -79441,15 +79806,15 @@ }, "property": { "type": "Identifier", - "start": 45193, - "end": 45203, + "start": 45347, + "end": 45357, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 32 }, "end": { - "line": 1235, + "line": 1240, "column": 42 }, "identifierName": "controlBar" @@ -79461,15 +79826,15 @@ }, "property": { "type": "Identifier", - "start": 45204, - "end": 45222, + "start": 45358, + "end": 45376, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 43 }, "end": { - "line": 1235, + "line": 1240, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79481,15 +79846,15 @@ }, "property": { "type": "Identifier", - "start": 45223, - "end": 45237, + "start": 45377, + "end": 45391, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 62 }, "end": { - "line": 1235, + "line": 1240, "column": 76 }, "identifierName": "formattedTime_" @@ -79501,143 +79866,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45264, - "end": 45446, + "start": 45418, + "end": 45600, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45264, - "end": 45339, + "start": 45418, + "end": 45493, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45327, + "start": 45418, + "end": 45481, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 87 } }, "object": { "type": "CallExpression", - "start": 45264, - "end": 45317, + "start": 45418, + "end": 45471, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 45264, - "end": 45315, + "start": 45418, + "end": 45469, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45305, + "start": 45418, + "end": 45459, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45286, + "start": 45418, + "end": 45440, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45275, + "start": 45418, + "end": 45429, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 45264, - "end": 45268, + "start": 45418, + "end": 45422, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 28 } } }, "property": { "type": "Identifier", - "start": 45269, - "end": 45275, + "start": 45423, + "end": 45429, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 29 }, "end": { - "line": 1236, + "line": 1241, "column": 35 }, "identifierName": "player" @@ -79648,15 +80013,15 @@ }, "property": { "type": "Identifier", - "start": 45276, - "end": 45286, + "start": 45430, + "end": 45440, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 36 }, "end": { - "line": 1236, + "line": 1241, "column": 46 }, "identifierName": "controlBar" @@ -79667,15 +80032,15 @@ }, "property": { "type": "Identifier", - "start": 45287, - "end": 45305, + "start": 45441, + "end": 45459, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 47 }, "end": { - "line": 1236, + "line": 1241, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -79686,15 +80051,15 @@ }, "property": { "type": "Identifier", - "start": 45306, - "end": 45315, + "start": 45460, + "end": 45469, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 66 }, "end": { - "line": 1236, + "line": 1241, "column": 75 }, "identifierName": "contentEl" @@ -79707,15 +80072,15 @@ }, "property": { "type": "Identifier", - "start": 45318, - "end": 45327, + "start": 45472, + "end": 45481, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 78 }, "end": { - "line": 1236, + "line": 1241, "column": 87 }, "identifierName": "lastChild" @@ -79726,15 +80091,15 @@ }, "property": { "type": "Identifier", - "start": 45328, - "end": 45339, + "start": 45482, + "end": 45493, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 88 }, "end": { - "line": 1236, + "line": 1241, "column": 99 }, "identifierName": "textContent" @@ -79745,58 +80110,58 @@ }, "right": { "type": "CallExpression", - "start": 45370, - "end": 45446, + "start": 45524, + "end": 45600, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 45370, - "end": 45386, + "start": 45524, + "end": 45540, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 45370, - "end": 45374, + "start": 45524, + "end": 45528, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 32 } } }, "property": { "type": "Identifier", - "start": 45375, - "end": 45386, + "start": 45529, + "end": 45540, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 33 }, "end": { - "line": 1237, + "line": 1242, "column": 44 }, "identifierName": "_formatTime" @@ -79808,44 +80173,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45387, - "end": 45409, + "start": 45541, + "end": 45563, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 45 }, "end": { - "line": 1237, + "line": 1242, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 45387, - "end": 45391, + "start": 45541, + "end": 45545, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 45 }, "end": { - "line": 1237, + "line": 1242, "column": 49 } } }, "property": { "type": "Identifier", - "start": 45392, - "end": 45409, + "start": 45546, + "end": 45563, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 50 }, "end": { - "line": 1237, + "line": 1242, "column": 67 }, "identifierName": "streamCurrentTime" @@ -79856,15 +80221,15 @@ }, { "type": "Identifier", - "start": 45411, - "end": 45419, + "start": 45565, + "end": 45573, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 69 }, "end": { - "line": 1237, + "line": 1242, "column": 77 }, "identifierName": "duration" @@ -79873,44 +80238,44 @@ }, { "type": "MemberExpression", - "start": 45421, - "end": 45445, + "start": 45575, + "end": 45599, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 79 }, "end": { - "line": 1237, + "line": 1242, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 45421, - "end": 45425, + "start": 45575, + "end": 45579, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 79 }, "end": { - "line": 1237, + "line": 1242, "column": 83 } } }, "property": { "type": "Identifier", - "start": 45426, - "end": 45445, + "start": 45580, + "end": 45599, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 84 }, "end": { - "line": 1237, + "line": 1242, "column": 103 }, "identifierName": "displayMilliseconds" @@ -79928,15 +80293,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -79950,15 +80315,15 @@ }, { "type": "BreakStatement", - "start": 45482, - "end": 45488, + "start": 45636, + "end": 45642, "loc": { "start": { - "line": 1239, + "line": 1244, "column": 16 }, "end": { - "line": 1239, + "line": 1244, "column": 22 } }, @@ -79967,15 +80332,15 @@ ], "test": { "type": "Identifier", - "start": 44779, - "end": 44790, + "start": 44933, + "end": 44944, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 17 }, "end": { - "line": 1228, + "line": 1233, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -79993,15 +80358,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -80011,15 +80376,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -80028,15 +80393,15 @@ }, { "type": "ClassMethod", - "start": 45707, - "end": 45831, + "start": 45861, + "end": 45985, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1259, "column": 5 } }, @@ -80044,15 +80409,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45707, - "end": 45718, + "start": 45861, + "end": 45872, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 4 }, "end": { - "line": 1250, + "line": 1255, "column": 15 }, "identifierName": "getDuration" @@ -80068,59 +80433,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 45721, - "end": 45831, + "start": 45875, + "end": 45985, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 18 }, "end": { - "line": 1254, + "line": 1259, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 45731, - "end": 45799, + "start": 45885, + "end": 45953, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 8 }, "end": { - "line": 1251, + "line": 1256, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 45735, - "end": 45798, + "start": 45889, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 12 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "id": { "type": "Identifier", - "start": 45735, - "end": 45743, + "start": 45889, + "end": 45897, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 12 }, "end": { - "line": 1251, + "line": 1256, "column": 20 }, "identifierName": "duration" @@ -80129,43 +80494,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 45746, - "end": 45798, + "start": 45900, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "test": { "type": "CallExpression", - "start": 45746, - "end": 45772, + "start": 45900, + "end": 45926, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 49 } }, "callee": { "type": "Identifier", - "start": 45746, - "end": 45751, + "start": 45900, + "end": 45905, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 28 }, "identifierName": "isNaN" @@ -80175,44 +80540,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45752, - "end": 45771, + "start": 45906, + "end": 45925, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 29 }, "end": { - "line": 1251, + "line": 1256, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 45752, - "end": 45756, + "start": 45906, + "end": 45910, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 29 }, "end": { - "line": 1251, + "line": 1256, "column": 33 } } }, "property": { "type": "Identifier", - "start": 45757, - "end": 45771, + "start": 45911, + "end": 45925, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 34 }, "end": { - "line": 1251, + "line": 1256, "column": 48 }, "identifierName": "streamDuration" @@ -80225,15 +80590,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 45775, - "end": 45776, + "start": 45929, + "end": 45930, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 52 }, "end": { - "line": 1251, + "line": 1256, "column": 53 } }, @@ -80245,44 +80610,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 45779, - "end": 45798, + "start": 45933, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 56 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 45779, - "end": 45783, + "start": 45933, + "end": 45937, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 56 }, "end": { - "line": 1251, + "line": 1256, "column": 60 } } }, "property": { "type": "Identifier", - "start": 45784, - "end": 45798, + "start": 45938, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 61 }, "end": { - "line": 1251, + "line": 1256, "column": 75 }, "identifierName": "streamDuration" @@ -80298,29 +80663,29 @@ }, { "type": "ReturnStatement", - "start": 45809, - "end": 45825, + "start": 45963, + "end": 45979, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 8 }, "end": { - "line": 1253, + "line": 1258, "column": 24 } }, "argument": { "type": "Identifier", - "start": 45816, - "end": 45824, + "start": 45970, + "end": 45978, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 15 }, "end": { - "line": 1253, + "line": 1258, "column": 23 }, "identifierName": "duration" @@ -80336,15 +80701,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -80354,15 +80719,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -80371,15 +80736,15 @@ }, { "type": "ClassMethod", - "start": 46001, - "end": 46957, + "start": 46155, + "end": 47111, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 4 }, "end": { - "line": 1285, + "line": 1290, "column": 5 } }, @@ -80387,15 +80752,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 46001, - "end": 46012, + "start": 46155, + "end": 46166, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 4 }, "end": { - "line": 1262, + "line": 1267, "column": 15 }, "identifierName": "setDuration" @@ -80411,15 +80776,15 @@ "params": [ { "type": "Identifier", - "start": 46013, - "end": 46021, + "start": 46167, + "end": 46175, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 16 }, "end": { - "line": 1262, + "line": 1267, "column": 24 }, "identifierName": "duration" @@ -80429,59 +80794,59 @@ ], "body": { "type": "BlockStatement", - "start": 46023, - "end": 46957, + "start": 46177, + "end": 47111, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 26 }, "end": { - "line": 1285, + "line": 1290, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 46033, - "end": 46075, + "start": 46187, + "end": 46229, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 46033, - "end": 46074, + "start": 46187, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46033, - "end": 46041, + "start": 46187, + "end": 46195, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 16 }, "identifierName": "duration" @@ -80490,43 +80855,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 46044, - "end": 46074, + "start": 46198, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 49 } }, "test": { "type": "CallExpression", - "start": 46044, - "end": 46059, + "start": 46198, + "end": 46213, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 34 } }, "callee": { "type": "Identifier", - "start": 46044, - "end": 46049, + "start": 46198, + "end": 46203, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 24 }, "identifierName": "isNaN" @@ -80536,15 +80901,15 @@ "arguments": [ { "type": "Identifier", - "start": 46050, - "end": 46058, + "start": 46204, + "end": 46212, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 25 }, "end": { - "line": 1263, + "line": 1268, "column": 33 }, "identifierName": "duration" @@ -80555,15 +80920,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 46062, - "end": 46063, + "start": 46216, + "end": 46217, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 37 }, "end": { - "line": 1263, + "line": 1268, "column": 38 } }, @@ -80575,15 +80940,15 @@ }, "alternate": { "type": "Identifier", - "start": 46066, - "end": 46074, + "start": 46220, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 41 }, "end": { - "line": 1263, + "line": 1268, "column": 49 }, "identifierName": "duration" @@ -80595,72 +80960,72 @@ }, { "type": "SwitchStatement", - "start": 46085, - "end": 46951, + "start": 46239, + "end": 47105, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 8 }, "end": { - "line": 1284, + "line": 1289, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 46093, - "end": 46113, + "start": 46247, + "end": 46267, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 46093, - "end": 46111, + "start": 46247, + "end": 46265, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 46093, - "end": 46097, + "start": 46247, + "end": 46251, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46098, - "end": 46111, + "start": 46252, + "end": 46265, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 21 }, "end": { - "line": 1265, + "line": 1270, "column": 34 }, "identifierName": "getRecordType" @@ -80674,101 +81039,101 @@ "cases": [ { "type": "SwitchCase", - "start": 46129, - "end": 46219, + "start": 46283, + "end": 46373, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 12 }, "end": { - "line": 1268, + "line": 1273, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 46162, - "end": 46196, + "start": 46316, + "end": 46350, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 46162, - "end": 46195, + "start": 46316, + "end": 46349, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 46162, - "end": 46185, + "start": 46316, + "end": 46339, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 46162, - "end": 46173, + "start": 46316, + "end": 46327, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 46162, - "end": 46166, + "start": 46316, + "end": 46320, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46167, - "end": 46173, + "start": 46321, + "end": 46327, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 21 }, "end": { - "line": 1267, + "line": 1272, "column": 27 }, "identifierName": "surfer" @@ -80779,15 +81144,15 @@ }, "property": { "type": "Identifier", - "start": 46174, - "end": 46185, + "start": 46328, + "end": 46339, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 28 }, "end": { - "line": 1267, + "line": 1272, "column": 39 }, "identifierName": "setDuration" @@ -80799,15 +81164,15 @@ "arguments": [ { "type": "Identifier", - "start": 46186, - "end": 46194, + "start": 46340, + "end": 46348, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 40 }, "end": { - "line": 1267, + "line": 1272, "column": 48 }, "identifierName": "duration" @@ -80819,15 +81184,15 @@ }, { "type": "BreakStatement", - "start": 46213, - "end": 46219, + "start": 46367, + "end": 46373, "loc": { "start": { - "line": 1268, + "line": 1273, "column": 16 }, "end": { - "line": 1268, + "line": 1273, "column": 22 } }, @@ -80836,15 +81201,15 @@ ], "test": { "type": "Identifier", - "start": 46134, - "end": 46144, + "start": 46288, + "end": 46298, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 17 }, "end": { - "line": 1266, + "line": 1271, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -80854,30 +81219,30 @@ }, { "type": "SwitchCase", - "start": 46233, - "end": 46249, + "start": 46387, + "end": 46403, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 12 }, "end": { - "line": 1270, + "line": 1275, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46238, - "end": 46248, + "start": 46392, + "end": 46402, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 17 }, "end": { - "line": 1270, + "line": 1275, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -80887,30 +81252,30 @@ }, { "type": "SwitchCase", - "start": 46262, - "end": 46279, + "start": 46416, + "end": 46433, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 12 }, "end": { - "line": 1271, + "line": 1276, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46267, - "end": 46278, + "start": 46421, + "end": 46432, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 17 }, "end": { - "line": 1271, + "line": 1276, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -80920,30 +81285,30 @@ }, { "type": "SwitchCase", - "start": 46292, - "end": 46310, + "start": 46446, + "end": 46464, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 12 }, "end": { - "line": 1272, + "line": 1277, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46297, - "end": 46309, + "start": 46451, + "end": 46463, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 17 }, "end": { - "line": 1272, + "line": 1277, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -80953,30 +81318,30 @@ }, { "type": "SwitchCase", - "start": 46323, - "end": 46338, + "start": 46477, + "end": 46492, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 12 }, "end": { - "line": 1273, + "line": 1278, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46328, - "end": 46337, + "start": 46482, + "end": 46491, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 17 }, "end": { - "line": 1273, + "line": 1278, "column": 26 }, "identifierName": "ANIMATION" @@ -80986,114 +81351,114 @@ }, { "type": "SwitchCase", - "start": 46351, - "end": 46941, + "start": 46505, + "end": 47095, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 12 }, "end": { - "line": 1283, + "line": 1288, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46438, - "end": 46918, + "start": 46592, + "end": 47072, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 16 }, "end": { - "line": 1282, + "line": 1287, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46442, - "end": 46638, + "start": 46596, + "end": 46792, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 80 } }, "left": { "type": "LogicalExpression", - "start": 46442, - "end": 46554, + "start": 46596, + "end": 46708, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 46442, - "end": 46480, + "start": 46596, + "end": 46634, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46442, - "end": 46464, + "start": 46596, + "end": 46618, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46442, - "end": 46453, + "start": 46596, + "end": 46607, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46442, - "end": 46446, + "start": 46596, + "end": 46600, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 24 } }, @@ -81101,15 +81466,15 @@ }, "property": { "type": "Identifier", - "start": 46447, - "end": 46453, + "start": 46601, + "end": 46607, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 25 }, "end": { - "line": 1276, + "line": 1281, "column": 31 }, "identifierName": "player" @@ -81121,15 +81486,15 @@ }, "property": { "type": "Identifier", - "start": 46454, - "end": 46464, + "start": 46608, + "end": 46618, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 32 }, "end": { - "line": 1276, + "line": 1281, "column": 42 }, "identifierName": "controlBar" @@ -81141,15 +81506,15 @@ }, "property": { "type": "Identifier", - "start": 46465, - "end": 46480, + "start": 46619, + "end": 46634, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 43 }, "end": { - "line": 1276, + "line": 1281, "column": 58 }, "identifierName": "durationDisplay" @@ -81162,100 +81527,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 46504, - "end": 46554, + "start": 46658, + "end": 46708, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46504, - "end": 46552, + "start": 46658, + "end": 46706, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46542, + "start": 46658, + "end": 46696, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46526, + "start": 46658, + "end": 46680, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46515, + "start": 46658, + "end": 46669, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46504, - "end": 46508, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46509, - "end": 46515, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 25 }, "end": { - "line": 1277, + "line": 1282, "column": 31 }, "identifierName": "player" @@ -81266,15 +81631,15 @@ }, "property": { "type": "Identifier", - "start": 46516, - "end": 46526, + "start": 46670, + "end": 46680, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 32 }, "end": { - "line": 1277, + "line": 1282, "column": 42 }, "identifierName": "controlBar" @@ -81285,15 +81650,15 @@ }, "property": { "type": "Identifier", - "start": 46527, - "end": 46542, + "start": 46681, + "end": 46696, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 43 }, "end": { - "line": 1277, + "line": 1282, "column": 58 }, "identifierName": "durationDisplay" @@ -81304,15 +81669,15 @@ }, "property": { "type": "Identifier", - "start": 46543, - "end": 46552, + "start": 46697, + "end": 46706, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 59 }, "end": { - "line": 1277, + "line": 1282, "column": 68 }, "identifierName": "contentEl" @@ -81328,114 +81693,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 46578, - "end": 46638, + "start": 46732, + "end": 46792, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46578, - "end": 46628, + "start": 46732, + "end": 46782, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46578, - "end": 46626, + "start": 46732, + "end": 46780, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46616, + "start": 46732, + "end": 46770, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46600, + "start": 46732, + "end": 46754, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46589, + "start": 46732, + "end": 46743, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46578, - "end": 46582, + "start": 46732, + "end": 46736, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46583, - "end": 46589, + "start": 46737, + "end": 46743, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 25 }, "end": { - "line": 1278, + "line": 1283, "column": 31 }, "identifierName": "player" @@ -81446,15 +81811,15 @@ }, "property": { "type": "Identifier", - "start": 46590, - "end": 46600, + "start": 46744, + "end": 46754, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 32 }, "end": { - "line": 1278, + "line": 1283, "column": 42 }, "identifierName": "controlBar" @@ -81465,15 +81830,15 @@ }, "property": { "type": "Identifier", - "start": 46601, - "end": 46616, + "start": 46755, + "end": 46770, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 43 }, "end": { - "line": 1278, + "line": 1283, "column": 58 }, "identifierName": "durationDisplay" @@ -81484,15 +81849,15 @@ }, "property": { "type": "Identifier", - "start": 46617, - "end": 46626, + "start": 46771, + "end": 46780, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 59 }, "end": { - "line": 1278, + "line": 1283, "column": 68 }, "identifierName": "contentEl" @@ -81505,15 +81870,15 @@ }, "property": { "type": "Identifier", - "start": 46629, - "end": 46638, + "start": 46783, + "end": 46792, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 71 }, "end": { - "line": 1278, + "line": 1283, "column": 80 }, "identifierName": "lastChild" @@ -81526,130 +81891,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 46640, - "end": 46918, + "start": 46794, + "end": 47072, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 82 }, "end": { - "line": 1282, + "line": 1287, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46662, - "end": 46900, + "start": 46816, + "end": 47054, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 46662, - "end": 46899, + "start": 46816, + "end": 47053, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46662, - "end": 46715, + "start": 46816, + "end": 46869, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46700, + "start": 46816, + "end": 46854, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46684, + "start": 46816, + "end": 46838, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46673, + "start": 46816, + "end": 46827, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46662, - "end": 46666, + "start": 46816, + "end": 46820, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46667, - "end": 46673, + "start": 46821, + "end": 46827, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 25 }, "end": { - "line": 1279, + "line": 1284, "column": 31 }, "identifierName": "player" @@ -81660,15 +82025,15 @@ }, "property": { "type": "Identifier", - "start": 46674, - "end": 46684, + "start": 46828, + "end": 46838, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 32 }, "end": { - "line": 1279, + "line": 1284, "column": 42 }, "identifierName": "controlBar" @@ -81679,15 +82044,15 @@ }, "property": { "type": "Identifier", - "start": 46685, - "end": 46700, + "start": 46839, + "end": 46854, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 43 }, "end": { - "line": 1279, + "line": 1284, "column": 58 }, "identifierName": "durationDisplay" @@ -81698,15 +82063,15 @@ }, "property": { "type": "Identifier", - "start": 46701, - "end": 46715, + "start": 46855, + "end": 46869, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 59 }, "end": { - "line": 1279, + "line": 1284, "column": 73 }, "identifierName": "formattedTime_" @@ -81717,143 +82082,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 46738, - "end": 46899, + "start": 46892, + "end": 47053, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46738, - "end": 46810, + "start": 46892, + "end": 46964, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46798, + "start": 46892, + "end": 46952, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46738, - "end": 46788, + "start": 46892, + "end": 46942, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46738, - "end": 46786, + "start": 46892, + "end": 46940, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46776, + "start": 46892, + "end": 46930, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46760, + "start": 46892, + "end": 46914, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46749, + "start": 46892, + "end": 46903, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46738, - "end": 46742, + "start": 46892, + "end": 46896, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46743, - "end": 46749, + "start": 46897, + "end": 46903, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 25 }, "end": { - "line": 1280, + "line": 1285, "column": 31 }, "identifierName": "player" @@ -81864,15 +82229,15 @@ }, "property": { "type": "Identifier", - "start": 46750, - "end": 46760, + "start": 46904, + "end": 46914, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 32 }, "end": { - "line": 1280, + "line": 1285, "column": 42 }, "identifierName": "controlBar" @@ -81883,15 +82248,15 @@ }, "property": { "type": "Identifier", - "start": 46761, - "end": 46776, + "start": 46915, + "end": 46930, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 43 }, "end": { - "line": 1280, + "line": 1285, "column": 58 }, "identifierName": "durationDisplay" @@ -81902,15 +82267,15 @@ }, "property": { "type": "Identifier", - "start": 46777, - "end": 46786, + "start": 46931, + "end": 46940, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 59 }, "end": { - "line": 1280, + "line": 1285, "column": 68 }, "identifierName": "contentEl" @@ -81923,15 +82288,15 @@ }, "property": { "type": "Identifier", - "start": 46789, - "end": 46798, + "start": 46943, + "end": 46952, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 71 }, "end": { - "line": 1280, + "line": 1285, "column": 80 }, "identifierName": "lastChild" @@ -81942,15 +82307,15 @@ }, "property": { "type": "Identifier", - "start": 46799, - "end": 46810, + "start": 46953, + "end": 46964, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 81 }, "end": { - "line": 1280, + "line": 1285, "column": 92 }, "identifierName": "textContent" @@ -81961,58 +82326,58 @@ }, "right": { "type": "CallExpression", - "start": 46837, - "end": 46899, + "start": 46991, + "end": 47053, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 46837, - "end": 46853, + "start": 46991, + "end": 47007, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 46837, - "end": 46841, + "start": 46991, + "end": 46995, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 28 } } }, "property": { "type": "Identifier", - "start": 46842, - "end": 46853, + "start": 46996, + "end": 47007, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 29 }, "end": { - "line": 1281, + "line": 1286, "column": 40 }, "identifierName": "_formatTime" @@ -82024,15 +82389,15 @@ "arguments": [ { "type": "Identifier", - "start": 46854, - "end": 46862, + "start": 47008, + "end": 47016, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 41 }, "end": { - "line": 1281, + "line": 1286, "column": 49 }, "identifierName": "duration" @@ -82041,15 +82406,15 @@ }, { "type": "Identifier", - "start": 46864, - "end": 46872, + "start": 47018, + "end": 47026, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 51 }, "end": { - "line": 1281, + "line": 1286, "column": 59 }, "identifierName": "duration" @@ -82058,44 +82423,44 @@ }, { "type": "MemberExpression", - "start": 46874, - "end": 46898, + "start": 47028, + "end": 47052, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 61 }, "end": { - "line": 1281, + "line": 1286, "column": 85 } }, "object": { "type": "ThisExpression", - "start": 46874, - "end": 46878, + "start": 47028, + "end": 47032, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 61 }, "end": { - "line": 1281, + "line": 1286, "column": 65 } } }, "property": { "type": "Identifier", - "start": 46879, - "end": 46898, + "start": 47033, + "end": 47052, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 66 }, "end": { - "line": 1281, + "line": 1286, "column": 85 }, "identifierName": "displayMilliseconds" @@ -82117,15 +82482,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46385, - "end": 46421, + "start": 46539, + "end": 46575, "loc": { "start": { - "line": 1275, + "line": 1280, "column": 16 }, "end": { - "line": 1275, + "line": 1280, "column": 52 } } @@ -82134,15 +82499,15 @@ }, { "type": "BreakStatement", - "start": 46935, - "end": 46941, + "start": 47089, + "end": 47095, "loc": { "start": { - "line": 1283, + "line": 1288, "column": 16 }, "end": { - "line": 1283, + "line": 1288, "column": 22 } }, @@ -82151,15 +82516,15 @@ ], "test": { "type": "Identifier", - "start": 46356, - "end": 46367, + "start": 46510, + "end": 46521, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 17 }, "end": { - "line": 1274, + "line": 1279, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -82177,15 +82542,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -82195,15 +82560,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -82212,15 +82577,15 @@ }, { "type": "ClassMethod", - "start": 47137, - "end": 48000, + "start": 47291, + "end": 48154, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 4 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } }, @@ -82228,15 +82593,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47137, - "end": 47141, + "start": 47291, + "end": 47295, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 4 }, "end": { - "line": 1293, + "line": 1298, "column": 8 }, "identifierName": "load" @@ -82252,15 +82617,15 @@ "params": [ { "type": "Identifier", - "start": 47142, - "end": 47145, + "start": 47296, + "end": 47299, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 9 }, "end": { - "line": 1293, + "line": 1298, "column": 12 }, "identifierName": "url" @@ -82270,87 +82635,87 @@ ], "body": { "type": "BlockStatement", - "start": 47147, - "end": 48000, + "start": 47301, + "end": 48154, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 14 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 47157, - "end": 47994, + "start": 47311, + "end": 48148, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 47165, - "end": 47185, + "start": 47319, + "end": 47339, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47165, - "end": 47183, + "start": 47319, + "end": 47337, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 47165, - "end": 47169, + "start": 47319, + "end": 47323, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 20 } } }, "property": { "type": "Identifier", - "start": 47170, - "end": 47183, + "start": 47324, + "end": 47337, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 21 }, "end": { - "line": 1294, + "line": 1299, "column": 34 }, "identifierName": "getRecordType" @@ -82364,86 +82729,86 @@ "cases": [ { "type": "SwitchCase", - "start": 47201, - "end": 47329, + "start": 47355, + "end": 47483, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1298, + "line": 1303, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 47284, - "end": 47306, + "start": 47438, + "end": 47460, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 47284, - "end": 47305, + "start": 47438, + "end": 47459, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 47284, - "end": 47300, + "start": 47438, + "end": 47454, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 47284, - "end": 47295, + "start": 47438, + "end": 47449, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 47284, - "end": 47288, + "start": 47438, + "end": 47442, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 20 } }, @@ -82451,15 +82816,15 @@ }, "property": { "type": "Identifier", - "start": 47289, - "end": 47295, + "start": 47443, + "end": 47449, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 21 }, "end": { - "line": 1297, + "line": 1302, "column": 27 }, "identifierName": "surfer" @@ -82471,15 +82836,15 @@ }, "property": { "type": "Identifier", - "start": 47296, - "end": 47300, + "start": 47450, + "end": 47454, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 28 }, "end": { - "line": 1297, + "line": 1302, "column": 32 }, "identifierName": "load" @@ -82492,15 +82857,15 @@ "arguments": [ { "type": "Identifier", - "start": 47301, - "end": 47304, + "start": 47455, + "end": 47458, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 33 }, "end": { - "line": 1297, + "line": 1302, "column": 36 }, "identifierName": "url" @@ -82514,15 +82879,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47234, - "end": 47267, + "start": 47388, + "end": 47421, "loc": { "start": { - "line": 1296, + "line": 1301, "column": 16 }, "end": { - "line": 1296, + "line": 1301, "column": 49 } } @@ -82531,15 +82896,15 @@ }, { "type": "BreakStatement", - "start": 47323, - "end": 47329, + "start": 47477, + "end": 47483, "loc": { "start": { - "line": 1298, + "line": 1303, "column": 16 }, "end": { - "line": 1298, + "line": 1303, "column": 22 } }, @@ -82548,15 +82913,15 @@ ], "test": { "type": "Identifier", - "start": 47206, - "end": 47216, + "start": 47360, + "end": 47370, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 17 }, "end": { - "line": 1295, + "line": 1300, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -82566,30 +82931,30 @@ }, { "type": "SwitchCase", - "start": 47343, - "end": 47359, + "start": 47497, + "end": 47513, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 12 }, "end": { - "line": 1300, + "line": 1305, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47348, - "end": 47358, + "start": 47502, + "end": 47512, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 17 }, "end": { - "line": 1300, + "line": 1305, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -82599,30 +82964,30 @@ }, { "type": "SwitchCase", - "start": 47372, - "end": 47388, + "start": 47526, + "end": 47542, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47377, - "end": 47387, + "start": 47531, + "end": 47541, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 17 }, "end": { - "line": 1301, + "line": 1306, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -82632,30 +82997,30 @@ }, { "type": "SwitchCase", - "start": 47401, - "end": 47418, + "start": 47555, + "end": 47572, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 12 }, "end": { - "line": 1302, + "line": 1307, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47406, - "end": 47417, + "start": 47560, + "end": 47571, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 17 }, "end": { - "line": 1302, + "line": 1307, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -82665,30 +83030,30 @@ }, { "type": "SwitchCase", - "start": 47431, - "end": 47449, + "start": 47585, + "end": 47603, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 12 }, "end": { - "line": 1303, + "line": 1308, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47436, - "end": 47448, + "start": 47590, + "end": 47602, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 17 }, "end": { - "line": 1303, + "line": 1308, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -82698,30 +83063,30 @@ }, { "type": "SwitchCase", - "start": 47462, - "end": 47477, + "start": 47616, + "end": 47631, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 12 }, "end": { - "line": 1304, + "line": 1309, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47467, - "end": 47476, + "start": 47621, + "end": 47630, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 17 }, "end": { - "line": 1304, + "line": 1309, "column": 26 }, "identifierName": "ANIMATION" @@ -82731,72 +83096,72 @@ }, { "type": "SwitchCase", - "start": 47490, - "end": 47984, + "start": 47644, + "end": 48138, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 12 }, "end": { - "line": 1315, + "line": 1320, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 47524, - "end": 47961, + "start": 47678, + "end": 48115, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 16 }, "end": { - "line": 1314, + "line": 1319, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 47528, - "end": 47570, + "start": 47682, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 47528, - "end": 47547, + "start": 47682, + "end": 47701, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 39 } }, "left": { "type": "Identifier", - "start": 47528, - "end": 47531, + "start": 47682, + "end": 47685, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 23 }, "identifierName": "url" @@ -82806,15 +83171,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47543, - "end": 47547, + "start": 47697, + "end": 47701, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 35 }, "end": { - "line": 1306, + "line": 1311, "column": 39 }, "identifierName": "Blob" @@ -82825,29 +83190,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47551, - "end": 47570, + "start": 47705, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 43 }, "end": { - "line": 1306, + "line": 1311, "column": 62 } }, "left": { "type": "Identifier", - "start": 47551, - "end": 47554, + "start": 47705, + "end": 47708, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 43 }, "end": { - "line": 1306, + "line": 1311, "column": 46 }, "identifierName": "url" @@ -82857,15 +83222,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47566, - "end": 47570, + "start": 47720, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 58 }, "end": { - "line": 1306, + "line": 1311, "column": 62 }, "identifierName": "File" @@ -82876,87 +83241,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 47572, - "end": 47826, + "start": 47726, + "end": 47980, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 64 }, "end": { - "line": 1311, + "line": 1316, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47646, - "end": 47681, + "start": 47800, + "end": 47835, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 47646, - "end": 47680, + "start": 47800, + "end": 47834, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47646, - "end": 47673, + "start": 47800, + "end": 47827, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 47646, - "end": 47663, + "start": 47800, + "end": 47817, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47646, - "end": 47650, + "start": 47800, + "end": 47804, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 24 } }, @@ -82964,15 +83329,15 @@ }, "property": { "type": "Identifier", - "start": 47651, - "end": 47663, + "start": 47805, + "end": 47817, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 25 }, "end": { - "line": 1308, + "line": 1313, "column": 37 }, "identifierName": "mediaElement" @@ -82984,15 +83349,15 @@ }, "property": { "type": "Identifier", - "start": 47664, - "end": 47673, + "start": 47818, + "end": 47827, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 38 }, "end": { - "line": 1308, + "line": 1313, "column": 47 }, "identifierName": "srcObject" @@ -83004,15 +83369,15 @@ }, "right": { "type": "NullLiteral", - "start": 47676, - "end": 47680, + "start": 47830, + "end": 47834, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 50 }, "end": { - "line": 1308, + "line": 1313, "column": 54 } } @@ -83023,15 +83388,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47594, - "end": 47625, + "start": 47748, + "end": 47779, "loc": { "start": { - "line": 1307, + "line": 1312, "column": 20 }, "end": { - "line": 1307, + "line": 1312, "column": 51 } } @@ -83041,15 +83406,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -83058,72 +83423,72 @@ }, { "type": "ExpressionStatement", - "start": 47759, - "end": 47808, + "start": 47913, + "end": 47962, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 47759, - "end": 47807, + "start": 47913, + "end": 47961, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47759, - "end": 47780, + "start": 47913, + "end": 47934, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 47759, - "end": 47776, + "start": 47913, + "end": 47930, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47759, - "end": 47763, + "start": 47913, + "end": 47917, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 24 } }, @@ -83131,15 +83496,15 @@ }, "property": { "type": "Identifier", - "start": 47764, - "end": 47776, + "start": 47918, + "end": 47930, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 25 }, "end": { - "line": 1310, + "line": 1315, "column": 37 }, "identifierName": "mediaElement" @@ -83151,15 +83516,15 @@ }, "property": { "type": "Identifier", - "start": 47777, - "end": 47780, + "start": 47931, + "end": 47934, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 38 }, "end": { - "line": 1310, + "line": 1315, "column": 41 }, "identifierName": "src" @@ -83171,43 +83536,43 @@ }, "right": { "type": "CallExpression", - "start": 47783, - "end": 47807, + "start": 47937, + "end": 47961, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47783, - "end": 47802, + "start": 47937, + "end": 47956, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 63 } }, "object": { "type": "Identifier", - "start": 47783, - "end": 47786, + "start": 47937, + "end": 47940, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 47 }, "identifierName": "URL" @@ -83216,15 +83581,15 @@ }, "property": { "type": "Identifier", - "start": 47787, - "end": 47802, + "start": 47941, + "end": 47956, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 48 }, "end": { - "line": 1310, + "line": 1315, "column": 63 }, "identifierName": "createObjectURL" @@ -83236,15 +83601,15 @@ "arguments": [ { "type": "Identifier", - "start": 47803, - "end": 47806, + "start": 47957, + "end": 47960, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 64 }, "end": { - "line": 1310, + "line": 1315, "column": 67 }, "identifierName": "url" @@ -83259,15 +83624,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -83279,58 +83644,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 47832, - "end": 47961, + "start": 47986, + "end": 48115, "loc": { "start": { - "line": 1311, + "line": 1316, "column": 23 }, "end": { - "line": 1314, + "line": 1319, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47906, - "end": 47943, + "start": 48060, + "end": 48097, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 47906, - "end": 47942, + "start": 48060, + "end": 48096, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 56 } }, "callee": { "type": "Identifier", - "start": 47906, - "end": 47918, + "start": 48060, + "end": 48072, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 32 }, "identifierName": "setSrcObject" @@ -83341,15 +83706,15 @@ "arguments": [ { "type": "Identifier", - "start": 47919, - "end": 47922, + "start": 48073, + "end": 48076, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 33 }, "end": { - "line": 1313, + "line": 1318, "column": 36 }, "identifierName": "url" @@ -83358,44 +83723,44 @@ }, { "type": "MemberExpression", - "start": 47924, - "end": 47941, + "start": 48078, + "end": 48095, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 38 }, "end": { - "line": 1313, + "line": 1318, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 47924, - "end": 47928, + "start": 48078, + "end": 48082, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 38 }, "end": { - "line": 1313, + "line": 1318, "column": 42 } } }, "property": { "type": "Identifier", - "start": 47929, - "end": 47941, + "start": 48083, + "end": 48095, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 43 }, "end": { - "line": 1313, + "line": 1318, "column": 55 }, "identifierName": "mediaElement" @@ -83411,15 +83776,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 47854, - "end": 47885, + "start": 48008, + "end": 48039, "loc": { "start": { - "line": 1312, + "line": 1317, "column": 20 }, "end": { - "line": 1312, + "line": 1317, "column": 51 } } @@ -83432,15 +83797,15 @@ }, { "type": "BreakStatement", - "start": 47978, - "end": 47984, + "start": 48132, + "end": 48138, "loc": { "start": { - "line": 1315, + "line": 1320, "column": 16 }, "end": { - "line": 1315, + "line": 1320, "column": 22 } }, @@ -83449,15 +83814,15 @@ ], "test": { "type": "Identifier", - "start": 47495, - "end": 47506, + "start": 47649, + "end": 47660, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 17 }, "end": { - "line": 1305, + "line": 1310, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -83475,15 +83840,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -83493,15 +83858,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -83510,15 +83875,15 @@ }, { "type": "ClassMethod", - "start": 48765, - "end": 49110, + "start": 48919, + "end": 49264, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 4 }, "end": { - "line": 1347, + "line": 1352, "column": 5 } }, @@ -83526,15 +83891,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48765, - "end": 48771, + "start": 48919, + "end": 48925, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 4 }, "end": { - "line": 1337, + "line": 1342, "column": 10 }, "identifierName": "saveAs" @@ -83550,15 +83915,15 @@ "params": [ { "type": "Identifier", - "start": 48772, - "end": 48776, + "start": 48926, + "end": 48930, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 11 }, "end": { - "line": 1337, + "line": 1342, "column": 15 }, "identifierName": "name" @@ -83567,29 +83932,29 @@ }, { "type": "AssignmentPattern", - "start": 48778, - "end": 48793, + "start": 48932, + "end": 48947, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 17 }, "end": { - "line": 1337, + "line": 1342, "column": 32 } }, "left": { "type": "Identifier", - "start": 48778, - "end": 48782, + "start": 48932, + "end": 48936, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 17 }, "end": { - "line": 1337, + "line": 1342, "column": 21 }, "identifierName": "type" @@ -83598,15 +83963,15 @@ }, "right": { "type": "StringLiteral", - "start": 48785, - "end": 48793, + "start": 48939, + "end": 48947, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 24 }, "end": { - "line": 1337, + "line": 1342, "column": 32 } }, @@ -83620,58 +83985,58 @@ ], "body": { "type": "BlockStatement", - "start": 48795, - "end": 49110, + "start": 48949, + "end": 49264, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 34 }, "end": { - "line": 1347, + "line": 1352, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48805, - "end": 49104, + "start": 48959, + "end": 49258, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 8 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48809, - "end": 48826, + "start": 48963, + "end": 48980, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 29 } }, "left": { "type": "Identifier", - "start": 48809, - "end": 48813, + "start": 48963, + "end": 48967, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 16 }, "identifierName": "type" @@ -83681,15 +84046,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48818, - "end": 48826, + "start": 48972, + "end": 48980, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 21 }, "end": { - "line": 1338, + "line": 1343, "column": 29 } }, @@ -83702,87 +84067,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48828, - "end": 48948, + "start": 48982, + "end": 49102, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 31 }, "end": { - "line": 1342, + "line": 1347, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48842, - "end": 48938, + "start": 48996, + "end": 49092, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 12 }, "end": { - "line": 1341, + "line": 1346, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48846, - "end": 48879, + "start": 49000, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 48846, - "end": 48857, + "start": 49000, + "end": 49011, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48846, - "end": 48850, + "start": 49000, + "end": 49004, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48851, - "end": 48857, + "start": 49005, + "end": 49011, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 21 }, "end": { - "line": 1339, + "line": 1344, "column": 27 }, "identifierName": "engine" @@ -83794,29 +84159,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 48861, - "end": 48879, + "start": 49015, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 31 }, "end": { - "line": 1339, + "line": 1344, "column": 49 } }, "left": { "type": "Identifier", - "start": 48861, - "end": 48865, + "start": 49015, + "end": 49019, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 31 }, "end": { - "line": 1339, + "line": 1344, "column": 35 }, "identifierName": "name" @@ -83826,15 +84191,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 48870, - "end": 48879, + "start": 49024, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 40 }, "end": { - "line": 1339, + "line": 1344, "column": 49 }, "identifierName": "undefined" @@ -83845,101 +84210,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 48881, - "end": 48938, + "start": 49035, + "end": 49092, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 51 }, "end": { - "line": 1341, + "line": 1346, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48899, - "end": 48924, + "start": 49053, + "end": 49078, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 48899, - "end": 48923, + "start": 49053, + "end": 49077, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 48899, - "end": 48917, + "start": 49053, + "end": 49071, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 48899, - "end": 48910, + "start": 49053, + "end": 49064, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48899, - "end": 48903, + "start": 49053, + "end": 49057, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48904, - "end": 48910, + "start": 49058, + "end": 49064, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 21 }, "end": { - "line": 1340, + "line": 1345, "column": 27 }, "identifierName": "engine" @@ -83950,15 +84315,15 @@ }, "property": { "type": "Identifier", - "start": 48911, - "end": 48917, + "start": 49065, + "end": 49071, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 28 }, "end": { - "line": 1340, + "line": 1345, "column": 34 }, "identifierName": "saveAs" @@ -83970,15 +84335,15 @@ "arguments": [ { "type": "Identifier", - "start": 48918, - "end": 48922, + "start": 49072, + "end": 49076, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 35 }, "end": { - "line": 1340, + "line": 1345, "column": 39 }, "identifierName": "name" @@ -83998,43 +84363,43 @@ }, "alternate": { "type": "IfStatement", - "start": 48954, - "end": 49104, + "start": 49108, + "end": 49258, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 15 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48958, - "end": 48976, + "start": 49112, + "end": 49130, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 19 }, "end": { - "line": 1342, + "line": 1347, "column": 37 } }, "left": { "type": "Identifier", - "start": 48958, - "end": 48962, + "start": 49112, + "end": 49116, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 19 }, "end": { - "line": 1342, + "line": 1347, "column": 23 }, "identifierName": "type" @@ -84044,15 +84409,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48967, - "end": 48976, + "start": 49121, + "end": 49130, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 28 }, "end": { - "line": 1342, + "line": 1347, "column": 37 } }, @@ -84065,87 +84430,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48978, - "end": 49104, + "start": 49132, + "end": 49258, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 39 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48992, - "end": 49094, + "start": 49146, + "end": 49248, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48996, - "end": 49032, + "start": 49150, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 48996, - "end": 49010, + "start": 49150, + "end": 49164, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 48996, - "end": 49000, + "start": 49150, + "end": 49154, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49001, - "end": 49010, + "start": 49155, + "end": 49164, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 21 }, "end": { - "line": 1343, + "line": 1348, "column": 30 }, "identifierName": "converter" @@ -84157,29 +84522,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49014, - "end": 49032, + "start": 49168, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 34 }, "end": { - "line": 1343, + "line": 1348, "column": 52 } }, "left": { "type": "Identifier", - "start": 49014, - "end": 49018, + "start": 49168, + "end": 49172, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 34 }, "end": { - "line": 1343, + "line": 1348, "column": 38 }, "identifierName": "name" @@ -84189,15 +84554,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49023, - "end": 49032, + "start": 49177, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 43 }, "end": { - "line": 1343, + "line": 1348, "column": 52 }, "identifierName": "undefined" @@ -84208,101 +84573,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49034, - "end": 49094, + "start": 49188, + "end": 49248, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 54 }, "end": { - "line": 1345, + "line": 1350, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49052, - "end": 49080, + "start": 49206, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49052, - "end": 49079, + "start": 49206, + "end": 49233, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49052, - "end": 49073, + "start": 49206, + "end": 49227, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 49052, - "end": 49066, + "start": 49206, + "end": 49220, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49052, - "end": 49056, + "start": 49206, + "end": 49210, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49057, - "end": 49066, + "start": 49211, + "end": 49220, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 21 }, "end": { - "line": 1344, + "line": 1349, "column": 30 }, "identifierName": "converter" @@ -84313,15 +84678,15 @@ }, "property": { "type": "Identifier", - "start": 49067, - "end": 49073, + "start": 49221, + "end": 49227, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 31 }, "end": { - "line": 1344, + "line": 1349, "column": 37 }, "identifierName": "saveAs" @@ -84333,15 +84698,15 @@ "arguments": [ { "type": "Identifier", - "start": 49074, - "end": 49078, + "start": 49228, + "end": 49232, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 38 }, "end": { - "line": 1344, + "line": 1349, "column": 42 }, "identifierName": "name" @@ -84370,15 +84735,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -84388,15 +84753,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -84405,15 +84770,15 @@ }, { "type": "ClassMethod", - "start": 49262, - "end": 50494, + "start": 49416, + "end": 50648, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 4 }, "end": { - "line": 1395, + "line": 1400, "column": 5 } }, @@ -84421,15 +84786,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 49262, - "end": 49269, + "start": 49416, + "end": 49423, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 4 }, "end": { - "line": 1355, + "line": 1360, "column": 11 }, "identifierName": "dispose" @@ -84445,86 +84810,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 49272, - "end": 50494, + "start": 49426, + "end": 50648, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 14 }, "end": { - "line": 1395, + "line": 1400, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 49324, - "end": 49353, + "start": 49478, + "end": 49507, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 49324, - "end": 49352, + "start": 49478, + "end": 49506, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49324, - "end": 49339, + "start": 49478, + "end": 49493, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49324, - "end": 49335, + "start": 49478, + "end": 49489, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49324, - "end": 49328, + "start": 49478, + "end": 49482, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 12 } }, @@ -84532,15 +84897,15 @@ }, "property": { "type": "Identifier", - "start": 49329, - "end": 49335, + "start": 49483, + "end": 49489, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 13 }, "end": { - "line": 1357, + "line": 1362, "column": 19 }, "identifierName": "player" @@ -84552,15 +84917,15 @@ }, "property": { "type": "Identifier", - "start": 49336, - "end": 49339, + "start": 49490, + "end": 49493, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 20 }, "end": { - "line": 1357, + "line": 1362, "column": 23 }, "identifierName": "off" @@ -84573,29 +84938,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49340, - "end": 49351, + "start": 49494, + "end": 49505, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 24 }, "end": { - "line": 1357, + "line": 1362, "column": 35 } }, "object": { "type": "Identifier", - "start": 49340, - "end": 49345, + "start": 49494, + "end": 49499, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 24 }, "end": { - "line": 1357, + "line": 1362, "column": 29 }, "identifierName": "Event" @@ -84604,15 +84969,15 @@ }, "property": { "type": "Identifier", - "start": 49346, - "end": 49351, + "start": 49500, + "end": 49505, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 30 }, "end": { - "line": 1357, + "line": 1362, "column": 35 }, "identifierName": "READY" @@ -84628,15 +84993,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49282, - "end": 49315, + "start": 49436, + "end": 49469, "loc": { "start": { - "line": 1356, + "line": 1361, "column": 8 }, "end": { - "line": 1356, + "line": 1361, "column": 41 } } @@ -84645,86 +85010,86 @@ }, { "type": "ExpressionStatement", - "start": 49362, - "end": 49398, + "start": 49516, + "end": 49552, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49362, - "end": 49397, + "start": 49516, + "end": 49551, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49362, - "end": 49377, + "start": 49516, + "end": 49531, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49362, - "end": 49373, + "start": 49516, + "end": 49527, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49362, - "end": 49366, + "start": 49516, + "end": 49520, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49367, - "end": 49373, + "start": 49521, + "end": 49527, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 13 }, "end": { - "line": 1358, + "line": 1363, "column": 19 }, "identifierName": "player" @@ -84735,15 +85100,15 @@ }, "property": { "type": "Identifier", - "start": 49374, - "end": 49377, + "start": 49528, + "end": 49531, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 20 }, "end": { - "line": 1358, + "line": 1363, "column": 23 }, "identifierName": "off" @@ -84755,29 +85120,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49378, - "end": 49396, + "start": 49532, + "end": 49550, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 24 }, "end": { - "line": 1358, + "line": 1363, "column": 42 } }, "object": { "type": "Identifier", - "start": 49378, - "end": 49383, + "start": 49532, + "end": 49537, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 24 }, "end": { - "line": 1358, + "line": 1363, "column": 29 }, "identifierName": "Event" @@ -84786,15 +85151,15 @@ }, "property": { "type": "Identifier", - "start": 49384, - "end": 49396, + "start": 49538, + "end": 49550, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 30 }, "end": { - "line": 1358, + "line": 1363, "column": 42 }, "identifierName": "USERINACTIVE" @@ -84808,86 +85173,86 @@ }, { "type": "ExpressionStatement", - "start": 49407, - "end": 49445, + "start": 49561, + "end": 49599, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 49407, - "end": 49444, + "start": 49561, + "end": 49598, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 49407, - "end": 49422, + "start": 49561, + "end": 49576, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49407, - "end": 49418, + "start": 49561, + "end": 49572, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49407, - "end": 49411, + "start": 49561, + "end": 49565, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49412, - "end": 49418, + "start": 49566, + "end": 49572, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 13 }, "end": { - "line": 1359, + "line": 1364, "column": 19 }, "identifierName": "player" @@ -84898,15 +85263,15 @@ }, "property": { "type": "Identifier", - "start": 49419, - "end": 49422, + "start": 49573, + "end": 49576, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 20 }, "end": { - "line": 1359, + "line": 1364, "column": 23 }, "identifierName": "off" @@ -84918,29 +85283,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49423, - "end": 49443, + "start": 49577, + "end": 49597, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 24 }, "end": { - "line": 1359, + "line": 1364, "column": 44 } }, "object": { "type": "Identifier", - "start": 49423, - "end": 49428, + "start": 49577, + "end": 49582, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 24 }, "end": { - "line": 1359, + "line": 1364, "column": 29 }, "identifierName": "Event" @@ -84949,15 +85314,15 @@ }, "property": { "type": "Identifier", - "start": 49429, - "end": 49443, + "start": 49583, + "end": 49597, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 30 }, "end": { - "line": 1359, + "line": 1364, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -84972,15 +85337,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -84989,43 +85354,43 @@ }, { "type": "IfStatement", - "start": 49512, - "end": 49687, + "start": 49666, + "end": 49841, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 8 }, "end": { - "line": 1366, + "line": 1371, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 49516, - "end": 49527, + "start": 49670, + "end": 49681, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 12 }, "end": { - "line": 1362, + "line": 1367, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49516, - "end": 49520, + "start": 49670, + "end": 49674, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 12 }, "end": { - "line": 1362, + "line": 1367, "column": 16 } }, @@ -85033,15 +85398,15 @@ }, "property": { "type": "Identifier", - "start": 49521, - "end": 49527, + "start": 49675, + "end": 49681, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 17 }, "end": { - "line": 1362, + "line": 1367, "column": 23 }, "identifierName": "engine" @@ -85053,101 +85418,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49529, - "end": 49687, + "start": 49683, + "end": 49841, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 25 }, "end": { - "line": 1366, + "line": 1371, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 49543, - "end": 49565, + "start": 49697, + "end": 49719, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49543, - "end": 49564, + "start": 49697, + "end": 49718, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49543, - "end": 49562, + "start": 49697, + "end": 49716, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49543, - "end": 49554, + "start": 49697, + "end": 49708, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49543, - "end": 49547, + "start": 49697, + "end": 49701, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49548, - "end": 49554, + "start": 49702, + "end": 49708, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 17 }, "end": { - "line": 1363, + "line": 1368, "column": 23 }, "identifierName": "engine" @@ -85158,15 +85523,15 @@ }, "property": { "type": "Identifier", - "start": 49555, - "end": 49562, + "start": 49709, + "end": 49716, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 24 }, "end": { - "line": 1363, + "line": 1368, "column": 31 }, "identifierName": "dispose" @@ -85180,86 +85545,86 @@ }, { "type": "ExpressionStatement", - "start": 49578, - "end": 49600, + "start": 49732, + "end": 49754, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49578, - "end": 49599, + "start": 49732, + "end": 49753, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49578, - "end": 49597, + "start": 49732, + "end": 49751, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49578, - "end": 49589, + "start": 49732, + "end": 49743, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49578, - "end": 49582, + "start": 49732, + "end": 49736, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49583, - "end": 49589, + "start": 49737, + "end": 49743, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 17 }, "end": { - "line": 1364, + "line": 1369, "column": 23 }, "identifierName": "engine" @@ -85270,15 +85635,15 @@ }, "property": { "type": "Identifier", - "start": 49590, - "end": 49597, + "start": 49744, + "end": 49751, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 24 }, "end": { - "line": 1364, + "line": 1369, "column": 31 }, "identifierName": "destroy" @@ -85292,86 +85657,86 @@ }, { "type": "ExpressionStatement", - "start": 49613, - "end": 49677, + "start": 49767, + "end": 49831, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 49613, - "end": 49676, + "start": 49767, + "end": 49830, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 49613, - "end": 49628, + "start": 49767, + "end": 49782, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 49613, - "end": 49624, + "start": 49767, + "end": 49778, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49613, - "end": 49617, + "start": 49767, + "end": 49771, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49618, - "end": 49624, + "start": 49772, + "end": 49778, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 17 }, "end": { - "line": 1365, + "line": 1370, "column": 23 }, "identifierName": "engine" @@ -85382,15 +85747,15 @@ }, "property": { "type": "Identifier", - "start": 49625, - "end": 49628, + "start": 49779, + "end": 49782, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 24 }, "end": { - "line": 1365, + "line": 1370, "column": 27 }, "identifierName": "off" @@ -85402,29 +85767,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49629, - "end": 49650, + "start": 49783, + "end": 49804, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 28 }, "end": { - "line": 1365, + "line": 1370, "column": 49 } }, "object": { "type": "Identifier", - "start": 49629, - "end": 49634, + "start": 49783, + "end": 49788, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 28 }, "end": { - "line": 1365, + "line": 1370, "column": 33 }, "identifierName": "Event" @@ -85433,15 +85798,15 @@ }, "property": { "type": "Identifier", - "start": 49635, - "end": 49650, + "start": 49789, + "end": 49804, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 34 }, "end": { - "line": 1365, + "line": 1370, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -85452,44 +85817,44 @@ }, { "type": "MemberExpression", - "start": 49652, - "end": 49675, + "start": 49806, + "end": 49829, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 51 }, "end": { - "line": 1365, + "line": 1370, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 49652, - "end": 49656, + "start": 49806, + "end": 49810, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 51 }, "end": { - "line": 1365, + "line": 1370, "column": 55 } } }, "property": { "type": "Identifier", - "start": 49657, - "end": 49675, + "start": 49811, + "end": 49829, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 56 }, "end": { - "line": 1365, + "line": 1370, "column": 74 }, "identifierName": "engineStopCallback" @@ -85510,15 +85875,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -85528,15 +85893,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -85545,57 +85910,57 @@ }, { "type": "ExpressionStatement", - "start": 49734, - "end": 49746, + "start": 49888, + "end": 49900, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 49734, - "end": 49745, + "start": 49888, + "end": 49899, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 49734, - "end": 49743, + "start": 49888, + "end": 49897, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 49734, - "end": 49738, + "start": 49888, + "end": 49892, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 12 } }, @@ -85603,15 +85968,15 @@ }, "property": { "type": "Identifier", - "start": 49739, - "end": 49743, + "start": 49893, + "end": 49897, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 13 }, "end": { - "line": 1369, + "line": 1374, "column": 17 }, "identifierName": "stop" @@ -85628,15 +85993,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -85645,72 +86010,72 @@ }, { "type": "ExpressionStatement", - "start": 49755, - "end": 49773, + "start": 49909, + "end": 49927, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49755, - "end": 49772, + "start": 49909, + "end": 49926, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49755, - "end": 49770, + "start": 49909, + "end": 49924, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49755, - "end": 49759, + "start": 49909, + "end": 49913, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49760, - "end": 49770, + "start": 49914, + "end": 49924, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 13 }, "end": { - "line": 1370, + "line": 1375, "column": 23 }, "identifierName": "stopDevice" @@ -85725,15 +86090,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -85742,57 +86107,57 @@ }, { "type": "ExpressionStatement", - "start": 49820, - "end": 49843, + "start": 49974, + "end": 49997, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49820, - "end": 49842, + "start": 49974, + "end": 49996, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49820, - "end": 49840, + "start": 49974, + "end": 49994, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49820, - "end": 49824, + "start": 49974, + "end": 49978, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 12 } }, @@ -85800,15 +86165,15 @@ }, "property": { "type": "Identifier", - "start": 49825, - "end": 49840, + "start": 49979, + "end": 49994, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 13 }, "end": { - "line": 1373, + "line": 1378, "column": 28 }, "identifierName": "removeRecording" @@ -85825,15 +86190,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -85843,15 +86208,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -85860,71 +86225,71 @@ }, { "type": "ExpressionStatement", - "start": 49879, - "end": 49921, + "start": 50033, + "end": 50075, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 49879, - "end": 49920, + "start": 50033, + "end": 50074, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 49879, - "end": 49904, + "start": 50033, + "end": 50058, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 49879, - "end": 49890, + "start": 50033, + "end": 50044, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49879, - "end": 49883, + "start": 50033, + "end": 50037, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 12 } }, @@ -85932,15 +86297,15 @@ }, "property": { "type": "Identifier", - "start": 49884, - "end": 49890, + "start": 50038, + "end": 50044, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 13 }, "end": { - "line": 1376, + "line": 1381, "column": 19 }, "identifierName": "player" @@ -85952,15 +86317,15 @@ }, "property": { "type": "Identifier", - "start": 49891, - "end": 49904, + "start": 50045, + "end": 50058, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 20 }, "end": { - "line": 1376, + "line": 1381, "column": 33 }, "identifierName": "clearInterval" @@ -85973,44 +86338,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49905, - "end": 49919, + "start": 50059, + "end": 50073, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 34 }, "end": { - "line": 1376, + "line": 1381, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 49905, - "end": 49909, + "start": 50059, + "end": 50063, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 34 }, "end": { - "line": 1376, + "line": 1381, "column": 38 } } }, "property": { "type": "Identifier", - "start": 49910, - "end": 49919, + "start": 50064, + "end": 50073, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 39 }, "end": { - "line": 1376, + "line": 1381, "column": 48 }, "identifierName": "countDown" @@ -86026,15 +86391,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -86044,15 +86409,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -86061,71 +86426,71 @@ }, { "type": "IfStatement", - "start": 49964, - "end": 50434, + "start": 50118, + "end": 50588, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 8 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49968, - "end": 50003, + "start": 50122, + "end": 50157, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 47 } }, "left": { "type": "CallExpression", - "start": 49968, - "end": 49988, + "start": 50122, + "end": 50142, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 49968, - "end": 49986, + "start": 50122, + "end": 50140, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49968, - "end": 49972, + "start": 50122, + "end": 50126, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 16 } }, @@ -86133,15 +86498,15 @@ }, "property": { "type": "Identifier", - "start": 49973, - "end": 49986, + "start": 50127, + "end": 50140, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 17 }, "end": { - "line": 1379, + "line": 1384, "column": 30 }, "identifierName": "getRecordType" @@ -86157,15 +86522,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 49993, - "end": 50003, + "start": 50147, + "end": 50157, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 37 }, "end": { - "line": 1379, + "line": 1384, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -86176,73 +86541,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50005, - "end": 50140, + "start": 50159, + "end": 50294, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 49 }, "end": { - "line": 1384, + "line": 1389, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50019, - "end": 50130, + "start": 50173, + "end": 50284, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 12 }, "end": { - "line": 1383, + "line": 1388, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 50023, - "end": 50034, + "start": 50177, + "end": 50188, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 16 }, "end": { - "line": 1380, + "line": 1385, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50023, - "end": 50027, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 16 }, "end": { - "line": 1380, + "line": 1385, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50028, - "end": 50034, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 21 }, "end": { - "line": 1380, + "line": 1385, "column": 27 }, "identifierName": "surfer" @@ -86253,86 +86618,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50036, - "end": 50130, + "start": 50190, + "end": 50284, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 29 }, "end": { - "line": 1383, + "line": 1388, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50094, - "end": 50116, + "start": 50248, + "end": 50270, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 50094, - "end": 50115, + "start": 50248, + "end": 50269, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 50094, - "end": 50113, + "start": 50248, + "end": 50267, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 50094, - "end": 50105, + "start": 50248, + "end": 50259, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50094, - "end": 50098, + "start": 50248, + "end": 50252, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 20 } }, @@ -86340,15 +86705,15 @@ }, "property": { "type": "Identifier", - "start": 50099, - "end": 50105, + "start": 50253, + "end": 50259, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 21 }, "end": { - "line": 1382, + "line": 1387, "column": 27 }, "identifierName": "surfer" @@ -86360,15 +86725,15 @@ }, "property": { "type": "Identifier", - "start": 50106, - "end": 50113, + "start": 50260, + "end": 50267, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 28 }, "end": { - "line": 1382, + "line": 1387, "column": 35 }, "identifierName": "destroy" @@ -86385,15 +86750,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50054, - "end": 50077, + "start": 50208, + "end": 50231, "loc": { "start": { - "line": 1381, + "line": 1386, "column": 16 }, "end": { - "line": 1381, + "line": 1386, "column": 39 } } @@ -86410,86 +86775,86 @@ }, "alternate": { "type": "IfStatement", - "start": 50146, - "end": 50434, + "start": 50300, + "end": 50588, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 15 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50150, - "end": 50185, + "start": 50304, + "end": 50339, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 54 } }, "left": { "type": "CallExpression", - "start": 50150, - "end": 50170, + "start": 50304, + "end": 50324, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50150, - "end": 50168, + "start": 50304, + "end": 50322, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 50150, - "end": 50154, + "start": 50304, + "end": 50308, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 23 } } }, "property": { "type": "Identifier", - "start": 50155, - "end": 50168, + "start": 50309, + "end": 50322, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 24 }, "end": { - "line": 1384, + "line": 1389, "column": 37 }, "identifierName": "getRecordType" @@ -86503,15 +86868,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50175, - "end": 50185, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 44 }, "end": { - "line": 1384, + "line": 1389, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -86521,87 +86886,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 50187, - "end": 50434, + "start": 50341, + "end": 50588, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 56 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50201, - "end": 50424, + "start": 50355, + "end": 50578, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 12 }, "end": { - "line": 1389, + "line": 1394, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 50205, - "end": 50252, + "start": 50359, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 50205, - "end": 50222, + "start": 50359, + "end": 50376, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50205, - "end": 50209, + "start": 50359, + "end": 50363, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50210, - "end": 50222, + "start": 50364, + "end": 50376, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 21 }, "end": { - "line": 1385, + "line": 1390, "column": 33 }, "identifierName": "mediaElement" @@ -86613,44 +86978,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 50226, - "end": 50252, + "start": 50380, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 37 }, "end": { - "line": 1385, + "line": 1390, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 50226, - "end": 50230, + "start": 50380, + "end": 50384, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 37 }, "end": { - "line": 1385, + "line": 1390, "column": 41 } } }, "property": { "type": "Identifier", - "start": 50231, - "end": 50252, + "start": 50385, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 42 }, "end": { - "line": 1385, + "line": 1390, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -86662,86 +87027,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50254, - "end": 50424, + "start": 50408, + "end": 50578, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 65 }, "end": { - "line": 1389, + "line": 1394, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50309, - "end": 50410, + "start": 50463, + "end": 50564, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1388, + "line": 1393, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 50309, - "end": 50409, + "start": 50463, + "end": 50563, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1388, + "line": 1393, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 50309, - "end": 50346, + "start": 50463, + "end": 50500, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50309, - "end": 50326, + "start": 50463, + "end": 50480, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50309, - "end": 50313, + "start": 50463, + "end": 50467, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 20 } }, @@ -86749,15 +87114,15 @@ }, "property": { "type": "Identifier", - "start": 50314, - "end": 50326, + "start": 50468, + "end": 50480, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 21 }, "end": { - "line": 1387, + "line": 1392, "column": 33 }, "identifierName": "mediaElement" @@ -86769,15 +87134,15 @@ }, "property": { "type": "Identifier", - "start": 50327, - "end": 50346, + "start": 50481, + "end": 50500, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 34 }, "end": { - "line": 1387, + "line": 1392, "column": 53 }, "identifierName": "removeEventListener" @@ -86790,29 +87155,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50347, - "end": 50360, + "start": 50501, + "end": 50514, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 54 }, "end": { - "line": 1387, + "line": 1392, "column": 67 } }, "object": { "type": "Identifier", - "start": 50347, - "end": 50352, + "start": 50501, + "end": 50506, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 54 }, "end": { - "line": 1387, + "line": 1392, "column": 59 }, "identifierName": "Event" @@ -86821,15 +87186,15 @@ }, "property": { "type": "Identifier", - "start": 50353, - "end": 50360, + "start": 50507, + "end": 50514, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 60 }, "end": { - "line": 1387, + "line": 1392, "column": 67 }, "identifierName": "PLAYING" @@ -86840,44 +87205,44 @@ }, { "type": "MemberExpression", - "start": 50382, - "end": 50408, + "start": 50536, + "end": 50562, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 20 }, "end": { - "line": 1388, + "line": 1393, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 50382, - "end": 50386, + "start": 50536, + "end": 50540, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 20 }, "end": { - "line": 1388, + "line": 1393, "column": 24 } } }, "property": { "type": "Identifier", - "start": 50387, - "end": 50408, + "start": 50541, + "end": 50562, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 25 }, "end": { - "line": 1388, + "line": 1393, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -86893,15 +87258,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50272, - "end": 50292, + "start": 50426, + "end": 50446, "loc": { "start": { - "line": 1386, + "line": 1391, "column": 16 }, "end": { - "line": 1386, + "line": 1391, "column": 36 } } @@ -86922,15 +87287,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -86939,72 +87304,72 @@ }, { "type": "ExpressionStatement", - "start": 50444, - "end": 50462, + "start": 50598, + "end": 50616, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50444, - "end": 50461, + "start": 50598, + "end": 50615, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50444, - "end": 50459, + "start": 50598, + "end": 50613, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50444, - "end": 50448, + "start": 50598, + "end": 50602, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50449, - "end": 50459, + "start": 50603, + "end": 50613, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 13 }, "end": { - "line": 1392, + "line": 1397, "column": 23 }, "identifierName": "resetState" @@ -87018,72 +87383,72 @@ }, { "type": "ExpressionStatement", - "start": 50472, - "end": 50488, + "start": 50626, + "end": 50642, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 50472, - "end": 50487, + "start": 50626, + "end": 50641, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 50472, - "end": 50485, + "start": 50626, + "end": 50639, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 21 } }, "object": { "type": "Super", - "start": 50472, - "end": 50477, + "start": 50626, + "end": 50631, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 13 } } }, "property": { "type": "Identifier", - "start": 50478, - "end": 50485, + "start": 50632, + "end": 50639, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 14 }, "end": { - "line": 1394, + "line": 1399, "column": 21 }, "identifierName": "dispose" @@ -87103,15 +87468,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -87121,15 +87486,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -87138,15 +87503,15 @@ }, { "type": "ClassMethod", - "start": 50573, - "end": 50621, + "start": 50727, + "end": 50775, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 4 }, "end": { - "line": 1402, + "line": 1407, "column": 5 } }, @@ -87154,15 +87519,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50573, - "end": 50580, + "start": 50727, + "end": 50734, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 4 }, "end": { - "line": 1400, + "line": 1405, "column": 11 }, "identifierName": "destroy" @@ -87178,101 +87543,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50583, - "end": 50621, + "start": 50737, + "end": 50775, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 14 }, "end": { - "line": 1402, + "line": 1407, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50593, - "end": 50615, + "start": 50747, + "end": 50769, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 50593, - "end": 50614, + "start": 50747, + "end": 50768, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 50593, - "end": 50612, + "start": 50747, + "end": 50766, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50593, - "end": 50604, + "start": 50747, + "end": 50758, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50593, - "end": 50597, + "start": 50747, + "end": 50751, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50598, - "end": 50604, + "start": 50752, + "end": 50758, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 13 }, "end": { - "line": 1401, + "line": 1406, "column": 19 }, "identifierName": "player" @@ -87283,15 +87648,15 @@ }, "property": { "type": "Identifier", - "start": 50605, - "end": 50612, + "start": 50759, + "end": 50766, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 20 }, "end": { - "line": 1401, + "line": 1406, "column": 27 }, "identifierName": "dispose" @@ -87311,15 +87676,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -87329,15 +87694,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -87346,15 +87711,15 @@ }, { "type": "ClassMethod", - "start": 50668, - "end": 52413, + "start": 50822, + "end": 52567, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 4 }, "end": { - "line": 1469, + "line": 1474, "column": 5 } }, @@ -87362,15 +87727,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50668, - "end": 50673, + "start": 50822, + "end": 50827, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 4 }, "end": { - "line": 1407, + "line": 1412, "column": 9 }, "identifierName": "reset" @@ -87386,58 +87751,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50676, - "end": 52413, + "start": 50830, + "end": 52567, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 12 }, "end": { - "line": 1469, + "line": 1474, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50743, - "end": 50883, + "start": 50897, + "end": 51037, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 8 }, "end": { - "line": 1412, + "line": 1417, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 50747, - "end": 50758, + "start": 50901, + "end": 50912, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 12 }, "end": { - "line": 1409, + "line": 1414, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50747, - "end": 50751, + "start": 50901, + "end": 50905, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 12 }, "end": { - "line": 1409, + "line": 1414, "column": 16 } }, @@ -87445,15 +87810,15 @@ }, "property": { "type": "Identifier", - "start": 50752, - "end": 50758, + "start": 50906, + "end": 50912, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 17 }, "end": { - "line": 1409, + "line": 1414, "column": 23 }, "identifierName": "engine" @@ -87465,101 +87830,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 50760, - "end": 50883, + "start": 50914, + "end": 51037, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 25 }, "end": { - "line": 1412, + "line": 1417, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50774, - "end": 50796, + "start": 50928, + "end": 50950, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 50774, - "end": 50795, + "start": 50928, + "end": 50949, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 50774, - "end": 50793, + "start": 50928, + "end": 50947, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 50774, - "end": 50785, + "start": 50928, + "end": 50939, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50774, - "end": 50778, + "start": 50928, + "end": 50932, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50779, - "end": 50785, + "start": 50933, + "end": 50939, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 17 }, "end": { - "line": 1410, + "line": 1415, "column": 23 }, "identifierName": "engine" @@ -87570,15 +87935,15 @@ }, "property": { "type": "Identifier", - "start": 50786, - "end": 50793, + "start": 50940, + "end": 50947, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 24 }, "end": { - "line": 1410, + "line": 1415, "column": 31 }, "identifierName": "dispose" @@ -87592,86 +87957,86 @@ }, { "type": "ExpressionStatement", - "start": 50809, - "end": 50873, + "start": 50963, + "end": 51027, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 50809, - "end": 50872, + "start": 50963, + "end": 51026, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 50809, - "end": 50824, + "start": 50963, + "end": 50978, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50820, + "start": 50963, + "end": 50974, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50809, - "end": 50813, + "start": 50963, + "end": 50967, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50814, - "end": 50820, + "start": 50968, + "end": 50974, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 17 }, "end": { - "line": 1411, + "line": 1416, "column": 23 }, "identifierName": "engine" @@ -87682,15 +88047,15 @@ }, "property": { "type": "Identifier", - "start": 50821, - "end": 50824, + "start": 50975, + "end": 50978, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 24 }, "end": { - "line": 1411, + "line": 1416, "column": 27 }, "identifierName": "off" @@ -87702,29 +88067,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50825, - "end": 50846, + "start": 50979, + "end": 51000, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 28 }, "end": { - "line": 1411, + "line": 1416, "column": 49 } }, "object": { "type": "Identifier", - "start": 50825, - "end": 50830, + "start": 50979, + "end": 50984, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 28 }, "end": { - "line": 1411, + "line": 1416, "column": 33 }, "identifierName": "Event" @@ -87733,15 +88098,15 @@ }, "property": { "type": "Identifier", - "start": 50831, - "end": 50846, + "start": 50985, + "end": 51000, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 34 }, "end": { - "line": 1411, + "line": 1416, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -87752,44 +88117,44 @@ }, { "type": "MemberExpression", - "start": 50848, - "end": 50871, + "start": 51002, + "end": 51025, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 51 }, "end": { - "line": 1411, + "line": 1416, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 50848, - "end": 50852, + "start": 51002, + "end": 51006, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 51 }, "end": { - "line": 1411, + "line": 1416, "column": 55 } } }, "property": { "type": "Identifier", - "start": 50853, - "end": 50871, + "start": 51007, + "end": 51025, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 56 }, "end": { - "line": 1411, + "line": 1416, "column": 74 }, "identifierName": "engineStopCallback" @@ -87810,15 +88175,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50686, - "end": 50734, + "start": 50840, + "end": 50888, "loc": { "start": { - "line": 1408, + "line": 1413, "column": 8 }, "end": { - "line": 1408, + "line": 1413, "column": 56 } } @@ -87828,15 +88193,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -87845,57 +88210,57 @@ }, { "type": "ExpressionStatement", - "start": 50930, - "end": 50942, + "start": 51084, + "end": 51096, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 50930, - "end": 50941, + "start": 51084, + "end": 51095, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 50930, - "end": 50939, + "start": 51084, + "end": 51093, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 50930, - "end": 50934, + "start": 51084, + "end": 51088, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 12 } }, @@ -87903,15 +88268,15 @@ }, "property": { "type": "Identifier", - "start": 50935, - "end": 50939, + "start": 51089, + "end": 51093, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 13 }, "end": { - "line": 1415, + "line": 1420, "column": 17 }, "identifierName": "stop" @@ -87928,15 +88293,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -87945,72 +88310,72 @@ }, { "type": "ExpressionStatement", - "start": 50951, - "end": 50969, + "start": 51105, + "end": 51123, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50951, - "end": 50968, + "start": 51105, + "end": 51122, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50951, - "end": 50966, + "start": 51105, + "end": 51120, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50951, - "end": 50955, + "start": 51105, + "end": 51109, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50956, - "end": 50966, + "start": 51110, + "end": 51120, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 13 }, "end": { - "line": 1416, + "line": 1421, "column": 23 }, "identifierName": "stopDevice" @@ -88025,15 +88390,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -88042,71 +88407,71 @@ }, { "type": "ExpressionStatement", - "start": 51005, - "end": 51047, + "start": 51159, + "end": 51201, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 51005, - "end": 51046, + "start": 51159, + "end": 51200, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 51005, - "end": 51030, + "start": 51159, + "end": 51184, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 51005, - "end": 51016, + "start": 51159, + "end": 51170, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51005, - "end": 51009, + "start": 51159, + "end": 51163, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 12 } }, @@ -88114,15 +88479,15 @@ }, "property": { "type": "Identifier", - "start": 51010, - "end": 51016, + "start": 51164, + "end": 51170, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 13 }, "end": { - "line": 1419, + "line": 1424, "column": 19 }, "identifierName": "player" @@ -88134,15 +88499,15 @@ }, "property": { "type": "Identifier", - "start": 51017, - "end": 51030, + "start": 51171, + "end": 51184, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 20 }, "end": { - "line": 1419, + "line": 1424, "column": 33 }, "identifierName": "clearInterval" @@ -88155,44 +88520,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51031, - "end": 51045, + "start": 51185, + "end": 51199, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 34 }, "end": { - "line": 1419, + "line": 1424, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 51031, - "end": 51035, + "start": 51185, + "end": 51189, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 34 }, "end": { - "line": 1419, + "line": 1424, "column": 38 } } }, "property": { "type": "Identifier", - "start": 51036, - "end": 51045, + "start": 51190, + "end": 51199, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 39 }, "end": { - "line": 1419, + "line": 1424, "column": 48 }, "identifierName": "countDown" @@ -88208,15 +88573,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -88226,15 +88591,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -88243,57 +88608,57 @@ }, { "type": "ExpressionStatement", - "start": 51094, - "end": 51117, + "start": 51248, + "end": 51271, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51094, - "end": 51116, + "start": 51248, + "end": 51270, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51094, - "end": 51114, + "start": 51248, + "end": 51268, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51094, - "end": 51098, + "start": 51248, + "end": 51252, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 12 } }, @@ -88301,15 +88666,15 @@ }, "property": { "type": "Identifier", - "start": 51099, - "end": 51114, + "start": 51253, + "end": 51268, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 13 }, "end": { - "line": 1422, + "line": 1427, "column": 28 }, "identifierName": "removeRecording" @@ -88326,15 +88691,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -88344,15 +88709,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -88361,57 +88726,57 @@ }, { "type": "ExpressionStatement", - "start": 51152, - "end": 51171, + "start": 51306, + "end": 51325, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 51152, - "end": 51170, + "start": 51306, + "end": 51324, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 51152, - "end": 51168, + "start": 51306, + "end": 51322, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51152, - "end": 51156, + "start": 51306, + "end": 51310, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 12 } }, @@ -88419,15 +88784,15 @@ }, "property": { "type": "Identifier", - "start": 51157, - "end": 51168, + "start": 51311, + "end": 51322, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 13 }, "end": { - "line": 1425, + "line": 1430, "column": 24 }, "identifierName": "loadOptions" @@ -88444,15 +88809,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -88462,15 +88827,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -88479,57 +88844,57 @@ }, { "type": "ExpressionStatement", - "start": 51213, - "end": 51231, + "start": 51367, + "end": 51385, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51213, - "end": 51230, + "start": 51367, + "end": 51384, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51213, - "end": 51228, + "start": 51367, + "end": 51382, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51213, - "end": 51217, + "start": 51367, + "end": 51371, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 12 } }, @@ -88537,15 +88902,15 @@ }, "property": { "type": "Identifier", - "start": 51218, - "end": 51228, + "start": 51372, + "end": 51382, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 13 }, "end": { - "line": 1428, + "line": 1433, "column": 23 }, "identifierName": "resetState" @@ -88562,15 +88927,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -88580,15 +88945,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -88597,57 +88962,57 @@ }, { "type": "ExpressionStatement", - "start": 51270, - "end": 51303, + "start": 51424, + "end": 51457, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 51270, - "end": 51302, + "start": 51424, + "end": 51456, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51270, - "end": 51286, + "start": 51424, + "end": 51440, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51270, - "end": 51274, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 12 } }, @@ -88655,15 +89020,15 @@ }, "property": { "type": "Identifier", - "start": 51275, - "end": 51286, + "start": 51429, + "end": 51440, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 13 }, "end": { - "line": 1431, + "line": 1436, "column": 24 }, "identifierName": "setDuration" @@ -88676,44 +89041,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51287, - "end": 51301, + "start": 51441, + "end": 51455, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 25 }, "end": { - "line": 1431, + "line": 1436, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 51287, - "end": 51291, + "start": 51441, + "end": 51445, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 25 }, "end": { - "line": 1431, + "line": 1436, "column": 29 } } }, "property": { "type": "Identifier", - "start": 51292, - "end": 51301, + "start": 51446, + "end": 51455, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 30 }, "end": { - "line": 1431, + "line": 1436, "column": 39 }, "identifierName": "maxLength" @@ -88729,15 +89094,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -88746,72 +89111,72 @@ }, { "type": "ExpressionStatement", - "start": 51312, - "end": 51335, + "start": 51466, + "end": 51489, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51312, - "end": 51334, + "start": 51466, + "end": 51488, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51312, - "end": 51331, + "start": 51466, + "end": 51485, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51312, - "end": 51316, + "start": 51466, + "end": 51470, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51317, - "end": 51331, + "start": 51471, + "end": 51485, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 13 }, "end": { - "line": 1432, + "line": 1437, "column": 27 }, "identifierName": "setCurrentTime" @@ -88823,15 +89188,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 51332, - "end": 51333, + "start": 51486, + "end": 51487, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 28 }, "end": { - "line": 1432, + "line": 1437, "column": 29 } }, @@ -88847,15 +89212,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -88864,71 +89229,71 @@ }, { "type": "ExpressionStatement", - "start": 51369, - "end": 51389, + "start": 51523, + "end": 51543, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 51369, - "end": 51388, + "start": 51523, + "end": 51542, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 51369, - "end": 51386, + "start": 51523, + "end": 51540, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51380, + "start": 51523, + "end": 51534, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51369, - "end": 51373, + "start": 51523, + "end": 51527, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 12 } }, @@ -88936,15 +89301,15 @@ }, "property": { "type": "Identifier", - "start": 51374, - "end": 51380, + "start": 51528, + "end": 51534, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 13 }, "end": { - "line": 1435, + "line": 1440, "column": 19 }, "identifierName": "player" @@ -88956,15 +89321,15 @@ }, "property": { "type": "Identifier", - "start": 51381, - "end": 51386, + "start": 51535, + "end": 51540, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 20 }, "end": { - "line": 1435, + "line": 1440, "column": 25 }, "identifierName": "reset" @@ -88981,15 +89346,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -88998,72 +89363,72 @@ }, { "type": "SwitchStatement", - "start": 51398, - "end": 51861, + "start": 51552, + "end": 52015, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 8 }, "end": { - "line": 1450, + "line": 1455, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 51406, - "end": 51426, + "start": 51560, + "end": 51580, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 51406, - "end": 51424, + "start": 51560, + "end": 51578, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 51406, - "end": 51410, + "start": 51560, + "end": 51564, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51411, - "end": 51424, + "start": 51565, + "end": 51578, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 21 }, "end": { - "line": 1436, + "line": 1441, "column": 34 }, "identifierName": "getRecordType" @@ -89077,87 +89442,87 @@ "cases": [ { "type": "SwitchCase", - "start": 51442, - "end": 51644, + "start": 51596, + "end": 51798, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 12 }, "end": { - "line": 1442, + "line": 1447, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 51475, - "end": 51621, + "start": 51629, + "end": 51775, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 16 }, "end": { - "line": 1441, + "line": 1446, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 51479, - "end": 51512, + "start": 51633, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 51479, - "end": 51490, + "start": 51633, + "end": 51644, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51479, - "end": 51483, + "start": 51633, + "end": 51637, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 24 } } }, "property": { "type": "Identifier", - "start": 51484, - "end": 51490, + "start": 51638, + "end": 51644, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 25 }, "end": { - "line": 1438, + "line": 1443, "column": 31 }, "identifierName": "surfer" @@ -89169,58 +89534,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 51494, - "end": 51512, + "start": 51648, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 51494, - "end": 51505, + "start": 51648, + "end": 51659, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 51494, - "end": 51498, + "start": 51648, + "end": 51652, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 39 } } }, "property": { "type": "Identifier", - "start": 51499, - "end": 51505, + "start": 51653, + "end": 51659, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 40 }, "end": { - "line": 1438, + "line": 1443, "column": 46 }, "identifierName": "surfer" @@ -89231,15 +89596,15 @@ }, "property": { "type": "Identifier", - "start": 51506, - "end": 51512, + "start": 51660, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 47 }, "end": { - "line": 1438, + "line": 1443, "column": 53 }, "identifierName": "surfer" @@ -89251,100 +89616,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 51514, - "end": 51621, + "start": 51668, + "end": 51775, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 55 }, "end": { - "line": 1441, + "line": 1446, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 51576, - "end": 51603, + "start": 51730, + "end": 51757, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 51576, - "end": 51602, + "start": 51730, + "end": 51756, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 51576, - "end": 51600, + "start": 51730, + "end": 51754, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 51576, - "end": 51594, + "start": 51730, + "end": 51748, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51576, - "end": 51587, + "start": 51730, + "end": 51741, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51576, - "end": 51580, + "start": 51730, + "end": 51734, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 24 } }, @@ -89352,15 +89717,15 @@ }, "property": { "type": "Identifier", - "start": 51581, - "end": 51587, + "start": 51735, + "end": 51741, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 25 }, "end": { - "line": 1440, + "line": 1445, "column": 31 }, "identifierName": "surfer" @@ -89372,15 +89737,15 @@ }, "property": { "type": "Identifier", - "start": 51588, - "end": 51594, + "start": 51742, + "end": 51748, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 32 }, "end": { - "line": 1440, + "line": 1445, "column": 38 }, "identifierName": "surfer" @@ -89392,15 +89757,15 @@ }, "property": { "type": "Identifier", - "start": 51595, - "end": 51600, + "start": 51749, + "end": 51754, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 39 }, "end": { - "line": 1440, + "line": 1445, "column": 44 }, "identifierName": "empty" @@ -89417,15 +89782,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51536, - "end": 51555, + "start": 51690, + "end": 51709, "loc": { "start": { - "line": 1439, + "line": 1444, "column": 20 }, "end": { - "line": 1439, + "line": 1444, "column": 39 } } @@ -89439,15 +89804,15 @@ }, { "type": "BreakStatement", - "start": 51638, - "end": 51644, + "start": 51792, + "end": 51798, "loc": { "start": { - "line": 1442, + "line": 1447, "column": 16 }, "end": { - "line": 1442, + "line": 1447, "column": 22 } }, @@ -89456,15 +89821,15 @@ ], "test": { "type": "Identifier", - "start": 51447, - "end": 51457, + "start": 51601, + "end": 51611, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 17 }, "end": { - "line": 1437, + "line": 1442, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -89474,30 +89839,30 @@ }, { "type": "SwitchCase", - "start": 51658, - "end": 51674, + "start": 51812, + "end": 51828, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 12 }, "end": { - "line": 1444, + "line": 1449, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 51663, - "end": 51673, + "start": 51817, + "end": 51827, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 17 }, "end": { - "line": 1444, + "line": 1449, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -89507,100 +89872,100 @@ }, { "type": "SwitchCase", - "start": 51687, - "end": 51851, + "start": 51841, + "end": 52005, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 12 }, "end": { - "line": 1449, + "line": 1454, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51747, - "end": 51779, + "start": 51901, + "end": 51933, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51747, - "end": 51778, + "start": 51901, + "end": 51932, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51747, - "end": 51776, + "start": 51901, + "end": 51930, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51747, - "end": 51771, + "start": 51901, + "end": 51925, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51747, - "end": 51758, + "start": 51901, + "end": 51912, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51747, - "end": 51751, + "start": 51901, + "end": 51905, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 20 } }, @@ -89608,15 +89973,15 @@ }, "property": { "type": "Identifier", - "start": 51752, - "end": 51758, + "start": 51906, + "end": 51912, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 21 }, "end": { - "line": 1447, + "line": 1452, "column": 27 }, "identifierName": "player" @@ -89628,15 +89993,15 @@ }, "property": { "type": "Identifier", - "start": 51759, - "end": 51771, + "start": 51913, + "end": 51925, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 28 }, "end": { - "line": 1447, + "line": 1452, "column": 40 }, "identifierName": "recordCanvas" @@ -89648,15 +90013,15 @@ }, "property": { "type": "Identifier", - "start": 51772, - "end": 51776, + "start": 51926, + "end": 51930, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 41 }, "end": { - "line": 1447, + "line": 1452, "column": 45 }, "identifierName": "hide" @@ -89673,15 +90038,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51719, - "end": 51730, + "start": 51873, + "end": 51884, "loc": { "start": { - "line": 1446, + "line": 1451, "column": 16 }, "end": { - "line": 1446, + "line": 1451, "column": 27 } } @@ -89690,100 +90055,100 @@ }, { "type": "ExpressionStatement", - "start": 51796, - "end": 51828, + "start": 51950, + "end": 51982, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51796, - "end": 51827, + "start": 51950, + "end": 51981, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51796, - "end": 51825, + "start": 51950, + "end": 51979, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51796, - "end": 51820, + "start": 51950, + "end": 51974, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51796, - "end": 51807, + "start": 51950, + "end": 51961, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51796, - "end": 51800, + "start": 51950, + "end": 51954, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51801, - "end": 51807, + "start": 51955, + "end": 51961, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 21 }, "end": { - "line": 1448, + "line": 1453, "column": 27 }, "identifierName": "player" @@ -89794,15 +90159,15 @@ }, "property": { "type": "Identifier", - "start": 51808, - "end": 51820, + "start": 51962, + "end": 51974, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 28 }, "end": { - "line": 1448, + "line": 1453, "column": 40 }, "identifierName": "cameraButton" @@ -89813,15 +90178,15 @@ }, "property": { "type": "Identifier", - "start": 51821, - "end": 51825, + "start": 51975, + "end": 51979, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 41 }, "end": { - "line": 1448, + "line": 1453, "column": 45 }, "identifierName": "hide" @@ -89835,15 +90200,15 @@ }, { "type": "BreakStatement", - "start": 51845, - "end": 51851, + "start": 51999, + "end": 52005, "loc": { "start": { - "line": 1449, + "line": 1454, "column": 16 }, "end": { - "line": 1449, + "line": 1454, "column": 22 } }, @@ -89852,15 +90217,15 @@ ], "test": { "type": "Identifier", - "start": 51692, - "end": 51701, + "start": 51846, + "end": 51855, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 17 }, "end": { - "line": 1445, + "line": 1450, "column": 26 }, "identifierName": "ANIMATION" @@ -89873,15 +90238,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -89890,85 +90255,85 @@ }, { "type": "IfStatement", - "start": 51900, - "end": 52018, + "start": 52054, + "end": 52172, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 8 }, "end": { - "line": 1455, + "line": 1460, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 51904, - "end": 51951, + "start": 52058, + "end": 52105, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 51904, - "end": 51937, + "start": 52058, + "end": 52091, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51904, - "end": 51926, + "start": 52058, + "end": 52080, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 51904, - "end": 51915, + "start": 52058, + "end": 52069, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51904, - "end": 51908, + "start": 52058, + "end": 52062, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 16 } }, @@ -89976,15 +90341,15 @@ }, "property": { "type": "Identifier", - "start": 51909, - "end": 51915, + "start": 52063, + "end": 52069, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 17 }, "end": { - "line": 1453, + "line": 1458, "column": 23 }, "identifierName": "player" @@ -89996,15 +90361,15 @@ }, "property": { "type": "Identifier", - "start": 51916, - "end": 51926, + "start": 52070, + "end": 52080, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 34 }, "identifierName": "controlBar" @@ -90016,15 +90381,15 @@ }, "property": { "type": "Identifier", - "start": 51927, - "end": 51937, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 35 }, "end": { - "line": 1453, + "line": 1458, "column": 45 }, "identifierName": "playToggle" @@ -90037,15 +90402,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 51942, - "end": 51951, + "start": 52096, + "end": 52105, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 50 }, "end": { - "line": 1453, + "line": 1458, "column": 59 }, "identifierName": "undefined" @@ -90056,129 +90421,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 51953, - "end": 52018, + "start": 52107, + "end": 52172, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 61 }, "end": { - "line": 1455, + "line": 1460, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51967, - "end": 52008, + "start": 52121, + "end": 52162, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 51967, - "end": 52007, + "start": 52121, + "end": 52161, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 51967, - "end": 52005, + "start": 52121, + "end": 52159, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 52000, + "start": 52121, + "end": 52154, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 51989, + "start": 52121, + "end": 52143, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 51978, + "start": 52121, + "end": 52132, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51967, - "end": 51971, + "start": 52121, + "end": 52125, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51972, - "end": 51978, + "start": 52126, + "end": 52132, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 17 }, "end": { - "line": 1454, + "line": 1459, "column": 23 }, "identifierName": "player" @@ -90189,15 +90554,15 @@ }, "property": { "type": "Identifier", - "start": 51979, - "end": 51989, + "start": 52133, + "end": 52143, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 24 }, "end": { - "line": 1454, + "line": 1459, "column": 34 }, "identifierName": "controlBar" @@ -90208,15 +90573,15 @@ }, "property": { "type": "Identifier", - "start": 51990, - "end": 52000, + "start": 52144, + "end": 52154, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 35 }, "end": { - "line": 1454, + "line": 1459, "column": 45 }, "identifierName": "playToggle" @@ -90227,15 +90592,15 @@ }, "property": { "type": "Identifier", - "start": 52001, - "end": 52005, + "start": 52155, + "end": 52159, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 46 }, "end": { - "line": 1454, + "line": 1459, "column": 50 }, "identifierName": "hide" @@ -90256,15 +90621,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -90274,15 +90639,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -90291,85 +90656,85 @@ }, { "type": "ExpressionStatement", - "start": 52068, - "end": 52100, + "start": 52222, + "end": 52254, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52068, - "end": 52099, + "start": 52222, + "end": 52253, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52068, - "end": 52097, + "start": 52222, + "end": 52251, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52068, - "end": 52092, + "start": 52222, + "end": 52246, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52068, - "end": 52079, + "start": 52222, + "end": 52233, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52068, - "end": 52072, + "start": 52222, + "end": 52226, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 12 } }, @@ -90377,15 +90742,15 @@ }, "property": { "type": "Identifier", - "start": 52073, - "end": 52079, + "start": 52227, + "end": 52233, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 13 }, "end": { - "line": 1458, + "line": 1463, "column": 19 }, "identifierName": "player" @@ -90397,15 +90762,15 @@ }, "property": { "type": "Identifier", - "start": 52080, - "end": 52092, + "start": 52234, + "end": 52246, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 20 }, "end": { - "line": 1458, + "line": 1463, "column": 32 }, "identifierName": "deviceButton" @@ -90417,15 +90782,15 @@ }, "property": { "type": "Identifier", - "start": 52093, - "end": 52097, + "start": 52247, + "end": 52251, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 33 }, "end": { - "line": 1458, + "line": 1463, "column": 37 }, "identifierName": "show" @@ -90442,15 +90807,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -90460,15 +90825,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -90477,85 +90842,85 @@ }, { "type": "ExpressionStatement", - "start": 52140, - "end": 52172, + "start": 52294, + "end": 52326, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52140, - "end": 52171, + "start": 52294, + "end": 52325, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52140, - "end": 52169, + "start": 52294, + "end": 52323, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52140, - "end": 52164, + "start": 52294, + "end": 52318, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52140, - "end": 52151, + "start": 52294, + "end": 52305, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52140, - "end": 52144, + "start": 52294, + "end": 52298, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 12 } }, @@ -90563,15 +90928,15 @@ }, "property": { "type": "Identifier", - "start": 52145, - "end": 52151, + "start": 52299, + "end": 52305, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 13 }, "end": { - "line": 1461, + "line": 1466, "column": 19 }, "identifierName": "player" @@ -90583,15 +90948,15 @@ }, "property": { "type": "Identifier", - "start": 52152, - "end": 52164, + "start": 52306, + "end": 52318, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 20 }, "end": { - "line": 1461, + "line": 1466, "column": 32 }, "identifierName": "recordToggle" @@ -90603,15 +90968,15 @@ }, "property": { "type": "Identifier", - "start": 52165, - "end": 52169, + "start": 52319, + "end": 52323, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 33 }, "end": { - "line": 1461, + "line": 1466, "column": 37 }, "identifierName": "hide" @@ -90628,15 +90993,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -90646,15 +91011,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -90662,15 +91027,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -90679,71 +91044,71 @@ }, { "type": "ExpressionStatement", - "start": 52265, - "end": 52407, + "start": 52419, + "end": 52561, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1468, + "line": 1473, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 52265, - "end": 52406, + "start": 52419, + "end": 52560, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1468, + "line": 1473, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 52265, - "end": 52280, + "start": 52419, + "end": 52434, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 52265, - "end": 52276, + "start": 52419, + "end": 52430, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52265, - "end": 52269, + "start": 52419, + "end": 52423, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 12 } }, @@ -90751,15 +91116,15 @@ }, "property": { "type": "Identifier", - "start": 52270, - "end": 52276, + "start": 52424, + "end": 52430, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 13 }, "end": { - "line": 1465, + "line": 1470, "column": 19 }, "identifierName": "player" @@ -90771,15 +91136,15 @@ }, "property": { "type": "Identifier", - "start": 52277, - "end": 52280, + "start": 52431, + "end": 52434, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 20 }, "end": { - "line": 1465, + "line": 1470, "column": 23 }, "identifierName": "one" @@ -90792,29 +91157,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52281, - "end": 52301, + "start": 52435, + "end": 52455, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 24 }, "end": { - "line": 1465, + "line": 1470, "column": 44 } }, "object": { "type": "Identifier", - "start": 52281, - "end": 52286, + "start": 52435, + "end": 52440, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 24 }, "end": { - "line": 1465, + "line": 1470, "column": 29 }, "identifierName": "Event" @@ -90823,15 +91188,15 @@ }, "property": { "type": "Identifier", - "start": 52287, - "end": 52301, + "start": 52441, + "end": 52455, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 30 }, "end": { - "line": 1465, + "line": 1470, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -90842,15 +91207,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 52303, - "end": 52405, + "start": 52457, + "end": 52559, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 46 }, "end": { - "line": 1468, + "line": 1473, "column": 9 } }, @@ -90861,72 +91226,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52309, - "end": 52405, + "start": 52463, + "end": 52559, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 52 }, "end": { - "line": 1468, + "line": 1473, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52362, - "end": 52395, + "start": 52516, + "end": 52549, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 52362, - "end": 52394, + "start": 52516, + "end": 52548, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 52362, - "end": 52378, + "start": 52516, + "end": 52532, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 52362, - "end": 52366, + "start": 52516, + "end": 52520, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 16 } }, @@ -90934,15 +91299,15 @@ }, "property": { "type": "Identifier", - "start": 52367, - "end": 52378, + "start": 52521, + "end": 52532, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 17 }, "end": { - "line": 1467, + "line": 1472, "column": 28 }, "identifierName": "setDuration" @@ -90955,44 +91320,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52379, - "end": 52393, + "start": 52533, + "end": 52547, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 29 }, "end": { - "line": 1467, + "line": 1472, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52379, - "end": 52383, + "start": 52533, + "end": 52537, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 29 }, "end": { - "line": 1467, + "line": 1472, "column": 33 } } }, "property": { "type": "Identifier", - "start": 52384, - "end": 52393, + "start": 52538, + "end": 52547, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 34 }, "end": { - "line": 1467, + "line": 1472, "column": 43 }, "identifierName": "maxLength" @@ -91008,15 +91373,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52323, - "end": 52349, + "start": 52477, + "end": 52503, "loc": { "start": { - "line": 1466, + "line": 1471, "column": 12 }, "end": { - "line": 1466, + "line": 1471, "column": 38 } } @@ -91034,15 +91399,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -91050,15 +91415,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -91073,15 +91438,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -91091,15 +91456,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -91108,15 +91473,15 @@ }, { "type": "ClassMethod", - "start": 52491, - "end": 52641, + "start": 52645, + "end": 52795, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1480, + "line": 1485, "column": 5 } }, @@ -91124,15 +91489,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52491, - "end": 52501, + "start": 52645, + "end": 52655, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1475, + "line": 1480, "column": 14 }, "identifierName": "resetState" @@ -91148,88 +91513,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52504, - "end": 52641, + "start": 52658, + "end": 52795, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 17 }, "end": { - "line": 1480, + "line": 1485, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52514, - "end": 52538, + "start": 52668, + "end": 52692, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 52514, - "end": 52537, + "start": 52668, + "end": 52691, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52514, - "end": 52529, + "start": 52668, + "end": 52683, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52514, - "end": 52518, + "start": 52668, + "end": 52672, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52519, - "end": 52529, + "start": 52673, + "end": 52683, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 13 }, "end": { - "line": 1476, + "line": 1481, "column": 23 }, "identifierName": "_recording" @@ -91240,15 +91605,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52532, - "end": 52537, + "start": 52686, + "end": 52691, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 26 }, "end": { - "line": 1476, + "line": 1481, "column": 31 } }, @@ -91258,73 +91623,73 @@ }, { "type": "ExpressionStatement", - "start": 52547, - "end": 52572, + "start": 52701, + "end": 52726, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 52547, - "end": 52571, + "start": 52701, + "end": 52725, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52547, - "end": 52563, + "start": 52701, + "end": 52717, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 52547, - "end": 52551, + "start": 52701, + "end": 52705, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52552, - "end": 52563, + "start": 52706, + "end": 52717, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 13 }, "end": { - "line": 1477, + "line": 1482, "column": 24 }, "identifierName": "_processing" @@ -91335,15 +91700,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52566, - "end": 52571, + "start": 52720, + "end": 52725, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 27 }, "end": { - "line": 1477, + "line": 1482, "column": 32 } }, @@ -91353,73 +91718,73 @@ }, { "type": "ExpressionStatement", - "start": 52581, - "end": 52608, + "start": 52735, + "end": 52762, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 52581, - "end": 52607, + "start": 52735, + "end": 52761, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52581, - "end": 52599, + "start": 52735, + "end": 52753, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 52581, - "end": 52585, + "start": 52735, + "end": 52739, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52586, - "end": 52599, + "start": 52740, + "end": 52753, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 13 }, "end": { - "line": 1478, + "line": 1483, "column": 26 }, "identifierName": "_deviceActive" @@ -91430,15 +91795,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52602, - "end": 52607, + "start": 52756, + "end": 52761, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 29 }, "end": { - "line": 1478, + "line": 1483, "column": 34 } }, @@ -91448,73 +91813,73 @@ }, { "type": "ExpressionStatement", - "start": 52617, - "end": 52635, + "start": 52771, + "end": 52789, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 52617, - "end": 52634, + "start": 52771, + "end": 52788, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52617, - "end": 52629, + "start": 52771, + "end": 52783, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 52617, - "end": 52621, + "start": 52771, + "end": 52775, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52622, - "end": 52629, + "start": 52776, + "end": 52783, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 13 }, "end": { - "line": 1479, + "line": 1484, "column": 20 }, "identifierName": "devices" @@ -91525,15 +91890,15 @@ }, "right": { "type": "ArrayExpression", - "start": 52632, - "end": 52634, + "start": 52786, + "end": 52788, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 23 }, "end": { - "line": 1479, + "line": 1484, "column": 25 } }, @@ -91549,15 +91914,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -91567,15 +91932,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -91584,15 +91949,15 @@ }, { "type": "ClassMethod", - "start": 52722, - "end": 52940, + "start": 52876, + "end": 53094, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 4 }, "end": { - "line": 1491, + "line": 1496, "column": 5 } }, @@ -91600,15 +91965,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52722, - "end": 52737, + "start": 52876, + "end": 52891, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 4 }, "end": { - "line": 1486, + "line": 1491, "column": 19 }, "identifierName": "removeRecording" @@ -91624,87 +91989,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52740, - "end": 52940, + "start": 52894, + "end": 53094, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 22 }, "end": { - "line": 1491, + "line": 1496, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 52750, - "end": 52934, + "start": 52904, + "end": 53088, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 8 }, "end": { - "line": 1490, + "line": 1495, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 52754, - "end": 52825, + "start": 52908, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, "left": { "type": "MemberExpression", - "start": 52754, - "end": 52771, + "start": 52908, + "end": 52925, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52754, - "end": 52758, + "start": 52908, + "end": 52912, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52759, - "end": 52771, + "start": 52913, + "end": 52925, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 17 }, "end": { - "line": 1487, + "line": 1492, "column": 29 }, "identifierName": "mediaElement" @@ -91716,100 +92081,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 52775, - "end": 52825, + "start": 52929, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, "left": { "type": "CallExpression", - "start": 52775, - "end": 52816, + "start": 52929, + "end": 52970, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52775, - "end": 52807, + "start": 52929, + "end": 52961, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 52775, - "end": 52796, + "start": 52929, + "end": 52950, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 52775, - "end": 52792, + "start": 52929, + "end": 52946, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 52775, - "end": 52779, + "start": 52929, + "end": 52933, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } }, "property": { "type": "Identifier", - "start": 52780, - "end": 52792, + "start": 52934, + "end": 52946, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 38 }, "end": { - "line": 1487, + "line": 1492, "column": 50 }, "identifierName": "mediaElement" @@ -91820,15 +92185,15 @@ }, "property": { "type": "Identifier", - "start": 52793, - "end": 52796, + "start": 52947, + "end": 52950, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 51 }, "end": { - "line": 1487, + "line": 1492, "column": 54 }, "identifierName": "src" @@ -91839,15 +92204,15 @@ }, "property": { "type": "Identifier", - "start": 52797, - "end": 52807, + "start": 52951, + "end": 52961, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 55 }, "end": { - "line": 1487, + "line": 1492, "column": 65 }, "identifierName": "startsWith" @@ -91859,15 +92224,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 52808, - "end": 52815, + "start": 52962, + "end": 52969, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 66 }, "end": { - "line": 1487, + "line": 1492, "column": 73 } }, @@ -91882,15 +92247,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 52821, - "end": 52825, + "start": 52975, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 79 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, @@ -91900,72 +92265,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52827, - "end": 52934, + "start": 52981, + "end": 53088, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 85 }, "end": { - "line": 1490, + "line": 1495, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52841, - "end": 52884, + "start": 52995, + "end": 53038, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 52841, - "end": 52883, + "start": 52995, + "end": 53037, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 52841, - "end": 52860, + "start": 52995, + "end": 53014, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 31 } }, "object": { "type": "Identifier", - "start": 52841, - "end": 52844, + "start": 52995, + "end": 52998, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 15 }, "identifierName": "URL" @@ -91974,15 +92339,15 @@ }, "property": { "type": "Identifier", - "start": 52845, - "end": 52860, + "start": 52999, + "end": 53014, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 16 }, "end": { - "line": 1488, + "line": 1493, "column": 31 }, "identifierName": "revokeObjectURL" @@ -91994,58 +92359,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 52861, - "end": 52882, + "start": 53015, + "end": 53036, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 52861, - "end": 52878, + "start": 53015, + "end": 53032, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 52861, - "end": 52865, + "start": 53015, + "end": 53019, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 36 } } }, "property": { "type": "Identifier", - "start": 52866, - "end": 52878, + "start": 53020, + "end": 53032, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 37 }, "end": { - "line": 1488, + "line": 1493, "column": 49 }, "identifierName": "mediaElement" @@ -92056,15 +92421,15 @@ }, "property": { "type": "Identifier", - "start": 52879, - "end": 52882, + "start": 53033, + "end": 53036, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 50 }, "end": { - "line": 1488, + "line": 1493, "column": 53 }, "identifierName": "src" @@ -92078,87 +92443,87 @@ }, { "type": "ExpressionStatement", - "start": 52897, - "end": 52924, + "start": 53051, + "end": 53078, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 52897, - "end": 52923, + "start": 53051, + "end": 53077, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52897, - "end": 52918, + "start": 53051, + "end": 53072, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 52897, - "end": 52914, + "start": 53051, + "end": 53068, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52897, - "end": 52901, + "start": 53051, + "end": 53055, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52902, - "end": 52914, + "start": 53056, + "end": 53068, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 17 }, "end": { - "line": 1489, + "line": 1494, "column": 29 }, "identifierName": "mediaElement" @@ -92169,15 +92534,15 @@ }, "property": { "type": "Identifier", - "start": 52915, - "end": 52918, + "start": 53069, + "end": 53072, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 33 }, "identifierName": "src" @@ -92188,15 +92553,15 @@ }, "right": { "type": "StringLiteral", - "start": 52921, - "end": 52923, + "start": 53075, + "end": 53077, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 36 }, "end": { - "line": 1489, + "line": 1494, "column": 38 } }, @@ -92221,15 +92586,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -92239,15 +92604,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -92256,15 +92621,15 @@ }, { "type": "ClassMethod", - "start": 53585, - "end": 54107, + "start": 53739, + "end": 54261, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 5 } }, @@ -92272,15 +92637,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53585, - "end": 53596, + "start": 53739, + "end": 53750, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 4 }, "end": { - "line": 1507, + "line": 1512, "column": 15 }, "identifierName": "exportImage" @@ -92296,29 +92661,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 53597, - "end": 53617, + "start": 53751, + "end": 53771, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 16 }, "end": { - "line": 1507, + "line": 1512, "column": 36 } }, "left": { "type": "Identifier", - "start": 53597, - "end": 53603, + "start": 53751, + "end": 53757, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 16 }, "end": { - "line": 1507, + "line": 1512, "column": 22 }, "identifierName": "format" @@ -92327,15 +92692,15 @@ }, "right": { "type": "StringLiteral", - "start": 53606, - "end": 53617, + "start": 53760, + "end": 53771, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 25 }, "end": { - "line": 1507, + "line": 1512, "column": 36 } }, @@ -92348,29 +92713,29 @@ }, { "type": "AssignmentPattern", - "start": 53619, - "end": 53630, + "start": 53773, + "end": 53784, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 38 }, "end": { - "line": 1507, + "line": 1512, "column": 49 } }, "left": { "type": "Identifier", - "start": 53619, - "end": 53626, + "start": 53773, + "end": 53780, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 38 }, "end": { - "line": 1507, + "line": 1512, "column": 45 }, "identifierName": "quality" @@ -92379,15 +92744,15 @@ }, "right": { "type": "NumericLiteral", - "start": 53629, - "end": 53630, + "start": 53783, + "end": 53784, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 48 }, "end": { - "line": 1507, + "line": 1512, "column": 49 } }, @@ -92401,101 +92766,101 @@ ], "body": { "type": "BlockStatement", - "start": 53632, - "end": 54107, + "start": 53786, + "end": 54261, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 51 }, "end": { - "line": 1519, + "line": 1524, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 53642, - "end": 54101, + "start": 53796, + "end": 54255, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 8 }, "end": { - "line": 1518, + "line": 1523, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 53646, - "end": 53681, + "start": 53800, + "end": 53835, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 47 } }, "left": { "type": "CallExpression", - "start": 53646, - "end": 53666, + "start": 53800, + "end": 53820, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 53646, - "end": 53664, + "start": 53800, + "end": 53818, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53646, - "end": 53650, + "start": 53800, + "end": 53804, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53651, - "end": 53664, + "start": 53805, + "end": 53818, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 17 }, "end": { - "line": 1508, + "line": 1513, "column": 30 }, "identifierName": "getRecordType" @@ -92509,15 +92874,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 53671, - "end": 53681, + "start": 53825, + "end": 53835, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 37 }, "end": { - "line": 1508, + "line": 1513, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -92527,115 +92892,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 53683, - "end": 53770, + "start": 53837, + "end": 53924, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 49 }, "end": { - "line": 1510, + "line": 1515, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 53697, - "end": 53760, + "start": 53851, + "end": 53914, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 12 }, "end": { - "line": 1509, + "line": 1514, "column": 75 } }, "argument": { "type": "CallExpression", - "start": 53704, - "end": 53759, + "start": 53858, + "end": 53913, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53704, - "end": 53734, + "start": 53858, + "end": 53888, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53704, - "end": 53722, + "start": 53858, + "end": 53876, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53704, - "end": 53715, + "start": 53858, + "end": 53869, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53704, - "end": 53708, + "start": 53858, + "end": 53862, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 23 } } }, "property": { "type": "Identifier", - "start": 53709, - "end": 53715, + "start": 53863, + "end": 53869, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 24 }, "end": { - "line": 1509, + "line": 1514, "column": 30 }, "identifierName": "surfer" @@ -92646,15 +93011,15 @@ }, "property": { "type": "Identifier", - "start": 53716, - "end": 53722, + "start": 53870, + "end": 53876, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 31 }, "end": { - "line": 1509, + "line": 1514, "column": 37 }, "identifierName": "surfer" @@ -92665,15 +93030,15 @@ }, "property": { "type": "Identifier", - "start": 53723, - "end": 53734, + "start": 53877, + "end": 53888, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 38 }, "end": { - "line": 1509, + "line": 1514, "column": 49 }, "identifierName": "exportImage" @@ -92685,15 +93050,15 @@ "arguments": [ { "type": "Identifier", - "start": 53735, - "end": 53741, + "start": 53889, + "end": 53895, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 50 }, "end": { - "line": 1509, + "line": 1514, "column": 56 }, "identifierName": "format" @@ -92702,15 +93067,15 @@ }, { "type": "Identifier", - "start": 53743, - "end": 53750, + "start": 53897, + "end": 53904, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 58 }, "end": { - "line": 1509, + "line": 1514, "column": 65 }, "identifierName": "quality" @@ -92719,15 +93084,15 @@ }, { "type": "StringLiteral", - "start": 53752, - "end": 53758, + "start": 53906, + "end": 53912, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 67 }, "end": { - "line": 1509, + "line": 1514, "column": 73 } }, @@ -92745,59 +93110,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 53776, - "end": 54101, + "start": 53930, + "end": 54255, "loc": { "start": { - "line": 1510, + "line": 1515, "column": 15 }, "end": { - "line": 1518, + "line": 1523, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 53845, - "end": 53905, + "start": 53999, + "end": 54059, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 12 }, "end": { - "line": 1512, + "line": 1517, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53849, - "end": 53904, + "start": 54003, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 16 }, "end": { - "line": 1512, + "line": 1517, "column": 71 } }, "id": { "type": "Identifier", - "start": 53849, - "end": 53861, + "start": 54003, + "end": 54015, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 16 }, "end": { - "line": 1512, + "line": 1517, "column": 28 }, "identifierName": "recordCanvas" @@ -92807,100 +93172,100 @@ }, "init": { "type": "MemberExpression", - "start": 53864, - "end": 53904, + "start": 54018, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 71 } }, "object": { "type": "CallExpression", - "start": 53864, - "end": 53893, + "start": 54018, + "end": 54047, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53864, - "end": 53891, + "start": 54018, + "end": 54045, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 53864, - "end": 53888, + "start": 54018, + "end": 54042, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 53864, - "end": 53875, + "start": 54018, + "end": 54029, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 53864, - "end": 53868, + "start": 54018, + "end": 54022, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 35 } } }, "property": { "type": "Identifier", - "start": 53869, - "end": 53875, + "start": 54023, + "end": 54029, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 36 }, "end": { - "line": 1512, + "line": 1517, "column": 42 }, "identifierName": "player" @@ -92911,15 +93276,15 @@ }, "property": { "type": "Identifier", - "start": 53876, - "end": 53888, + "start": 54030, + "end": 54042, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 43 }, "end": { - "line": 1512, + "line": 1517, "column": 55 }, "identifierName": "recordCanvas" @@ -92930,15 +93295,15 @@ }, "property": { "type": "Identifier", - "start": 53889, - "end": 53891, + "start": 54043, + "end": 54045, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 56 }, "end": { - "line": 1512, + "line": 1517, "column": 58 }, "identifierName": "el" @@ -92951,15 +93316,15 @@ }, "property": { "type": "Identifier", - "start": 53894, - "end": 53904, + "start": 54048, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 61 }, "end": { - "line": 1512, + "line": 1517, "column": 71 }, "identifierName": "firstChild" @@ -92976,15 +93341,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53790, - "end": 53832, + "start": 53944, + "end": 53986, "loc": { "start": { - "line": 1511, + "line": 1516, "column": 12 }, "end": { - "line": 1511, + "line": 1516, "column": 54 } } @@ -92993,72 +93358,72 @@ }, { "type": "ExpressionStatement", - "start": 53918, - "end": 53967, + "start": 54072, + "end": 54121, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 53918, - "end": 53966, + "start": 54072, + "end": 54120, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53918, - "end": 53933, + "start": 54072, + "end": 54087, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 53918, - "end": 53922, + "start": 54072, + "end": 54076, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53923, - "end": 53933, + "start": 54077, + "end": 54087, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 17 }, "end": { - "line": 1513, + "line": 1518, "column": 27 }, "identifierName": "drawCanvas" @@ -93070,15 +93435,15 @@ "arguments": [ { "type": "Identifier", - "start": 53934, - "end": 53946, + "start": 54088, + "end": 54100, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 28 }, "end": { - "line": 1513, + "line": 1518, "column": 40 }, "identifierName": "recordCanvas" @@ -93087,44 +93452,44 @@ }, { "type": "MemberExpression", - "start": 53948, - "end": 53965, + "start": 54102, + "end": 54119, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 42 }, "end": { - "line": 1513, + "line": 1518, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 53948, - "end": 53952, + "start": 54102, + "end": 54106, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 42 }, "end": { - "line": 1513, + "line": 1518, "column": 46 } } }, "property": { "type": "Identifier", - "start": 53953, - "end": 53965, + "start": 54107, + "end": 54119, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 47 }, "end": { - "line": 1513, + "line": 1518, "column": 59 }, "identifierName": "mediaElement" @@ -93138,43 +93503,43 @@ }, { "type": "ReturnStatement", - "start": 53981, - "end": 54091, + "start": 54135, + "end": 54245, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 12 }, "end": { - "line": 1517, + "line": 1522, "column": 15 } }, "argument": { "type": "NewExpression", - "start": 53988, - "end": 54090, + "start": 54142, + "end": 54244, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 19 }, "end": { - "line": 1517, + "line": 1522, "column": 14 } }, "callee": { "type": "Identifier", - "start": 53992, - "end": 53999, + "start": 54146, + "end": 54153, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 23 }, "end": { - "line": 1515, + "line": 1520, "column": 30 }, "identifierName": "Promise" @@ -93184,15 +93549,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54000, - "end": 54089, + "start": 54154, + "end": 54243, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 31 }, "end": { - "line": 1517, + "line": 1522, "column": 13 } }, @@ -93203,15 +93568,15 @@ "params": [ { "type": "Identifier", - "start": 54000, - "end": 54007, + "start": 54154, + "end": 54161, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 31 }, "end": { - "line": 1515, + "line": 1520, "column": 38 }, "identifierName": "resolve" @@ -93221,72 +93586,72 @@ ], "body": { "type": "BlockStatement", - "start": 54011, - "end": 54089, + "start": 54165, + "end": 54243, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 42 }, "end": { - "line": 1517, + "line": 1522, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 54029, - "end": 54075, + "start": 54183, + "end": 54229, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 54029, - "end": 54074, + "start": 54183, + "end": 54228, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 54029, - "end": 54048, + "start": 54183, + "end": 54202, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 35 } }, "object": { "type": "Identifier", - "start": 54029, - "end": 54041, + "start": 54183, + "end": 54195, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 28 }, "identifierName": "recordCanvas" @@ -93295,15 +93660,15 @@ }, "property": { "type": "Identifier", - "start": 54042, - "end": 54048, + "start": 54196, + "end": 54202, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 29 }, "end": { - "line": 1516, + "line": 1521, "column": 35 }, "identifierName": "toBlob" @@ -93315,15 +93680,15 @@ "arguments": [ { "type": "Identifier", - "start": 54049, - "end": 54056, + "start": 54203, + "end": 54210, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 36 }, "end": { - "line": 1516, + "line": 1521, "column": 43 }, "identifierName": "resolve" @@ -93332,15 +93697,15 @@ }, { "type": "Identifier", - "start": 54058, - "end": 54064, + "start": 54212, + "end": 54218, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 45 }, "end": { - "line": 1516, + "line": 1521, "column": 51 }, "identifierName": "format" @@ -93349,15 +93714,15 @@ }, { "type": "Identifier", - "start": 54066, - "end": 54073, + "start": 54220, + "end": 54227, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 53 }, "end": { - "line": 1516, + "line": 1521, "column": 60 }, "identifierName": "quality" @@ -93386,15 +93751,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -93404,15 +93769,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -93421,15 +93786,15 @@ }, { "type": "ClassMethod", - "start": 54258, - "end": 54744, + "start": 54412, + "end": 54898, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 4 }, "end": { - "line": 1538, + "line": 1543, "column": 5 } }, @@ -93437,15 +93802,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54258, - "end": 54268, + "start": 54412, + "end": 54422, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 4 }, "end": { - "line": 1526, + "line": 1531, "column": 14 }, "identifierName": "muteTracks" @@ -93461,15 +93826,15 @@ "params": [ { "type": "Identifier", - "start": 54269, - "end": 54273, + "start": 54423, + "end": 54427, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 15 }, "end": { - "line": 1526, + "line": 1531, "column": 19 }, "identifierName": "mute" @@ -93479,143 +93844,143 @@ ], "body": { "type": "BlockStatement", - "start": 54275, - "end": 54744, + "start": 54429, + "end": 54898, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 21 }, "end": { - "line": 1538, + "line": 1543, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 54285, - "end": 54560, + "start": 54439, + "end": 54714, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 8 }, "end": { - "line": 1532, + "line": 1537, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54289, - "end": 54486, + "start": 54443, + "end": 54640, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 54290, - "end": 54430, + "start": 54444, + "end": 54584, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1529, + "line": 1534, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 54290, - "end": 54378, + "start": 54444, + "end": 54532, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1528, + "line": 1533, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 54290, - "end": 54325, + "start": 54444, + "end": 54479, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54290, - "end": 54310, + "start": 54444, + "end": 54464, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 54290, - "end": 54308, + "start": 54444, + "end": 54462, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 54290, - "end": 54294, + "start": 54444, + "end": 54448, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 17 } } }, "property": { "type": "Identifier", - "start": 54295, - "end": 54308, + "start": 54449, + "end": 54462, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 18 }, "end": { - "line": 1527, + "line": 1532, "column": 31 }, "identifierName": "getRecordType" @@ -93629,15 +93994,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54315, - "end": 54325, + "start": 54469, + "end": 54479, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 38 }, "end": { - "line": 1527, + "line": 1532, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -93648,72 +94013,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54341, - "end": 54378, + "start": 54495, + "end": 54532, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 49 } }, "left": { "type": "CallExpression", - "start": 54341, - "end": 54361, + "start": 54495, + "end": 54515, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54341, - "end": 54359, + "start": 54495, + "end": 54513, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54341, - "end": 54345, + "start": 54495, + "end": 54499, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54346, - "end": 54359, + "start": 54500, + "end": 54513, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 17 }, "end": { - "line": 1528, + "line": 1533, "column": 30 }, "identifierName": "getRecordType" @@ -93727,15 +94092,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54366, - "end": 54378, + "start": 54520, + "end": 54532, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 37 }, "end": { - "line": 1528, + "line": 1533, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -93747,72 +94112,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54394, - "end": 54430, + "start": 54548, + "end": 54584, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54394, - "end": 54414, + "start": 54548, + "end": 54568, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54394, - "end": 54412, + "start": 54548, + "end": 54566, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54394, - "end": 54398, + "start": 54548, + "end": 54552, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54399, - "end": 54412, + "start": 54553, + "end": 54566, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 17 }, "end": { - "line": 1529, + "line": 1534, "column": 30 }, "identifierName": "getRecordType" @@ -93826,15 +94191,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54419, - "end": 54430, + "start": 54573, + "end": 54584, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 37 }, "end": { - "line": 1529, + "line": 1534, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -93844,106 +94209,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 54289 + "parenStart": 54443 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54447, - "end": 54486, + "start": 54601, + "end": 54640, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54447, - "end": 54482, + "start": 54601, + "end": 54636, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54447, - "end": 54475, + "start": 54601, + "end": 54629, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54447, - "end": 54473, + "start": 54601, + "end": 54627, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54447, - "end": 54458, + "start": 54601, + "end": 54612, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54447, - "end": 54451, + "start": 54601, + "end": 54605, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54452, - "end": 54458, + "start": 54606, + "end": 54612, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 17 }, "end": { - "line": 1530, + "line": 1535, "column": 23 }, "identifierName": "stream" @@ -93954,15 +94319,15 @@ }, "property": { "type": "Identifier", - "start": 54459, - "end": 54473, + "start": 54613, + "end": 54627, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 24 }, "end": { - "line": 1530, + "line": 1535, "column": 38 }, "identifierName": "getAudioTracks" @@ -93975,15 +94340,15 @@ }, "property": { "type": "Identifier", - "start": 54476, - "end": 54482, + "start": 54630, + "end": 54636, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 41 }, "end": { - "line": 1530, + "line": 1535, "column": 47 }, "identifierName": "length" @@ -93995,15 +94360,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54485, - "end": 54486, + "start": 54639, + "end": 54640, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 50 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, @@ -94017,144 +94382,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54488, - "end": 54560, + "start": 54642, + "end": 54714, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 53 }, "end": { - "line": 1532, + "line": 1537, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54502, - "end": 54550, + "start": 54656, + "end": 54704, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54502, - "end": 54549, + "start": 54656, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54502, - "end": 54541, + "start": 54656, + "end": 54695, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54502, - "end": 54533, + "start": 54656, + "end": 54687, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54502, - "end": 54530, + "start": 54656, + "end": 54684, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54502, - "end": 54528, + "start": 54656, + "end": 54682, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54502, - "end": 54513, + "start": 54656, + "end": 54667, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54502, - "end": 54506, + "start": 54656, + "end": 54660, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54507, - "end": 54513, + "start": 54661, + "end": 54667, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 17 }, "end": { - "line": 1531, + "line": 1536, "column": 23 }, "identifierName": "stream" @@ -94165,15 +94530,15 @@ }, "property": { "type": "Identifier", - "start": 54514, - "end": 54528, + "start": 54668, + "end": 54682, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 24 }, "end": { - "line": 1531, + "line": 1536, "column": 38 }, "identifierName": "getAudioTracks" @@ -94186,15 +94551,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54531, - "end": 54532, + "start": 54685, + "end": 54686, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 41 }, "end": { - "line": 1531, + "line": 1536, "column": 42 } }, @@ -94208,15 +94573,15 @@ }, "property": { "type": "Identifier", - "start": 54534, - "end": 54541, + "start": 54688, + "end": 54695, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 44 }, "end": { - "line": 1531, + "line": 1536, "column": 51 }, "identifierName": "enabled" @@ -94227,15 +94592,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54544, - "end": 54549, + "start": 54698, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 54 }, "end": { - "line": 1531, + "line": 1536, "column": 59 } }, @@ -94243,15 +94608,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54545, - "end": 54549, + "start": 54699, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 55 }, "end": { - "line": 1531, + "line": 1536, "column": 59 }, "identifierName": "mute" @@ -94271,100 +94636,100 @@ }, { "type": "IfStatement", - "start": 54570, - "end": 54738, + "start": 54724, + "end": 54892, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 8 }, "end": { - "line": 1537, + "line": 1542, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54574, - "end": 54664, + "start": 54728, + "end": 54818, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 54574, - "end": 54609, + "start": 54728, + "end": 54763, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 47 } }, "left": { "type": "CallExpression", - "start": 54574, - "end": 54594, + "start": 54728, + "end": 54748, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54574, - "end": 54592, + "start": 54728, + "end": 54746, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54574, - "end": 54578, + "start": 54728, + "end": 54732, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54579, - "end": 54592, + "start": 54733, + "end": 54746, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 17 }, "end": { - "line": 1534, + "line": 1539, "column": 30 }, "identifierName": "getRecordType" @@ -94378,15 +94743,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 54599, - "end": 54609, + "start": 54753, + "end": 54763, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 37 }, "end": { - "line": 1534, + "line": 1539, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -94397,100 +94762,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54625, - "end": 54664, + "start": 54779, + "end": 54818, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54625, - "end": 54660, + "start": 54779, + "end": 54814, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54625, - "end": 54653, + "start": 54779, + "end": 54807, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54625, - "end": 54651, + "start": 54779, + "end": 54805, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54625, - "end": 54636, + "start": 54779, + "end": 54790, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54625, - "end": 54629, + "start": 54779, + "end": 54783, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54630, - "end": 54636, + "start": 54784, + "end": 54790, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 17 }, "end": { - "line": 1535, + "line": 1540, "column": 23 }, "identifierName": "stream" @@ -94501,15 +94866,15 @@ }, "property": { "type": "Identifier", - "start": 54637, - "end": 54651, + "start": 54791, + "end": 54805, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 24 }, "end": { - "line": 1535, + "line": 1540, "column": 38 }, "identifierName": "getVideoTracks" @@ -94522,15 +94887,15 @@ }, "property": { "type": "Identifier", - "start": 54654, - "end": 54660, + "start": 54808, + "end": 54814, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 41 }, "end": { - "line": 1535, + "line": 1540, "column": 47 }, "identifierName": "length" @@ -94542,15 +94907,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54663, - "end": 54664, + "start": 54817, + "end": 54818, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 50 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, @@ -94564,144 +94929,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54666, - "end": 54738, + "start": 54820, + "end": 54892, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 53 }, "end": { - "line": 1537, + "line": 1542, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54680, - "end": 54728, + "start": 54834, + "end": 54882, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54680, - "end": 54727, + "start": 54834, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54680, - "end": 54719, + "start": 54834, + "end": 54873, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54680, - "end": 54711, + "start": 54834, + "end": 54865, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54680, - "end": 54708, + "start": 54834, + "end": 54862, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54680, - "end": 54706, + "start": 54834, + "end": 54860, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54680, - "end": 54691, + "start": 54834, + "end": 54845, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54680, - "end": 54684, + "start": 54834, + "end": 54838, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54685, - "end": 54691, + "start": 54839, + "end": 54845, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 17 }, "end": { - "line": 1536, + "line": 1541, "column": 23 }, "identifierName": "stream" @@ -94712,15 +95077,15 @@ }, "property": { "type": "Identifier", - "start": 54692, - "end": 54706, + "start": 54846, + "end": 54860, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 24 }, "end": { - "line": 1536, + "line": 1541, "column": 38 }, "identifierName": "getVideoTracks" @@ -94733,15 +95098,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54709, - "end": 54710, + "start": 54863, + "end": 54864, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 41 }, "end": { - "line": 1536, + "line": 1541, "column": 42 } }, @@ -94755,15 +95120,15 @@ }, "property": { "type": "Identifier", - "start": 54712, - "end": 54719, + "start": 54866, + "end": 54873, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 44 }, "end": { - "line": 1536, + "line": 1541, "column": 51 }, "identifierName": "enabled" @@ -94774,15 +95139,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54722, - "end": 54727, + "start": 54876, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 54 }, "end": { - "line": 1536, + "line": 1541, "column": 59 } }, @@ -94790,15 +95155,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54723, - "end": 54727, + "start": 54877, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 55 }, "end": { - "line": 1536, + "line": 1541, "column": 59 }, "identifierName": "mute" @@ -94824,15 +95189,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -94842,15 +95207,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -94859,15 +95224,15 @@ }, { "type": "ClassMethod", - "start": 54934, - "end": 55096, + "start": 55088, + "end": 55250, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 4 }, "end": { - "line": 1550, + "line": 1555, "column": 5 } }, @@ -94875,15 +95240,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54934, - "end": 54947, + "start": 55088, + "end": 55101, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 4 }, "end": { - "line": 1547, + "line": 1552, "column": 17 }, "identifierName": "getRecordType" @@ -94899,58 +95264,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 54950, - "end": 55096, + "start": 55104, + "end": 55250, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 20 }, "end": { - "line": 1550, + "line": 1555, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 54960, - "end": 55090, + "start": 55114, + "end": 55244, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 8 }, "end": { - "line": 1549, + "line": 1554, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 54967, - "end": 55089, + "start": 55121, + "end": 55243, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 15 }, "end": { - "line": 1549, + "line": 1554, "column": 70 } }, "callee": { "type": "Identifier", - "start": 54967, - "end": 54982, + "start": 55121, + "end": 55136, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 15 }, "end": { - "line": 1548, + "line": 1553, "column": 30 }, "identifierName": "getRecorderMode" @@ -94960,44 +95325,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 54983, - "end": 54999, + "start": 55137, + "end": 55153, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 31 }, "end": { - "line": 1548, + "line": 1553, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 54983, - "end": 54987, + "start": 55137, + "end": 55141, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 31 }, "end": { - "line": 1548, + "line": 1553, "column": 35 } } }, "property": { "type": "Identifier", - "start": 54988, - "end": 54999, + "start": 55142, + "end": 55153, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 36 }, "end": { - "line": 1548, + "line": 1553, "column": 47 }, "identifierName": "recordImage" @@ -95008,44 +95373,44 @@ }, { "type": "MemberExpression", - "start": 55001, - "end": 55017, + "start": 55155, + "end": 55171, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 49 }, "end": { - "line": 1548, + "line": 1553, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 55001, - "end": 55005, + "start": 55155, + "end": 55159, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 49 }, "end": { - "line": 1548, + "line": 1553, "column": 53 } } }, "property": { "type": "Identifier", - "start": 55006, - "end": 55017, + "start": 55160, + "end": 55171, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 54 }, "end": { - "line": 1548, + "line": 1553, "column": 65 }, "identifierName": "recordAudio" @@ -95056,44 +95421,44 @@ }, { "type": "MemberExpression", - "start": 55031, - "end": 55047, + "start": 55185, + "end": 55201, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 12 }, "end": { - "line": 1549, + "line": 1554, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 55031, - "end": 55035, + "start": 55185, + "end": 55189, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 12 }, "end": { - "line": 1549, + "line": 1554, "column": 16 } } }, "property": { "type": "Identifier", - "start": 55036, - "end": 55047, + "start": 55190, + "end": 55201, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 17 }, "end": { - "line": 1549, + "line": 1554, "column": 28 }, "identifierName": "recordVideo" @@ -95104,44 +95469,44 @@ }, { "type": "MemberExpression", - "start": 55049, - "end": 55069, + "start": 55203, + "end": 55223, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 30 }, "end": { - "line": 1549, + "line": 1554, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 55049, - "end": 55053, + "start": 55203, + "end": 55207, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 30 }, "end": { - "line": 1549, + "line": 1554, "column": 34 } } }, "property": { "type": "Identifier", - "start": 55054, - "end": 55069, + "start": 55208, + "end": 55223, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 35 }, "end": { - "line": 1549, + "line": 1554, "column": 50 }, "identifierName": "recordAnimation" @@ -95152,44 +95517,44 @@ }, { "type": "MemberExpression", - "start": 55071, - "end": 55088, + "start": 55225, + "end": 55242, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 52 }, "end": { - "line": 1549, + "line": 1554, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 55071, - "end": 55075, + "start": 55225, + "end": 55229, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 52 }, "end": { - "line": 1549, + "line": 1554, "column": 56 } } }, "property": { "type": "Identifier", - "start": 55076, - "end": 55088, + "start": 55230, + "end": 55242, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 57 }, "end": { - "line": 1549, + "line": 1554, "column": 69 }, "identifierName": "recordScreen" @@ -95209,15 +95574,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -95227,15 +95592,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -95244,15 +95609,15 @@ }, { "type": "ClassMethod", - "start": 55176, - "end": 55959, + "start": 55330, + "end": 56113, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 4 }, "end": { - "line": 1575, + "line": 1580, "column": 5 } }, @@ -95260,15 +95625,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55176, - "end": 55190, + "start": 55330, + "end": 55344, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 4 }, "end": { - "line": 1556, + "line": 1561, "column": 18 }, "identifierName": "createSnapshot" @@ -95284,115 +95649,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55193, - "end": 55959, + "start": 55347, + "end": 56113, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 21 }, "end": { - "line": 1575, + "line": 1580, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55203, - "end": 55953, + "start": 55357, + "end": 56107, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1574, + "line": 1579, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 55203, - "end": 55952, + "start": 55357, + "end": 56106, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1574, + "line": 1579, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 55203, - "end": 55227, + "start": 55357, + "end": 55381, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 32 } }, "object": { "type": "CallExpression", - "start": 55203, - "end": 55222, + "start": 55357, + "end": 55376, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 55203, - "end": 55220, + "start": 55357, + "end": 55374, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 55203, - "end": 55207, + "start": 55357, + "end": 55361, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55208, - "end": 55220, + "start": 55362, + "end": 55374, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 13 }, "end": { - "line": 1557, + "line": 1562, "column": 25 }, "identifierName": "captureFrame" @@ -95405,15 +95770,15 @@ }, "property": { "type": "Identifier", - "start": 55223, - "end": 55227, + "start": 55377, + "end": 55381, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 28 }, "end": { - "line": 1557, + "line": 1562, "column": 32 }, "identifierName": "then" @@ -95425,15 +95790,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55228, - "end": 55902, + "start": 55382, + "end": 56056, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 33 }, "end": { - "line": 1574, + "line": 1579, "column": 9 } }, @@ -95444,15 +95809,15 @@ "params": [ { "type": "Identifier", - "start": 55229, - "end": 55235, + "start": 55383, + "end": 55389, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 34 }, "end": { - "line": 1557, + "line": 1562, "column": 40 }, "identifierName": "result" @@ -95462,87 +95827,87 @@ ], "body": { "type": "BlockStatement", - "start": 55240, - "end": 55902, + "start": 55394, + "end": 56056, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 45 }, "end": { - "line": 1574, + "line": 1579, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55254, - "end": 55892, + "start": 55408, + "end": 56046, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 12 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55258, - "end": 55289, + "start": 55412, + "end": 55443, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 55258, - "end": 55278, + "start": 55412, + "end": 55432, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55258, - "end": 55262, + "start": 55412, + "end": 55416, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 20 } } }, "property": { "type": "Identifier", - "start": 55263, - "end": 55278, + "start": 55417, + "end": 55432, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 21 }, "end": { - "line": 1558, + "line": 1563, "column": 36 }, "identifierName": "imageOutputType" @@ -95554,15 +95919,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55283, - "end": 55289, + "start": 55437, + "end": 55443, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 41 }, "end": { - "line": 1558, + "line": 1563, "column": 47 } }, @@ -95575,72 +95940,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 55291, - "end": 55562, + "start": 55445, + "end": 55716, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 49 }, "end": { - "line": 1566, + "line": 1571, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55361, - "end": 55548, + "start": 55515, + "end": 55702, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1565, + "line": 1570, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 55361, - "end": 55547, + "start": 55515, + "end": 55701, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1565, + "line": 1570, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 55361, - "end": 55374, + "start": 55515, + "end": 55528, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1560, + "line": 1565, "column": 29 } }, "object": { "type": "Identifier", - "start": 55361, - "end": 55367, + "start": 55515, + "end": 55521, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1560, + "line": 1565, "column": 22 }, "identifierName": "result" @@ -95650,15 +96015,15 @@ }, "property": { "type": "Identifier", - "start": 55368, - "end": 55374, + "start": 55522, + "end": 55528, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 23 }, "end": { - "line": 1560, + "line": 1565, "column": 29 }, "identifierName": "toBlob" @@ -95671,15 +96036,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55375, - "end": 55546, + "start": 55529, + "end": 55700, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 30 }, "end": { - "line": 1565, + "line": 1570, "column": 17 } }, @@ -95690,15 +96055,15 @@ "params": [ { "type": "Identifier", - "start": 55376, - "end": 55380, + "start": 55530, + "end": 55534, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 31 }, "end": { - "line": 1560, + "line": 1565, "column": 35 }, "identifierName": "blob" @@ -95708,102 +96073,102 @@ ], "body": { "type": "BlockStatement", - "start": 55385, - "end": 55546, + "start": 55539, + "end": 55700, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 40 }, "end": { - "line": 1565, + "line": 1570, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 55407, - "end": 55439, + "start": 55561, + "end": 55593, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 55407, - "end": 55438, + "start": 55561, + "end": 55592, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55407, - "end": 55431, + "start": 55561, + "end": 55585, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 55407, - "end": 55418, + "start": 55561, + "end": 55572, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 55407, - "end": 55411, + "start": 55561, + "end": 55565, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55412, - "end": 55418, + "start": 55566, + "end": 55572, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 25 }, "end": { - "line": 1561, + "line": 1566, "column": 31 }, "identifierName": "player" @@ -95814,15 +96179,15 @@ }, "property": { "type": "Identifier", - "start": 55419, - "end": 55431, + "start": 55573, + "end": 55585, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 32 }, "end": { - "line": 1561, + "line": 1566, "column": 44 }, "identifierName": "recordedData" @@ -95833,15 +96198,15 @@ }, "right": { "type": "Identifier", - "start": 55434, - "end": 55438, + "start": 55588, + "end": 55592, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 47 }, "end": { - "line": 1561, + "line": 1566, "column": 51 }, "identifierName": "blob" @@ -95853,15 +96218,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -95870,57 +96235,57 @@ }, { "type": "ExpressionStatement", - "start": 55505, - "end": 55528, + "start": 55659, + "end": 55682, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 55505, - "end": 55527, + "start": 55659, + "end": 55681, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 55505, - "end": 55525, + "start": 55659, + "end": 55679, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 55505, - "end": 55509, + "start": 55659, + "end": 55663, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 24 } }, @@ -95928,15 +96293,15 @@ }, "property": { "type": "Identifier", - "start": 55510, - "end": 55525, + "start": 55664, + "end": 55679, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 25 }, "end": { - "line": 1564, + "line": 1569, "column": 40 }, "identifierName": "displaySnapshot" @@ -95953,15 +96318,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -95979,15 +96344,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55309, - "end": 55344, + "start": 55463, + "end": 55498, "loc": { "start": { - "line": 1559, + "line": 1564, "column": 16 }, "end": { - "line": 1559, + "line": 1564, "column": 51 } } @@ -95999,72 +96364,72 @@ }, "alternate": { "type": "IfStatement", - "start": 55568, - "end": 55892, + "start": 55722, + "end": 56046, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 19 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55572, - "end": 55606, + "start": 55726, + "end": 55760, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 55572, - "end": 55592, + "start": 55726, + "end": 55746, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 55572, - "end": 55576, + "start": 55726, + "end": 55730, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 27 } } }, "property": { "type": "Identifier", - "start": 55577, - "end": 55592, + "start": 55731, + "end": 55746, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 28 }, "end": { - "line": 1566, + "line": 1571, "column": 43 }, "identifierName": "imageOutputType" @@ -96076,15 +96441,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55597, - "end": 55606, + "start": 55751, + "end": 55760, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 48 }, "end": { - "line": 1566, + "line": 1571, "column": 57 } }, @@ -96097,87 +96462,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 55608, - "end": 55892, + "start": 55762, + "end": 56046, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 59 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55683, - "end": 55797, + "start": 55837, + "end": 55951, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1574, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 55683, - "end": 55796, + "start": 55837, + "end": 55950, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1574, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55683, - "end": 55707, + "start": 55837, + "end": 55861, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 55683, - "end": 55694, + "start": 55837, + "end": 55848, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55683, - "end": 55687, + "start": 55837, + "end": 55841, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 20 } }, @@ -96185,15 +96550,15 @@ }, "property": { "type": "Identifier", - "start": 55688, - "end": 55694, + "start": 55842, + "end": 55848, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 21 }, "end": { - "line": 1568, + "line": 1573, "column": 27 }, "identifierName": "player" @@ -96205,15 +96570,15 @@ }, "property": { "type": "Identifier", - "start": 55695, - "end": 55707, + "start": 55849, + "end": 55861, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 28 }, "end": { - "line": 1568, + "line": 1573, "column": 40 }, "identifierName": "recordedData" @@ -96225,43 +96590,43 @@ }, "right": { "type": "CallExpression", - "start": 55710, - "end": 55796, + "start": 55864, + "end": 55950, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1569, + "line": 1574, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 55710, - "end": 55726, + "start": 55864, + "end": 55880, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1568, + "line": 1573, "column": 59 } }, "object": { "type": "Identifier", - "start": 55710, - "end": 55716, + "start": 55864, + "end": 55870, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1568, + "line": 1573, "column": 49 }, "identifierName": "result" @@ -96270,15 +96635,15 @@ }, "property": { "type": "Identifier", - "start": 55717, - "end": 55726, + "start": 55871, + "end": 55880, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 50 }, "end": { - "line": 1568, + "line": 1573, "column": 59 }, "identifierName": "toDataURL" @@ -96290,44 +96655,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55748, - "end": 55770, + "start": 55902, + "end": 55924, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 20 }, "end": { - "line": 1569, + "line": 1574, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 55748, - "end": 55752, + "start": 55902, + "end": 55906, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 20 }, "end": { - "line": 1569, + "line": 1574, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55753, - "end": 55770, + "start": 55907, + "end": 55924, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 25 }, "end": { - "line": 1569, + "line": 1574, "column": 42 }, "identifierName": "imageOutputFormat" @@ -96338,44 +96703,44 @@ }, { "type": "MemberExpression", - "start": 55772, - "end": 55795, + "start": 55926, + "end": 55949, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 44 }, "end": { - "line": 1569, + "line": 1574, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 55772, - "end": 55776, + "start": 55926, + "end": 55930, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 44 }, "end": { - "line": 1569, + "line": 1574, "column": 48 } } }, "property": { "type": "Identifier", - "start": 55777, - "end": 55795, + "start": 55931, + "end": 55949, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 49 }, "end": { - "line": 1569, + "line": 1574, "column": 67 }, "identifierName": "imageOutputQuality" @@ -96392,15 +96757,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55626, - "end": 55666, + "start": 55780, + "end": 55820, "loc": { "start": { - "line": 1567, + "line": 1572, "column": 16 }, "end": { - "line": 1567, + "line": 1572, "column": 56 } } @@ -96410,15 +96775,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -96427,57 +96792,57 @@ }, { "type": "ExpressionStatement", - "start": 55855, - "end": 55878, + "start": 56009, + "end": 56032, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 55855, - "end": 55877, + "start": 56009, + "end": 56031, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 55855, - "end": 55875, + "start": 56009, + "end": 56029, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55855, - "end": 55859, + "start": 56009, + "end": 56013, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 20 } }, @@ -96485,15 +96850,15 @@ }, "property": { "type": "Identifier", - "start": 55860, - "end": 55875, + "start": 56014, + "end": 56029, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 21 }, "end": { - "line": 1572, + "line": 1577, "column": 36 }, "identifierName": "displaySnapshot" @@ -96510,15 +96875,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -96537,44 +96902,44 @@ }, { "type": "MemberExpression", - "start": 55904, - "end": 55926, + "start": 56058, + "end": 56080, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 11 }, "end": { - "line": 1574, + "line": 1579, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 55904, - "end": 55908, + "start": 56058, + "end": 56062, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 11 }, "end": { - "line": 1574, + "line": 1579, "column": 15 } } }, "property": { "type": "Identifier", - "start": 55909, - "end": 55926, + "start": 56063, + "end": 56080, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 16 }, "end": { - "line": 1574, + "line": 1579, "column": 33 }, "identifierName": "imageOutputFormat" @@ -96585,44 +96950,44 @@ }, { "type": "MemberExpression", - "start": 55928, - "end": 55951, + "start": 56082, + "end": 56105, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 35 }, "end": { - "line": 1574, + "line": 1579, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 55928, - "end": 55932, + "start": 56082, + "end": 56086, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 35 }, "end": { - "line": 1574, + "line": 1579, "column": 39 } } }, "property": { "type": "Identifier", - "start": 55933, - "end": 55951, + "start": 56087, + "end": 56105, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 40 }, "end": { - "line": 1574, + "line": 1579, "column": 58 }, "identifierName": "imageOutputQuality" @@ -96642,15 +97007,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -96660,15 +97025,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -96677,15 +97042,15 @@ }, { "type": "ClassMethod", - "start": 56028, - "end": 56252, + "start": 56182, + "end": 56406, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1590, + "line": 1595, "column": 5 } }, @@ -96693,15 +97058,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56028, - "end": 56043, + "start": 56182, + "end": 56197, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1581, + "line": 1586, "column": 19 }, "identifierName": "displaySnapshot" @@ -96717,101 +97082,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56046, - "end": 56252, + "start": 56200, + "end": 56406, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 22 }, "end": { - "line": 1590, + "line": 1595, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56086, - "end": 56127, + "start": 56240, + "end": 56281, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 56086, - "end": 56126, + "start": 56240, + "end": 56280, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56086, - "end": 56117, + "start": 56240, + "end": 56271, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 56086, - "end": 56109, + "start": 56240, + "end": 56263, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56086, - "end": 56103, + "start": 56240, + "end": 56257, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56086, - "end": 56090, + "start": 56240, + "end": 56244, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 12 } }, @@ -96819,15 +97184,15 @@ }, "property": { "type": "Identifier", - "start": 56091, - "end": 56103, + "start": 56245, + "end": 56257, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 13 }, "end": { - "line": 1583, + "line": 1588, "column": 25 }, "identifierName": "mediaElement" @@ -96839,15 +97204,15 @@ }, "property": { "type": "Identifier", - "start": 56104, - "end": 56109, + "start": 56258, + "end": 56263, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 26 }, "end": { - "line": 1583, + "line": 1588, "column": 31 }, "identifierName": "style" @@ -96859,15 +97224,15 @@ }, "property": { "type": "Identifier", - "start": 56110, - "end": 56117, + "start": 56264, + "end": 56271, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 32 }, "end": { - "line": 1583, + "line": 1588, "column": 39 }, "identifierName": "display" @@ -96879,15 +97244,15 @@ }, "right": { "type": "StringLiteral", - "start": 56120, - "end": 56126, + "start": 56274, + "end": 56280, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 42 }, "end": { - "line": 1583, + "line": 1588, "column": 48 } }, @@ -96903,15 +97268,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56056, - "end": 56077, + "start": 56210, + "end": 56231, "loc": { "start": { - "line": 1582, + "line": 1587, "column": 8 }, "end": { - "line": 1582, + "line": 1587, "column": 29 } } @@ -96921,15 +97286,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -96938,85 +97303,85 @@ }, { "type": "ExpressionStatement", - "start": 56166, - "end": 56198, + "start": 56320, + "end": 56352, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56166, - "end": 56197, + "start": 56320, + "end": 56351, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56166, - "end": 56195, + "start": 56320, + "end": 56349, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56166, - "end": 56190, + "start": 56320, + "end": 56344, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56166, - "end": 56177, + "start": 56320, + "end": 56331, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56166, - "end": 56170, + "start": 56320, + "end": 56324, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 12 } }, @@ -97024,15 +97389,15 @@ }, "property": { "type": "Identifier", - "start": 56171, - "end": 56177, + "start": 56325, + "end": 56331, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 13 }, "end": { - "line": 1586, + "line": 1591, "column": 19 }, "identifierName": "player" @@ -97044,15 +97409,15 @@ }, "property": { "type": "Identifier", - "start": 56178, - "end": 56190, + "start": 56332, + "end": 56344, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 20 }, "end": { - "line": 1586, + "line": 1591, "column": 32 }, "identifierName": "recordCanvas" @@ -97064,15 +97429,15 @@ }, "property": { "type": "Identifier", - "start": 56191, - "end": 56195, + "start": 56345, + "end": 56349, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 33 }, "end": { - "line": 1586, + "line": 1591, "column": 37 }, "identifierName": "show" @@ -97089,15 +97454,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -97107,15 +97472,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -97124,57 +97489,57 @@ }, { "type": "ExpressionStatement", - "start": 56234, - "end": 56246, + "start": 56388, + "end": 56400, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 56234, - "end": 56245, + "start": 56388, + "end": 56399, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 56234, - "end": 56243, + "start": 56388, + "end": 56397, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56234, - "end": 56238, + "start": 56388, + "end": 56392, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 12 } }, @@ -97182,15 +97547,15 @@ }, "property": { "type": "Identifier", - "start": 56239, - "end": 56243, + "start": 56393, + "end": 56397, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 13 }, "end": { - "line": 1589, + "line": 1594, "column": 17 }, "identifierName": "stop" @@ -97207,15 +97572,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -97230,15 +97595,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -97248,15 +97613,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -97265,15 +97630,15 @@ }, { "type": "ClassMethod", - "start": 56337, - "end": 56564, + "start": 56491, + "end": 56718, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 4 }, "end": { - "line": 1604, + "line": 1609, "column": 5 } }, @@ -97281,15 +97646,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56337, - "end": 56350, + "start": 56491, + "end": 56504, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 4 }, "end": { - "line": 1596, + "line": 1601, "column": 17 }, "identifierName": "retrySnapshot" @@ -97305,88 +97670,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56353, - "end": 56564, + "start": 56507, + "end": 56718, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 20 }, "end": { - "line": 1604, + "line": 1609, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56363, - "end": 56388, + "start": 56517, + "end": 56542, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 56363, - "end": 56387, + "start": 56517, + "end": 56541, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56363, - "end": 56379, + "start": 56517, + "end": 56533, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 56363, - "end": 56367, + "start": 56517, + "end": 56521, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56368, - "end": 56379, + "start": 56522, + "end": 56533, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 13 }, "end": { - "line": 1597, + "line": 1602, "column": 24 }, "identifierName": "_processing" @@ -97397,15 +97762,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56382, - "end": 56387, + "start": 56536, + "end": 56541, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 27 }, "end": { - "line": 1597, + "line": 1602, "column": 32 } }, @@ -97416,15 +97781,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -97433,85 +97798,85 @@ }, { "type": "ExpressionStatement", - "start": 56434, - "end": 56466, + "start": 56588, + "end": 56620, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56434, - "end": 56465, + "start": 56588, + "end": 56619, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56434, - "end": 56463, + "start": 56588, + "end": 56617, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56434, - "end": 56458, + "start": 56588, + "end": 56612, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56434, - "end": 56445, + "start": 56588, + "end": 56599, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56434, - "end": 56438, + "start": 56588, + "end": 56592, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 12 } }, @@ -97519,15 +97884,15 @@ }, "property": { "type": "Identifier", - "start": 56439, - "end": 56445, + "start": 56593, + "end": 56599, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 13 }, "end": { - "line": 1600, + "line": 1605, "column": 19 }, "identifierName": "player" @@ -97539,15 +97904,15 @@ }, "property": { "type": "Identifier", - "start": 56446, - "end": 56458, + "start": 56600, + "end": 56612, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 20 }, "end": { - "line": 1600, + "line": 1605, "column": 32 }, "identifierName": "recordCanvas" @@ -97559,15 +97924,15 @@ }, "property": { "type": "Identifier", - "start": 56459, - "end": 56463, + "start": 56613, + "end": 56617, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 33 }, "end": { - "line": 1600, + "line": 1605, "column": 37 }, "identifierName": "hide" @@ -97584,15 +97949,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -97602,15 +97967,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -97619,128 +97984,128 @@ }, { "type": "ExpressionStatement", - "start": 56506, - "end": 56558, + "start": 56660, + "end": 56712, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 56506, - "end": 56557, + "start": 56660, + "end": 56711, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56506, - "end": 56547, + "start": 56660, + "end": 56701, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56539, + "start": 56660, + "end": 56693, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56533, + "start": 56660, + "end": 56687, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 35 } }, "object": { "type": "CallExpression", - "start": 56506, - "end": 56522, + "start": 56660, + "end": 56676, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 56506, - "end": 56520, + "start": 56660, + "end": 56674, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56517, + "start": 56660, + "end": 56671, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56506, - "end": 56510, + "start": 56660, + "end": 56664, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 12 } }, @@ -97748,15 +98113,15 @@ }, "property": { "type": "Identifier", - "start": 56511, - "end": 56517, + "start": 56665, + "end": 56671, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 13 }, "end": { - "line": 1603, + "line": 1608, "column": 19 }, "identifierName": "player" @@ -97768,15 +98133,15 @@ }, "property": { "type": "Identifier", - "start": 56518, - "end": 56520, + "start": 56672, + "end": 56674, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 20 }, "end": { - "line": 1603, + "line": 1608, "column": 22 }, "identifierName": "el" @@ -97791,15 +98156,15 @@ }, "property": { "type": "Identifier", - "start": 56523, - "end": 56533, + "start": 56677, + "end": 56687, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 25 }, "end": { - "line": 1603, + "line": 1608, "column": 35 }, "identifierName": "firstChild" @@ -97811,15 +98176,15 @@ }, "property": { "type": "Identifier", - "start": 56534, - "end": 56539, + "start": 56688, + "end": 56693, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 36 }, "end": { - "line": 1603, + "line": 1608, "column": 41 }, "identifierName": "style" @@ -97831,15 +98196,15 @@ }, "property": { "type": "Identifier", - "start": 56540, - "end": 56547, + "start": 56694, + "end": 56701, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 42 }, "end": { - "line": 1603, + "line": 1608, "column": 49 }, "identifierName": "display" @@ -97851,15 +98216,15 @@ }, "right": { "type": "StringLiteral", - "start": 56550, - "end": 56557, + "start": 56704, + "end": 56711, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 52 }, "end": { - "line": 1603, + "line": 1608, "column": 59 } }, @@ -97875,15 +98240,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -97898,15 +98263,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -97916,15 +98281,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -97933,15 +98298,15 @@ }, { "type": "ClassMethod", - "start": 56683, - "end": 59842, + "start": 56837, + "end": 59996, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 5 } }, @@ -97949,15 +98314,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56683, - "end": 56695, + "start": 56837, + "end": 56849, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 4 }, "end": { - "line": 1611, + "line": 1616, "column": 16 }, "identifierName": "captureFrame" @@ -97973,59 +98338,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56698, - "end": 59842, + "start": 56852, + "end": 59996, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 19 }, "end": { - "line": 1678, + "line": 1683, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56708, - "end": 56739, + "start": 56862, + "end": 56893, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 8 }, "end": { - "line": 1612, + "line": 1617, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56712, - "end": 56738, + "start": 56866, + "end": 56892, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 38 } }, "id": { "type": "Identifier", - "start": 56712, - "end": 56720, + "start": 56866, + "end": 56874, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 20 }, "identifierName": "detected" @@ -98034,29 +98399,29 @@ }, "init": { "type": "CallExpression", - "start": 56723, - "end": 56738, + "start": 56877, + "end": 56892, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 23 }, "end": { - "line": 1612, + "line": 1617, "column": 38 } }, "callee": { "type": "Identifier", - "start": 56723, - "end": 56736, + "start": 56877, + "end": 56890, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 23 }, "end": { - "line": 1612, + "line": 1617, "column": 36 }, "identifierName": "detectBrowser" @@ -98071,44 +98436,44 @@ }, { "type": "VariableDeclaration", - "start": 56748, - "end": 56808, + "start": 56902, + "end": 56962, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56752, - "end": 56807, + "start": 56906, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 12 }, "end": { - "line": 1613, + "line": 1618, "column": 67 } }, "id": { "type": "Identifier", - "start": 56752, - "end": 56764, + "start": 56906, + "end": 56918, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 12 }, "end": { - "line": 1613, + "line": 1618, "column": 24 }, "identifierName": "recordCanvas" @@ -98117,100 +98482,100 @@ }, "init": { "type": "MemberExpression", - "start": 56767, - "end": 56807, + "start": 56921, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 67 } }, "object": { "type": "CallExpression", - "start": 56767, - "end": 56796, + "start": 56921, + "end": 56950, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 56767, - "end": 56794, + "start": 56921, + "end": 56948, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 56767, - "end": 56791, + "start": 56921, + "end": 56945, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 56767, - "end": 56778, + "start": 56921, + "end": 56932, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 56767, - "end": 56771, + "start": 56921, + "end": 56925, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56772, - "end": 56778, + "start": 56926, + "end": 56932, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 32 }, "end": { - "line": 1613, + "line": 1618, "column": 38 }, "identifierName": "player" @@ -98221,15 +98586,15 @@ }, "property": { "type": "Identifier", - "start": 56779, - "end": 56791, + "start": 56933, + "end": 56945, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 39 }, "end": { - "line": 1613, + "line": 1618, "column": 51 }, "identifierName": "recordCanvas" @@ -98240,15 +98605,15 @@ }, "property": { "type": "Identifier", - "start": 56792, - "end": 56794, + "start": 56946, + "end": 56948, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 52 }, "end": { - "line": 1613, + "line": 1618, "column": 54 }, "identifierName": "el" @@ -98261,15 +98626,15 @@ }, "property": { "type": "Identifier", - "start": 56797, - "end": 56807, + "start": 56951, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 57 }, "end": { - "line": 1613, + "line": 1618, "column": 67 }, "identifierName": "firstChild" @@ -98284,44 +98649,44 @@ }, { "type": "VariableDeclaration", - "start": 56817, - "end": 56861, + "start": 56971, + "end": 57015, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 52 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56821, - "end": 56860, + "start": 56975, + "end": 57014, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 12 }, "end": { - "line": 1614, + "line": 1619, "column": 51 } }, "id": { "type": "Identifier", - "start": 56821, - "end": 56826, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 12 }, "end": { - "line": 1614, + "line": 1619, "column": 17 }, "identifierName": "track" @@ -98330,86 +98695,86 @@ }, "init": { "type": "MemberExpression", - "start": 56829, - "end": 56860, + "start": 56983, + "end": 57014, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 51 } }, "object": { "type": "CallExpression", - "start": 56829, - "end": 56857, + "start": 56983, + "end": 57011, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 56829, - "end": 56855, + "start": 56983, + "end": 57009, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 56829, - "end": 56840, + "start": 56983, + "end": 56994, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 56829, - "end": 56833, + "start": 56983, + "end": 56987, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 24 } } }, "property": { "type": "Identifier", - "start": 56834, - "end": 56840, + "start": 56988, + "end": 56994, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 25 }, "end": { - "line": 1614, + "line": 1619, "column": 31 }, "identifierName": "stream" @@ -98420,15 +98785,15 @@ }, "property": { "type": "Identifier", - "start": 56841, - "end": 56855, + "start": 56995, + "end": 57009, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 32 }, "end": { - "line": 1614, + "line": 1619, "column": 46 }, "identifierName": "getVideoTracks" @@ -98441,15 +98806,15 @@ }, "property": { "type": "NumericLiteral", - "start": 56858, - "end": 56859, + "start": 57012, + "end": 57013, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 49 }, "end": { - "line": 1614, + "line": 1619, "column": 50 } }, @@ -98467,44 +98832,44 @@ }, { "type": "VariableDeclaration", - "start": 56870, - "end": 56905, + "start": 57024, + "end": 57059, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56874, - "end": 56904, + "start": 57028, + "end": 57058, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 12 }, "end": { - "line": 1615, + "line": 1620, "column": 42 } }, "id": { "type": "Identifier", - "start": 56874, - "end": 56882, + "start": 57028, + "end": 57036, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 12 }, "end": { - "line": 1615, + "line": 1620, "column": 20 }, "identifierName": "settings" @@ -98513,43 +98878,43 @@ }, "init": { "type": "CallExpression", - "start": 56885, - "end": 56904, + "start": 57039, + "end": 57058, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 56885, - "end": 56902, + "start": 57039, + "end": 57056, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 40 } }, "object": { "type": "Identifier", - "start": 56885, - "end": 56890, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 28 }, "identifierName": "track" @@ -98558,15 +98923,15 @@ }, "property": { "type": "Identifier", - "start": 56891, - "end": 56902, + "start": 57045, + "end": 57056, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 29 }, "end": { - "line": 1615, + "line": 1620, "column": 40 }, "identifierName": "getSettings" @@ -98584,15 +98949,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -98600,15 +98965,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -98617,58 +98982,58 @@ }, { "type": "ExpressionStatement", - "start": 57033, - "end": 57069, + "start": 57187, + "end": 57223, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 57033, - "end": 57068, + "start": 57187, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57033, - "end": 57051, + "start": 57187, + "end": 57205, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 26 } }, "object": { "type": "Identifier", - "start": 57033, - "end": 57045, + "start": 57187, + "end": 57199, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 20 }, "identifierName": "recordCanvas" @@ -98678,15 +99043,15 @@ }, "property": { "type": "Identifier", - "start": 57046, - "end": 57051, + "start": 57200, + "end": 57205, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 21 }, "end": { - "line": 1619, + "line": 1624, "column": 26 }, "identifierName": "width" @@ -98698,29 +99063,29 @@ }, "right": { "type": "MemberExpression", - "start": 57054, - "end": 57068, + "start": 57208, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 43 } }, "object": { "type": "Identifier", - "start": 57054, - "end": 57062, + "start": 57208, + "end": 57216, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 37 }, "identifierName": "settings" @@ -98729,15 +99094,15 @@ }, "property": { "type": "Identifier", - "start": 57063, - "end": 57068, + "start": 57217, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 38 }, "end": { - "line": 1619, + "line": 1624, "column": 43 }, "identifierName": "width" @@ -98752,15 +99117,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -98768,15 +99133,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -98785,58 +99150,58 @@ }, { "type": "ExpressionStatement", - "start": 57078, - "end": 57116, + "start": 57232, + "end": 57270, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 57078, - "end": 57115, + "start": 57232, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57078, - "end": 57097, + "start": 57232, + "end": 57251, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 27 } }, "object": { "type": "Identifier", - "start": 57078, - "end": 57090, + "start": 57232, + "end": 57244, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 20 }, "identifierName": "recordCanvas" @@ -98845,15 +99210,15 @@ }, "property": { "type": "Identifier", - "start": 57091, - "end": 57097, + "start": 57245, + "end": 57251, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 21 }, "end": { - "line": 1620, + "line": 1625, "column": 27 }, "identifierName": "height" @@ -98864,29 +99229,29 @@ }, "right": { "type": "MemberExpression", - "start": 57100, - "end": 57115, + "start": 57254, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 45 } }, "object": { "type": "Identifier", - "start": 57100, - "end": 57108, + "start": 57254, + "end": 57262, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 38 }, "identifierName": "settings" @@ -98895,15 +99260,15 @@ }, "property": { "type": "Identifier", - "start": 57109, - "end": 57115, + "start": 57263, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 39 }, "end": { - "line": 1620, + "line": 1625, "column": 45 }, "identifierName": "height" @@ -98916,43 +99281,43 @@ }, { "type": "ReturnStatement", - "start": 57126, - "end": 59836, + "start": 57280, + "end": 59990, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1677, + "line": 1682, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 57133, - "end": 59835, + "start": 57287, + "end": 59989, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 15 }, "end": { - "line": 1677, + "line": 1682, "column": 10 } }, "callee": { "type": "Identifier", - "start": 57137, - "end": 57144, + "start": 57291, + "end": 57298, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 19 }, "end": { - "line": 1622, + "line": 1627, "column": 26 }, "identifierName": "Promise" @@ -98962,15 +99327,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57145, - "end": 59834, + "start": 57299, + "end": 59988, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 27 }, "end": { - "line": 1677, + "line": 1682, "column": 9 } }, @@ -98981,15 +99346,15 @@ "params": [ { "type": "Identifier", - "start": 57146, - "end": 57153, + "start": 57300, + "end": 57307, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 28 }, "end": { - "line": 1622, + "line": 1627, "column": 35 }, "identifierName": "resolve" @@ -98998,15 +99363,15 @@ }, { "type": "Identifier", - "start": 57155, - "end": 57161, + "start": 57309, + "end": 57315, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 37 }, "end": { - "line": 1622, + "line": 1627, "column": 43 }, "identifierName": "reject" @@ -99016,59 +99381,59 @@ ], "body": { "type": "BlockStatement", - "start": 57166, - "end": 59834, + "start": 57320, + "end": 59988, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 48 }, "end": { - "line": 1677, + "line": 1682, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57180, - "end": 57239, + "start": 57334, + "end": 57393, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 12 }, "end": { - "line": 1623, + "line": 1628, "column": 71 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57186, - "end": 57238, + "start": 57340, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 18 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "id": { "type": "Identifier", - "start": 57186, - "end": 57203, + "start": 57340, + "end": 57357, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 18 }, "end": { - "line": 1623, + "line": 1628, "column": 35 }, "identifierName": "cameraAspectRatio" @@ -99077,43 +99442,43 @@ }, "init": { "type": "BinaryExpression", - "start": 57206, - "end": 57238, + "start": 57360, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 57206, - "end": 57220, + "start": 57360, + "end": 57374, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 52 } }, "object": { "type": "Identifier", - "start": 57206, - "end": 57214, + "start": 57360, + "end": 57368, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 46 }, "identifierName": "settings" @@ -99122,15 +99487,15 @@ }, "property": { "type": "Identifier", - "start": 57215, - "end": 57220, + "start": 57369, + "end": 57374, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 47 }, "end": { - "line": 1623, + "line": 1628, "column": 52 }, "identifierName": "width" @@ -99142,29 +99507,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57223, - "end": 57238, + "start": 57377, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 55 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "object": { "type": "Identifier", - "start": 57223, - "end": 57231, + "start": 57377, + "end": 57385, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 55 }, "end": { - "line": 1623, + "line": 1628, "column": 63 }, "identifierName": "settings" @@ -99173,15 +99538,15 @@ }, "property": { "type": "Identifier", - "start": 57232, - "end": 57238, + "start": 57386, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 64 }, "end": { - "line": 1623, + "line": 1628, "column": 70 }, "identifierName": "height" @@ -99197,44 +99562,44 @@ }, { "type": "VariableDeclaration", - "start": 57252, - "end": 57321, + "start": 57406, + "end": 57475, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 12 }, "end": { - "line": 1624, + "line": 1629, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57258, - "end": 57320, + "start": 57412, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 18 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "id": { "type": "Identifier", - "start": 57258, - "end": 57275, + "start": 57412, + "end": 57429, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 18 }, "end": { - "line": 1624, + "line": 1629, "column": 35 }, "identifierName": "playerAspectRatio" @@ -99243,86 +99608,86 @@ }, "init": { "type": "BinaryExpression", - "start": 57278, - "end": 57320, + "start": 57432, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "left": { "type": "CallExpression", - "start": 57278, - "end": 57297, + "start": 57432, + "end": 57451, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57278, - "end": 57295, + "start": 57432, + "end": 57449, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57278, - "end": 57289, + "start": 57432, + "end": 57443, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 57278, - "end": 57282, + "start": 57432, + "end": 57436, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 42 } } }, "property": { "type": "Identifier", - "start": 57283, - "end": 57289, + "start": 57437, + "end": 57443, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 43 }, "end": { - "line": 1624, + "line": 1629, "column": 49 }, "identifierName": "player" @@ -99333,15 +99698,15 @@ }, "property": { "type": "Identifier", - "start": 57290, - "end": 57295, + "start": 57444, + "end": 57449, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 50 }, "end": { - "line": 1624, + "line": 1629, "column": 55 }, "identifierName": "width" @@ -99355,72 +99720,72 @@ "operator": "/", "right": { "type": "CallExpression", - "start": 57300, - "end": 57320, + "start": 57454, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 57300, - "end": 57318, + "start": 57454, + "end": 57472, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 78 } }, "object": { "type": "MemberExpression", - "start": 57300, - "end": 57311, + "start": 57454, + "end": 57465, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 57300, - "end": 57304, + "start": 57454, + "end": 57458, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 64 } } }, "property": { "type": "Identifier", - "start": 57305, - "end": 57311, + "start": 57459, + "end": 57465, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 65 }, "end": { - "line": 1624, + "line": 1629, "column": 71 }, "identifierName": "player" @@ -99431,15 +99796,15 @@ }, "property": { "type": "Identifier", - "start": 57312, - "end": 57318, + "start": 57466, + "end": 57472, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 72 }, "end": { - "line": 1624, + "line": 1629, "column": 78 }, "identifierName": "height" @@ -99457,44 +99822,44 @@ }, { "type": "VariableDeclaration", - "start": 57334, - "end": 57361, + "start": 57488, + "end": 57515, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 12 }, "end": { - "line": 1625, + "line": 1630, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57338, - "end": 57360, + "start": 57492, + "end": 57514, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 16 }, "end": { - "line": 1625, + "line": 1630, "column": 38 } }, "id": { "type": "Identifier", - "start": 57338, - "end": 57356, + "start": 57492, + "end": 57510, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 16 }, "end": { - "line": 1625, + "line": 1630, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -99503,15 +99868,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57359, - "end": 57360, + "start": 57513, + "end": 57514, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 37 }, "end": { - "line": 1625, + "line": 1630, "column": 38 } }, @@ -99527,44 +99892,44 @@ }, { "type": "VariableDeclaration", - "start": 57374, - "end": 57400, + "start": 57528, + "end": 57554, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 12 }, "end": { - "line": 1626, + "line": 1631, "column": 38 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57378, - "end": 57399, + "start": 57532, + "end": 57553, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 16 }, "end": { - "line": 1626, + "line": 1631, "column": 37 } }, "id": { "type": "Identifier", - "start": 57378, - "end": 57395, + "start": 57532, + "end": 57549, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 16 }, "end": { - "line": 1626, + "line": 1631, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -99573,15 +99938,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57398, - "end": 57399, + "start": 57552, + "end": 57553, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 36 }, "end": { - "line": 1626, + "line": 1631, "column": 37 } }, @@ -99597,44 +99962,44 @@ }, { "type": "VariableDeclaration", - "start": 57413, - "end": 57436, + "start": 57567, + "end": 57590, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 12 }, "end": { - "line": 1627, + "line": 1632, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57417, - "end": 57435, + "start": 57571, + "end": 57589, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 16 }, "end": { - "line": 1627, + "line": 1632, "column": 34 } }, "id": { "type": "Identifier", - "start": 57417, - "end": 57431, + "start": 57571, + "end": 57585, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 16 }, "end": { - "line": 1627, + "line": 1632, "column": 30 }, "identifierName": "imageXPosition" @@ -99643,15 +100008,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57434, - "end": 57435, + "start": 57588, + "end": 57589, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 33 }, "end": { - "line": 1627, + "line": 1632, "column": 34 } }, @@ -99667,44 +100032,44 @@ }, { "type": "VariableDeclaration", - "start": 57449, - "end": 57472, + "start": 57603, + "end": 57626, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 12 }, "end": { - "line": 1628, + "line": 1633, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57453, - "end": 57471, + "start": 57607, + "end": 57625, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 16 }, "end": { - "line": 1628, + "line": 1633, "column": 34 } }, "id": { "type": "Identifier", - "start": 57453, - "end": 57467, + "start": 57607, + "end": 57621, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 16 }, "end": { - "line": 1628, + "line": 1633, "column": 30 }, "identifierName": "imageYPosition" @@ -99713,15 +100078,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57470, - "end": 57471, + "start": 57624, + "end": 57625, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 33 }, "end": { - "line": 1628, + "line": 1633, "column": 34 } }, @@ -99738,15 +100103,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -99754,15 +100119,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -99771,43 +100136,43 @@ }, { "type": "IfStatement", - "start": 57557, - "end": 58215, + "start": 57711, + "end": 58369, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 12 }, "end": { - "line": 1642, + "line": 1647, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 57561, - "end": 57599, + "start": 57715, + "end": 57753, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 16 }, "end": { - "line": 1632, + "line": 1637, "column": 54 } }, "left": { "type": "Identifier", - "start": 57561, - "end": 57578, + "start": 57715, + "end": 57732, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 16 }, "end": { - "line": 1632, + "line": 1637, "column": 33 }, "identifierName": "cameraAspectRatio" @@ -99818,15 +100183,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 57582, - "end": 57599, + "start": 57736, + "end": 57753, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 37 }, "end": { - "line": 1632, + "line": 1637, "column": 54 }, "identifierName": "playerAspectRatio" @@ -99837,59 +100202,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 57601, - "end": 57905, + "start": 57755, + "end": 58059, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 56 }, "end": { - "line": 1637, + "line": 1642, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57668, - "end": 57746, + "start": 57822, + "end": 57900, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 57668, - "end": 57745, + "start": 57822, + "end": 57899, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57668, - "end": 57686, + "start": 57822, + "end": 57840, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -99899,43 +100264,43 @@ }, "right": { "type": "BinaryExpression", - "start": 57689, - "end": 57745, + "start": 57843, + "end": 57899, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 57689, - "end": 57704, + "start": 57843, + "end": 57858, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 52 } }, "object": { "type": "Identifier", - "start": 57689, - "end": 57697, + "start": 57843, + "end": 57851, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 45 }, "identifierName": "settings" @@ -99944,15 +100309,15 @@ }, "property": { "type": "Identifier", - "start": 57698, - "end": 57704, + "start": 57852, + "end": 57858, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 46 }, "end": { - "line": 1634, + "line": 1639, "column": 52 }, "identifierName": "height" @@ -99964,86 +100329,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 57708, - "end": 57744, + "start": 57862, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 92 } }, "left": { "type": "CallExpression", - "start": 57708, - "end": 57727, + "start": 57862, + "end": 57881, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 57708, - "end": 57725, + "start": 57862, + "end": 57879, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 57708, - "end": 57719, + "start": 57862, + "end": 57873, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 57708, - "end": 57712, + "start": 57862, + "end": 57866, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 60 } } }, "property": { "type": "Identifier", - "start": 57713, - "end": 57719, + "start": 57867, + "end": 57873, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 61 }, "end": { - "line": 1634, + "line": 1639, "column": 67 }, "identifierName": "player" @@ -100054,15 +100419,15 @@ }, "property": { "type": "Identifier", - "start": 57720, - "end": 57725, + "start": 57874, + "end": 57879, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 68 }, "end": { - "line": 1634, + "line": 1639, "column": 73 }, "identifierName": "width" @@ -100076,29 +100441,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57730, - "end": 57744, + "start": 57884, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 78 }, "end": { - "line": 1634, + "line": 1639, "column": 92 } }, "object": { "type": "Identifier", - "start": 57730, - "end": 57738, + "start": 57884, + "end": 57892, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 78 }, "end": { - "line": 1634, + "line": 1639, "column": 86 }, "identifierName": "settings" @@ -100107,15 +100472,15 @@ }, "property": { "type": "Identifier", - "start": 57739, - "end": 57744, + "start": 57893, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 87 }, "end": { - "line": 1634, + "line": 1639, "column": 92 }, "identifierName": "width" @@ -100126,7 +100491,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57707 + "parenStart": 57861 } } }, @@ -100136,15 +100501,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57619, - "end": 57651, + "start": 57773, + "end": 57805, "loc": { "start": { - "line": 1633, + "line": 1638, "column": 16 }, "end": { - "line": 1633, + "line": 1638, "column": 48 } } @@ -100153,44 +100518,44 @@ }, { "type": "ExpressionStatement", - "start": 57763, - "end": 57803, + "start": 57917, + "end": 57957, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 57763, - "end": 57802, + "start": 57917, + "end": 57956, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57763, - "end": 57780, + "start": 57917, + "end": 57934, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -100199,72 +100564,72 @@ }, "right": { "type": "CallExpression", - "start": 57783, - "end": 57802, + "start": 57937, + "end": 57956, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 57783, - "end": 57800, + "start": 57937, + "end": 57954, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 57783, - "end": 57794, + "start": 57937, + "end": 57948, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 57783, - "end": 57787, + "start": 57937, + "end": 57941, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 40 } } }, "property": { "type": "Identifier", - "start": 57788, - "end": 57794, + "start": 57942, + "end": 57948, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 41 }, "end": { - "line": 1635, + "line": 1640, "column": 47 }, "identifierName": "player" @@ -100275,15 +100640,15 @@ }, "property": { "type": "Identifier", - "start": 57795, - "end": 57800, + "start": 57949, + "end": 57954, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 48 }, "end": { - "line": 1635, + "line": 1640, "column": 53 }, "identifierName": "width" @@ -100298,44 +100663,44 @@ }, { "type": "ExpressionStatement", - "start": 57820, - "end": 57891, + "start": 57974, + "end": 58045, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 57820, - "end": 57890, + "start": 57974, + "end": 58044, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 86 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57820, - "end": 57834, + "start": 57974, + "end": 57988, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 30 }, "identifierName": "imageYPosition" @@ -100344,100 +100709,100 @@ }, "right": { "type": "BinaryExpression", - "start": 57837, - "end": 57890, + "start": 57991, + "end": 58044, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 33 }, "end": { - "line": 1636, + "line": 1641, "column": 86 } }, "left": { "type": "BinaryExpression", - "start": 57838, - "end": 57862, + "start": 57992, + "end": 58016, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 58 } }, "left": { "type": "CallExpression", - "start": 57838, - "end": 57858, + "start": 57992, + "end": 58012, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57838, - "end": 57856, + "start": 57992, + "end": 58010, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 57838, - "end": 57849, + "start": 57992, + "end": 58003, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 57838, - "end": 57842, + "start": 57992, + "end": 57996, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 38 } } }, "property": { "type": "Identifier", - "start": 57843, - "end": 57849, + "start": 57997, + "end": 58003, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 39 }, "end": { - "line": 1636, + "line": 1641, "column": 45 }, "identifierName": "player" @@ -100448,15 +100813,15 @@ }, "property": { "type": "Identifier", - "start": 57850, - "end": 57856, + "start": 58004, + "end": 58010, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 46 }, "end": { - "line": 1636, + "line": 1641, "column": 52 }, "identifierName": "height" @@ -100470,15 +100835,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 57861, - "end": 57862, + "start": 58015, + "end": 58016, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 57 }, "end": { - "line": 1636, + "line": 1641, "column": 58 } }, @@ -100490,35 +100855,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 57837 + "parenStart": 57991 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 57867, - "end": 57889, + "start": 58021, + "end": 58043, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 63 }, "end": { - "line": 1636, + "line": 1641, "column": 85 } }, "left": { "type": "Identifier", - "start": 57867, - "end": 57885, + "start": 58021, + "end": 58039, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 63 }, "end": { - "line": 1636, + "line": 1641, "column": 81 }, "identifierName": "imagePreviewHeight" @@ -100528,15 +100893,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 57888, - "end": 57889, + "start": 58042, + "end": 58043, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 84 }, "end": { - "line": 1636, + "line": 1641, "column": 85 } }, @@ -100548,7 +100913,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57866 + "parenStart": 58020 } } } @@ -100559,59 +100924,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 57911, - "end": 58215, + "start": 58065, + "end": 58369, "loc": { "start": { - "line": 1637, + "line": 1642, "column": 19 }, "end": { - "line": 1642, + "line": 1647, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57978, - "end": 58020, + "start": 58132, + "end": 58174, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 57978, - "end": 58019, + "start": 58132, + "end": 58173, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57978, - "end": 57996, + "start": 58132, + "end": 58150, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -100621,72 +100986,72 @@ }, "right": { "type": "CallExpression", - "start": 57999, - "end": 58019, + "start": 58153, + "end": 58173, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57999, - "end": 58017, + "start": 58153, + "end": 58171, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57999, - "end": 58010, + "start": 58153, + "end": 58164, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 57999, - "end": 58003, + "start": 58153, + "end": 58157, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58004, - "end": 58010, + "start": 58158, + "end": 58164, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 42 }, "end": { - "line": 1639, + "line": 1644, "column": 48 }, "identifierName": "player" @@ -100697,15 +101062,15 @@ }, "property": { "type": "Identifier", - "start": 58011, - "end": 58017, + "start": 58165, + "end": 58171, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 49 }, "end": { - "line": 1639, + "line": 1644, "column": 55 }, "identifierName": "height" @@ -100722,15 +101087,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 57929, - "end": 57961, + "start": 58083, + "end": 58115, "loc": { "start": { - "line": 1638, + "line": 1643, "column": 16 }, "end": { - "line": 1638, + "line": 1643, "column": 48 } } @@ -100739,44 +101104,44 @@ }, { "type": "ExpressionStatement", - "start": 58037, - "end": 58115, + "start": 58191, + "end": 58269, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 58037, - "end": 58114, + "start": 58191, + "end": 58268, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58037, - "end": 58054, + "start": 58191, + "end": 58208, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -100785,43 +101150,43 @@ }, "right": { "type": "BinaryExpression", - "start": 58057, - "end": 58114, + "start": 58211, + "end": 58268, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 58057, - "end": 58071, + "start": 58211, + "end": 58225, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 50 } }, "object": { "type": "Identifier", - "start": 58057, - "end": 58065, + "start": 58211, + "end": 58219, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 44 }, "identifierName": "settings" @@ -100830,15 +101195,15 @@ }, "property": { "type": "Identifier", - "start": 58066, - "end": 58071, + "start": 58220, + "end": 58225, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 45 }, "end": { - "line": 1640, + "line": 1645, "column": 50 }, "identifierName": "width" @@ -100850,86 +101215,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 58075, - "end": 58113, + "start": 58229, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 92 } }, "left": { "type": "CallExpression", - "start": 58075, - "end": 58095, + "start": 58229, + "end": 58249, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 58075, - "end": 58093, + "start": 58229, + "end": 58247, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 58075, - "end": 58086, + "start": 58229, + "end": 58240, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 58075, - "end": 58079, + "start": 58229, + "end": 58233, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 58 } } }, "property": { "type": "Identifier", - "start": 58080, - "end": 58086, + "start": 58234, + "end": 58240, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 59 }, "end": { - "line": 1640, + "line": 1645, "column": 65 }, "identifierName": "player" @@ -100940,15 +101305,15 @@ }, "property": { "type": "Identifier", - "start": 58087, - "end": 58093, + "start": 58241, + "end": 58247, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 66 }, "end": { - "line": 1640, + "line": 1645, "column": 72 }, "identifierName": "height" @@ -100962,29 +101327,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 58098, - "end": 58113, + "start": 58252, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 77 }, "end": { - "line": 1640, + "line": 1645, "column": 92 } }, "object": { "type": "Identifier", - "start": 58098, - "end": 58106, + "start": 58252, + "end": 58260, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 77 }, "end": { - "line": 1640, + "line": 1645, "column": 85 }, "identifierName": "settings" @@ -100993,15 +101358,15 @@ }, "property": { "type": "Identifier", - "start": 58107, - "end": 58113, + "start": 58261, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 86 }, "end": { - "line": 1640, + "line": 1645, "column": 92 }, "identifierName": "height" @@ -101012,7 +101377,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58074 + "parenStart": 58228 } } } @@ -101020,44 +101385,44 @@ }, { "type": "ExpressionStatement", - "start": 58132, - "end": 58201, + "start": 58286, + "end": 58355, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 85 } }, "expression": { "type": "AssignmentExpression", - "start": 58132, - "end": 58200, + "start": 58286, + "end": 58354, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58132, - "end": 58146, + "start": 58286, + "end": 58300, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 30 }, "identifierName": "imageXPosition" @@ -101066,100 +101431,100 @@ }, "right": { "type": "BinaryExpression", - "start": 58149, - "end": 58200, + "start": 58303, + "end": 58354, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 33 }, "end": { - "line": 1641, + "line": 1646, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 58150, - "end": 58173, + "start": 58304, + "end": 58327, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 57 } }, "left": { "type": "CallExpression", - "start": 58150, - "end": 58169, + "start": 58304, + "end": 58323, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 58150, - "end": 58167, + "start": 58304, + "end": 58321, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 58150, - "end": 58161, + "start": 58304, + "end": 58315, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 58150, - "end": 58154, + "start": 58304, + "end": 58308, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 38 } } }, "property": { "type": "Identifier", - "start": 58155, - "end": 58161, + "start": 58309, + "end": 58315, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 39 }, "end": { - "line": 1641, + "line": 1646, "column": 45 }, "identifierName": "player" @@ -101170,15 +101535,15 @@ }, "property": { "type": "Identifier", - "start": 58162, - "end": 58167, + "start": 58316, + "end": 58321, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 46 }, "end": { - "line": 1641, + "line": 1646, "column": 51 }, "identifierName": "width" @@ -101192,15 +101557,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58172, - "end": 58173, + "start": 58326, + "end": 58327, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 56 }, "end": { - "line": 1641, + "line": 1646, "column": 57 } }, @@ -101212,35 +101577,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 58149 + "parenStart": 58303 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58178, - "end": 58199, + "start": 58332, + "end": 58353, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 62 }, "end": { - "line": 1641, + "line": 1646, "column": 83 } }, "left": { "type": "Identifier", - "start": 58178, - "end": 58195, + "start": 58332, + "end": 58349, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 62 }, "end": { - "line": 1641, + "line": 1646, "column": 79 }, "identifierName": "imagePreviewWidth" @@ -101250,15 +101615,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58198, - "end": 58199, + "start": 58352, + "end": 58353, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 82 }, "end": { - "line": 1641, + "line": 1646, "column": 83 } }, @@ -101270,7 +101635,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58177 + "parenStart": 58331 } } } @@ -101284,15 +101649,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -101300,15 +101665,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -101318,15 +101683,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -101334,15 +101699,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -101350,15 +101715,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -101366,15 +101731,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -101382,15 +101747,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -101398,15 +101763,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -101414,15 +101779,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -101430,15 +101795,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -101447,85 +101812,85 @@ }, { "type": "IfStatement", - "start": 58690, - "end": 59489, + "start": 58844, + "end": 59643, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1668, + "line": 1673, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 58694, - "end": 58811, + "start": 58848, + "end": 58965, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 58695, - "end": 58750, + "start": 58849, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 58695, - "end": 58724, + "start": 58849, + "end": 58878, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 58695, - "end": 58711, + "start": 58849, + "end": 58865, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 33 } }, "object": { "type": "Identifier", - "start": 58695, - "end": 58703, + "start": 58849, + "end": 58857, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 25 }, "identifierName": "detected" @@ -101535,15 +101900,15 @@ }, "property": { "type": "Identifier", - "start": 58704, - "end": 58711, + "start": 58858, + "end": 58865, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 26 }, "end": { - "line": 1652, + "line": 1657, "column": 33 }, "identifierName": "browser" @@ -101556,15 +101921,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 58716, - "end": 58724, + "start": 58870, + "end": 58878, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 38 }, "end": { - "line": 1652, + "line": 1657, "column": 46 } }, @@ -101579,43 +101944,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58728, - "end": 58750, + "start": 58882, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 58728, - "end": 58744, + "start": 58882, + "end": 58898, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 66 } }, "object": { "type": "Identifier", - "start": 58728, - "end": 58736, + "start": 58882, + "end": 58890, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 58 }, "identifierName": "detected" @@ -101624,15 +101989,15 @@ }, "property": { "type": "Identifier", - "start": 58737, - "end": 58744, + "start": 58891, + "end": 58898, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 59 }, "end": { - "line": 1652, + "line": 1657, "column": 66 }, "identifierName": "version" @@ -101644,15 +102009,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 58748, - "end": 58750, + "start": 58902, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 70 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, @@ -101666,35 +102031,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 58694 + "parenStart": 58848 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58771, - "end": 58810, + "start": 58925, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 58771, - "end": 58790, + "start": 58925, + "end": 58944, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 35 } }, @@ -101702,15 +102067,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58778, - "end": 58790, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 23 }, "end": { - "line": 1653, + "line": 1658, "column": 35 }, "identifierName": "ImageCapture" @@ -101724,15 +102089,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 58795, - "end": 58810, + "start": 58949, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 40 }, "end": { - "line": 1653, + "line": 1658, "column": 55 } }, @@ -101740,15 +102105,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58802, - "end": 58810, + "start": 58956, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 47 }, "end": { - "line": 1653, + "line": 1658, "column": 55 }, "identifierName": "Function" @@ -101761,95 +102126,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 58770 + "parenStart": 58924 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 58813, - "end": 59489, + "start": 58967, + "end": 59643, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 58 }, "end": { - "line": 1668, + "line": 1673, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 58831, - "end": 59475, + "start": 58985, + "end": 59629, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 16 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 58835, - "end": 59460, + "start": 58989, + "end": 59614, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 20 }, "end": { - "line": 1667, + "line": 1672, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 58857, - "end": 58900, + "start": 59011, + "end": 59054, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 20 }, "end": { - "line": 1655, + "line": 1660, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 58861, - "end": 58899, + "start": 59015, + "end": 59053, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 24 }, "end": { - "line": 1655, + "line": 1660, "column": 62 } }, "id": { "type": "Identifier", - "start": 58861, - "end": 58873, + "start": 59015, + "end": 59027, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 24 }, "end": { - "line": 1655, + "line": 1660, "column": 36 }, "identifierName": "imageCapture" @@ -101858,29 +102223,29 @@ }, "init": { "type": "NewExpression", - "start": 58876, - "end": 58899, + "start": 59030, + "end": 59053, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 39 }, "end": { - "line": 1655, + "line": 1660, "column": 62 } }, "callee": { "type": "Identifier", - "start": 58880, - "end": 58892, + "start": 59034, + "end": 59046, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 43 }, "end": { - "line": 1655, + "line": 1660, "column": 55 }, "identifierName": "ImageCapture" @@ -101890,15 +102255,15 @@ "arguments": [ { "type": "Identifier", - "start": 58893, - "end": 58898, + "start": 59047, + "end": 59052, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 56 }, "end": { - "line": 1655, + "line": 1660, "column": 61 }, "identifierName": "track" @@ -101914,15 +102279,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -101931,113 +102296,113 @@ }, { "type": "ExpressionStatement", - "start": 58957, - "end": 59442, + "start": 59111, + "end": 59596, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1666, + "line": 1671, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 58957, - "end": 59441, + "start": 59111, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1666, + "line": 1671, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 59357, + "start": 59111, + "end": 59511, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } }, "object": { "type": "CallExpression", - "start": 58957, - "end": 59351, + "start": 59111, + "end": 59505, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1664, + "line": 1669, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 58986, + "start": 59111, + "end": 59140, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 49 } }, "object": { "type": "CallExpression", - "start": 58957, - "end": 58981, + "start": 59111, + "end": 59135, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 58979, + "start": 59111, + "end": 59133, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 42 } }, "object": { "type": "Identifier", - "start": 58957, - "end": 58969, + "start": 59111, + "end": 59123, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 32 }, "identifierName": "imageCapture" @@ -102047,15 +102412,15 @@ }, "property": { "type": "Identifier", - "start": 58970, - "end": 58979, + "start": 59124, + "end": 59133, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 33 }, "end": { - "line": 1657, + "line": 1662, "column": 42 }, "identifierName": "grabFrame" @@ -102070,15 +102435,15 @@ }, "property": { "type": "Identifier", - "start": 58982, - "end": 58986, + "start": 59136, + "end": 59140, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 45 }, "end": { - "line": 1657, + "line": 1662, "column": 49 }, "identifierName": "then" @@ -102091,15 +102456,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 58987, - "end": 59350, + "start": 59141, + "end": 59504, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 50 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } }, @@ -102110,15 +102475,15 @@ "params": [ { "type": "Identifier", - "start": 58988, - "end": 58999, + "start": 59142, + "end": 59153, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 51 }, "end": { - "line": 1657, + "line": 1662, "column": 62 }, "identifierName": "imageBitmap" @@ -102128,72 +102493,72 @@ ], "body": { "type": "BlockStatement", - "start": 59004, - "end": 59350, + "start": 59158, + "end": 59504, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 67 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 59097, - "end": 59239, + "start": 59251, + "end": 59393, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1665, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 59097, - "end": 59238, + "start": 59251, + "end": 59392, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1665, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 59097, - "end": 59112, + "start": 59251, + "end": 59266, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1659, + "line": 1664, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 59097, - "end": 59101, + "start": 59251, + "end": 59255, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1659, + "line": 1664, "column": 28 } }, @@ -102201,15 +102566,15 @@ }, "property": { "type": "Identifier", - "start": 59102, - "end": 59112, + "start": 59256, + "end": 59266, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 29 }, "end": { - "line": 1659, + "line": 1664, "column": 39 }, "identifierName": "drawCanvas" @@ -102222,15 +102587,15 @@ "arguments": [ { "type": "Identifier", - "start": 59113, - "end": 59125, + "start": 59267, + "end": 59279, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 40 }, "end": { - "line": 1659, + "line": 1664, "column": 52 }, "identifierName": "recordCanvas" @@ -102239,15 +102604,15 @@ }, { "type": "Identifier", - "start": 59127, - "end": 59138, + "start": 59281, + "end": 59292, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 54 }, "end": { - "line": 1659, + "line": 1664, "column": 65 }, "identifierName": "imageBitmap" @@ -102256,15 +102621,15 @@ }, { "type": "Identifier", - "start": 59140, - "end": 59157, + "start": 59294, + "end": 59311, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 67 }, "end": { - "line": 1659, + "line": 1664, "column": 84 }, "identifierName": "imagePreviewWidth" @@ -102273,15 +102638,15 @@ }, { "type": "Identifier", - "start": 59187, - "end": 59205, + "start": 59341, + "end": 59359, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 28 }, "end": { - "line": 1660, + "line": 1665, "column": 46 }, "identifierName": "imagePreviewHeight" @@ -102290,15 +102655,15 @@ }, { "type": "Identifier", - "start": 59207, - "end": 59221, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 48 }, "end": { - "line": 1660, + "line": 1665, "column": 62 }, "identifierName": "imageXPosition" @@ -102307,15 +102672,15 @@ }, { "type": "Identifier", - "start": 59223, - "end": 59237, + "start": 59377, + "end": 59391, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 64 }, "end": { - "line": 1660, + "line": 1665, "column": 78 }, "identifierName": "imageYPosition" @@ -102329,15 +102694,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59030, - "end": 59072, + "start": 59184, + "end": 59226, "loc": { "start": { - "line": 1658, + "line": 1663, "column": 24 }, "end": { - "line": 1658, + "line": 1663, "column": 66 } } @@ -102347,15 +102712,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -102364,43 +102729,43 @@ }, { "type": "ExpressionStatement", - "start": 59306, - "end": 59328, + "start": 59460, + "end": 59482, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 59306, - "end": 59327, + "start": 59460, + "end": 59481, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 45 } }, "callee": { "type": "Identifier", - "start": 59306, - "end": 59313, + "start": 59460, + "end": 59467, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 31 }, "identifierName": "resolve" @@ -102411,15 +102776,15 @@ "arguments": [ { "type": "Identifier", - "start": 59314, - "end": 59326, + "start": 59468, + "end": 59480, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 32 }, "end": { - "line": 1663, + "line": 1668, "column": 44 }, "identifierName": "recordCanvas" @@ -102433,15 +102798,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -102457,15 +102822,15 @@ }, "property": { "type": "Identifier", - "start": 59352, - "end": 59357, + "start": 59506, + "end": 59511, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 23 }, "end": { - "line": 1664, + "line": 1669, "column": 28 }, "identifierName": "catch" @@ -102478,15 +102843,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59358, - "end": 59440, + "start": 59512, + "end": 59594, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 29 }, "end": { - "line": 1666, + "line": 1671, "column": 21 } }, @@ -102497,15 +102862,15 @@ "params": [ { "type": "Identifier", - "start": 59359, - "end": 59364, + "start": 59513, + "end": 59518, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 30 }, "end": { - "line": 1664, + "line": 1669, "column": 35 }, "identifierName": "error" @@ -102515,15 +102880,15 @@ ], "body": { "type": "BlockStatement", - "start": 59369, - "end": 59440, + "start": 59523, + "end": 59594, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 40 }, "end": { - "line": 1666, + "line": 1671, "column": 21 } }, @@ -102534,15 +102899,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -102553,15 +102918,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -102575,15 +102940,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -102595,29 +102960,29 @@ }, "handler": { "type": "CatchClause", - "start": 59461, - "end": 59475, + "start": 59615, + "end": 59629, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 18 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, "param": { "type": "Identifier", - "start": 59468, - "end": 59471, + "start": 59622, + "end": 59625, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 25 }, "end": { - "line": 1667, + "line": 1672, "column": 28 }, "identifierName": "err" @@ -102626,15 +102991,15 @@ }, "body": { "type": "BlockStatement", - "start": 59473, - "end": 59475, + "start": 59627, + "end": 59629, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 30 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, @@ -102654,15 +103019,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -102670,15 +103035,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -102686,15 +103051,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -102702,15 +103067,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -102718,15 +103083,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -102734,15 +103099,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -102750,15 +103115,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -102766,15 +103131,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -102784,15 +103149,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -102800,15 +103165,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -102817,57 +103182,57 @@ }, { "type": "ExpressionStatement", - "start": 59623, - "end": 59759, + "start": 59777, + "end": 59913, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1673, + "line": 1678, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 59623, - "end": 59758, + "start": 59777, + "end": 59912, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1673, + "line": 1678, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 59623, - "end": 59638, + "start": 59777, + "end": 59792, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1677, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59623, - "end": 59627, + "start": 59777, + "end": 59781, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1677, "column": 16 } }, @@ -102875,15 +103240,15 @@ }, "property": { "type": "Identifier", - "start": 59628, - "end": 59638, + "start": 59782, + "end": 59792, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 17 }, "end": { - "line": 1672, + "line": 1677, "column": 27 }, "identifierName": "drawCanvas" @@ -102896,15 +103261,15 @@ "arguments": [ { "type": "Identifier", - "start": 59639, - "end": 59651, + "start": 59793, + "end": 59805, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 28 }, "end": { - "line": 1672, + "line": 1677, "column": 40 }, "identifierName": "recordCanvas" @@ -102913,44 +103278,44 @@ }, { "type": "MemberExpression", - "start": 59653, - "end": 59670, + "start": 59807, + "end": 59824, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 42 }, "end": { - "line": 1672, + "line": 1677, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 59653, - "end": 59657, + "start": 59807, + "end": 59811, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 42 }, "end": { - "line": 1672, + "line": 1677, "column": 46 } } }, "property": { "type": "Identifier", - "start": 59658, - "end": 59670, + "start": 59812, + "end": 59824, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 47 }, "end": { - "line": 1672, + "line": 1677, "column": 59 }, "identifierName": "mediaElement" @@ -102961,15 +103326,15 @@ }, { "type": "Identifier", - "start": 59672, - "end": 59689, + "start": 59826, + "end": 59843, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 61 }, "end": { - "line": 1672, + "line": 1677, "column": 78 }, "identifierName": "imagePreviewWidth" @@ -102978,15 +103343,15 @@ }, { "type": "Identifier", - "start": 59707, - "end": 59725, + "start": 59861, + "end": 59879, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 16 }, "end": { - "line": 1673, + "line": 1678, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -102995,15 +103360,15 @@ }, { "type": "Identifier", - "start": 59727, - "end": 59741, + "start": 59881, + "end": 59895, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 36 }, "end": { - "line": 1673, + "line": 1678, "column": 50 }, "identifierName": "imageXPosition" @@ -103012,15 +103377,15 @@ }, { "type": "Identifier", - "start": 59743, - "end": 59757, + "start": 59897, + "end": 59911, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 52 }, "end": { - "line": 1673, + "line": 1678, "column": 66 }, "identifierName": "imageYPosition" @@ -103034,15 +103399,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -103050,15 +103415,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -103068,15 +103433,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -103085,43 +103450,43 @@ }, { "type": "ExpressionStatement", - "start": 59802, - "end": 59824, + "start": 59956, + "end": 59978, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 59802, - "end": 59823, + "start": 59956, + "end": 59977, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 33 } }, "callee": { "type": "Identifier", - "start": 59802, - "end": 59809, + "start": 59956, + "end": 59963, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 19 }, "identifierName": "resolve" @@ -103132,15 +103497,15 @@ "arguments": [ { "type": "Identifier", - "start": 59810, - "end": 59822, + "start": 59964, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 20 }, "end": { - "line": 1676, + "line": 1681, "column": 32 }, "identifierName": "recordCanvas" @@ -103154,15 +103519,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -103184,15 +103549,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -103202,15 +103567,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -103219,15 +103584,15 @@ }, { "type": "ClassMethod", - "start": 60316, - "end": 60614, + "start": 60470, + "end": 60768, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1698, + "line": 1703, "column": 5 } }, @@ -103235,15 +103600,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60316, - "end": 60326, + "start": 60470, + "end": 60480, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1690, + "line": 1695, "column": 14 }, "identifierName": "drawCanvas" @@ -103259,15 +103624,15 @@ "params": [ { "type": "Identifier", - "start": 60327, - "end": 60333, + "start": 60481, + "end": 60487, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 15 }, "end": { - "line": 1690, + "line": 1695, "column": 21 }, "identifierName": "canvas" @@ -103276,15 +103641,15 @@ }, { "type": "Identifier", - "start": 60335, - "end": 60342, + "start": 60489, + "end": 60496, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 23 }, "end": { - "line": 1690, + "line": 1695, "column": 30 }, "identifierName": "element" @@ -103293,15 +103658,15 @@ }, { "type": "Identifier", - "start": 60344, - "end": 60349, + "start": 60498, + "end": 60503, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 32 }, "end": { - "line": 1690, + "line": 1695, "column": 37 }, "identifierName": "width" @@ -103310,15 +103675,15 @@ }, { "type": "Identifier", - "start": 60351, - "end": 60357, + "start": 60505, + "end": 60511, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 39 }, "end": { - "line": 1690, + "line": 1695, "column": 45 }, "identifierName": "height" @@ -103327,29 +103692,29 @@ }, { "type": "AssignmentPattern", - "start": 60359, - "end": 60364, + "start": 60513, + "end": 60518, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 47 }, "end": { - "line": 1690, + "line": 1695, "column": 52 } }, "left": { "type": "Identifier", - "start": 60359, - "end": 60360, + "start": 60513, + "end": 60514, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 47 }, "end": { - "line": 1690, + "line": 1695, "column": 48 }, "identifierName": "x" @@ -103358,15 +103723,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60363, - "end": 60364, + "start": 60517, + "end": 60518, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 51 }, "end": { - "line": 1690, + "line": 1695, "column": 52 } }, @@ -103379,29 +103744,29 @@ }, { "type": "AssignmentPattern", - "start": 60366, - "end": 60371, + "start": 60520, + "end": 60525, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 54 }, "end": { - "line": 1690, + "line": 1695, "column": 59 } }, "left": { "type": "Identifier", - "start": 60366, - "end": 60367, + "start": 60520, + "end": 60521, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 54 }, "end": { - "line": 1690, + "line": 1695, "column": 55 }, "identifierName": "y" @@ -103410,15 +103775,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60370, - "end": 60371, + "start": 60524, + "end": 60525, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 58 }, "end": { - "line": 1690, + "line": 1695, "column": 59 } }, @@ -103432,58 +103797,58 @@ ], "body": { "type": "BlockStatement", - "start": 60373, - "end": 60614, + "start": 60527, + "end": 60768, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 61 }, "end": { - "line": 1698, + "line": 1703, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 60383, - "end": 60453, + "start": 60537, + "end": 60607, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 8 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60387, - "end": 60406, + "start": 60541, + "end": 60560, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 31 } }, "left": { "type": "Identifier", - "start": 60387, - "end": 60392, + "start": 60541, + "end": 60546, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 17 }, "identifierName": "width" @@ -103493,15 +103858,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60397, - "end": 60406, + "start": 60551, + "end": 60560, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 22 }, "end": { - "line": 1691, + "line": 1696, "column": 31 }, "identifierName": "undefined" @@ -103511,59 +103876,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60408, - "end": 60453, + "start": 60562, + "end": 60607, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 33 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60422, - "end": 60443, + "start": 60576, + "end": 60597, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 60422, - "end": 60442, + "start": 60576, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60422, - "end": 60427, + "start": 60576, + "end": 60581, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 17 }, "identifierName": "width" @@ -103572,29 +103937,29 @@ }, "right": { "type": "MemberExpression", - "start": 60430, - "end": 60442, + "start": 60584, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 20 }, "end": { - "line": 1692, + "line": 1697, "column": 32 } }, "object": { "type": "Identifier", - "start": 60430, - "end": 60436, + "start": 60584, + "end": 60590, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 20 }, "end": { - "line": 1692, + "line": 1697, "column": 26 }, "identifierName": "canvas" @@ -103603,15 +103968,15 @@ }, "property": { "type": "Identifier", - "start": 60437, - "end": 60442, + "start": 60591, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 27 }, "end": { - "line": 1692, + "line": 1697, "column": 32 }, "identifierName": "width" @@ -103629,43 +103994,43 @@ }, { "type": "IfStatement", - "start": 60462, - "end": 60535, + "start": 60616, + "end": 60689, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 8 }, "end": { - "line": 1696, + "line": 1701, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60466, - "end": 60486, + "start": 60620, + "end": 60640, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 12 }, "end": { - "line": 1694, + "line": 1699, "column": 32 } }, "left": { "type": "Identifier", - "start": 60466, - "end": 60472, + "start": 60620, + "end": 60626, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 12 }, "end": { - "line": 1694, + "line": 1699, "column": 18 }, "identifierName": "height" @@ -103675,15 +104040,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60477, - "end": 60486, + "start": 60631, + "end": 60640, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 23 }, "end": { - "line": 1694, + "line": 1699, "column": 32 }, "identifierName": "undefined" @@ -103693,59 +104058,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60488, - "end": 60535, + "start": 60642, + "end": 60689, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 34 }, "end": { - "line": 1696, + "line": 1701, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60502, - "end": 60525, + "start": 60656, + "end": 60679, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 60502, - "end": 60524, + "start": 60656, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60502, - "end": 60508, + "start": 60656, + "end": 60662, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 18 }, "identifierName": "height" @@ -103754,29 +104119,29 @@ }, "right": { "type": "MemberExpression", - "start": 60511, - "end": 60524, + "start": 60665, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 21 }, "end": { - "line": 1695, + "line": 1700, "column": 34 } }, "object": { "type": "Identifier", - "start": 60511, - "end": 60517, + "start": 60665, + "end": 60671, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 21 }, "end": { - "line": 1695, + "line": 1700, "column": 27 }, "identifierName": "canvas" @@ -103785,15 +104150,15 @@ }, "property": { "type": "Identifier", - "start": 60518, - "end": 60524, + "start": 60672, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 28 }, "end": { - "line": 1695, + "line": 1700, "column": 34 }, "identifierName": "height" @@ -103811,85 +104176,85 @@ }, { "type": "ExpressionStatement", - "start": 60544, - "end": 60608, + "start": 60698, + "end": 60762, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 60544, - "end": 60607, + "start": 60698, + "end": 60761, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 60544, - "end": 60577, + "start": 60698, + "end": 60731, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 41 } }, "object": { "type": "CallExpression", - "start": 60544, - "end": 60567, + "start": 60698, + "end": 60721, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 60544, - "end": 60561, + "start": 60698, + "end": 60715, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 25 } }, "object": { "type": "Identifier", - "start": 60544, - "end": 60550, + "start": 60698, + "end": 60704, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 14 }, "identifierName": "canvas" @@ -103898,15 +104263,15 @@ }, "property": { "type": "Identifier", - "start": 60551, - "end": 60561, + "start": 60705, + "end": 60715, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 15 }, "end": { - "line": 1697, + "line": 1702, "column": 25 }, "identifierName": "getContext" @@ -103918,15 +104283,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60562, - "end": 60566, + "start": 60716, + "end": 60720, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 26 }, "end": { - "line": 1697, + "line": 1702, "column": 30 } }, @@ -103940,15 +104305,15 @@ }, "property": { "type": "Identifier", - "start": 60568, - "end": 60577, + "start": 60722, + "end": 60731, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 32 }, "end": { - "line": 1697, + "line": 1702, "column": 41 }, "identifierName": "drawImage" @@ -103960,15 +104325,15 @@ "arguments": [ { "type": "Identifier", - "start": 60578, - "end": 60585, + "start": 60732, + "end": 60739, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 42 }, "end": { - "line": 1697, + "line": 1702, "column": 49 }, "identifierName": "element" @@ -103977,15 +104342,15 @@ }, { "type": "Identifier", - "start": 60587, - "end": 60588, + "start": 60741, + "end": 60742, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 51 }, "end": { - "line": 1697, + "line": 1702, "column": 52 }, "identifierName": "x" @@ -103994,15 +104359,15 @@ }, { "type": "Identifier", - "start": 60590, - "end": 60591, + "start": 60744, + "end": 60745, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 54 }, "end": { - "line": 1697, + "line": 1702, "column": 55 }, "identifierName": "y" @@ -104011,15 +104376,15 @@ }, { "type": "Identifier", - "start": 60593, - "end": 60598, + "start": 60747, + "end": 60752, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 57 }, "end": { - "line": 1697, + "line": 1702, "column": 62 }, "identifierName": "width" @@ -104028,15 +104393,15 @@ }, { "type": "Identifier", - "start": 60600, - "end": 60606, + "start": 60754, + "end": 60760, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 64 }, "end": { - "line": 1697, + "line": 1702, "column": 70 }, "identifierName": "height" @@ -104054,15 +104419,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -104072,15 +104437,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -104089,15 +104454,15 @@ }, { "type": "ClassMethod", - "start": 60690, - "end": 61247, + "start": 60844, + "end": 61401, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 4 }, "end": { - "line": 1723, + "line": 1728, "column": 5 } }, @@ -104105,15 +104470,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60690, - "end": 60707, + "start": 60844, + "end": 60861, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 4 }, "end": { - "line": 1704, + "line": 1709, "column": 21 }, "identifierName": "startVideoPreview" @@ -104129,72 +104494,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60710, - "end": 61247, + "start": 60864, + "end": 61401, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 24 }, "end": { - "line": 1723, + "line": 1728, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 60755, - "end": 60782, + "start": 60909, + "end": 60936, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 60755, - "end": 60781, + "start": 60909, + "end": 60935, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 60755, - "end": 60763, + "start": 60909, + "end": 60917, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60755, - "end": 60759, + "start": 60909, + "end": 60913, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 12 } }, @@ -104202,15 +104567,15 @@ }, "property": { "type": "Identifier", - "start": 60760, - "end": 60763, + "start": 60914, + "end": 60917, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 13 }, "end": { - "line": 1706, + "line": 1711, "column": 16 }, "identifierName": "off" @@ -104223,29 +104588,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60764, - "end": 60780, + "start": 60918, + "end": 60934, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 17 }, "end": { - "line": 1706, + "line": 1711, "column": 33 } }, "object": { "type": "Identifier", - "start": 60764, - "end": 60769, + "start": 60918, + "end": 60923, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 17 }, "end": { - "line": 1706, + "line": 1711, "column": 22 }, "identifierName": "Event" @@ -104254,15 +104619,15 @@ }, "property": { "type": "Identifier", - "start": 60770, - "end": 60780, + "start": 60924, + "end": 60934, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 23 }, "end": { - "line": 1706, + "line": 1711, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -104278,15 +104643,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60720, - "end": 60746, + "start": 60874, + "end": 60900, "loc": { "start": { - "line": 1705, + "line": 1710, "column": 8 }, "end": { - "line": 1705, + "line": 1710, "column": 34 } } @@ -104295,72 +104660,72 @@ }, { "type": "ExpressionStatement", - "start": 60791, - "end": 60822, + "start": 60945, + "end": 60976, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60791, - "end": 60821, + "start": 60945, + "end": 60975, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60791, - "end": 60799, + "start": 60945, + "end": 60953, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60791, - "end": 60795, + "start": 60945, + "end": 60949, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60796, - "end": 60799, + "start": 60950, + "end": 60953, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 13 }, "end": { - "line": 1707, + "line": 1712, "column": 16 }, "identifierName": "off" @@ -104372,29 +104737,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60800, - "end": 60820, + "start": 60954, + "end": 60974, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 17 }, "end": { - "line": 1707, + "line": 1712, "column": 37 } }, "object": { "type": "Identifier", - "start": 60800, - "end": 60805, + "start": 60954, + "end": 60959, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 17 }, "end": { - "line": 1707, + "line": 1712, "column": 22 }, "identifierName": "Event" @@ -104403,15 +104768,15 @@ }, "property": { "type": "Identifier", - "start": 60806, - "end": 60820, + "start": 60960, + "end": 60974, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 23 }, "end": { - "line": 1707, + "line": 1712, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -104425,72 +104790,72 @@ }, { "type": "ExpressionStatement", - "start": 60831, - "end": 60862, + "start": 60985, + "end": 61016, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60831, - "end": 60861, + "start": 60985, + "end": 61015, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60831, - "end": 60839, + "start": 60985, + "end": 60993, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60831, - "end": 60835, + "start": 60985, + "end": 60989, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60836, - "end": 60839, + "start": 60990, + "end": 60993, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 13 }, "end": { - "line": 1708, + "line": 1713, "column": 16 }, "identifierName": "off" @@ -104502,29 +104867,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60840, - "end": 60860, + "start": 60994, + "end": 61014, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 17 }, "end": { - "line": 1708, + "line": 1713, "column": 37 } }, "object": { "type": "Identifier", - "start": 60840, - "end": 60845, + "start": 60994, + "end": 60999, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 17 }, "end": { - "line": 1708, + "line": 1713, "column": 22 }, "identifierName": "Event" @@ -104533,15 +104898,15 @@ }, "property": { "type": "Identifier", - "start": 60846, - "end": 60860, + "start": 61000, + "end": 61014, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 23 }, "end": { - "line": 1708, + "line": 1713, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -104555,72 +104920,72 @@ }, { "type": "ExpressionStatement", - "start": 60871, - "end": 60892, + "start": 61025, + "end": 61046, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 60871, - "end": 60891, + "start": 61025, + "end": 61045, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 60871, - "end": 60879, + "start": 61025, + "end": 61033, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60871, - "end": 60875, + "start": 61025, + "end": 61029, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60876, - "end": 60879, + "start": 61030, + "end": 61033, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 13 }, "end": { - "line": 1709, + "line": 1714, "column": 16 }, "identifierName": "off" @@ -104632,29 +104997,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60880, - "end": 60890, + "start": 61034, + "end": 61044, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 17 }, "end": { - "line": 1709, + "line": 1714, "column": 27 } }, "object": { "type": "Identifier", - "start": 60880, - "end": 60885, + "start": 61034, + "end": 61039, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 17 }, "end": { - "line": 1709, + "line": 1714, "column": 22 }, "identifierName": "Event" @@ -104663,15 +105028,15 @@ }, "property": { "type": "Identifier", - "start": 60886, - "end": 60890, + "start": 61040, + "end": 61044, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 23 }, "end": { - "line": 1709, + "line": 1714, "column": 27 }, "identifierName": "PLAY" @@ -104686,15 +105051,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -104703,72 +105068,72 @@ }, { "type": "ExpressionStatement", - "start": 60930, - "end": 60961, + "start": 61084, + "end": 61115, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 60930, - "end": 60960, + "start": 61084, + "end": 61114, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 60930, - "end": 60953, + "start": 61084, + "end": 61107, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 60930, - "end": 60947, + "start": 61084, + "end": 61101, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 60930, - "end": 60934, + "start": 61084, + "end": 61088, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 12 } }, @@ -104776,15 +105141,15 @@ }, "property": { "type": "Identifier", - "start": 60935, - "end": 60947, + "start": 61089, + "end": 61101, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 13 }, "end": { - "line": 1712, + "line": 1717, "column": 25 }, "identifierName": "mediaElement" @@ -104796,15 +105161,15 @@ }, "property": { "type": "Identifier", - "start": 60948, - "end": 60953, + "start": 61102, + "end": 61107, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 26 }, "end": { - "line": 1712, + "line": 1717, "column": 31 }, "identifierName": "muted" @@ -104816,15 +105181,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 60956, - "end": 60960, + "start": 61110, + "end": 61114, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 34 }, "end": { - "line": 1712, + "line": 1717, "column": 38 } }, @@ -104836,15 +105201,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -104854,15 +105219,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -104871,57 +105236,57 @@ }, { "type": "ExpressionStatement", - "start": 61022, - "end": 61055, + "start": 61176, + "end": 61209, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 61022, - "end": 61054, + "start": 61176, + "end": 61208, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 61022, - "end": 61047, + "start": 61176, + "end": 61201, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 61022, - "end": 61026, + "start": 61176, + "end": 61180, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 12 } }, @@ -104929,15 +105294,15 @@ }, "property": { "type": "Identifier", - "start": 61027, - "end": 61047, + "start": 61181, + "end": 61201, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 13 }, "end": { - "line": 1715, + "line": 1720, "column": 33 }, "identifierName": "displayVolumeControl" @@ -104950,15 +105315,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 61048, - "end": 61053, + "start": 61202, + "end": 61207, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 34 }, "end": { - "line": 1715, + "line": 1720, "column": 39 } }, @@ -104971,15 +105336,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -104989,15 +105354,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -105006,57 +105371,57 @@ }, { "type": "ExpressionStatement", - "start": 61111, - "end": 61134, + "start": 61265, + "end": 61288, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61111, - "end": 61133, + "start": 61265, + "end": 61287, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61111, - "end": 61131, + "start": 61265, + "end": 61285, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 61111, - "end": 61115, + "start": 61265, + "end": 61269, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 12 } }, @@ -105064,15 +105429,15 @@ }, "property": { "type": "Identifier", - "start": 61116, - "end": 61131, + "start": 61270, + "end": 61285, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 13 }, "end": { - "line": 1718, + "line": 1723, "column": 28 }, "identifierName": "removeRecording" @@ -105089,15 +105454,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -105107,15 +105472,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -105124,57 +105489,57 @@ }, { "type": "ExpressionStatement", - "start": 61184, - "end": 61207, + "start": 61338, + "end": 61361, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61184, - "end": 61206, + "start": 61338, + "end": 61360, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61184, - "end": 61193, + "start": 61338, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 61184, - "end": 61188, + "start": 61338, + "end": 61342, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 12 } }, @@ -105182,15 +105547,15 @@ }, "property": { "type": "Identifier", - "start": 61189, - "end": 61193, + "start": 61343, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 13 }, "end": { - "line": 1721, + "line": 1726, "column": 17 }, "identifierName": "load" @@ -105203,44 +105568,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 61194, - "end": 61205, + "start": 61348, + "end": 61359, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 18 }, "end": { - "line": 1721, + "line": 1726, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 61194, - "end": 61198, + "start": 61348, + "end": 61352, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 18 }, "end": { - "line": 1721, + "line": 1726, "column": 22 } } }, "property": { "type": "Identifier", - "start": 61199, - "end": 61205, + "start": 61353, + "end": 61359, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 23 }, "end": { - "line": 1721, + "line": 1726, "column": 29 }, "identifierName": "stream" @@ -105256,15 +105621,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -105273,86 +105638,86 @@ }, { "type": "ExpressionStatement", - "start": 61216, - "end": 61241, + "start": 61370, + "end": 61395, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 61216, - "end": 61240, + "start": 61370, + "end": 61394, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 61216, - "end": 61238, + "start": 61370, + "end": 61392, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 61216, - "end": 61233, + "start": 61370, + "end": 61387, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61216, - "end": 61220, + "start": 61370, + "end": 61374, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61221, - "end": 61233, + "start": 61375, + "end": 61387, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 13 }, "end": { - "line": 1722, + "line": 1727, "column": 25 }, "identifierName": "mediaElement" @@ -105363,15 +105728,15 @@ }, "property": { "type": "Identifier", - "start": 61234, - "end": 61238, + "start": 61388, + "end": 61392, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 26 }, "end": { - "line": 1722, + "line": 1727, "column": 30 }, "identifierName": "play" @@ -105391,15 +105756,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -105409,15 +105774,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -105426,15 +105791,15 @@ }, { "type": "ClassMethod", - "start": 61311, - "end": 61812, + "start": 61465, + "end": 61966, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 4 }, "end": { - "line": 1742, + "line": 1747, "column": 5 } }, @@ -105442,15 +105807,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61311, - "end": 61324, + "start": 61465, + "end": 61478, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 4 }, "end": { - "line": 1729, + "line": 1734, "column": 17 }, "identifierName": "showAnimation" @@ -105466,59 +105831,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61327, - "end": 61812, + "start": 61481, + "end": 61966, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 20 }, "end": { - "line": 1742, + "line": 1747, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 61337, - "end": 61405, + "start": 61491, + "end": 61559, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 8 }, "end": { - "line": 1730, + "line": 1735, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61341, - "end": 61404, + "start": 61495, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 12 }, "end": { - "line": 1730, + "line": 1735, "column": 75 } }, "id": { "type": "Identifier", - "start": 61341, - "end": 61357, + "start": 61495, + "end": 61511, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 12 }, "end": { - "line": 1730, + "line": 1735, "column": 28 }, "identifierName": "animationDisplay" @@ -105527,100 +105892,100 @@ }, "init": { "type": "MemberExpression", - "start": 61360, - "end": 61404, + "start": 61514, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 75 } }, "object": { "type": "CallExpression", - "start": 61360, - "end": 61393, + "start": 61514, + "end": 61547, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 61360, - "end": 61391, + "start": 61514, + "end": 61545, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 61360, - "end": 61388, + "start": 61514, + "end": 61542, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 61360, - "end": 61371, + "start": 61514, + "end": 61525, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 61360, - "end": 61364, + "start": 61514, + "end": 61518, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 35 } } }, "property": { "type": "Identifier", - "start": 61365, - "end": 61371, + "start": 61519, + "end": 61525, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 36 }, "end": { - "line": 1730, + "line": 1735, "column": 42 }, "identifierName": "player" @@ -105631,15 +105996,15 @@ }, "property": { "type": "Identifier", - "start": 61372, - "end": 61388, + "start": 61526, + "end": 61542, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 43 }, "end": { - "line": 1730, + "line": 1735, "column": 59 }, "identifierName": "animationDisplay" @@ -105650,15 +106015,15 @@ }, "property": { "type": "Identifier", - "start": 61389, - "end": 61391, + "start": 61543, + "end": 61545, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 60 }, "end": { - "line": 1730, + "line": 1735, "column": 62 }, "identifierName": "el" @@ -105671,15 +106036,15 @@ }, "property": { "type": "Identifier", - "start": 61394, - "end": 61404, + "start": 61548, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 65 }, "end": { - "line": 1730, + "line": 1735, "column": 75 }, "identifierName": "firstChild" @@ -105695,15 +106060,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -105712,58 +106077,58 @@ }, { "type": "ExpressionStatement", - "start": 61489, - "end": 61534, + "start": 61643, + "end": 61688, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 61489, - "end": 61533, + "start": 61643, + "end": 61687, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61489, - "end": 61511, + "start": 61643, + "end": 61665, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 30 } }, "object": { "type": "Identifier", - "start": 61489, - "end": 61505, + "start": 61643, + "end": 61659, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 24 }, "identifierName": "animationDisplay" @@ -105773,15 +106138,15 @@ }, "property": { "type": "Identifier", - "start": 61506, - "end": 61511, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 25 }, "end": { - "line": 1733, + "line": 1738, "column": 30 }, "identifierName": "width" @@ -105793,72 +106158,72 @@ }, "right": { "type": "CallExpression", - "start": 61514, - "end": 61533, + "start": 61668, + "end": 61687, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61531, + "start": 61668, + "end": 61685, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 61668, + "end": 61679, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 61668, + "end": 61672, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 37 } } }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 61673, + "end": 61679, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 38 }, "end": { - "line": 1733, + "line": 1738, "column": 44 }, "identifierName": "player" @@ -105869,15 +106234,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61531, + "start": 61680, + "end": 61685, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 45 }, "end": { - "line": 1733, + "line": 1738, "column": 50 }, "identifierName": "width" @@ -105894,15 +106259,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -105911,58 +106276,58 @@ }, { "type": "ExpressionStatement", - "start": 61543, - "end": 61590, + "start": 61697, + "end": 61744, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 61543, - "end": 61589, + "start": 61697, + "end": 61743, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61543, - "end": 61566, + "start": 61697, + "end": 61720, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 31 } }, "object": { "type": "Identifier", - "start": 61543, - "end": 61559, + "start": 61697, + "end": 61713, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 24 }, "identifierName": "animationDisplay" @@ -105971,15 +106336,15 @@ }, "property": { "type": "Identifier", - "start": 61560, - "end": 61566, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 25 }, "end": { - "line": 1734, + "line": 1739, "column": 31 }, "identifierName": "height" @@ -105990,72 +106355,72 @@ }, "right": { "type": "CallExpression", - "start": 61569, - "end": 61589, + "start": 61723, + "end": 61743, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61569, - "end": 61587, + "start": 61723, + "end": 61741, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 61569, - "end": 61580, + "start": 61723, + "end": 61734, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 61569, - "end": 61573, + "start": 61723, + "end": 61727, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 38 } } }, "property": { "type": "Identifier", - "start": 61574, - "end": 61580, + "start": 61728, + "end": 61734, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 39 }, "end": { - "line": 1734, + "line": 1739, "column": 45 }, "identifierName": "player" @@ -106066,15 +106431,15 @@ }, "property": { "type": "Identifier", - "start": 61581, - "end": 61587, + "start": 61735, + "end": 61741, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 46 }, "end": { - "line": 1734, + "line": 1739, "column": 52 }, "identifierName": "height" @@ -106090,15 +106455,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -106107,85 +106472,85 @@ }, { "type": "ExpressionStatement", - "start": 61632, - "end": 61664, + "start": 61786, + "end": 61818, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61632, - "end": 61663, + "start": 61786, + "end": 61817, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61632, - "end": 61661, + "start": 61786, + "end": 61815, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61632, - "end": 61656, + "start": 61786, + "end": 61810, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61632, - "end": 61643, + "start": 61786, + "end": 61797, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61632, - "end": 61636, + "start": 61786, + "end": 61790, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 12 } }, @@ -106193,15 +106558,15 @@ }, "property": { "type": "Identifier", - "start": 61637, - "end": 61643, + "start": 61791, + "end": 61797, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 13 }, "end": { - "line": 1737, + "line": 1742, "column": 19 }, "identifierName": "player" @@ -106213,15 +106578,15 @@ }, "property": { "type": "Identifier", - "start": 61644, - "end": 61656, + "start": 61798, + "end": 61810, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 20 }, "end": { - "line": 1737, + "line": 1742, "column": 32 }, "identifierName": "recordCanvas" @@ -106233,15 +106598,15 @@ }, "property": { "type": "Identifier", - "start": 61657, - "end": 61661, + "start": 61811, + "end": 61815, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 33 }, "end": { - "line": 1737, + "line": 1742, "column": 37 }, "identifierName": "hide" @@ -106258,15 +106623,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -106276,15 +106641,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -106293,43 +106658,43 @@ }, { "type": "ExpressionStatement", - "start": 61704, - "end": 61761, + "start": 61858, + "end": 61915, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 61704, - "end": 61760, + "start": 61858, + "end": 61914, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 64 } }, "callee": { "type": "Identifier", - "start": 61704, - "end": 61716, + "start": 61858, + "end": 61870, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 20 }, "identifierName": "setSrcObject" @@ -106340,58 +106705,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 61717, - "end": 61741, + "start": 61871, + "end": 61895, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 61717, - "end": 61728, + "start": 61871, + "end": 61882, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 61717, - "end": 61721, + "start": 61871, + "end": 61875, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 25 } } }, "property": { "type": "Identifier", - "start": 61722, - "end": 61728, + "start": 61876, + "end": 61882, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 26 }, "end": { - "line": 1740, + "line": 1745, "column": 32 }, "identifierName": "player" @@ -106402,15 +106767,15 @@ }, "property": { "type": "Identifier", - "start": 61729, - "end": 61741, + "start": 61883, + "end": 61895, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 33 }, "end": { - "line": 1740, + "line": 1745, "column": 45 }, "identifierName": "recordedData" @@ -106421,15 +106786,15 @@ }, { "type": "Identifier", - "start": 61743, - "end": 61759, + "start": 61897, + "end": 61913, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 47 }, "end": { - "line": 1740, + "line": 1745, "column": 63 }, "identifierName": "animationDisplay" @@ -106443,15 +106808,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -106460,100 +106825,100 @@ }, { "type": "ExpressionStatement", - "start": 61770, - "end": 61806, + "start": 61924, + "end": 61960, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 61770, - "end": 61805, + "start": 61924, + "end": 61959, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 61770, - "end": 61803, + "start": 61924, + "end": 61957, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 61770, - "end": 61798, + "start": 61924, + "end": 61952, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 61770, - "end": 61781, + "start": 61924, + "end": 61935, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61770, - "end": 61774, + "start": 61924, + "end": 61928, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61775, - "end": 61781, + "start": 61929, + "end": 61935, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 13 }, "end": { - "line": 1741, + "line": 1746, "column": 19 }, "identifierName": "player" @@ -106564,15 +106929,15 @@ }, "property": { "type": "Identifier", - "start": 61782, - "end": 61798, + "start": 61936, + "end": 61952, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 20 }, "end": { - "line": 1741, + "line": 1746, "column": 36 }, "identifierName": "animationDisplay" @@ -106583,15 +106948,15 @@ }, "property": { "type": "Identifier", - "start": 61799, - "end": 61803, + "start": 61953, + "end": 61957, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 37 }, "end": { - "line": 1741, + "line": 1746, "column": 41 }, "identifierName": "show" @@ -106611,15 +106976,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -106629,15 +106994,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -106646,15 +107011,15 @@ }, { "type": "ClassMethod", - "start": 61876, - "end": 62048, + "start": 62030, + "end": 62202, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 4 }, "end": { - "line": 1754, + "line": 1759, "column": 5 } }, @@ -106662,15 +107027,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61876, - "end": 61889, + "start": 62030, + "end": 62043, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 4 }, "end": { - "line": 1748, + "line": 1753, "column": 17 }, "identifierName": "hideAnimation" @@ -106686,100 +107051,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61892, - "end": 62048, + "start": 62046, + "end": 62202, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 20 }, "end": { - "line": 1754, + "line": 1759, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 61934, - "end": 61966, + "start": 62088, + "end": 62120, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61934, - "end": 61965, + "start": 62088, + "end": 62119, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61934, - "end": 61963, + "start": 62088, + "end": 62117, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61934, - "end": 61958, + "start": 62088, + "end": 62112, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61934, - "end": 61945, + "start": 62088, + "end": 62099, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61934, - "end": 61938, + "start": 62088, + "end": 62092, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 12 } }, @@ -106787,15 +107152,15 @@ }, "property": { "type": "Identifier", - "start": 61939, - "end": 61945, + "start": 62093, + "end": 62099, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 13 }, "end": { - "line": 1750, + "line": 1755, "column": 19 }, "identifierName": "player" @@ -106807,15 +107172,15 @@ }, "property": { "type": "Identifier", - "start": 61946, - "end": 61958, + "start": 62100, + "end": 62112, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 20 }, "end": { - "line": 1750, + "line": 1755, "column": 32 }, "identifierName": "recordCanvas" @@ -106827,15 +107192,15 @@ }, "property": { "type": "Identifier", - "start": 61959, - "end": 61963, + "start": 62113, + "end": 62117, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 33 }, "end": { - "line": 1750, + "line": 1755, "column": 37 }, "identifierName": "show" @@ -106852,15 +107217,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 61902, - "end": 61925, + "start": 62056, + "end": 62079, "loc": { "start": { - "line": 1749, + "line": 1754, "column": 8 }, "end": { - "line": 1749, + "line": 1754, "column": 31 } } @@ -106870,15 +107235,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -106887,85 +107252,85 @@ }, { "type": "ExpressionStatement", - "start": 62006, - "end": 62042, + "start": 62160, + "end": 62196, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 62006, - "end": 62041, + "start": 62160, + "end": 62195, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 62006, - "end": 62039, + "start": 62160, + "end": 62193, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 62006, - "end": 62034, + "start": 62160, + "end": 62188, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 62006, - "end": 62017, + "start": 62160, + "end": 62171, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62006, - "end": 62010, + "start": 62160, + "end": 62164, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 12 } }, @@ -106973,15 +107338,15 @@ }, "property": { "type": "Identifier", - "start": 62011, - "end": 62017, + "start": 62165, + "end": 62171, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 13 }, "end": { - "line": 1753, + "line": 1758, "column": 19 }, "identifierName": "player" @@ -106993,15 +107358,15 @@ }, "property": { "type": "Identifier", - "start": 62018, - "end": 62034, + "start": 62172, + "end": 62188, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 20 }, "end": { - "line": 1753, + "line": 1758, "column": 36 }, "identifierName": "animationDisplay" @@ -107013,15 +107378,15 @@ }, "property": { "type": "Identifier", - "start": 62035, - "end": 62039, + "start": 62189, + "end": 62193, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 37 }, "end": { - "line": 1753, + "line": 1758, "column": 41 }, "identifierName": "hide" @@ -107038,15 +107403,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -107061,15 +107426,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -107079,15 +107444,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -107096,15 +107461,15 @@ }, { "type": "ClassMethod", - "start": 62122, - "end": 62239, + "start": 62276, + "end": 62393, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 4 }, "end": { - "line": 1763, + "line": 1768, "column": 5 } }, @@ -107112,15 +107477,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62122, - "end": 62140, + "start": 62276, + "end": 62294, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 4 }, "end": { - "line": 1760, + "line": 1765, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -107136,87 +107501,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62143, - "end": 62239, + "start": 62297, + "end": 62393, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 25 }, "end": { - "line": 1763, + "line": 1768, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62153, - "end": 62233, + "start": 62307, + "end": 62387, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1762, + "line": 1767, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 62153, - "end": 62232, + "start": 62307, + "end": 62386, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1762, + "line": 1767, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 62153, - "end": 62172, + "start": 62307, + "end": 62326, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1761, + "line": 1766, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 62153, - "end": 62157, + "start": 62307, + "end": 62311, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1761, + "line": 1766, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62158, - "end": 62172, + "start": 62312, + "end": 62326, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 13 }, "end": { - "line": 1761, + "line": 1766, "column": 27 }, "identifierName": "setCurrentTime" @@ -107228,72 +107593,72 @@ "arguments": [ { "type": "CallExpression", - "start": 62173, - "end": 62198, + "start": 62327, + "end": 62352, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62173, - "end": 62196, + "start": 62327, + "end": 62350, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 62173, - "end": 62184, + "start": 62327, + "end": 62338, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 62173, - "end": 62177, + "start": 62327, + "end": 62331, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 32 } } }, "property": { "type": "Identifier", - "start": 62178, - "end": 62184, + "start": 62332, + "end": 62338, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 33 }, "end": { - "line": 1761, + "line": 1766, "column": 39 }, "identifierName": "player" @@ -107304,15 +107669,15 @@ }, "property": { "type": "Identifier", - "start": 62185, - "end": 62196, + "start": 62339, + "end": 62350, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 40 }, "end": { - "line": 1761, + "line": 1766, "column": 51 }, "identifierName": "currentTime" @@ -107325,44 +107690,44 @@ }, { "type": "MemberExpression", - "start": 62212, - "end": 62231, + "start": 62366, + "end": 62385, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 12 }, "end": { - "line": 1762, + "line": 1767, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 62212, - "end": 62216, + "start": 62366, + "end": 62370, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 12 }, "end": { - "line": 1762, + "line": 1767, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62217, - "end": 62231, + "start": 62371, + "end": 62385, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 17 }, "end": { - "line": 1762, + "line": 1767, "column": 31 }, "identifierName": "streamDuration" @@ -107382,15 +107747,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -107400,15 +107765,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -107417,15 +107782,15 @@ }, { "type": "ClassMethod", - "start": 62362, - "end": 63121, + "start": 62516, + "end": 63275, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 4 }, "end": { - "line": 1789, + "line": 1794, "column": 5 } }, @@ -107433,15 +107798,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62362, - "end": 62378, + "start": 62516, + "end": 62532, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 4 }, "end": { - "line": 1769, + "line": 1774, "column": 20 }, "identifierName": "enumerateDevices" @@ -107457,58 +107822,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62381, - "end": 63121, + "start": 62535, + "end": 63275, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 23 }, "end": { - "line": 1789, + "line": 1794, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 62391, - "end": 62633, + "start": 62545, + "end": 62787, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 8 }, "end": { - "line": 1774, + "line": 1779, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 62395, - "end": 62462, + "start": 62549, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 12 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 62395, - "end": 62418, + "start": 62549, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 12 }, "end": { - "line": 1770, + "line": 1775, "column": 35 } }, @@ -107516,29 +107881,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62396, - "end": 62418, + "start": 62550, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 13 }, "end": { - "line": 1770, + "line": 1775, "column": 35 } }, "object": { "type": "Identifier", - "start": 62396, - "end": 62405, + "start": 62550, + "end": 62559, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 13 }, "end": { - "line": 1770, + "line": 1775, "column": 22 }, "identifierName": "navigator" @@ -107547,15 +107912,15 @@ }, "property": { "type": "Identifier", - "start": 62406, - "end": 62418, + "start": 62560, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 23 }, "end": { - "line": 1770, + "line": 1775, "column": 35 }, "identifierName": "mediaDevices" @@ -107571,15 +107936,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 62422, - "end": 62462, + "start": 62576, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 39 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, @@ -107587,43 +107952,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62423, - "end": 62462, + "start": 62577, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 62423, - "end": 62445, + "start": 62577, + "end": 62599, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 62 } }, "object": { "type": "Identifier", - "start": 62423, - "end": 62432, + "start": 62577, + "end": 62586, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 49 }, "identifierName": "navigator" @@ -107632,15 +107997,15 @@ }, "property": { "type": "Identifier", - "start": 62433, - "end": 62445, + "start": 62587, + "end": 62599, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 50 }, "end": { - "line": 1770, + "line": 1775, "column": 62 }, "identifierName": "mediaDevices" @@ -107651,15 +108016,15 @@ }, "property": { "type": "Identifier", - "start": 62446, - "end": 62462, + "start": 62600, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 63 }, "end": { - "line": 1770, + "line": 1775, "column": 79 }, "identifierName": "enumerateDevices" @@ -107675,102 +108040,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 62464, - "end": 62633, + "start": 62618, + "end": 62787, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 81 }, "end": { - "line": 1774, + "line": 1779, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62478, - "end": 62547, + "start": 62632, + "end": 62701, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 62478, - "end": 62546, + "start": 62632, + "end": 62700, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62478, - "end": 62508, + "start": 62632, + "end": 62662, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 62478, - "end": 62489, + "start": 62632, + "end": 62643, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62478, - "end": 62482, + "start": 62632, + "end": 62636, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62483, - "end": 62489, + "start": 62637, + "end": 62643, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 17 }, "end": { - "line": 1771, + "line": 1776, "column": 23 }, "identifierName": "player" @@ -107781,15 +108146,15 @@ }, "property": { "type": "Identifier", - "start": 62490, - "end": 62508, + "start": 62644, + "end": 62662, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 24 }, "end": { - "line": 1771, + "line": 1776, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -107800,15 +108165,15 @@ }, "right": { "type": "StringLiteral", - "start": 62511, - "end": 62546, + "start": 62665, + "end": 62700, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 45 }, "end": { - "line": 1771, + "line": 1776, "column": 80 } }, @@ -107822,86 +108187,86 @@ }, { "type": "ExpressionStatement", - "start": 62560, - "end": 62603, + "start": 62714, + "end": 62757, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62560, - "end": 62602, + "start": 62714, + "end": 62756, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62560, - "end": 62579, + "start": 62714, + "end": 62733, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62560, - "end": 62571, + "start": 62714, + "end": 62725, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62560, - "end": 62564, + "start": 62714, + "end": 62718, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62565, - "end": 62571, + "start": 62719, + "end": 62725, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 17 }, "end": { - "line": 1772, + "line": 1777, "column": 23 }, "identifierName": "player" @@ -107912,15 +108277,15 @@ }, "property": { "type": "Identifier", - "start": 62572, - "end": 62579, + "start": 62726, + "end": 62733, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 24 }, "end": { - "line": 1772, + "line": 1777, "column": 31 }, "identifierName": "trigger" @@ -107932,29 +108297,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62580, - "end": 62601, + "start": 62734, + "end": 62755, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 32 }, "end": { - "line": 1772, + "line": 1777, "column": 53 } }, "object": { "type": "Identifier", - "start": 62580, - "end": 62585, + "start": 62734, + "end": 62739, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 32 }, "end": { - "line": 1772, + "line": 1777, "column": 37 }, "identifierName": "Event" @@ -107963,15 +108328,15 @@ }, "property": { "type": "Identifier", - "start": 62586, - "end": 62601, + "start": 62740, + "end": 62755, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 38 }, "end": { - "line": 1772, + "line": 1777, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -107985,15 +108350,15 @@ }, { "type": "ReturnStatement", - "start": 62616, - "end": 62623, + "start": 62770, + "end": 62777, "loc": { "start": { - "line": 1773, + "line": 1778, "column": 12 }, "end": { - "line": 1773, + "line": 1778, "column": 19 } }, @@ -108008,15 +108373,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -108025,127 +108390,127 @@ }, { "type": "ExpressionStatement", - "start": 62683, - "end": 63115, + "start": 62837, + "end": 63269, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1788, + "line": 1793, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 62683, - "end": 63114, + "start": 62837, + "end": 63268, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1788, + "line": 1793, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62986, + "start": 62837, + "end": 63140, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1785, + "line": 1790, "column": 16 } }, "object": { "type": "CallExpression", - "start": 62683, - "end": 62980, + "start": 62837, + "end": 63134, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1785, + "line": 1790, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62733, + "start": 62837, + "end": 62887, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 58 } }, "object": { "type": "CallExpression", - "start": 62683, - "end": 62728, + "start": 62837, + "end": 62882, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62722, + "start": 62837, + "end": 62876, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 62683, - "end": 62705, + "start": 62837, + "end": 62859, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 30 } }, "object": { "type": "Identifier", - "start": 62683, - "end": 62692, + "start": 62837, + "end": 62846, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 17 }, "identifierName": "navigator" @@ -108155,15 +108520,15 @@ }, "property": { "type": "Identifier", - "start": 62693, - "end": 62705, + "start": 62847, + "end": 62859, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 18 }, "end": { - "line": 1777, + "line": 1782, "column": 30 }, "identifierName": "mediaDevices" @@ -108175,15 +108540,15 @@ }, "property": { "type": "Identifier", - "start": 62706, - "end": 62722, + "start": 62860, + "end": 62876, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 31 }, "end": { - "line": 1777, + "line": 1782, "column": 47 }, "identifierName": "enumerateDevices" @@ -108196,15 +108561,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 62723, - "end": 62727, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 48 }, "end": { - "line": 1777, + "line": 1782, "column": 52 } } @@ -108214,15 +108579,15 @@ }, "property": { "type": "Identifier", - "start": 62729, - "end": 62733, + "start": 62883, + "end": 62887, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 54 }, "end": { - "line": 1777, + "line": 1782, "column": 58 }, "identifierName": "then" @@ -108235,15 +108600,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62734, - "end": 62979, + "start": 62888, + "end": 63133, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 59 }, "end": { - "line": 1785, + "line": 1790, "column": 9 } }, @@ -108254,15 +108619,15 @@ "params": [ { "type": "Identifier", - "start": 62735, - "end": 62742, + "start": 62889, + "end": 62896, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 60 }, "end": { - "line": 1777, + "line": 1782, "column": 67 }, "identifierName": "devices" @@ -108272,88 +108637,88 @@ ], "body": { "type": "BlockStatement", - "start": 62747, - "end": 62979, + "start": 62901, + "end": 63133, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 72 }, "end": { - "line": 1785, + "line": 1790, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62761, - "end": 62779, + "start": 62915, + "end": 62933, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 62761, - "end": 62778, + "start": 62915, + "end": 62932, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62761, - "end": 62773, + "start": 62915, + "end": 62927, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 62761, - "end": 62765, + "start": 62915, + "end": 62919, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62766, - "end": 62773, + "start": 62920, + "end": 62927, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 17 }, "end": { - "line": 1778, + "line": 1783, "column": 24 }, "identifierName": "devices" @@ -108364,15 +108729,15 @@ }, "right": { "type": "ArrayExpression", - "start": 62776, - "end": 62778, + "start": 62930, + "end": 62932, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 27 }, "end": { - "line": 1778, + "line": 1783, "column": 29 } }, @@ -108382,57 +108747,57 @@ }, { "type": "ExpressionStatement", - "start": 62792, - "end": 62880, + "start": 62946, + "end": 63034, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1781, + "line": 1786, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 62792, - "end": 62879, + "start": 62946, + "end": 63033, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1781, + "line": 1786, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 62792, - "end": 62807, + "start": 62946, + "end": 62961, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 27 } }, "object": { "type": "Identifier", - "start": 62792, - "end": 62799, + "start": 62946, + "end": 62953, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 19 }, "identifierName": "devices" @@ -108441,15 +108806,15 @@ }, "property": { "type": "Identifier", - "start": 62800, - "end": 62807, + "start": 62954, + "end": 62961, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 20 }, "end": { - "line": 1779, + "line": 1784, "column": 27 }, "identifierName": "forEach" @@ -108461,15 +108826,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62808, - "end": 62878, + "start": 62962, + "end": 63032, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 28 }, "end": { - "line": 1781, + "line": 1786, "column": 13 } }, @@ -108480,15 +108845,15 @@ "params": [ { "type": "Identifier", - "start": 62809, - "end": 62815, + "start": 62963, + "end": 62969, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 29 }, "end": { - "line": 1779, + "line": 1784, "column": 35 }, "identifierName": "device" @@ -108498,101 +108863,101 @@ ], "body": { "type": "BlockStatement", - "start": 62820, - "end": 62878, + "start": 62974, + "end": 63032, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 40 }, "end": { - "line": 1781, + "line": 1786, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 62838, - "end": 62864, + "start": 62992, + "end": 63018, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62838, - "end": 62863, + "start": 62992, + "end": 63017, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62838, - "end": 62855, + "start": 62992, + "end": 63009, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 62838, - "end": 62850, + "start": 62992, + "end": 63004, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 62838, - "end": 62842, + "start": 62992, + "end": 62996, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 20 } } }, "property": { "type": "Identifier", - "start": 62843, - "end": 62850, + "start": 62997, + "end": 63004, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 21 }, "end": { - "line": 1780, + "line": 1785, "column": 28 }, "identifierName": "devices" @@ -108603,15 +108968,15 @@ }, "property": { "type": "Identifier", - "start": 62851, - "end": 62855, + "start": 63005, + "end": 63009, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 29 }, "end": { - "line": 1780, + "line": 1785, "column": 33 }, "identifierName": "push" @@ -108623,15 +108988,15 @@ "arguments": [ { "type": "Identifier", - "start": 62856, - "end": 62862, + "start": 63010, + "end": 63016, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 34 }, "end": { - "line": 1780, + "line": 1785, "column": 40 }, "identifierName": "device" @@ -108651,15 +109016,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -108668,71 +109033,71 @@ }, { "type": "ExpressionStatement", - "start": 62926, - "end": 62969, + "start": 63080, + "end": 63123, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62926, - "end": 62968, + "start": 63080, + "end": 63122, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62926, - "end": 62945, + "start": 63080, + "end": 63099, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62926, - "end": 62937, + "start": 63080, + "end": 63091, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62926, - "end": 62930, + "start": 63080, + "end": 63084, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 16 } }, @@ -108740,15 +109105,15 @@ }, "property": { "type": "Identifier", - "start": 62931, - "end": 62937, + "start": 63085, + "end": 63091, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 17 }, "end": { - "line": 1784, + "line": 1789, "column": 23 }, "identifierName": "player" @@ -108760,15 +109125,15 @@ }, "property": { "type": "Identifier", - "start": 62938, - "end": 62945, + "start": 63092, + "end": 63099, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 24 }, "end": { - "line": 1784, + "line": 1789, "column": 31 }, "identifierName": "trigger" @@ -108781,29 +109146,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62946, - "end": 62967, + "start": 63100, + "end": 63121, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 32 }, "end": { - "line": 1784, + "line": 1789, "column": 53 } }, "object": { "type": "Identifier", - "start": 62946, - "end": 62951, + "start": 63100, + "end": 63105, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 32 }, "end": { - "line": 1784, + "line": 1789, "column": 37 }, "identifierName": "Event" @@ -108812,15 +109177,15 @@ }, "property": { "type": "Identifier", - "start": 62952, - "end": 62967, + "start": 63106, + "end": 63121, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 38 }, "end": { - "line": 1784, + "line": 1789, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -108836,15 +109201,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -108860,15 +109225,15 @@ }, "property": { "type": "Identifier", - "start": 62981, - "end": 62986, + "start": 63135, + "end": 63140, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 11 }, "end": { - "line": 1785, + "line": 1790, "column": 16 }, "identifierName": "catch" @@ -108881,15 +109246,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62987, - "end": 63113, + "start": 63141, + "end": 63267, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 17 }, "end": { - "line": 1788, + "line": 1793, "column": 9 } }, @@ -108900,15 +109265,15 @@ "params": [ { "type": "Identifier", - "start": 62988, - "end": 62991, + "start": 63142, + "end": 63145, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 18 }, "end": { - "line": 1785, + "line": 1790, "column": 21 }, "identifierName": "err" @@ -108918,102 +109283,102 @@ ], "body": { "type": "BlockStatement", - "start": 62996, - "end": 63113, + "start": 63150, + "end": 63267, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 26 }, "end": { - "line": 1788, + "line": 1793, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63010, - "end": 63047, + "start": 63164, + "end": 63201, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63010, - "end": 63046, + "start": 63164, + "end": 63200, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63010, - "end": 63040, + "start": 63164, + "end": 63194, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 63010, - "end": 63021, + "start": 63164, + "end": 63175, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63010, - "end": 63014, + "start": 63164, + "end": 63168, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63015, - "end": 63021, + "start": 63169, + "end": 63175, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 17 }, "end": { - "line": 1786, + "line": 1791, "column": 23 }, "identifierName": "player" @@ -109024,15 +109389,15 @@ }, "property": { "type": "Identifier", - "start": 63022, - "end": 63040, + "start": 63176, + "end": 63194, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 24 }, "end": { - "line": 1786, + "line": 1791, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -109043,15 +109408,15 @@ }, "right": { "type": "Identifier", - "start": 63043, - "end": 63046, + "start": 63197, + "end": 63200, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 45 }, "end": { - "line": 1786, + "line": 1791, "column": 48 }, "identifierName": "err" @@ -109062,86 +109427,86 @@ }, { "type": "ExpressionStatement", - "start": 63060, - "end": 63103, + "start": 63214, + "end": 63257, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63060, - "end": 63102, + "start": 63214, + "end": 63256, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63060, - "end": 63079, + "start": 63214, + "end": 63233, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63060, - "end": 63071, + "start": 63214, + "end": 63225, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63060, - "end": 63064, + "start": 63214, + "end": 63218, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63065, - "end": 63071, + "start": 63219, + "end": 63225, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 17 }, "end": { - "line": 1787, + "line": 1792, "column": 23 }, "identifierName": "player" @@ -109152,15 +109517,15 @@ }, "property": { "type": "Identifier", - "start": 63072, - "end": 63079, + "start": 63226, + "end": 63233, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 24 }, "end": { - "line": 1787, + "line": 1792, "column": 31 }, "identifierName": "trigger" @@ -109172,29 +109537,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63080, - "end": 63101, + "start": 63234, + "end": 63255, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 32 }, "end": { - "line": 1787, + "line": 1792, "column": 53 } }, "object": { "type": "Identifier", - "start": 63080, - "end": 63085, + "start": 63234, + "end": 63239, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 32 }, "end": { - "line": 1787, + "line": 1792, "column": 37 }, "identifierName": "Event" @@ -109203,15 +109568,15 @@ }, "property": { "type": "Identifier", - "start": 63086, - "end": 63101, + "start": 63240, + "end": 63255, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 38 }, "end": { - "line": 1787, + "line": 1792, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -109234,15 +109599,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -109257,15 +109622,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -109275,15 +109640,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -109292,15 +109657,15 @@ }, { "type": "ClassMethod", - "start": 63252, - "end": 63822, + "start": 63406, + "end": 63976, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 4 }, "end": { - "line": 1813, + "line": 1818, "column": 5 } }, @@ -109308,15 +109673,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63252, - "end": 63265, + "start": 63406, + "end": 63419, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 4 }, "end": { - "line": 1796, + "line": 1801, "column": 17 }, "identifierName": "setVideoInput" @@ -109332,15 +109697,15 @@ "params": [ { "type": "Identifier", - "start": 63266, - "end": 63274, + "start": 63420, + "end": 63428, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 18 }, "end": { - "line": 1796, + "line": 1801, "column": 26 }, "identifierName": "deviceId" @@ -109350,87 +109715,87 @@ ], "body": { "type": "BlockStatement", - "start": 63276, - "end": 63822, + "start": 63430, + "end": 63976, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 28 }, "end": { - "line": 1813, + "line": 1818, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63286, - "end": 63659, + "start": 63440, + "end": 63813, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 8 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63290, - "end": 63335, + "start": 63444, + "end": 63489, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63290, - "end": 63306, + "start": 63444, + "end": 63460, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63290, - "end": 63294, + "start": 63444, + "end": 63448, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63295, - "end": 63306, + "start": 63449, + "end": 63460, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 17 }, "end": { - "line": 1797, + "line": 1802, "column": 28 }, "identifierName": "recordVideo" @@ -109442,29 +109807,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 63311, - "end": 63335, + "start": 63465, + "end": 63489, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 33 }, "end": { - "line": 1797, + "line": 1802, "column": 57 } }, "callee": { "type": "Identifier", - "start": 63311, - "end": 63317, + "start": 63465, + "end": 63471, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 33 }, "end": { - "line": 1797, + "line": 1802, "column": 39 }, "identifierName": "Object" @@ -109474,44 +109839,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 63318, - "end": 63334, + "start": 63472, + "end": 63488, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 40 }, "end": { - "line": 1797, + "line": 1802, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 63318, - "end": 63322, + "start": 63472, + "end": 63476, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 40 }, "end": { - "line": 1797, + "line": 1802, "column": 44 } } }, "property": { "type": "Identifier", - "start": 63323, - "end": 63334, + "start": 63477, + "end": 63488, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 45 }, "end": { - "line": 1797, + "line": 1802, "column": 56 }, "identifierName": "recordVideo" @@ -109525,87 +109890,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 63337, - "end": 63455, + "start": 63491, + "end": 63609, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 59 }, "end": { - "line": 1801, + "line": 1806, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63398, - "end": 63444, + "start": 63552, + "end": 63598, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 63398, - "end": 63443, + "start": 63552, + "end": 63597, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63398, - "end": 63423, + "start": 63552, + "end": 63577, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 63398, - "end": 63414, + "start": 63552, + "end": 63568, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63398, - "end": 63402, + "start": 63552, + "end": 63556, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 16 } }, @@ -109613,15 +109978,15 @@ }, "property": { "type": "Identifier", - "start": 63403, - "end": 63414, + "start": 63557, + "end": 63568, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 17 }, "end": { - "line": 1799, + "line": 1804, "column": 28 }, "identifierName": "recordVideo" @@ -109633,15 +109998,15 @@ }, "property": { "type": "Identifier", - "start": 63415, - "end": 63423, + "start": 63569, + "end": 63577, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 29 }, "end": { - "line": 1799, + "line": 1804, "column": 37 }, "identifierName": "deviceId" @@ -109653,30 +110018,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63426, - "end": 63443, + "start": 63580, + "end": 63597, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 40 }, "end": { - "line": 1799, + "line": 1804, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 63427, - "end": 63442, + "start": 63581, + "end": 63596, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 41 }, "end": { - "line": 1799, + "line": 1804, "column": 56 } }, @@ -109685,15 +110050,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63427, - "end": 63432, + "start": 63581, + "end": 63586, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 41 }, "end": { - "line": 1799, + "line": 1804, "column": 46 }, "identifierName": "exact" @@ -109702,15 +110067,15 @@ }, "value": { "type": "Identifier", - "start": 63434, - "end": 63442, + "start": 63588, + "end": 63596, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 48 }, "end": { - "line": 1799, + "line": 1804, "column": 56 }, "identifierName": "deviceId" @@ -109726,15 +110091,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63351, - "end": 63385, + "start": 63505, + "end": 63539, "loc": { "start": { - "line": 1798, + "line": 1803, "column": 12 }, "end": { - "line": 1798, + "line": 1803, "column": 46 } } @@ -109746,72 +110111,72 @@ }, "alternate": { "type": "IfStatement", - "start": 63461, - "end": 63659, + "start": 63615, + "end": 63813, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 15 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63465, - "end": 63490, + "start": 63619, + "end": 63644, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 63465, - "end": 63481, + "start": 63619, + "end": 63635, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 63465, - "end": 63469, + "start": 63619, + "end": 63623, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 23 } } }, "property": { "type": "Identifier", - "start": 63470, - "end": 63481, + "start": 63624, + "end": 63635, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 24 }, "end": { - "line": 1801, + "line": 1806, "column": 35 }, "identifierName": "recordVideo" @@ -109823,15 +110188,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 63486, - "end": 63490, + "start": 63640, + "end": 63644, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 40 }, "end": { - "line": 1801, + "line": 1806, "column": 44 } }, @@ -109840,73 +110205,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 63492, - "end": 63659, + "start": 63646, + "end": 63813, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 46 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63570, - "end": 63649, + "start": 63724, + "end": 63803, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1805, + "line": 1810, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 63570, - "end": 63648, + "start": 63724, + "end": 63802, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1805, + "line": 1810, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63570, - "end": 63586, + "start": 63724, + "end": 63740, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1803, + "line": 1808, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63570, - "end": 63574, + "start": 63724, + "end": 63728, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1803, + "line": 1808, "column": 16 } }, @@ -109914,15 +110279,15 @@ }, "property": { "type": "Identifier", - "start": 63575, - "end": 63586, + "start": 63729, + "end": 63740, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 17 }, "end": { - "line": 1803, + "line": 1808, "column": 28 }, "identifierName": "recordVideo" @@ -109934,30 +110299,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63589, - "end": 63648, + "start": 63743, + "end": 63802, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 31 }, "end": { - "line": 1805, + "line": 1810, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 63607, - "end": 63634, + "start": 63761, + "end": 63788, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 16 }, "end": { - "line": 1804, + "line": 1809, "column": 43 } }, @@ -109966,15 +110331,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63607, - "end": 63615, + "start": 63761, + "end": 63769, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 16 }, "end": { - "line": 1804, + "line": 1809, "column": 24 }, "identifierName": "deviceId" @@ -109983,30 +110348,30 @@ }, "value": { "type": "ObjectExpression", - "start": 63617, - "end": 63634, + "start": 63771, + "end": 63788, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 26 }, "end": { - "line": 1804, + "line": 1809, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 63618, - "end": 63633, + "start": 63772, + "end": 63787, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 27 }, "end": { - "line": 1804, + "line": 1809, "column": 42 } }, @@ -110015,15 +110380,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63618, - "end": 63623, + "start": 63772, + "end": 63777, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 27 }, "end": { - "line": 1804, + "line": 1809, "column": 32 }, "identifierName": "exact" @@ -110032,15 +110397,15 @@ }, "value": { "type": "Identifier", - "start": 63625, - "end": 63633, + "start": 63779, + "end": 63787, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 34 }, "end": { - "line": 1804, + "line": 1809, "column": 42 }, "identifierName": "deviceId" @@ -110059,15 +110424,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63506, - "end": 63557, + "start": 63660, + "end": 63711, "loc": { "start": { - "line": 1802, + "line": 1807, "column": 12 }, "end": { - "line": 1802, + "line": 1807, "column": 63 } } @@ -110085,15 +110450,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -110102,57 +110467,57 @@ }, { "type": "ExpressionStatement", - "start": 63704, - "end": 63722, + "start": 63858, + "end": 63876, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 63704, - "end": 63721, + "start": 63858, + "end": 63875, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 63704, - "end": 63719, + "start": 63858, + "end": 63873, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63704, - "end": 63708, + "start": 63858, + "end": 63862, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 12 } }, @@ -110160,15 +110525,15 @@ }, "property": { "type": "Identifier", - "start": 63709, - "end": 63719, + "start": 63863, + "end": 63873, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 13 }, "end": { - "line": 1809, + "line": 1814, "column": 23 }, "identifierName": "stopDevice" @@ -110185,15 +110550,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -110203,15 +110568,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -110220,57 +110585,57 @@ }, { "type": "ExpressionStatement", - "start": 63799, - "end": 63816, + "start": 63953, + "end": 63970, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 63799, - "end": 63815, + "start": 63953, + "end": 63969, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 63799, - "end": 63813, + "start": 63953, + "end": 63967, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 63799, - "end": 63803, + "start": 63953, + "end": 63957, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 12 } }, @@ -110278,15 +110643,15 @@ }, "property": { "type": "Identifier", - "start": 63804, - "end": 63813, + "start": 63958, + "end": 63967, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 13 }, "end": { - "line": 1812, + "line": 1817, "column": 22 }, "identifierName": "getDevice" @@ -110303,15 +110668,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -110326,15 +110691,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -110344,15 +110709,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -110361,15 +110726,15 @@ }, { "type": "ClassMethod", - "start": 63953, - "end": 64844, + "start": 64107, + "end": 64998, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 4 }, "end": { - "line": 1847, + "line": 1852, "column": 5 } }, @@ -110377,15 +110742,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63953, - "end": 63966, + "start": 64107, + "end": 64120, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 4 }, "end": { - "line": 1820, + "line": 1825, "column": 17 }, "identifierName": "setAudioInput" @@ -110401,15 +110766,15 @@ "params": [ { "type": "Identifier", - "start": 63967, - "end": 63975, + "start": 64121, + "end": 64129, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 18 }, "end": { - "line": 1820, + "line": 1825, "column": 26 }, "identifierName": "deviceId" @@ -110419,87 +110784,87 @@ ], "body": { "type": "BlockStatement", - "start": 63977, - "end": 64844, + "start": 64131, + "end": 64998, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 28 }, "end": { - "line": 1847, + "line": 1852, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63987, - "end": 64360, + "start": 64141, + "end": 64514, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 8 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63991, - "end": 64036, + "start": 64145, + "end": 64190, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63991, - "end": 64007, + "start": 64145, + "end": 64161, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63991, - "end": 63995, + "start": 64145, + "end": 64149, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63996, - "end": 64007, + "start": 64150, + "end": 64161, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 17 }, "end": { - "line": 1821, + "line": 1826, "column": 28 }, "identifierName": "recordAudio" @@ -110511,29 +110876,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 64012, - "end": 64036, + "start": 64166, + "end": 64190, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 33 }, "end": { - "line": 1821, + "line": 1826, "column": 57 } }, "callee": { "type": "Identifier", - "start": 64012, - "end": 64018, + "start": 64166, + "end": 64172, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 33 }, "end": { - "line": 1821, + "line": 1826, "column": 39 }, "identifierName": "Object" @@ -110543,44 +110908,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 64019, - "end": 64035, + "start": 64173, + "end": 64189, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 40 }, "end": { - "line": 1821, + "line": 1826, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 64019, - "end": 64023, + "start": 64173, + "end": 64177, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 40 }, "end": { - "line": 1821, + "line": 1826, "column": 44 } } }, "property": { "type": "Identifier", - "start": 64024, - "end": 64035, + "start": 64178, + "end": 64189, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 45 }, "end": { - "line": 1821, + "line": 1826, "column": 56 }, "identifierName": "recordAudio" @@ -110594,87 +110959,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 64038, - "end": 64156, + "start": 64192, + "end": 64310, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 59 }, "end": { - "line": 1825, + "line": 1830, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64099, - "end": 64145, + "start": 64253, + "end": 64299, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 64099, - "end": 64144, + "start": 64253, + "end": 64298, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64099, - "end": 64124, + "start": 64253, + "end": 64278, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 64099, - "end": 64115, + "start": 64253, + "end": 64269, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64099, - "end": 64103, + "start": 64253, + "end": 64257, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 16 } }, @@ -110682,15 +111047,15 @@ }, "property": { "type": "Identifier", - "start": 64104, - "end": 64115, + "start": 64258, + "end": 64269, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 17 }, "end": { - "line": 1823, + "line": 1828, "column": 28 }, "identifierName": "recordAudio" @@ -110702,15 +111067,15 @@ }, "property": { "type": "Identifier", - "start": 64116, - "end": 64124, + "start": 64270, + "end": 64278, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 29 }, "end": { - "line": 1823, + "line": 1828, "column": 37 }, "identifierName": "deviceId" @@ -110722,30 +111087,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64127, - "end": 64144, + "start": 64281, + "end": 64298, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 40 }, "end": { - "line": 1823, + "line": 1828, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 64128, - "end": 64143, + "start": 64282, + "end": 64297, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 41 }, "end": { - "line": 1823, + "line": 1828, "column": 56 } }, @@ -110754,15 +111119,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64128, - "end": 64133, + "start": 64282, + "end": 64287, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 41 }, "end": { - "line": 1823, + "line": 1828, "column": 46 }, "identifierName": "exact" @@ -110771,15 +111136,15 @@ }, "value": { "type": "Identifier", - "start": 64135, - "end": 64143, + "start": 64289, + "end": 64297, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 48 }, "end": { - "line": 1823, + "line": 1828, "column": 56 }, "identifierName": "deviceId" @@ -110795,15 +111160,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64052, - "end": 64086, + "start": 64206, + "end": 64240, "loc": { "start": { - "line": 1822, + "line": 1827, "column": 12 }, "end": { - "line": 1822, + "line": 1827, "column": 46 } } @@ -110815,72 +111180,72 @@ }, "alternate": { "type": "IfStatement", - "start": 64162, - "end": 64360, + "start": 64316, + "end": 64514, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 15 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64166, - "end": 64191, + "start": 64320, + "end": 64345, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 64166, - "end": 64182, + "start": 64320, + "end": 64336, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 64166, - "end": 64170, + "start": 64320, + "end": 64324, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 23 } } }, "property": { "type": "Identifier", - "start": 64171, - "end": 64182, + "start": 64325, + "end": 64336, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 24 }, "end": { - "line": 1825, + "line": 1830, "column": 35 }, "identifierName": "recordAudio" @@ -110892,15 +111257,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 64187, - "end": 64191, + "start": 64341, + "end": 64345, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 40 }, "end": { - "line": 1825, + "line": 1830, "column": 44 } }, @@ -110909,73 +111274,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64193, - "end": 64360, + "start": 64347, + "end": 64514, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 46 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64271, - "end": 64350, + "start": 64425, + "end": 64504, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1829, + "line": 1834, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 64271, - "end": 64349, + "start": 64425, + "end": 64503, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1829, + "line": 1834, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64271, - "end": 64287, + "start": 64425, + "end": 64441, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1827, + "line": 1832, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64271, - "end": 64275, + "start": 64425, + "end": 64429, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1827, + "line": 1832, "column": 16 } }, @@ -110983,15 +111348,15 @@ }, "property": { "type": "Identifier", - "start": 64276, - "end": 64287, + "start": 64430, + "end": 64441, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 17 }, "end": { - "line": 1827, + "line": 1832, "column": 28 }, "identifierName": "recordAudio" @@ -111003,30 +111368,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64290, - "end": 64349, + "start": 64444, + "end": 64503, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 31 }, "end": { - "line": 1829, + "line": 1834, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 64308, - "end": 64335, + "start": 64462, + "end": 64489, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 16 }, "end": { - "line": 1828, + "line": 1833, "column": 43 } }, @@ -111035,15 +111400,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64308, - "end": 64316, + "start": 64462, + "end": 64470, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 16 }, "end": { - "line": 1828, + "line": 1833, "column": 24 }, "identifierName": "deviceId" @@ -111052,30 +111417,30 @@ }, "value": { "type": "ObjectExpression", - "start": 64318, - "end": 64335, + "start": 64472, + "end": 64489, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 26 }, "end": { - "line": 1828, + "line": 1833, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 64319, - "end": 64334, + "start": 64473, + "end": 64488, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 27 }, "end": { - "line": 1828, + "line": 1833, "column": 42 } }, @@ -111084,15 +111449,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64319, - "end": 64324, + "start": 64473, + "end": 64478, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 27 }, "end": { - "line": 1828, + "line": 1833, "column": 32 }, "identifierName": "exact" @@ -111101,15 +111466,15 @@ }, "value": { "type": "Identifier", - "start": 64326, - "end": 64334, + "start": 64480, + "end": 64488, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 34 }, "end": { - "line": 1828, + "line": 1833, "column": 42 }, "identifierName": "deviceId" @@ -111128,15 +111493,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64207, - "end": 64258, + "start": 64361, + "end": 64412, "loc": { "start": { - "line": 1826, + "line": 1831, "column": 12 }, "end": { - "line": 1826, + "line": 1831, "column": 63 } } @@ -111154,15 +111519,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -111171,57 +111536,57 @@ }, { "type": "SwitchStatement", - "start": 64429, - "end": 64681, + "start": 64583, + "end": 64835, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 8 }, "end": { - "line": 1840, + "line": 1845, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 64437, - "end": 64457, + "start": 64591, + "end": 64611, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 64437, - "end": 64455, + "start": 64591, + "end": 64609, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 64437, - "end": 64441, + "start": 64591, + "end": 64595, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 20 } }, @@ -111229,15 +111594,15 @@ }, "property": { "type": "Identifier", - "start": 64442, - "end": 64455, + "start": 64596, + "end": 64609, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 21 }, "end": { - "line": 1833, + "line": 1838, "column": 34 }, "identifierName": "getRecordType" @@ -111253,130 +111618,130 @@ "cases": [ { "type": "SwitchCase", - "start": 64473, - "end": 64671, + "start": 64627, + "end": 64825, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 12 }, "end": { - "line": 1839, + "line": 1844, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 64506, - "end": 64648, + "start": 64660, + "end": 64802, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1838, + "line": 1843, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 64506, - "end": 64647, + "start": 64660, + "end": 64801, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1838, + "line": 1843, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64506, - "end": 64547, + "start": 64660, + "end": 64701, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64535, + "start": 64660, + "end": 64689, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64524, + "start": 64660, + "end": 64678, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64517, + "start": 64660, + "end": 64671, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 64506, - "end": 64510, + "start": 64660, + "end": 64664, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 20 } } }, "property": { "type": "Identifier", - "start": 64511, - "end": 64517, + "start": 64665, + "end": 64671, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 21 }, "end": { - "line": 1835, + "line": 1840, "column": 27 }, "identifierName": "surfer" @@ -111387,15 +111752,15 @@ }, "property": { "type": "Identifier", - "start": 64518, - "end": 64524, + "start": 64672, + "end": 64678, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 28 }, "end": { - "line": 1835, + "line": 1840, "column": 34 }, "identifierName": "surfer" @@ -111406,15 +111771,15 @@ }, "property": { "type": "Identifier", - "start": 64525, - "end": 64535, + "start": 64679, + "end": 64689, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 35 }, "end": { - "line": 1835, + "line": 1840, "column": 45 }, "identifierName": "microphone" @@ -111425,15 +111790,15 @@ }, "property": { "type": "Identifier", - "start": 64536, - "end": 64547, + "start": 64690, + "end": 64701, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 46 }, "end": { - "line": 1835, + "line": 1840, "column": 57 }, "identifierName": "constraints" @@ -111444,30 +111809,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64550, - "end": 64647, + "start": 64704, + "end": 64801, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 60 }, "end": { - "line": 1838, + "line": 1843, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 64572, - "end": 64584, + "start": 64726, + "end": 64738, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 20 }, "end": { - "line": 1836, + "line": 1841, "column": 32 } }, @@ -111476,15 +111841,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64572, - "end": 64577, + "start": 64726, + "end": 64731, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 20 }, "end": { - "line": 1836, + "line": 1841, "column": 25 }, "identifierName": "video" @@ -111493,15 +111858,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 64579, - "end": 64584, + "start": 64733, + "end": 64738, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 27 }, "end": { - "line": 1836, + "line": 1841, "column": 32 } }, @@ -111510,15 +111875,15 @@ }, { "type": "ObjectProperty", - "start": 64606, - "end": 64629, + "start": 64760, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 20 }, "end": { - "line": 1837, + "line": 1842, "column": 43 } }, @@ -111527,15 +111892,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64606, - "end": 64611, + "start": 64760, + "end": 64765, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 20 }, "end": { - "line": 1837, + "line": 1842, "column": 25 }, "identifierName": "audio" @@ -111544,44 +111909,44 @@ }, "value": { "type": "MemberExpression", - "start": 64613, - "end": 64629, + "start": 64767, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 27 }, "end": { - "line": 1837, + "line": 1842, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 64613, - "end": 64617, + "start": 64767, + "end": 64771, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 27 }, "end": { - "line": 1837, + "line": 1842, "column": 31 } } }, "property": { "type": "Identifier", - "start": 64618, - "end": 64629, + "start": 64772, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 32 }, "end": { - "line": 1837, + "line": 1842, "column": 43 }, "identifierName": "recordAudio" @@ -111597,15 +111962,15 @@ }, { "type": "BreakStatement", - "start": 64665, - "end": 64671, + "start": 64819, + "end": 64825, "loc": { "start": { - "line": 1839, + "line": 1844, "column": 16 }, "end": { - "line": 1839, + "line": 1844, "column": 22 } }, @@ -111614,15 +111979,15 @@ ], "test": { "type": "Identifier", - "start": 64478, - "end": 64488, + "start": 64632, + "end": 64642, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 17 }, "end": { - "line": 1834, + "line": 1839, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -111635,15 +112000,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -111653,15 +112018,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -111670,57 +112035,57 @@ }, { "type": "ExpressionStatement", - "start": 64726, - "end": 64744, + "start": 64880, + "end": 64898, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 64726, - "end": 64743, + "start": 64880, + "end": 64897, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 64726, - "end": 64741, + "start": 64880, + "end": 64895, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 64726, - "end": 64730, + "start": 64880, + "end": 64884, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 12 } }, @@ -111728,15 +112093,15 @@ }, "property": { "type": "Identifier", - "start": 64731, - "end": 64741, + "start": 64885, + "end": 64895, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 13 }, "end": { - "line": 1843, + "line": 1848, "column": 23 }, "identifierName": "stopDevice" @@ -111753,15 +112118,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -111771,15 +112136,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -111788,57 +112153,57 @@ }, { "type": "ExpressionStatement", - "start": 64821, - "end": 64838, + "start": 64975, + "end": 64992, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 64821, - "end": 64837, + "start": 64975, + "end": 64991, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 64821, - "end": 64835, + "start": 64975, + "end": 64989, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 64821, - "end": 64825, + "start": 64975, + "end": 64979, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 12 } }, @@ -111846,15 +112211,15 @@ }, "property": { "type": "Identifier", - "start": 64826, - "end": 64835, + "start": 64980, + "end": 64989, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 13 }, "end": { - "line": 1846, + "line": 1851, "column": 22 }, "identifierName": "getDevice" @@ -111871,15 +112236,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -111894,15 +112259,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -111912,15 +112277,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -111929,15 +112294,15 @@ }, { "type": "ClassMethod", - "start": 64973, - "end": 66379, + "start": 65127, + "end": 66533, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 4 }, "end": { - "line": 1890, + "line": 1895, "column": 5 } }, @@ -111945,15 +112310,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64973, - "end": 64987, + "start": 65127, + "end": 65141, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 4 }, "end": { - "line": 1854, + "line": 1859, "column": 18 }, "identifierName": "setAudioOutput" @@ -111969,15 +112334,15 @@ "params": [ { "type": "Identifier", - "start": 64988, - "end": 64996, + "start": 65142, + "end": 65150, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 19 }, "end": { - "line": 1854, + "line": 1859, "column": 27 }, "identifierName": "deviceId" @@ -111987,59 +112352,59 @@ ], "body": { "type": "BlockStatement", - "start": 64998, - "end": 66379, + "start": 65152, + "end": 66533, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 29 }, "end": { - "line": 1890, + "line": 1895, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 65008, - "end": 65025, + "start": 65162, + "end": 65179, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 8 }, "end": { - "line": 1855, + "line": 1860, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65012, - "end": 65024, + "start": 65166, + "end": 65178, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 12 }, "end": { - "line": 1855, + "line": 1860, "column": 24 } }, "id": { "type": "Identifier", - "start": 65012, - "end": 65024, + "start": 65166, + "end": 65178, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 12 }, "end": { - "line": 1855, + "line": 1860, "column": 24 }, "identifierName": "errorMessage" @@ -112053,72 +112418,72 @@ }, { "type": "SwitchStatement", - "start": 65034, - "end": 66266, + "start": 65188, + "end": 66420, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 8 }, "end": { - "line": 1886, + "line": 1891, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 65042, - "end": 65062, + "start": 65196, + "end": 65216, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 65042, - "end": 65060, + "start": 65196, + "end": 65214, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 65042, - "end": 65046, + "start": 65196, + "end": 65200, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 20 } } }, "property": { "type": "Identifier", - "start": 65047, - "end": 65060, + "start": 65201, + "end": 65214, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 21 }, "end": { - "line": 1856, + "line": 1861, "column": 34 }, "identifierName": "getRecordType" @@ -112132,156 +112497,156 @@ "cases": [ { "type": "SwitchCase", - "start": 65078, - "end": 65456, + "start": 65232, + "end": 65610, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 12 }, "end": { - "line": 1866, + "line": 1871, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65145, - "end": 65433, + "start": 65299, + "end": 65587, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1865, + "line": 1870, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 65145, - "end": 65432, + "start": 65299, + "end": 65586, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1865, + "line": 1870, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65362, + "start": 65299, + "end": 65516, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1863, + "line": 1868, "column": 24 } }, "object": { "type": "CallExpression", - "start": 65145, - "end": 65356, + "start": 65299, + "end": 65510, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1863, + "line": 1868, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65188, + "start": 65299, + "end": 65342, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 59 } }, "object": { "type": "CallExpression", - "start": 65145, - "end": 65183, + "start": 65299, + "end": 65337, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65173, + "start": 65299, + "end": 65327, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 65145, - "end": 65163, + "start": 65299, + "end": 65317, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 65145, - "end": 65156, + "start": 65299, + "end": 65310, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 65145, - "end": 65149, + "start": 65299, + "end": 65303, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 20 } }, @@ -112289,15 +112654,15 @@ }, "property": { "type": "Identifier", - "start": 65150, - "end": 65156, + "start": 65304, + "end": 65310, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 21 }, "end": { - "line": 1859, + "line": 1864, "column": 27 }, "identifierName": "surfer" @@ -112309,15 +112674,15 @@ }, "property": { "type": "Identifier", - "start": 65157, - "end": 65163, + "start": 65311, + "end": 65317, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 28 }, "end": { - "line": 1859, + "line": 1864, "column": 34 }, "identifierName": "surfer" @@ -112329,15 +112694,15 @@ }, "property": { "type": "Identifier", - "start": 65164, - "end": 65173, + "start": 65318, + "end": 65327, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 35 }, "end": { - "line": 1859, + "line": 1864, "column": 44 }, "identifierName": "setSinkId" @@ -112350,15 +112715,15 @@ "arguments": [ { "type": "Identifier", - "start": 65174, - "end": 65182, + "start": 65328, + "end": 65336, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 45 }, "end": { - "line": 1859, + "line": 1864, "column": 53 }, "identifierName": "deviceId" @@ -112370,15 +112735,15 @@ }, "property": { "type": "Identifier", - "start": 65184, - "end": 65188, + "start": 65338, + "end": 65342, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 55 }, "end": { - "line": 1859, + "line": 1864, "column": 59 }, "identifierName": "then" @@ -112391,15 +112756,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65189, - "end": 65355, + "start": 65343, + "end": 65509, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 60 }, "end": { - "line": 1863, + "line": 1868, "column": 17 } }, @@ -112410,15 +112775,15 @@ "params": [ { "type": "Identifier", - "start": 65190, - "end": 65196, + "start": 65344, + "end": 65350, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 61 }, "end": { - "line": 1859, + "line": 1864, "column": 67 }, "identifierName": "result" @@ -112428,86 +112793,86 @@ ], "body": { "type": "BlockStatement", - "start": 65201, - "end": 65355, + "start": 65355, + "end": 65509, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 72 }, "end": { - "line": 1863, + "line": 1868, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65263, - "end": 65309, + "start": 65417, + "end": 65463, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 65263, - "end": 65308, + "start": 65417, + "end": 65462, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 65263, - "end": 65282, + "start": 65417, + "end": 65436, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 65263, - "end": 65274, + "start": 65417, + "end": 65428, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 65263, - "end": 65267, + "start": 65417, + "end": 65421, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 24 } }, @@ -112515,15 +112880,15 @@ }, "property": { "type": "Identifier", - "start": 65268, - "end": 65274, + "start": 65422, + "end": 65428, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 25 }, "end": { - "line": 1861, + "line": 1866, "column": 31 }, "identifierName": "player" @@ -112535,15 +112900,15 @@ }, "property": { "type": "Identifier", - "start": 65275, - "end": 65282, + "start": 65429, + "end": 65436, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 32 }, "end": { - "line": 1861, + "line": 1866, "column": 39 }, "identifierName": "trigger" @@ -112556,29 +112921,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65283, - "end": 65307, + "start": 65437, + "end": 65461, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 40 }, "end": { - "line": 1861, + "line": 1866, "column": 64 } }, "object": { "type": "Identifier", - "start": 65283, - "end": 65288, + "start": 65437, + "end": 65442, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 40 }, "end": { - "line": 1861, + "line": 1866, "column": 45 }, "identifierName": "Event" @@ -112587,15 +112952,15 @@ }, "property": { "type": "Identifier", - "start": 65289, - "end": 65307, + "start": 65443, + "end": 65461, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 46 }, "end": { - "line": 1861, + "line": 1866, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -112611,15 +112976,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65223, - "end": 65242, + "start": 65377, + "end": 65396, "loc": { "start": { - "line": 1860, + "line": 1865, "column": 20 }, "end": { - "line": 1860, + "line": 1865, "column": 39 } } @@ -112628,15 +112993,15 @@ }, { "type": "ReturnStatement", - "start": 65330, - "end": 65337, + "start": 65484, + "end": 65491, "loc": { "start": { - "line": 1862, + "line": 1867, "column": 20 }, "end": { - "line": 1862, + "line": 1867, "column": 27 } }, @@ -112651,15 +113016,15 @@ }, "property": { "type": "Identifier", - "start": 65357, - "end": 65362, + "start": 65511, + "end": 65516, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 19 }, "end": { - "line": 1863, + "line": 1868, "column": 24 }, "identifierName": "catch" @@ -112672,15 +113037,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65363, - "end": 65431, + "start": 65517, + "end": 65585, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 25 }, "end": { - "line": 1865, + "line": 1870, "column": 17 } }, @@ -112691,15 +113056,15 @@ "params": [ { "type": "Identifier", - "start": 65364, - "end": 65367, + "start": 65518, + "end": 65521, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 26 }, "end": { - "line": 1863, + "line": 1868, "column": 29 }, "identifierName": "err" @@ -112709,59 +113074,59 @@ ], "body": { "type": "BlockStatement", - "start": 65372, - "end": 65431, + "start": 65526, + "end": 65585, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 34 }, "end": { - "line": 1865, + "line": 1870, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65394, - "end": 65413, + "start": 65548, + "end": 65567, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 65394, - "end": 65412, + "start": 65548, + "end": 65566, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65394, - "end": 65406, + "start": 65548, + "end": 65560, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 32 }, "identifierName": "errorMessage" @@ -112770,15 +113135,15 @@ }, "right": { "type": "Identifier", - "start": 65409, - "end": 65412, + "start": 65563, + "end": 65566, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 35 }, "end": { - "line": 1864, + "line": 1869, "column": 38 }, "identifierName": "err" @@ -112798,15 +113163,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65111, - "end": 65128, + "start": 65265, + "end": 65282, "loc": { "start": { - "line": 1858, + "line": 1863, "column": 16 }, "end": { - "line": 1858, + "line": 1863, "column": 33 } } @@ -112815,15 +113180,15 @@ }, { "type": "BreakStatement", - "start": 65450, - "end": 65456, + "start": 65604, + "end": 65610, "loc": { "start": { - "line": 1866, + "line": 1871, "column": 16 }, "end": { - "line": 1866, + "line": 1871, "column": 22 } }, @@ -112832,15 +113197,15 @@ ], "test": { "type": "Identifier", - "start": 65083, - "end": 65093, + "start": 65237, + "end": 65247, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 17 }, "end": { - "line": 1857, + "line": 1862, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -112850,59 +113215,59 @@ }, { "type": "SwitchCase", - "start": 65470, - "end": 66256, + "start": 65624, + "end": 66410, "loc": { "start": { - "line": 1868, + "line": 1873, "column": 12 }, "end": { - "line": 1885, + "line": 1890, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 65495, - "end": 65526, + "start": 65649, + "end": 65680, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 16 }, "end": { - "line": 1869, + "line": 1874, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65499, - "end": 65525, + "start": 65653, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 20 }, "end": { - "line": 1869, + "line": 1874, "column": 46 } }, "id": { "type": "Identifier", - "start": 65499, - "end": 65506, + "start": 65653, + "end": 65660, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 20 }, "end": { - "line": 1869, + "line": 1874, "column": 27 }, "identifierName": "element" @@ -112911,43 +113276,43 @@ }, "init": { "type": "MemberExpression", - "start": 65509, - "end": 65525, + "start": 65663, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 65509, - "end": 65521, + "start": 65663, + "end": 65675, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 42 } }, "object": { "type": "Identifier", - "start": 65509, - "end": 65515, + "start": 65663, + "end": 65669, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 36 }, "identifierName": "player" @@ -112956,15 +113321,15 @@ }, "property": { "type": "Identifier", - "start": 65516, - "end": 65521, + "start": 65670, + "end": 65675, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 37 }, "end": { - "line": 1869, + "line": 1874, "column": 42 }, "identifierName": "tech_" @@ -112975,15 +113340,15 @@ }, "property": { "type": "Identifier", - "start": 65522, - "end": 65525, + "start": 65676, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 43 }, "end": { - "line": 1869, + "line": 1874, "column": 46 }, "identifierName": "el_" @@ -112998,29 +113363,29 @@ }, { "type": "IfStatement", - "start": 65543, - "end": 66233, + "start": 65697, + "end": 66387, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 16 }, "end": { - "line": 1884, + "line": 1889, "column": 17 } }, "test": { "type": "Identifier", - "start": 65547, - "end": 65555, + "start": 65701, + "end": 65709, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 20 }, "end": { - "line": 1870, + "line": 1875, "column": 28 }, "identifierName": "deviceId" @@ -113029,58 +113394,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 65557, - "end": 66140, + "start": 65711, + "end": 66294, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 30 }, "end": { - "line": 1882, + "line": 1887, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 65579, - "end": 66122, + "start": 65733, + "end": 66276, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 20 }, "end": { - "line": 1881, + "line": 1886, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 65583, - "end": 65620, + "start": 65737, + "end": 65774, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 24 }, "end": { - "line": 1871, + "line": 1876, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 65583, - "end": 65604, + "start": 65737, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 24 }, "end": { - "line": 1871, + "line": 1876, "column": 45 } }, @@ -113088,29 +113453,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 65590, - "end": 65604, + "start": 65744, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 31 }, "end": { - "line": 1871, + "line": 1876, "column": 45 } }, "object": { "type": "Identifier", - "start": 65590, - "end": 65597, + "start": 65744, + "end": 65751, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 31 }, "end": { - "line": 1871, + "line": 1876, "column": 38 }, "identifierName": "element" @@ -113119,15 +113484,15 @@ }, "property": { "type": "Identifier", - "start": 65598, - "end": 65604, + "start": 65752, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 39 }, "end": { - "line": 1871, + "line": 1876, "column": 45 }, "identifierName": "sinkId" @@ -113143,15 +113508,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 65609, - "end": 65620, + "start": 65763, + "end": 65774, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 50 }, "end": { - "line": 1871, + "line": 1876, "column": 61 } }, @@ -113164,128 +113529,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 65622, - "end": 65995, + "start": 65776, + "end": 66149, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 63 }, "end": { - "line": 1879, + "line": 1884, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 65648, - "end": 65973, + "start": 65802, + "end": 66127, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1878, + "line": 1883, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 65648, - "end": 65972, + "start": 65802, + "end": 66126, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1878, + "line": 1883, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65886, + "start": 65802, + "end": 66040, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1876, + "line": 1881, "column": 32 } }, "object": { "type": "CallExpression", - "start": 65648, - "end": 65880, + "start": 65802, + "end": 66034, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1876, + "line": 1881, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65680, + "start": 65802, + "end": 65834, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 56 } }, "object": { "type": "CallExpression", - "start": 65648, - "end": 65675, + "start": 65802, + "end": 65829, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65665, + "start": 65802, + "end": 65819, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 41 } }, "object": { "type": "Identifier", - "start": 65648, - "end": 65655, + "start": 65802, + "end": 65809, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 31 }, "identifierName": "element" @@ -113294,15 +113659,15 @@ }, "property": { "type": "Identifier", - "start": 65656, - "end": 65665, + "start": 65810, + "end": 65819, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 32 }, "end": { - "line": 1872, + "line": 1877, "column": 41 }, "identifierName": "setSinkId" @@ -113314,15 +113679,15 @@ "arguments": [ { "type": "Identifier", - "start": 65666, - "end": 65674, + "start": 65820, + "end": 65828, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 42 }, "end": { - "line": 1872, + "line": 1877, "column": 50 }, "identifierName": "deviceId" @@ -113333,15 +113698,15 @@ }, "property": { "type": "Identifier", - "start": 65676, - "end": 65680, + "start": 65830, + "end": 65834, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 52 }, "end": { - "line": 1872, + "line": 1877, "column": 56 }, "identifierName": "then" @@ -113353,15 +113718,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65681, - "end": 65879, + "start": 65835, + "end": 66033, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 57 }, "end": { - "line": 1876, + "line": 1881, "column": 25 } }, @@ -113372,15 +113737,15 @@ "params": [ { "type": "Identifier", - "start": 65682, - "end": 65688, + "start": 65836, + "end": 65842, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 58 }, "end": { - "line": 1872, + "line": 1877, "column": 64 }, "identifierName": "result" @@ -113390,86 +113755,86 @@ ], "body": { "type": "BlockStatement", - "start": 65693, - "end": 65879, + "start": 65847, + "end": 66033, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 69 }, "end": { - "line": 1876, + "line": 1881, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65771, - "end": 65817, + "start": 65925, + "end": 65971, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 65771, - "end": 65816, + "start": 65925, + "end": 65970, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 65771, - "end": 65790, + "start": 65925, + "end": 65944, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 65771, - "end": 65782, + "start": 65925, + "end": 65936, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 65771, - "end": 65775, + "start": 65925, + "end": 65929, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 32 } }, @@ -113477,15 +113842,15 @@ }, "property": { "type": "Identifier", - "start": 65776, - "end": 65782, + "start": 65930, + "end": 65936, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 33 }, "end": { - "line": 1874, + "line": 1879, "column": 39 }, "identifierName": "player" @@ -113497,15 +113862,15 @@ }, "property": { "type": "Identifier", - "start": 65783, - "end": 65790, + "start": 65937, + "end": 65944, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 40 }, "end": { - "line": 1874, + "line": 1879, "column": 47 }, "identifierName": "trigger" @@ -113518,29 +113883,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65791, - "end": 65815, + "start": 65945, + "end": 65969, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 48 }, "end": { - "line": 1874, + "line": 1879, "column": 72 } }, "object": { "type": "Identifier", - "start": 65791, - "end": 65796, + "start": 65945, + "end": 65950, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 48 }, "end": { - "line": 1874, + "line": 1879, "column": 53 }, "identifierName": "Event" @@ -113549,15 +113914,15 @@ }, "property": { "type": "Identifier", - "start": 65797, - "end": 65815, + "start": 65951, + "end": 65969, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 54 }, "end": { - "line": 1874, + "line": 1879, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -113573,15 +113938,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65723, - "end": 65742, + "start": 65877, + "end": 65896, "loc": { "start": { - "line": 1873, + "line": 1878, "column": 28 }, "end": { - "line": 1873, + "line": 1878, "column": 47 } } @@ -113590,15 +113955,15 @@ }, { "type": "ReturnStatement", - "start": 65846, - "end": 65853, + "start": 66000, + "end": 66007, "loc": { "start": { - "line": 1875, + "line": 1880, "column": 28 }, "end": { - "line": 1875, + "line": 1880, "column": 35 } }, @@ -113612,15 +113977,15 @@ }, "property": { "type": "Identifier", - "start": 65881, - "end": 65886, + "start": 66035, + "end": 66040, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 27 }, "end": { - "line": 1876, + "line": 1881, "column": 32 }, "identifierName": "catch" @@ -113632,15 +113997,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65887, - "end": 65971, + "start": 66041, + "end": 66125, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 33 }, "end": { - "line": 1878, + "line": 1883, "column": 25 } }, @@ -113651,15 +114016,15 @@ "params": [ { "type": "Identifier", - "start": 65888, - "end": 65891, + "start": 66042, + "end": 66045, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 34 }, "end": { - "line": 1876, + "line": 1881, "column": 37 }, "identifierName": "err" @@ -113669,59 +114034,59 @@ ], "body": { "type": "BlockStatement", - "start": 65896, - "end": 65971, + "start": 66050, + "end": 66125, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 42 }, "end": { - "line": 1878, + "line": 1883, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65926, - "end": 65945, + "start": 66080, + "end": 66099, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 65926, - "end": 65944, + "start": 66080, + "end": 66098, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65926, - "end": 65938, + "start": 66080, + "end": 66092, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 40 }, "identifierName": "errorMessage" @@ -113730,15 +114095,15 @@ }, "right": { "type": "Identifier", - "start": 65941, - "end": 65944, + "start": 66095, + "end": 66098, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 43 }, "end": { - "line": 1877, + "line": 1882, "column": 46 }, "identifierName": "err" @@ -113759,59 +114124,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66001, - "end": 66122, + "start": 66155, + "end": 66276, "loc": { "start": { - "line": 1879, + "line": 1884, "column": 27 }, "end": { - "line": 1881, + "line": 1886, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 66027, - "end": 66100, + "start": 66181, + "end": 66254, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 66027, - "end": 66099, + "start": 66181, + "end": 66253, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66027, - "end": 66039, + "start": 66181, + "end": 66193, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 36 }, "identifierName": "errorMessage" @@ -113820,15 +114185,15 @@ }, "right": { "type": "StringLiteral", - "start": 66042, - "end": 66099, + "start": 66196, + "end": 66253, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 39 }, "end": { - "line": 1880, + "line": 1885, "column": 96 } }, @@ -113849,59 +114214,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66146, - "end": 66233, + "start": 66300, + "end": 66387, "loc": { "start": { - "line": 1882, + "line": 1887, "column": 23 }, "end": { - "line": 1884, + "line": 1889, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 66168, - "end": 66215, + "start": 66322, + "end": 66369, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 66168, - "end": 66214, + "start": 66322, + "end": 66368, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66168, - "end": 66180, + "start": 66322, + "end": 66334, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 32 }, "identifierName": "errorMessage" @@ -113910,30 +114275,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 66183, - "end": 66214, + "start": 66337, + "end": 66368, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 35 }, "end": { - "line": 1883, + "line": 1888, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 66204, - "end": 66212, + "start": 66358, + "end": 66366, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 56 }, "end": { - "line": 1883, + "line": 1888, "column": 64 }, "identifierName": "deviceId" @@ -113944,15 +114309,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 66184, - "end": 66202, + "start": 66338, + "end": 66356, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 36 }, "end": { - "line": 1883, + "line": 1888, "column": 54 } }, @@ -113964,15 +114329,15 @@ }, { "type": "TemplateElement", - "start": 66213, - "end": 66213, + "start": 66367, + "end": 66367, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 65 }, "end": { - "line": 1883, + "line": 1888, "column": 65 } }, @@ -113992,15 +114357,15 @@ }, { "type": "BreakStatement", - "start": 66250, - "end": 66256, + "start": 66404, + "end": 66410, "loc": { "start": { - "line": 1885, + "line": 1890, "column": 16 }, "end": { - "line": 1885, + "line": 1890, "column": 22 } }, @@ -114014,15 +114379,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -114031,71 +114396,71 @@ }, { "type": "ExpressionStatement", - "start": 66326, - "end": 66373, + "start": 66480, + "end": 66527, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 66326, - "end": 66372, + "start": 66480, + "end": 66526, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 66326, - "end": 66345, + "start": 66480, + "end": 66499, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 66326, - "end": 66337, + "start": 66480, + "end": 66491, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66326, - "end": 66330, + "start": 66480, + "end": 66484, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 12 } }, @@ -114103,15 +114468,15 @@ }, "property": { "type": "Identifier", - "start": 66331, - "end": 66337, + "start": 66485, + "end": 66491, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 13 }, "end": { - "line": 1889, + "line": 1894, "column": 19 }, "identifierName": "player" @@ -114123,15 +114488,15 @@ }, "property": { "type": "Identifier", - "start": 66338, - "end": 66345, + "start": 66492, + "end": 66499, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 20 }, "end": { - "line": 1889, + "line": 1894, "column": 27 }, "identifierName": "trigger" @@ -114144,29 +114509,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66346, - "end": 66357, + "start": 66500, + "end": 66511, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 28 }, "end": { - "line": 1889, + "line": 1894, "column": 39 } }, "object": { "type": "Identifier", - "start": 66346, - "end": 66351, + "start": 66500, + "end": 66505, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 28 }, "end": { - "line": 1889, + "line": 1894, "column": 33 }, "identifierName": "Event" @@ -114175,15 +114540,15 @@ }, "property": { "type": "Identifier", - "start": 66352, - "end": 66357, + "start": 66506, + "end": 66511, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 34 }, "end": { - "line": 1889, + "line": 1894, "column": 39 }, "identifierName": "ERROR" @@ -114194,15 +114559,15 @@ }, { "type": "Identifier", - "start": 66359, - "end": 66371, + "start": 66513, + "end": 66525, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 41 }, "end": { - "line": 1889, + "line": 1894, "column": 53 }, "identifierName": "errorMessage" @@ -114216,15 +114581,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -114239,15 +114604,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -114257,15 +114622,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -114274,15 +114639,15 @@ }, { "type": "ClassMethod", - "start": 66729, - "end": 67039, + "start": 66883, + "end": 67193, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 4 }, "end": { - "line": 1909, + "line": 1914, "column": 5 } }, @@ -114290,15 +114655,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66729, - "end": 66742, + "start": 66883, + "end": 66896, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 4 }, "end": { - "line": 1899, + "line": 1904, "column": 17 }, "identifierName": "setFormatTime" @@ -114314,15 +114679,15 @@ "params": [ { "type": "Identifier", - "start": 66743, - "end": 66763, + "start": 66897, + "end": 66917, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 18 }, "end": { - "line": 1899, + "line": 1904, "column": 38 }, "identifierName": "customImplementation" @@ -114332,88 +114697,88 @@ ], "body": { "type": "BlockStatement", - "start": 66765, - "end": 67039, + "start": 66919, + "end": 67193, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 40 }, "end": { - "line": 1909, + "line": 1914, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66775, - "end": 66815, + "start": 66929, + "end": 66969, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 66775, - "end": 66814, + "start": 66929, + "end": 66968, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 66775, - "end": 66791, + "start": 66929, + "end": 66945, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 66775, - "end": 66779, + "start": 66929, + "end": 66933, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66780, - "end": 66791, + "start": 66934, + "end": 66945, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 13 }, "end": { - "line": 1900, + "line": 1905, "column": 24 }, "identifierName": "_formatTime" @@ -114424,15 +114789,15 @@ }, "right": { "type": "Identifier", - "start": 66794, - "end": 66814, + "start": 66948, + "end": 66968, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 27 }, "end": { - "line": 1900, + "line": 1905, "column": 47 }, "identifierName": "customImplementation" @@ -114443,57 +114808,57 @@ }, { "type": "ExpressionStatement", - "start": 66825, - "end": 66865, + "start": 66979, + "end": 67019, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 66825, - "end": 66864, + "start": 66979, + "end": 67018, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 66825, - "end": 66846, + "start": 66979, + "end": 67000, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 29 } }, "object": { "type": "Identifier", - "start": 66825, - "end": 66832, + "start": 66979, + "end": 66986, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 15 }, "identifierName": "videojs" @@ -114502,15 +114867,15 @@ }, "property": { "type": "Identifier", - "start": 66833, - "end": 66846, + "start": 66987, + "end": 67000, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 16 }, "end": { - "line": 1902, + "line": 1907, "column": 29 }, "identifierName": "setFormatTime" @@ -114522,44 +114887,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 66847, - "end": 66863, + "start": 67001, + "end": 67017, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 30 }, "end": { - "line": 1902, + "line": 1907, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 66847, - "end": 66851, + "start": 67001, + "end": 67005, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 30 }, "end": { - "line": 1902, + "line": 1907, "column": 34 } } }, "property": { "type": "Identifier", - "start": 66852, - "end": 66863, + "start": 67006, + "end": 67017, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 35 }, "end": { - "line": 1902, + "line": 1907, "column": 46 }, "identifierName": "_formatTime" @@ -114574,15 +114939,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -114591,43 +114956,43 @@ }, { "type": "IfStatement", - "start": 66897, - "end": 67033, + "start": 67051, + "end": 67187, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 8 }, "end": { - "line": 1908, + "line": 1913, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 66901, - "end": 66912, + "start": 67055, + "end": 67066, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 12 }, "end": { - "line": 1905, + "line": 1910, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 66901, - "end": 66905, + "start": 67055, + "end": 67059, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 12 }, "end": { - "line": 1905, + "line": 1910, "column": 16 } }, @@ -114635,15 +115000,15 @@ }, "property": { "type": "Identifier", - "start": 66906, - "end": 66912, + "start": 67060, + "end": 67066, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 17 }, "end": { - "line": 1905, + "line": 1910, "column": 23 }, "identifierName": "surfer" @@ -114655,86 +115020,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 66914, - "end": 67033, + "start": 67068, + "end": 67187, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 25 }, "end": { - "line": 1908, + "line": 1913, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 66979, - "end": 67023, + "start": 67133, + "end": 67177, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 66979, - "end": 67022, + "start": 67133, + "end": 67176, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 66979, - "end": 67004, + "start": 67133, + "end": 67158, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 66979, - "end": 66990, + "start": 67133, + "end": 67144, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 66979, - "end": 66983, + "start": 67133, + "end": 67137, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 16 } }, @@ -114742,15 +115107,15 @@ }, "property": { "type": "Identifier", - "start": 66984, - "end": 66990, + "start": 67138, + "end": 67144, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 17 }, "end": { - "line": 1907, + "line": 1912, "column": 23 }, "identifierName": "surfer" @@ -114762,15 +115127,15 @@ }, "property": { "type": "Identifier", - "start": 66991, - "end": 67004, + "start": 67145, + "end": 67158, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 24 }, "end": { - "line": 1907, + "line": 1912, "column": 37 }, "identifierName": "setFormatTime" @@ -114783,44 +115148,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67005, - "end": 67021, + "start": 67159, + "end": 67175, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 38 }, "end": { - "line": 1907, + "line": 1912, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 67005, - "end": 67009, + "start": 67159, + "end": 67163, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 38 }, "end": { - "line": 1907, + "line": 1912, "column": 42 } } }, "property": { "type": "Identifier", - "start": 67010, - "end": 67021, + "start": 67164, + "end": 67175, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 43 }, "end": { - "line": 1907, + "line": 1912, "column": 54 }, "identifierName": "_formatTime" @@ -114836,15 +115201,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 66928, - "end": 66966, + "start": 67082, + "end": 67120, "loc": { "start": { - "line": 1906, + "line": 1911, "column": 12 }, "end": { - "line": 1906, + "line": 1911, "column": 50 } } @@ -114859,15 +115224,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -114882,15 +115247,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -114900,15 +115265,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -114917,15 +115282,15 @@ }, { "type": "ClassMethod", - "start": 67181, - "end": 67508, + "start": 67335, + "end": 67662, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 4 }, "end": { - "line": 1926, + "line": 1931, "column": 5 } }, @@ -114933,15 +115298,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67181, - "end": 67201, + "start": 67335, + "end": 67355, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 4 }, "end": { - "line": 1917, + "line": 1922, "column": 24 }, "identifierName": "displayVolumeControl" @@ -114957,15 +115322,15 @@ "params": [ { "type": "Identifier", - "start": 67202, - "end": 67209, + "start": 67356, + "end": 67363, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 25 }, "end": { - "line": 1917, + "line": 1922, "column": 32 }, "identifierName": "display" @@ -114975,115 +115340,115 @@ ], "body": { "type": "BlockStatement", - "start": 67211, - "end": 67508, + "start": 67365, + "end": 67662, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 34 }, "end": { - "line": 1926, + "line": 1931, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 67221, - "end": 67502, + "start": 67375, + "end": 67656, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 8 }, "end": { - "line": 1925, + "line": 1930, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 67225, - "end": 67273, + "start": 67379, + "end": 67427, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 67225, - "end": 67259, + "start": 67379, + "end": 67413, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67225, - "end": 67247, + "start": 67379, + "end": 67401, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67225, - "end": 67236, + "start": 67379, + "end": 67390, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67225, - "end": 67229, + "start": 67379, + "end": 67383, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67230, - "end": 67236, + "start": 67384, + "end": 67390, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 17 }, "end": { - "line": 1918, + "line": 1923, "column": 23 }, "identifierName": "player" @@ -115094,15 +115459,15 @@ }, "property": { "type": "Identifier", - "start": 67237, - "end": 67247, + "start": 67391, + "end": 67401, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 24 }, "end": { - "line": 1918, + "line": 1923, "column": 34 }, "identifierName": "controlBar" @@ -115113,15 +115478,15 @@ }, "property": { "type": "Identifier", - "start": 67248, - "end": 67259, + "start": 67402, + "end": 67413, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 35 }, "end": { - "line": 1918, + "line": 1923, "column": 46 }, "identifierName": "volumePanel" @@ -115133,15 +115498,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 67264, - "end": 67273, + "start": 67418, + "end": 67427, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 51 }, "end": { - "line": 1918, + "line": 1923, "column": 60 }, "identifierName": "undefined" @@ -115151,58 +115516,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 67275, - "end": 67502, + "start": 67429, + "end": 67656, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 62 }, "end": { - "line": 1925, + "line": 1930, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 67289, - "end": 67415, + "start": 67443, + "end": 67569, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 12 }, "end": { - "line": 1923, + "line": 1928, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 67293, - "end": 67309, + "start": 67447, + "end": 67463, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 16 }, "end": { - "line": 1919, + "line": 1924, "column": 32 } }, "left": { "type": "Identifier", - "start": 67293, - "end": 67300, + "start": 67447, + "end": 67454, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 16 }, "end": { - "line": 1919, + "line": 1924, "column": 23 }, "identifierName": "display" @@ -115212,15 +115577,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 67305, - "end": 67309, + "start": 67459, + "end": 67463, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 28 }, "end": { - "line": 1919, + "line": 1924, "column": 32 } }, @@ -115229,59 +115594,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67311, - "end": 67360, + "start": 67465, + "end": 67514, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 34 }, "end": { - "line": 1921, + "line": 1926, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67329, - "end": 67346, + "start": 67483, + "end": 67500, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67329, - "end": 67345, + "start": 67483, + "end": 67499, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67329, - "end": 67336, + "start": 67483, + "end": 67490, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 23 }, "identifierName": "display" @@ -115290,15 +115655,15 @@ }, "right": { "type": "StringLiteral", - "start": 67339, - "end": 67345, + "start": 67493, + "end": 67499, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 26 }, "end": { - "line": 1920, + "line": 1925, "column": 32 } }, @@ -115315,59 +115680,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 67366, - "end": 67415, + "start": 67520, + "end": 67569, "loc": { "start": { - "line": 1921, + "line": 1926, "column": 19 }, "end": { - "line": 1923, + "line": 1928, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67384, - "end": 67401, + "start": 67538, + "end": 67555, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67384, - "end": 67400, + "start": 67538, + "end": 67554, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67384, - "end": 67391, + "start": 67538, + "end": 67545, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 23 }, "identifierName": "display" @@ -115376,15 +115741,15 @@ }, "right": { "type": "StringLiteral", - "start": 67394, - "end": 67400, + "start": 67548, + "end": 67554, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 26 }, "end": { - "line": 1922, + "line": 1927, "column": 32 } }, @@ -115402,157 +115767,157 @@ }, { "type": "ExpressionStatement", - "start": 67428, - "end": 67492, + "start": 67582, + "end": 67646, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 67428, - "end": 67491, + "start": 67582, + "end": 67645, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 67428, - "end": 67481, + "start": 67582, + "end": 67635, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67473, + "start": 67582, + "end": 67627, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 57 } }, "object": { "type": "CallExpression", - "start": 67428, - "end": 67467, + "start": 67582, + "end": 67621, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 67428, - "end": 67465, + "start": 67582, + "end": 67619, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67462, + "start": 67582, + "end": 67616, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67450, + "start": 67582, + "end": 67604, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67439, + "start": 67582, + "end": 67593, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67428, - "end": 67432, + "start": 67582, + "end": 67586, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67433, - "end": 67439, + "start": 67587, + "end": 67593, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 17 }, "end": { - "line": 1924, + "line": 1929, "column": 23 }, "identifierName": "player" @@ -115563,15 +115928,15 @@ }, "property": { "type": "Identifier", - "start": 67440, - "end": 67450, + "start": 67594, + "end": 67604, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 24 }, "end": { - "line": 1924, + "line": 1929, "column": 34 }, "identifierName": "controlBar" @@ -115582,15 +115947,15 @@ }, "property": { "type": "Identifier", - "start": 67451, - "end": 67462, + "start": 67605, + "end": 67616, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 35 }, "end": { - "line": 1924, + "line": 1929, "column": 46 }, "identifierName": "volumePanel" @@ -115601,15 +115966,15 @@ }, "property": { "type": "Identifier", - "start": 67463, - "end": 67465, + "start": 67617, + "end": 67619, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 47 }, "end": { - "line": 1924, + "line": 1929, "column": 49 }, "identifierName": "el" @@ -115622,15 +115987,15 @@ }, "property": { "type": "Identifier", - "start": 67468, - "end": 67473, + "start": 67622, + "end": 67627, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 52 }, "end": { - "line": 1924, + "line": 1929, "column": 57 }, "identifierName": "style" @@ -115641,15 +116006,15 @@ }, "property": { "type": "Identifier", - "start": 67474, - "end": 67481, + "start": 67628, + "end": 67635, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 58 }, "end": { - "line": 1924, + "line": 1929, "column": 65 }, "identifierName": "display" @@ -115660,15 +116025,15 @@ }, "right": { "type": "Identifier", - "start": 67484, - "end": 67491, + "start": 67638, + "end": 67645, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 68 }, "end": { - "line": 1924, + "line": 1929, "column": 75 }, "identifierName": "display" @@ -115690,15 +116055,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -115708,15 +116073,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -115725,15 +116090,15 @@ }, { "type": "ClassMethod", - "start": 67668, - "end": 67967, + "start": 67822, + "end": 68121, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 4 }, "end": { - "line": 1941, + "line": 1946, "column": 5 } }, @@ -115741,15 +116106,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67668, - "end": 67683, + "start": 67822, + "end": 67837, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 4 }, "end": { - "line": 1934, + "line": 1939, "column": 19 }, "identifierName": "onStreamVisible" @@ -115765,15 +116130,15 @@ "params": [ { "type": "Identifier", - "start": 67684, - "end": 67689, + "start": 67838, + "end": 67843, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 20 }, "end": { - "line": 1934, + "line": 1939, "column": 25 }, "identifierName": "event" @@ -115783,86 +116148,86 @@ ], "body": { "type": "BlockStatement", - "start": 67691, - "end": 67967, + "start": 67845, + "end": 68121, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 27 }, "end": { - "line": 1941, + "line": 1946, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 67755, - "end": 67836, + "start": 67909, + "end": 67990, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 67755, - "end": 67835, + "start": 67909, + "end": 67989, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 67755, - "end": 67792, + "start": 67909, + "end": 67946, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 67755, - "end": 67772, + "start": 67909, + "end": 67926, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 67755, - "end": 67759, + "start": 67909, + "end": 67913, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 12 } }, @@ -115870,15 +116235,15 @@ }, "property": { "type": "Identifier", - "start": 67760, - "end": 67772, + "start": 67914, + "end": 67926, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 13 }, "end": { - "line": 1936, + "line": 1941, "column": 25 }, "identifierName": "mediaElement" @@ -115890,15 +116255,15 @@ }, "property": { "type": "Identifier", - "start": 67773, - "end": 67792, + "start": 67927, + "end": 67946, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 26 }, "end": { - "line": 1936, + "line": 1941, "column": 45 }, "identifierName": "removeEventListener" @@ -115911,29 +116276,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67793, - "end": 67806, + "start": 67947, + "end": 67960, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 46 }, "end": { - "line": 1936, + "line": 1941, "column": 59 } }, "object": { "type": "Identifier", - "start": 67793, - "end": 67798, + "start": 67947, + "end": 67952, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 46 }, "end": { - "line": 1936, + "line": 1941, "column": 51 }, "identifierName": "Event" @@ -115942,15 +116307,15 @@ }, "property": { "type": "Identifier", - "start": 67799, - "end": 67806, + "start": 67953, + "end": 67960, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 52 }, "end": { - "line": 1936, + "line": 1941, "column": 59 }, "identifierName": "PLAYING" @@ -115961,44 +116326,44 @@ }, { "type": "MemberExpression", - "start": 67808, - "end": 67834, + "start": 67962, + "end": 67988, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 61 }, "end": { - "line": 1936, + "line": 1941, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 67808, - "end": 67812, + "start": 67962, + "end": 67966, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 61 }, "end": { - "line": 1936, + "line": 1941, "column": 65 } } }, "property": { "type": "Identifier", - "start": 67813, - "end": 67834, + "start": 67967, + "end": 67988, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 66 }, "end": { - "line": 1936, + "line": 1941, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -116014,15 +116379,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67701, - "end": 67746, + "start": 67855, + "end": 67900, "loc": { "start": { - "line": 1935, + "line": 1940, "column": 8 }, "end": { - "line": 1935, + "line": 1940, "column": 53 } } @@ -116032,15 +116397,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -116049,85 +116414,85 @@ }, { "type": "ExpressionStatement", - "start": 67886, - "end": 67920, + "start": 68040, + "end": 68074, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 67886, - "end": 67919, + "start": 68040, + "end": 68073, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 67886, - "end": 67917, + "start": 68040, + "end": 68071, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 67886, - "end": 67910, + "start": 68040, + "end": 68064, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 67886, - "end": 67897, + "start": 68040, + "end": 68051, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 67886, - "end": 67890, + "start": 68040, + "end": 68044, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 12 } }, @@ -116135,15 +116500,15 @@ }, "property": { "type": "Identifier", - "start": 67891, - "end": 67897, + "start": 68045, + "end": 68051, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 13 }, "end": { - "line": 1939, + "line": 1944, "column": 19 }, "identifierName": "player" @@ -116155,15 +116520,15 @@ }, "property": { "type": "Identifier", - "start": 67898, - "end": 67910, + "start": 68052, + "end": 68064, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 20 }, "end": { - "line": 1939, + "line": 1944, "column": 32 }, "identifierName": "cameraButton" @@ -116175,15 +116540,15 @@ }, "property": { "type": "Identifier", - "start": 67911, - "end": 67917, + "start": 68065, + "end": 68071, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 33 }, "end": { - "line": 1939, + "line": 1944, "column": 39 }, "identifierName": "onStop" @@ -116200,15 +116565,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -116217,100 +116582,100 @@ }, { "type": "ExpressionStatement", - "start": 67929, - "end": 67961, + "start": 68083, + "end": 68115, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 67929, - "end": 67960, + "start": 68083, + "end": 68114, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 67929, - "end": 67958, + "start": 68083, + "end": 68112, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 67929, - "end": 67953, + "start": 68083, + "end": 68107, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 67929, - "end": 67940, + "start": 68083, + "end": 68094, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 67929, - "end": 67933, + "start": 68083, + "end": 68087, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 12 } } }, "property": { "type": "Identifier", - "start": 67934, - "end": 67940, + "start": 68088, + "end": 68094, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 13 }, "end": { - "line": 1940, + "line": 1945, "column": 19 }, "identifierName": "player" @@ -116321,15 +116686,15 @@ }, "property": { "type": "Identifier", - "start": 67941, - "end": 67953, + "start": 68095, + "end": 68107, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 20 }, "end": { - "line": 1940, + "line": 1945, "column": 32 }, "identifierName": "cameraButton" @@ -116340,15 +116705,15 @@ }, "property": { "type": "Identifier", - "start": 67954, - "end": 67958, + "start": 68108, + "end": 68112, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 33 }, "end": { - "line": 1940, + "line": 1945, "column": 37 }, "identifierName": "show" @@ -116368,15 +116733,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -116386,309 +116751,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, + "start": 68127, + "end": 68258, "loc": { "start": { - "line": 1943, - "column": 4 - }, - "end": { "line": 1948, - "column": 7 - } - } - } - ] - }, - { - "type": "ClassMethod", - "start": 68109, - "end": 68187, - "loc": { - "start": { - "line": 1949, - "column": 4 - }, - "end": { - "line": 1951, - "column": 5 - } - }, - "static": false, - "computed": false, - "key": { - "type": "Identifier", - "start": 68109, - "end": 68119, - "loc": { - "start": { - "line": 1949, - "column": 4 - }, - "end": { - "line": 1949, - "column": 14 - }, - "identifierName": "onEnterPiP" - }, - "name": "onEnterPiP", - "leadingComments": null - }, - "kind": "method", - "id": null, - "generator": false, - "expression": false, - "async": false, - "params": [ - { - "type": "Identifier", - "start": 68120, - "end": 68125, - "loc": { - "start": { - "line": 1949, - "column": 15 - }, - "end": { - "line": 1949, - "column": 20 - }, - "identifierName": "event" - }, - "name": "event" - } - ], - "body": { - "type": "BlockStatement", - "start": 68127, - "end": 68187, - "loc": { - "start": { - "line": 1949, - "column": 22 - }, - "end": { - "line": 1951, - "column": 5 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 68137, - "end": 68181, - "loc": { - "start": { - "line": 1950, - "column": 8 - }, - "end": { - "line": 1950, - "column": 52 - } - }, - "expression": { - "type": "CallExpression", - "start": 68137, - "end": 68180, - "loc": { - "start": { - "line": 1950, - "column": 8 - }, - "end": { - "line": 1950, - "column": 51 - } - }, - "callee": { - "type": "MemberExpression", - "start": 68137, - "end": 68156, - "loc": { - "start": { - "line": 1950, - "column": 8 - }, - "end": { - "line": 1950, - "column": 27 - } - }, - "object": { - "type": "MemberExpression", - "start": 68137, - "end": 68148, - "loc": { - "start": { - "line": 1950, - "column": 8 - }, - "end": { - "line": 1950, - "column": 19 - } - }, - "object": { - "type": "ThisExpression", - "start": 68137, - "end": 68141, - "loc": { - "start": { - "line": 1950, - "column": 8 - }, - "end": { - "line": 1950, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "start": 68142, - "end": 68148, - "loc": { - "start": { - "line": 1950, - "column": 13 - }, - "end": { - "line": 1950, - "column": 19 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 68149, - "end": 68156, - "loc": { - "start": { - "line": 1950, - "column": 20 - }, - "end": { - "line": 1950, - "column": 27 - }, - "identifierName": "trigger" - }, - "name": "trigger" - }, - "computed": false - }, - "arguments": [ - { - "type": "MemberExpression", - "start": 68157, - "end": 68172, - "loc": { - "start": { - "line": 1950, - "column": 28 - }, - "end": { - "line": 1950, - "column": 43 - } - }, - "object": { - "type": "Identifier", - "start": 68157, - "end": 68162, - "loc": { - "start": { - "line": 1950, - "column": 28 - }, - "end": { - "line": 1950, - "column": 33 - }, - "identifierName": "Event" - }, - "name": "Event" - }, - "property": { - "type": "Identifier", - "start": 68163, - "end": 68172, - "loc": { - "start": { - "line": 1950, - "column": 34 - }, - "end": { - "line": 1950, - "column": 43 - }, - "identifierName": "ENTER_PIP" - }, - "name": "ENTER_PIP" - }, - "computed": false - }, - { - "type": "Identifier", - "start": 68174, - "end": 68179, - "loc": { - "start": { - "line": 1950, - "column": 45 - }, - "end": { - "line": 1950, - "column": 50 - }, - "identifierName": "event" - }, - "name": "event" - } - ] - } - } - ], - "directives": [], - "trailingComments": null - }, - "leadingComments": [ - { - "type": "CommentBlock", - "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, - "loc": { - "start": { - "line": 1943, "column": 4 }, "end": { - "line": 1948, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentBlock", - "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, - "loc": { - "start": { "line": 1953, - "column": 4 - }, - "end": { - "line": 1958, "column": 7 } } @@ -116697,15 +116768,15 @@ }, { "type": "ClassMethod", - "start": 68328, - "end": 68399, + "start": 68263, + "end": 68341, "loc": { "start": { - "line": 1959, + "line": 1954, "column": 4 }, "end": { - "line": 1961, + "line": 1956, "column": 5 } }, @@ -116713,15 +116784,309 @@ "computed": false, "key": { "type": "Identifier", - "start": 68328, - "end": 68338, + "start": 68263, + "end": 68273, "loc": { "start": { - "line": 1959, + "line": 1954, "column": 4 }, "end": { - "line": 1959, + "line": 1954, + "column": 14 + }, + "identifierName": "onEnterPiP" + }, + "name": "onEnterPiP", + "leadingComments": null + }, + "kind": "method", + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 68274, + "end": 68279, + "loc": { + "start": { + "line": 1954, + "column": 15 + }, + "end": { + "line": 1954, + "column": 20 + }, + "identifierName": "event" + }, + "name": "event" + } + ], + "body": { + "type": "BlockStatement", + "start": 68281, + "end": 68341, + "loc": { + "start": { + "line": 1954, + "column": 22 + }, + "end": { + "line": 1956, + "column": 5 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 68291, + "end": 68335, + "loc": { + "start": { + "line": 1955, + "column": 8 + }, + "end": { + "line": 1955, + "column": 52 + } + }, + "expression": { + "type": "CallExpression", + "start": 68291, + "end": 68334, + "loc": { + "start": { + "line": 1955, + "column": 8 + }, + "end": { + "line": 1955, + "column": 51 + } + }, + "callee": { + "type": "MemberExpression", + "start": 68291, + "end": 68310, + "loc": { + "start": { + "line": 1955, + "column": 8 + }, + "end": { + "line": 1955, + "column": 27 + } + }, + "object": { + "type": "MemberExpression", + "start": 68291, + "end": 68302, + "loc": { + "start": { + "line": 1955, + "column": 8 + }, + "end": { + "line": 1955, + "column": 19 + } + }, + "object": { + "type": "ThisExpression", + "start": 68291, + "end": 68295, + "loc": { + "start": { + "line": 1955, + "column": 8 + }, + "end": { + "line": 1955, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 68296, + "end": 68302, + "loc": { + "start": { + "line": 1955, + "column": 13 + }, + "end": { + "line": 1955, + "column": 19 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 68303, + "end": 68310, + "loc": { + "start": { + "line": 1955, + "column": 20 + }, + "end": { + "line": 1955, + "column": 27 + }, + "identifierName": "trigger" + }, + "name": "trigger" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 68311, + "end": 68326, + "loc": { + "start": { + "line": 1955, + "column": 28 + }, + "end": { + "line": 1955, + "column": 43 + } + }, + "object": { + "type": "Identifier", + "start": 68311, + "end": 68316, + "loc": { + "start": { + "line": 1955, + "column": 28 + }, + "end": { + "line": 1955, + "column": 33 + }, + "identifierName": "Event" + }, + "name": "Event" + }, + "property": { + "type": "Identifier", + "start": 68317, + "end": 68326, + "loc": { + "start": { + "line": 1955, + "column": 34 + }, + "end": { + "line": 1955, + "column": 43 + }, + "identifierName": "ENTER_PIP" + }, + "name": "ENTER_PIP" + }, + "computed": false + }, + { + "type": "Identifier", + "start": 68328, + "end": 68333, + "loc": { + "start": { + "line": 1955, + "column": 45 + }, + "end": { + "line": 1955, + "column": 50 + }, + "identifierName": "event" + }, + "name": "event" + } + ] + } + } + ], + "directives": [], + "trailingComments": null + }, + "leadingComments": [ + { + "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, + "loc": { + "start": { + "line": 1948, + "column": 4 + }, + "end": { + "line": 1953, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "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, + "loc": { + "start": { + "line": 1958, + "column": 4 + }, + "end": { + "line": 1963, + "column": 7 + } + } + } + ] + }, + { + "type": "ClassMethod", + "start": 68482, + "end": 68553, + "loc": { + "start": { + "line": 1964, + "column": 4 + }, + "end": { + "line": 1966, + "column": 5 + } + }, + "static": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 68482, + "end": 68492, + "loc": { + "start": { + "line": 1964, + "column": 4 + }, + "end": { + "line": 1964, "column": 14 }, "identifierName": "onLeavePiP" @@ -116737,15 +117102,15 @@ "params": [ { "type": "Identifier", - "start": 68339, - "end": 68344, + "start": 68493, + "end": 68498, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 15 }, "end": { - "line": 1959, + "line": 1964, "column": 20 }, "identifierName": "event" @@ -116755,101 +117120,101 @@ ], "body": { "type": "BlockStatement", - "start": 68346, - "end": 68399, + "start": 68500, + "end": 68553, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 22 }, "end": { - "line": 1961, + "line": 1966, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68356, - "end": 68393, + "start": 68510, + "end": 68547, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68356, - "end": 68392, + "start": 68510, + "end": 68546, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68356, - "end": 68375, + "start": 68510, + "end": 68529, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68356, - "end": 68367, + "start": 68510, + "end": 68521, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68356, - "end": 68360, + "start": 68510, + "end": 68514, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68361, - "end": 68367, + "start": 68515, + "end": 68521, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 13 }, "end": { - "line": 1960, + "line": 1965, "column": 19 }, "identifierName": "player" @@ -116860,15 +117225,15 @@ }, "property": { "type": "Identifier", - "start": 68368, - "end": 68375, + "start": 68522, + "end": 68529, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 20 }, "end": { - "line": 1960, + "line": 1965, "column": 27 }, "identifierName": "trigger" @@ -116880,29 +117245,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68376, - "end": 68391, + "start": 68530, + "end": 68545, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 28 }, "end": { - "line": 1960, + "line": 1965, "column": 43 } }, "object": { "type": "Identifier", - "start": 68376, - "end": 68381, + "start": 68530, + "end": 68535, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 28 }, "end": { - "line": 1960, + "line": 1965, "column": 33 }, "identifierName": "Event" @@ -116911,15 +117276,15 @@ }, "property": { "type": "Identifier", - "start": 68382, - "end": 68391, + "start": 68536, + "end": 68545, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 34 }, "end": { - "line": 1960, + "line": 1965, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -116938,15 +117303,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, + "start": 68347, + "end": 68477, "loc": { "start": { - "line": 1953, + "line": 1958, "column": 4 }, "end": { - "line": 1958, + "line": 1963, "column": 7 } } @@ -116962,58 +117327,58 @@ }, { "type": "ExpressionStatement", - "start": 68442, - "end": 68471, + "start": 68596, + "end": 68625, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 0 }, "end": { - "line": 1965, + "line": 1970, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 68442, - "end": 68470, + "start": 68596, + "end": 68624, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 0 }, "end": { - "line": 1965, + "line": 1970, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68442, - "end": 68456, + "start": 68596, + "end": 68610, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 0 }, "end": { - "line": 1965, + "line": 1970, "column": 14 } }, "object": { "type": "Identifier", - "start": 68442, - "end": 68448, + "start": 68596, + "end": 68602, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 0 }, "end": { - "line": 1965, + "line": 1970, "column": 6 }, "identifierName": "Record" @@ -117023,15 +117388,15 @@ }, "property": { "type": "Identifier", - "start": 68449, - "end": 68456, + "start": 68603, + "end": 68610, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 7 }, "end": { - "line": 1965, + "line": 1970, "column": 14 }, "identifierName": "VERSION" @@ -117043,15 +117408,15 @@ }, "right": { "type": "Identifier", - "start": 68459, - "end": 68470, + "start": 68613, + "end": 68624, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 17 }, "end": { - "line": 1965, + "line": 1970, "column": 28 }, "identifierName": "__VERSION__" @@ -117064,15 +117429,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68403, - "end": 68441, + "start": 68557, + "end": 68595, "loc": { "start": { - "line": 1964, + "line": 1969, "column": 0 }, "end": { - "line": 1964, + "line": 1969, "column": 38 } } @@ -117082,15 +117447,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68473, - "end": 68491, + "start": 68627, + "end": 68645, "loc": { "start": { - "line": 1967, + "line": 1972, "column": 0 }, "end": { - "line": 1967, + "line": 1972, "column": 18 } } @@ -117099,58 +117464,58 @@ }, { "type": "ExpressionStatement", - "start": 68492, - "end": 68516, + "start": 68646, + "end": 68670, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 0 }, "end": { - "line": 1968, + "line": 1973, "column": 24 } }, "expression": { "type": "AssignmentExpression", - "start": 68492, - "end": 68515, + "start": 68646, + "end": 68669, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 0 }, "end": { - "line": 1968, + "line": 1973, "column": 23 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68492, - "end": 68506, + "start": 68646, + "end": 68660, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 0 }, "end": { - "line": 1968, + "line": 1973, "column": 14 } }, "object": { "type": "Identifier", - "start": 68492, - "end": 68499, + "start": 68646, + "end": 68653, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 0 }, "end": { - "line": 1968, + "line": 1973, "column": 7 }, "identifierName": "videojs" @@ -117160,15 +117525,15 @@ }, "property": { "type": "Identifier", - "start": 68500, - "end": 68506, + "start": 68654, + "end": 68660, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 8 }, "end": { - "line": 1968, + "line": 1973, "column": 14 }, "identifierName": "Record" @@ -117180,15 +117545,15 @@ }, "right": { "type": "Identifier", - "start": 68509, - "end": 68515, + "start": 68663, + "end": 68669, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 17 }, "end": { - "line": 1968, + "line": 1973, "column": 23 }, "identifierName": "Record" @@ -117201,15 +117566,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68473, - "end": 68491, + "start": 68627, + "end": 68645, "loc": { "start": { - "line": 1967, + "line": 1972, "column": 0 }, "end": { - "line": 1967, + "line": 1972, "column": 18 } } @@ -117218,71 +117583,71 @@ }, { "type": "IfStatement", - "start": 68517, - "end": 68613, + "start": 68671, + "end": 68767, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 0 }, "end": { - "line": 1971, + "line": 1976, "column": 1 } }, "test": { "type": "BinaryExpression", - "start": 68521, - "end": 68562, + "start": 68675, + "end": 68716, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 4 }, "end": { - "line": 1969, + "line": 1974, "column": 45 } }, "left": { "type": "CallExpression", - "start": 68521, - "end": 68548, + "start": 68675, + "end": 68702, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 4 }, "end": { - "line": 1969, + "line": 1974, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 68521, - "end": 68538, + "start": 68675, + "end": 68692, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 4 }, "end": { - "line": 1969, + "line": 1974, "column": 21 } }, "object": { "type": "Identifier", - "start": 68521, - "end": 68528, + "start": 68675, + "end": 68682, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 4 }, "end": { - "line": 1969, + "line": 1974, "column": 11 }, "identifierName": "videojs" @@ -117291,15 +117656,15 @@ }, "property": { "type": "Identifier", - "start": 68529, - "end": 68538, + "start": 68683, + "end": 68692, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 12 }, "end": { - "line": 1969, + "line": 1974, "column": 21 }, "identifierName": "getPlugin" @@ -117311,15 +117676,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 68539, - "end": 68547, + "start": 68693, + "end": 68701, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 22 }, "end": { - "line": 1969, + "line": 1974, "column": 30 } }, @@ -117334,15 +117699,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 68553, - "end": 68562, + "start": 68707, + "end": 68716, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 36 }, "end": { - "line": 1969, + "line": 1974, "column": 45 }, "identifierName": "undefined" @@ -117352,72 +117717,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 68564, - "end": 68613, + "start": 68718, + "end": 68767, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 47 }, "end": { - "line": 1971, + "line": 1976, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 68570, - "end": 68611, + "start": 68724, + "end": 68765, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 4 }, "end": { - "line": 1970, + "line": 1975, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68570, - "end": 68610, + "start": 68724, + "end": 68764, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 4 }, "end": { - "line": 1970, + "line": 1975, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68570, - "end": 68592, + "start": 68724, + "end": 68746, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 4 }, "end": { - "line": 1970, + "line": 1975, "column": 26 } }, "object": { "type": "Identifier", - "start": 68570, - "end": 68577, + "start": 68724, + "end": 68731, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 4 }, "end": { - "line": 1970, + "line": 1975, "column": 11 }, "identifierName": "videojs" @@ -117426,15 +117791,15 @@ }, "property": { "type": "Identifier", - "start": 68578, - "end": 68592, + "start": 68732, + "end": 68746, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 12 }, "end": { - "line": 1970, + "line": 1975, "column": 26 }, "identifierName": "registerPlugin" @@ -117446,15 +117811,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 68593, - "end": 68601, + "start": 68747, + "end": 68755, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 27 }, "end": { - "line": 1970, + "line": 1975, "column": 35 } }, @@ -117466,15 +117831,15 @@ }, { "type": "Identifier", - "start": 68603, - "end": 68609, + "start": 68757, + "end": 68763, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 37 }, "end": { - "line": 1970, + "line": 1975, "column": 43 }, "identifierName": "Record" @@ -117493,15 +117858,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68615, - "end": 68631, + "start": 68769, + "end": 68785, "loc": { "start": { - "line": 1973, + "line": 1978, "column": 0 }, "end": { - "line": 1973, + "line": 1978, "column": 16 } } @@ -117510,15 +117875,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 68632, - "end": 68648, + "start": 68786, + "end": 68802, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 0 }, "end": { - "line": 1974, + "line": 1979, "column": 16 } }, @@ -117526,29 +117891,29 @@ "specifiers": [ { "type": "ExportSpecifier", - "start": 68640, - "end": 68646, + "start": 68794, + "end": 68800, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 8 }, "end": { - "line": 1974, + "line": 1979, "column": 14 } }, "local": { "type": "Identifier", - "start": 68640, - "end": 68646, + "start": 68794, + "end": 68800, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 8 }, "end": { - "line": 1974, + "line": 1979, "column": 14 }, "identifierName": "Record" @@ -117558,15 +117923,15 @@ }, "exported": { "type": "Identifier", - "start": 68640, - "end": 68646, + "start": 68794, + "end": 68800, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 8 }, "end": { - "line": 1974, + "line": 1979, "column": 14 }, "identifierName": "Record" @@ -117581,15 +117946,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68615, - "end": 68631, + "start": 68769, + "end": 68785, "loc": { "start": { - "line": 1973, + "line": 1978, "column": 0 }, "end": { - "line": 1973, + "line": 1978, "column": 16 } } @@ -117598,29 +117963,29 @@ }, { "type": "ExportNamedDeclaration", - "start": 68632, - "end": 68648, + "start": 68786, + "end": 68802, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 0 }, "end": { - "line": 1974, + "line": 1979, "column": 16 } }, "declaration": { "type": "ClassDeclaration", "start": 1409, - "end": 68401, + "end": 68555, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1962, + "line": 1967, "column": 1 } }, @@ -117662,14 +118027,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 68401, + "end": 68555, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1962, + "line": 1967, "column": 1 } }, @@ -158432,14 +158797,14 @@ { "type": "ClassMethod", "start": 24226, - "end": 31781, + "end": 31935, "loc": { "start": { "line": 612, "column": 4 }, "end": { - "line": 804, + "line": 809, "column": 5 } }, @@ -158490,14 +158855,14 @@ "body": { "type": "BlockStatement", "start": 24248, - "end": 31781, + "end": 31935, "loc": { "start": { "line": 612, "column": 26 }, "end": { - "line": 804, + "line": 809, "column": 5 } }, @@ -158599,9 +158964,9 @@ "trailingComments": [ { "type": "CommentLine", - "value": " store reference to stream for stopping etc.", + "value": " stop previous stream if it is active", "start": 24294, - "end": 24340, + "end": 24333, "loc": { "start": { "line": 615, @@ -158609,6 +158974,371 @@ }, "end": { "line": 615, + "column": 47 + } + } + } + ] + }, + { + "type": "IfStatement", + "start": 24342, + "end": 24438, + "loc": { + "start": { + "line": 616, + "column": 8 + }, + "end": { + "line": 618, + "column": 9 + } + }, + "test": { + "type": "LogicalExpression", + "start": 24346, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 59 + } + }, + "left": { + "type": "BinaryExpression", + "start": 24346, + "end": 24371, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 37 + } + }, + "left": { + "type": "MemberExpression", + "start": 24346, + "end": 24357, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 23 + } + }, + "object": { + "type": "ThisExpression", + "start": 24346, + "end": 24350, + "loc": { + "start": { + "line": 616, + "column": 12 + }, + "end": { + "line": 616, + "column": 16 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 24351, + "end": 24357, + "loc": { + "start": { + "line": 616, + "column": 17 + }, + "end": { + "line": 616, + "column": 23 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false, + "leadingComments": null + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 24362, + "end": 24371, + "loc": { + "start": { + "line": 616, + "column": 28 + }, + "end": { + "line": 616, + "column": 37 + }, + "identifierName": "undefined" + }, + "name": "undefined" + }, + "leadingComments": null + }, + "operator": "&&", + "right": { + "type": "MemberExpression", + "start": 24375, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 59 + } + }, + "object": { + "type": "MemberExpression", + "start": 24375, + "end": 24386, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 52 + } + }, + "object": { + "type": "ThisExpression", + "start": 24375, + "end": 24379, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "start": 24380, + "end": 24386, + "loc": { + "start": { + "line": 616, + "column": 46 + }, + "end": { + "line": 616, + "column": 52 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 24387, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 53 + }, + "end": { + "line": 616, + "column": 59 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 24395, + "end": 24438, + "loc": { + "start": { + "line": 616, + "column": 61 + }, + "end": { + "line": 618, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 24409, + "end": 24428, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 31 + } + }, + "expression": { + "type": "CallExpression", + "start": 24409, + "end": 24427, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 30 + } + }, + "callee": { + "type": "MemberExpression", + "start": 24409, + "end": 24425, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 28 + } + }, + "object": { + "type": "MemberExpression", + "start": 24409, + "end": 24420, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 23 + } + }, + "object": { + "type": "ThisExpression", + "start": 24409, + "end": 24413, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 24414, + "end": 24420, + "loc": { + "start": { + "line": 617, + "column": 17 + }, + "end": { + "line": 617, + "column": 23 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 24421, + "end": 24425, + "loc": { + "start": { + "line": 617, + "column": 24 + }, + "end": { + "line": 617, + "column": 28 + }, + "identifierName": "stop" + }, + "name": "stop" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " stop previous stream if it is active", + "start": 24294, + "end": 24333, + "loc": { + "start": { + "line": 615, + "column": 8 + }, + "end": { + "line": 615, + "column": 47 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentLine", + "value": " store reference to stream for stopping etc.", + "start": 24448, + "end": 24494, + "loc": { + "start": { + "line": 620, + "column": 8 + }, + "end": { + "line": 620, "column": 54 } } @@ -158617,58 +159347,58 @@ }, { "type": "ExpressionStatement", - "start": 24349, - "end": 24370, + "start": 24503, + "end": 24524, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 24349, - "end": 24369, + "start": 24503, + "end": 24523, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24349, - "end": 24360, + "start": 24503, + "end": 24514, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24349, - "end": 24353, + "start": 24503, + "end": 24507, "loc": { "start": { - "line": 616, + "line": 621, "column": 8 }, "end": { - "line": 616, + "line": 621, "column": 12 } }, @@ -158676,15 +159406,15 @@ }, "property": { "type": "Identifier", - "start": 24354, - "end": 24360, + "start": 24508, + "end": 24514, "loc": { "start": { - "line": 616, + "line": 621, "column": 13 }, "end": { - "line": 616, + "line": 621, "column": 19 }, "identifierName": "stream" @@ -158696,15 +159426,15 @@ }, "right": { "type": "Identifier", - "start": 24363, - "end": 24369, + "start": 24517, + "end": 24523, "loc": { "start": { - "line": 616, + "line": 621, "column": 22 }, "end": { - "line": 616, + "line": 621, "column": 28 }, "identifierName": "stream" @@ -158717,15 +159447,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24294, - "end": 24340, + "start": 24448, + "end": 24494, "loc": { "start": { - "line": 615, + "line": 620, "column": 8 }, "end": { - "line": 615, + "line": 620, "column": 54 } } @@ -158735,15 +159465,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -158752,85 +159482,85 @@ }, { "type": "ExpressionStatement", - "start": 24420, - "end": 24452, + "start": 24574, + "end": 24606, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 24420, - "end": 24451, + "start": 24574, + "end": 24605, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 24420, - "end": 24449, + "start": 24574, + "end": 24603, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 24420, - "end": 24444, + "start": 24574, + "end": 24598, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 24420, - "end": 24431, + "start": 24574, + "end": 24585, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24420, - "end": 24424, + "start": 24574, + "end": 24578, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 12 } }, @@ -158838,15 +159568,15 @@ }, "property": { "type": "Identifier", - "start": 24425, - "end": 24431, + "start": 24579, + "end": 24585, "loc": { "start": { - "line": 619, + "line": 624, "column": 13 }, "end": { - "line": 619, + "line": 624, "column": 19 }, "identifierName": "player" @@ -158858,15 +159588,15 @@ }, "property": { "type": "Identifier", - "start": 24432, - "end": 24444, + "start": 24586, + "end": 24598, "loc": { "start": { - "line": 619, + "line": 624, "column": 20 }, "end": { - "line": 619, + "line": 624, "column": 32 }, "identifierName": "deviceButton" @@ -158878,15 +159608,15 @@ }, "property": { "type": "Identifier", - "start": 24445, - "end": 24449, + "start": 24599, + "end": 24603, "loc": { "start": { - "line": 619, + "line": 624, "column": 33 }, "end": { - "line": 619, + "line": 624, "column": 37 }, "identifierName": "hide" @@ -158903,15 +159633,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -158921,15 +159651,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -158938,57 +159668,57 @@ }, { "type": "ExpressionStatement", - "start": 24516, - "end": 24549, + "start": 24670, + "end": 24703, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 24516, - "end": 24548, + "start": 24670, + "end": 24702, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24516, - "end": 24532, + "start": 24670, + "end": 24686, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 24516, - "end": 24520, + "start": 24670, + "end": 24674, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 12 } }, @@ -158996,15 +159726,15 @@ }, "property": { "type": "Identifier", - "start": 24521, - "end": 24532, + "start": 24675, + "end": 24686, "loc": { "start": { - "line": 622, + "line": 627, "column": 13 }, "end": { - "line": 622, + "line": 627, "column": 24 }, "identifierName": "setDuration" @@ -159017,44 +159747,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24533, - "end": 24547, + "start": 24687, + "end": 24701, "loc": { "start": { - "line": 622, + "line": 627, "column": 25 }, "end": { - "line": 622, + "line": 627, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 24533, - "end": 24537, + "start": 24687, + "end": 24691, "loc": { "start": { - "line": 622, + "line": 627, "column": 25 }, "end": { - "line": 622, + "line": 627, "column": 29 } } }, "property": { "type": "Identifier", - "start": 24538, - "end": 24547, + "start": 24692, + "end": 24701, "loc": { "start": { - "line": 622, + "line": 627, "column": 30 }, "end": { - "line": 622, + "line": 627, "column": 39 }, "identifierName": "maxLength" @@ -159070,15 +159800,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -159087,72 +159817,72 @@ }, { "type": "ExpressionStatement", - "start": 24558, - "end": 24581, + "start": 24712, + "end": 24735, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24558, - "end": 24580, + "start": 24712, + "end": 24734, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24558, - "end": 24577, + "start": 24712, + "end": 24731, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 24558, - "end": 24562, + "start": 24712, + "end": 24716, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24563, - "end": 24577, + "start": 24717, + "end": 24731, "loc": { "start": { - "line": 623, + "line": 628, "column": 13 }, "end": { - "line": 623, + "line": 628, "column": 27 }, "identifierName": "setCurrentTime" @@ -159164,15 +159894,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 24578, - "end": 24579, + "start": 24732, + "end": 24733, "loc": { "start": { - "line": 623, + "line": 628, "column": 28 }, "end": { - "line": 623, + "line": 628, "column": 29 } }, @@ -159188,15 +159918,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -159205,85 +159935,85 @@ }, { "type": "IfStatement", - "start": 24658, - "end": 24776, + "start": 24812, + "end": 24930, "loc": { "start": { - "line": 626, + "line": 631, "column": 8 }, "end": { - "line": 628, + "line": 633, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 24662, - "end": 24709, + "start": 24816, + "end": 24863, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 24662, - "end": 24695, + "start": 24816, + "end": 24849, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24662, - "end": 24684, + "start": 24816, + "end": 24838, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24662, - "end": 24673, + "start": 24816, + "end": 24827, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24662, - "end": 24666, + "start": 24816, + "end": 24820, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 16 } }, @@ -159291,15 +160021,15 @@ }, "property": { "type": "Identifier", - "start": 24667, - "end": 24673, + "start": 24821, + "end": 24827, "loc": { "start": { - "line": 626, + "line": 631, "column": 17 }, "end": { - "line": 626, + "line": 631, "column": 23 }, "identifierName": "player" @@ -159311,15 +160041,15 @@ }, "property": { "type": "Identifier", - "start": 24674, - "end": 24684, + "start": 24828, + "end": 24838, "loc": { "start": { - "line": 626, + "line": 631, "column": 24 }, "end": { - "line": 626, + "line": 631, "column": 34 }, "identifierName": "controlBar" @@ -159331,15 +160061,15 @@ }, "property": { "type": "Identifier", - "start": 24685, - "end": 24695, + "start": 24839, + "end": 24849, "loc": { "start": { - "line": 626, + "line": 631, "column": 35 }, "end": { - "line": 626, + "line": 631, "column": 45 }, "identifierName": "playToggle" @@ -159352,15 +160082,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24700, - "end": 24709, + "start": 24854, + "end": 24863, "loc": { "start": { - "line": 626, + "line": 631, "column": 50 }, "end": { - "line": 626, + "line": 631, "column": 59 }, "identifierName": "undefined" @@ -159371,129 +160101,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 24711, - "end": 24776, + "start": 24865, + "end": 24930, "loc": { "start": { - "line": 626, + "line": 631, "column": 61 }, "end": { - "line": 628, + "line": 633, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24725, - "end": 24766, + "start": 24879, + "end": 24920, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 24725, - "end": 24765, + "start": 24879, + "end": 24919, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24725, - "end": 24763, + "start": 24879, + "end": 24917, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24758, + "start": 24879, + "end": 24912, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24747, + "start": 24879, + "end": 24901, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24725, - "end": 24736, + "start": 24879, + "end": 24890, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24725, - "end": 24729, + "start": 24879, + "end": 24883, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24730, - "end": 24736, + "start": 24884, + "end": 24890, "loc": { "start": { - "line": 627, + "line": 632, "column": 17 }, "end": { - "line": 627, + "line": 632, "column": 23 }, "identifierName": "player" @@ -159504,15 +160234,15 @@ }, "property": { "type": "Identifier", - "start": 24737, - "end": 24747, + "start": 24891, + "end": 24901, "loc": { "start": { - "line": 627, + "line": 632, "column": 24 }, "end": { - "line": 627, + "line": 632, "column": 34 }, "identifierName": "controlBar" @@ -159523,15 +160253,15 @@ }, "property": { "type": "Identifier", - "start": 24748, - "end": 24758, + "start": 24902, + "end": 24912, "loc": { "start": { - "line": 627, + "line": 632, "column": 35 }, "end": { - "line": 627, + "line": 632, "column": 45 }, "identifierName": "playToggle" @@ -159542,15 +160272,15 @@ }, "property": { "type": "Identifier", - "start": 24759, - "end": 24763, + "start": 24913, + "end": 24917, "loc": { "start": { - "line": 627, + "line": 632, "column": 46 }, "end": { - "line": 627, + "line": 632, "column": 50 }, "identifierName": "hide" @@ -159571,15 +160301,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -159589,15 +160319,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -159606,57 +160336,57 @@ }, { "type": "ExpressionStatement", - "start": 24822, - "end": 24887, + "start": 24976, + "end": 25041, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 24822, - "end": 24886, + "start": 24976, + "end": 25040, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 24822, - "end": 24830, + "start": 24976, + "end": 24984, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24822, - "end": 24826, + "start": 24976, + "end": 24980, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 12 } }, @@ -159664,15 +160394,15 @@ }, "property": { "type": "Identifier", - "start": 24827, - "end": 24830, + "start": 24981, + "end": 24984, "loc": { "start": { - "line": 631, + "line": 636, "column": 13 }, "end": { - "line": 631, + "line": 636, "column": 16 }, "identifierName": "off" @@ -159685,44 +160415,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24831, - "end": 24842, + "start": 24985, + "end": 24996, "loc": { "start": { - "line": 631, + "line": 636, "column": 17 }, "end": { - "line": 631, + "line": 636, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24831, - "end": 24835, + "start": 24985, + "end": 24989, "loc": { "start": { - "line": 631, + "line": 636, "column": 17 }, "end": { - "line": 631, + "line": 636, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24836, - "end": 24842, + "start": 24990, + "end": 24996, "loc": { "start": { - "line": 631, + "line": 636, "column": 22 }, "end": { - "line": 631, + "line": 636, "column": 28 }, "identifierName": "player" @@ -159733,29 +160463,29 @@ }, { "type": "MemberExpression", - "start": 24844, - "end": 24860, + "start": 24998, + "end": 25014, "loc": { "start": { - "line": 631, + "line": 636, "column": 30 }, "end": { - "line": 631, + "line": 636, "column": 46 } }, "object": { "type": "Identifier", - "start": 24844, - "end": 24849, + "start": 24998, + "end": 25003, "loc": { "start": { - "line": 631, + "line": 636, "column": 30 }, "end": { - "line": 631, + "line": 636, "column": 35 }, "identifierName": "Event" @@ -159764,15 +160494,15 @@ }, "property": { "type": "Identifier", - "start": 24850, - "end": 24860, + "start": 25004, + "end": 25014, "loc": { "start": { - "line": 631, + "line": 636, "column": 36 }, "end": { - "line": 631, + "line": 636, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -159783,44 +160513,44 @@ }, { "type": "MemberExpression", - "start": 24862, - "end": 24885, + "start": 25016, + "end": 25039, "loc": { "start": { - "line": 631, + "line": 636, "column": 48 }, "end": { - "line": 631, + "line": 636, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 24862, - "end": 24866, + "start": 25016, + "end": 25020, "loc": { "start": { - "line": 631, + "line": 636, "column": 48 }, "end": { - "line": 631, + "line": 636, "column": 52 } } }, "property": { "type": "Identifier", - "start": 24867, - "end": 24885, + "start": 25021, + "end": 25039, "loc": { "start": { - "line": 631, + "line": 636, "column": 53 }, "end": { - "line": 631, + "line": 636, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -159836,15 +160566,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -159853,72 +160583,72 @@ }, { "type": "ExpressionStatement", - "start": 24896, - "end": 24956, + "start": 25050, + "end": 25110, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 24896, - "end": 24955, + "start": 25050, + "end": 25109, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 24896, - "end": 24904, + "start": 25050, + "end": 25058, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24896, - "end": 24900, + "start": 25050, + "end": 25054, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24901, - "end": 24904, + "start": 25055, + "end": 25058, "loc": { "start": { - "line": 632, + "line": 637, "column": 13 }, "end": { - "line": 632, + "line": 637, "column": 16 }, "identifierName": "off" @@ -159930,44 +160660,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24905, - "end": 24916, + "start": 25059, + "end": 25070, "loc": { "start": { - "line": 632, + "line": 637, "column": 17 }, "end": { - "line": 632, + "line": 637, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24905, - "end": 24909, + "start": 25059, + "end": 25063, "loc": { "start": { - "line": 632, + "line": 637, "column": 17 }, "end": { - "line": 632, + "line": 637, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24910, - "end": 24916, + "start": 25064, + "end": 25070, "loc": { "start": { - "line": 632, + "line": 637, "column": 22 }, "end": { - "line": 632, + "line": 637, "column": 28 }, "identifierName": "player" @@ -159978,29 +160708,29 @@ }, { "type": "MemberExpression", - "start": 24918, - "end": 24929, + "start": 25072, + "end": 25083, "loc": { "start": { - "line": 632, + "line": 637, "column": 30 }, "end": { - "line": 632, + "line": 637, "column": 41 } }, "object": { "type": "Identifier", - "start": 24918, - "end": 24923, + "start": 25072, + "end": 25077, "loc": { "start": { - "line": 632, + "line": 637, "column": 30 }, "end": { - "line": 632, + "line": 637, "column": 35 }, "identifierName": "Event" @@ -160009,15 +160739,15 @@ }, "property": { "type": "Identifier", - "start": 24924, - "end": 24929, + "start": 25078, + "end": 25083, "loc": { "start": { - "line": 632, + "line": 637, "column": 36 }, "end": { - "line": 632, + "line": 637, "column": 41 }, "identifierName": "ENDED" @@ -160028,44 +160758,44 @@ }, { "type": "MemberExpression", - "start": 24931, - "end": 24954, + "start": 25085, + "end": 25108, "loc": { "start": { - "line": 632, + "line": 637, "column": 43 }, "end": { - "line": 632, + "line": 637, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 24931, - "end": 24935, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 632, + "line": 637, "column": 43 }, "end": { - "line": 632, + "line": 637, "column": 47 } } }, "property": { "type": "Identifier", - "start": 24936, - "end": 24954, + "start": 25090, + "end": 25108, "loc": { "start": { - "line": 632, + "line": 637, "column": 48 }, "end": { - "line": 632, + "line": 637, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -160080,15 +160810,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -160097,71 +160827,71 @@ }, { "type": "IfStatement", - "start": 25000, - "end": 30080, + "start": 25154, + "end": 30234, "loc": { "start": { - "line": 635, + "line": 640, "column": 8 }, "end": { - "line": 759, + "line": 764, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 25004, - "end": 25039, + "start": 25158, + "end": 25193, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 47 } }, "left": { "type": "CallExpression", - "start": 25004, - "end": 25024, + "start": 25158, + "end": 25178, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 25004, - "end": 25022, + "start": 25158, + "end": 25176, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 25004, - "end": 25008, + "start": 25158, + "end": 25162, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 16 } }, @@ -160169,15 +160899,15 @@ }, "property": { "type": "Identifier", - "start": 25009, - "end": 25022, + "start": 25163, + "end": 25176, "loc": { "start": { - "line": 635, + "line": 640, "column": 17 }, "end": { - "line": 635, + "line": 640, "column": 30 }, "identifierName": "getRecordType" @@ -160193,15 +160923,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25029, - "end": 25039, + "start": 25183, + "end": 25193, "loc": { "start": { - "line": 635, + "line": 640, "column": 37 }, "end": { - "line": 635, + "line": 640, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -160212,100 +160942,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 25041, - "end": 29758, + "start": 25195, + "end": 29912, "loc": { "start": { - "line": 635, + "line": 640, "column": 49 }, "end": { - "line": 750, + "line": 755, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 25133, - "end": 25359, + "start": 25287, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 642, "column": 12 }, "end": { - "line": 640, + "line": 645, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25137, - "end": 25213, + "start": 25291, + "end": 25367, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 25137, - "end": 25172, + "start": 25291, + "end": 25326, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 51 } }, "left": { "type": "CallExpression", - "start": 25137, - "end": 25157, + "start": 25291, + "end": 25311, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 25137, - "end": 25155, + "start": 25291, + "end": 25309, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25137, - "end": 25141, + "start": 25291, + "end": 25295, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 20 } }, @@ -160313,15 +161043,15 @@ }, "property": { "type": "Identifier", - "start": 25142, - "end": 25155, + "start": 25296, + "end": 25309, "loc": { "start": { - "line": 637, + "line": 642, "column": 21 }, "end": { - "line": 637, + "line": 642, "column": 34 }, "identifierName": "getRecordType" @@ -160337,15 +161067,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25162, - "end": 25172, + "start": 25316, + "end": 25326, "loc": { "start": { - "line": 637, + "line": 642, "column": 41 }, "end": { - "line": 637, + "line": 642, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -160357,29 +161087,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 25176, - "end": 25213, + "start": 25330, + "end": 25367, "loc": { "start": { - "line": 637, + "line": 642, "column": 55 }, "end": { - "line": 637, + "line": 642, "column": 92 } }, "callee": { "type": "Identifier", - "start": 25176, - "end": 25195, + "start": 25330, + "end": 25349, "loc": { "start": { - "line": 637, + "line": 642, "column": 55 }, "end": { - "line": 637, + "line": 642, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -160389,44 +161119,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25196, - "end": 25212, + "start": 25350, + "end": 25366, "loc": { "start": { - "line": 637, + "line": 642, "column": 75 }, "end": { - "line": 637, + "line": 642, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 25196, - "end": 25200, + "start": 25350, + "end": 25354, "loc": { "start": { - "line": 637, + "line": 642, "column": 75 }, "end": { - "line": 637, + "line": 642, "column": 79 } } }, "property": { "type": "Identifier", - "start": 25201, - "end": 25212, + "start": 25355, + "end": 25366, "loc": { "start": { - "line": 637, + "line": 642, "column": 80 }, "end": { - "line": 637, + "line": 642, "column": 91 }, "identifierName": "audioEngine" @@ -160441,58 +161171,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 25215, - "end": 25359, + "start": 25369, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 642, "column": 94 }, "end": { - "line": 640, + "line": 645, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25233, - "end": 25345, + "start": 25387, + "end": 25499, "loc": { "start": { - "line": 638, + "line": 643, "column": 16 }, "end": { - "line": 639, + "line": 644, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 25239, - "end": 25344, + "start": 25393, + "end": 25498, "loc": { "start": { - "line": 638, + "line": 643, "column": 22 }, "end": { - "line": 639, + "line": 644, "column": 61 } }, "callee": { "type": "Identifier", - "start": 25243, - "end": 25248, + "start": 25397, + "end": 25402, "loc": { "start": { - "line": 638, + "line": 643, "column": 26 }, "end": { - "line": 638, + "line": 643, "column": 31 }, "identifierName": "Error" @@ -160502,43 +161232,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25249, - "end": 25343, + "start": 25403, + "end": 25497, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 639, + "line": 644, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 25249, - "end": 25280, + "start": 25403, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 638, + "line": 643, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 25249, - "end": 25261, + "start": 25403, + "end": 25415, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 638, + "line": 643, "column": 44 } }, @@ -160551,44 +161281,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 25264, - "end": 25280, + "start": 25418, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 47 }, "end": { - "line": 638, + "line": 643, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 25264, - "end": 25268, + "start": 25418, + "end": 25422, "loc": { "start": { - "line": 638, + "line": 643, "column": 47 }, "end": { - "line": 638, + "line": 643, "column": 51 } } }, "property": { "type": "Identifier", - "start": 25269, - "end": 25280, + "start": 25423, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 52 }, "end": { - "line": 638, + "line": 643, "column": 63 }, "identifierName": "audioEngine" @@ -160601,15 +161331,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25303, - "end": 25343, + "start": 25457, + "end": 25497, "loc": { "start": { - "line": 639, + "line": 644, "column": 20 }, "end": { - "line": 639, + "line": 644, "column": 60 } }, @@ -160632,15 +161362,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25055, - "end": 25120, + "start": 25209, + "end": 25274, "loc": { "start": { - "line": 636, + "line": 641, "column": 12 }, "end": { - "line": 636, + "line": 641, "column": 77 } } @@ -160650,15 +161380,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -160667,44 +161397,44 @@ }, { "type": "VariableDeclaration", - "start": 25409, - "end": 25437, + "start": 25563, + "end": 25591, "loc": { "start": { - "line": 643, + "line": 648, "column": 12 }, "end": { - "line": 643, + "line": 648, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 25413, - "end": 25424, + "start": 25567, + "end": 25578, "loc": { "start": { - "line": 643, + "line": 648, "column": 16 }, "end": { - "line": 643, + "line": 648, "column": 27 } }, "id": { "type": "Identifier", - "start": 25413, - "end": 25424, + "start": 25567, + "end": 25578, "loc": { "start": { - "line": 643, + "line": 648, "column": 16 }, "end": { - "line": 643, + "line": 648, "column": 27 }, "identifierName": "EngineClass" @@ -160717,29 +161447,29 @@ }, { "type": "VariableDeclarator", - "start": 25426, - "end": 25436, + "start": 25580, + "end": 25590, "loc": { "start": { - "line": 643, + "line": 648, "column": 29 }, "end": { - "line": 643, + "line": 648, "column": 39 } }, "id": { "type": "Identifier", - "start": 25426, - "end": 25436, + "start": 25580, + "end": 25590, "loc": { "start": { - "line": 643, + "line": 648, "column": 29 }, "end": { - "line": 643, + "line": 648, "column": 39 }, "identifierName": "engineType" @@ -160754,15 +161484,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -160771,72 +161501,72 @@ }, { "type": "SwitchStatement", - "start": 25450, - "end": 25985, + "start": 25604, + "end": 26139, "loc": { "start": { - "line": 644, + "line": 649, "column": 12 }, "end": { - "line": 655, + "line": 660, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 25458, - "end": 25478, + "start": 25612, + "end": 25632, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 25458, - "end": 25476, + "start": 25612, + "end": 25630, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 25458, - "end": 25462, + "start": 25612, + "end": 25616, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 24 } } }, "property": { "type": "Identifier", - "start": 25463, - "end": 25476, + "start": 25617, + "end": 25630, "loc": { "start": { - "line": 644, + "line": 649, "column": 25 }, "end": { - "line": 644, + "line": 649, "column": 38 }, "identifierName": "getRecordType" @@ -160850,59 +161580,59 @@ "cases": [ { "type": "SwitchCase", - "start": 25498, - "end": 25743, + "start": 25652, + "end": 25897, "loc": { "start": { - "line": 645, + "line": 650, "column": 16 }, "end": { - "line": 649, + "line": 654, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25618, - "end": 25665, + "start": 25772, + "end": 25819, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25618, - "end": 25664, + "start": 25772, + "end": 25818, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25618, - "end": 25629, + "start": 25772, + "end": 25783, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 31 }, "identifierName": "EngineClass" @@ -160912,29 +161642,29 @@ }, "right": { "type": "CallExpression", - "start": 25632, - "end": 25664, + "start": 25786, + "end": 25818, "loc": { "start": { - "line": 647, + "line": 652, "column": 34 }, "end": { - "line": 647, + "line": 652, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25632, - "end": 25646, + "start": 25786, + "end": 25800, "loc": { "start": { - "line": 647, + "line": 652, "column": 34 }, "end": { - "line": 647, + "line": 652, "column": 48 }, "identifierName": "getAudioEngine" @@ -160944,44 +161674,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25647, - "end": 25663, + "start": 25801, + "end": 25817, "loc": { "start": { - "line": 647, + "line": 652, "column": 49 }, "end": { - "line": 647, + "line": 652, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25647, - "end": 25651, + "start": 25801, + "end": 25805, "loc": { "start": { - "line": 647, + "line": 652, "column": 49 }, "end": { - "line": 647, + "line": 652, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25652, - "end": 25663, + "start": 25806, + "end": 25817, "loc": { "start": { - "line": 647, + "line": 652, "column": 54 }, "end": { - "line": 647, + "line": 652, "column": 65 }, "identifierName": "audioEngine" @@ -160998,15 +161728,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25535, - "end": 25597, + "start": 25689, + "end": 25751, "loc": { "start": { - "line": 646, + "line": 651, "column": 20 }, "end": { - "line": 646, + "line": 651, "column": 82 } } @@ -161015,44 +161745,44 @@ }, { "type": "ExpressionStatement", - "start": 25686, - "end": 25716, + "start": 25840, + "end": 25870, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25686, - "end": 25715, + "start": 25840, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25686, - "end": 25696, + "start": 25840, + "end": 25850, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 30 }, "identifierName": "engineType" @@ -161061,44 +161791,44 @@ }, "right": { "type": "MemberExpression", - "start": 25699, - "end": 25715, + "start": 25853, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 33 }, "end": { - "line": 648, + "line": 653, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25699, - "end": 25703, + "start": 25853, + "end": 25857, "loc": { "start": { - "line": 648, + "line": 653, "column": 33 }, "end": { - "line": 648, + "line": 653, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25704, - "end": 25715, + "start": 25858, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 38 }, "end": { - "line": 648, + "line": 653, "column": 49 }, "identifierName": "audioEngine" @@ -161111,15 +161841,15 @@ }, { "type": "BreakStatement", - "start": 25737, - "end": 25743, + "start": 25891, + "end": 25897, "loc": { "start": { - "line": 649, + "line": 654, "column": 20 }, "end": { - "line": 649, + "line": 654, "column": 26 } }, @@ -161128,15 +161858,15 @@ ], "test": { "type": "Identifier", - "start": 25503, - "end": 25513, + "start": 25657, + "end": 25667, "loc": { "start": { - "line": 645, + "line": 650, "column": 21 }, "end": { - "line": 645, + "line": 650, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -161146,59 +161876,59 @@ }, { "type": "SwitchCase", - "start": 25761, - "end": 25971, + "start": 25915, + "end": 26125, "loc": { "start": { - "line": 651, + "line": 656, "column": 16 }, "end": { - "line": 654, + "line": 659, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25873, - "end": 25920, + "start": 26027, + "end": 26074, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25873, - "end": 25919, + "start": 26027, + "end": 26073, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25873, - "end": 25884, + "start": 26027, + "end": 26038, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 31 }, "identifierName": "EngineClass" @@ -161208,29 +161938,29 @@ }, "right": { "type": "CallExpression", - "start": 25887, - "end": 25919, + "start": 26041, + "end": 26073, "loc": { "start": { - "line": 653, + "line": 658, "column": 34 }, "end": { - "line": 653, + "line": 658, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25887, - "end": 25901, + "start": 26041, + "end": 26055, "loc": { "start": { - "line": 653, + "line": 658, "column": 34 }, "end": { - "line": 653, + "line": 658, "column": 48 }, "identifierName": "getVideoEngine" @@ -161240,44 +161970,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25902, - "end": 25918, + "start": 26056, + "end": 26072, "loc": { "start": { - "line": 653, + "line": 658, "column": 49 }, "end": { - "line": 653, + "line": 658, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25902, - "end": 25906, + "start": 26056, + "end": 26060, "loc": { "start": { - "line": 653, + "line": 658, "column": 49 }, "end": { - "line": 653, + "line": 658, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25907, - "end": 25918, + "start": 26061, + "end": 26072, "loc": { "start": { - "line": 653, + "line": 658, "column": 54 }, "end": { - "line": 653, + "line": 658, "column": 65 }, "identifierName": "videoEngine" @@ -161294,15 +162024,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25790, - "end": 25852, + "start": 25944, + "end": 26006, "loc": { "start": { - "line": 652, + "line": 657, "column": 20 }, "end": { - "line": 652, + "line": 657, "column": 82 } } @@ -161311,44 +162041,44 @@ }, { "type": "ExpressionStatement", - "start": 25941, - "end": 25971, + "start": 26095, + "end": 26125, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25941, - "end": 25970, + "start": 26095, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25941, - "end": 25951, + "start": 26095, + "end": 26105, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 30 }, "identifierName": "engineType" @@ -161357,44 +162087,44 @@ }, "right": { "type": "MemberExpression", - "start": 25954, - "end": 25970, + "start": 26108, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 33 }, "end": { - "line": 654, + "line": 659, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25954, - "end": 25958, + "start": 26108, + "end": 26112, "loc": { "start": { - "line": 654, + "line": 659, "column": 33 }, "end": { - "line": 654, + "line": 659, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25959, - "end": 25970, + "start": 26113, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 38 }, "end": { - "line": 654, + "line": 659, "column": 49 }, "identifierName": "videoEngine" @@ -161413,15 +162143,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -161430,87 +162160,87 @@ }, { "type": "TryStatement", - "start": 26038, - "end": 26298, + "start": 26192, + "end": 26452, "loc": { "start": { - "line": 658, + "line": 663, "column": 12 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 26042, - "end": 26193, + "start": 26196, + "end": 26347, "loc": { "start": { - "line": 658, + "line": 663, "column": 16 }, "end": { - "line": 661, + "line": 666, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26114, - "end": 26179, + "start": 26268, + "end": 26333, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 26114, - "end": 26178, + "start": 26268, + "end": 26332, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26114, - "end": 26125, + "start": 26268, + "end": 26279, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26114, - "end": 26118, + "start": 26268, + "end": 26272, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 20 } }, @@ -161518,15 +162248,15 @@ }, "property": { "type": "Identifier", - "start": 26119, - "end": 26125, + "start": 26273, + "end": 26279, "loc": { "start": { - "line": 660, + "line": 665, "column": 21 }, "end": { - "line": 660, + "line": 665, "column": 27 }, "identifierName": "engine" @@ -161538,29 +162268,29 @@ }, "right": { "type": "NewExpression", - "start": 26128, - "end": 26178, + "start": 26282, + "end": 26332, "loc": { "start": { - "line": 660, + "line": 665, "column": 30 }, "end": { - "line": 660, + "line": 665, "column": 80 } }, "callee": { "type": "Identifier", - "start": 26132, - "end": 26143, + "start": 26286, + "end": 26297, "loc": { "start": { - "line": 660, + "line": 665, "column": 34 }, "end": { - "line": 660, + "line": 665, "column": 45 }, "identifierName": "EngineClass" @@ -161570,44 +162300,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26144, - "end": 26155, + "start": 26298, + "end": 26309, "loc": { "start": { - "line": 660, + "line": 665, "column": 46 }, "end": { - "line": 660, + "line": 665, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26144, - "end": 26148, + "start": 26298, + "end": 26302, "loc": { "start": { - "line": 660, + "line": 665, "column": 46 }, "end": { - "line": 660, + "line": 665, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26149, - "end": 26155, + "start": 26303, + "end": 26309, "loc": { "start": { - "line": 660, + "line": 665, "column": 51 }, "end": { - "line": 660, + "line": 665, "column": 57 }, "identifierName": "player" @@ -161618,58 +162348,58 @@ }, { "type": "MemberExpression", - "start": 26157, - "end": 26177, + "start": 26311, + "end": 26331, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 26157, - "end": 26168, + "start": 26311, + "end": 26322, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26157, - "end": 26161, + "start": 26311, + "end": 26315, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 63 } } }, "property": { "type": "Identifier", - "start": 26162, - "end": 26168, + "start": 26316, + "end": 26322, "loc": { "start": { - "line": 660, + "line": 665, "column": 64 }, "end": { - "line": 660, + "line": 665, "column": 70 }, "identifierName": "player" @@ -161680,15 +162410,15 @@ }, "property": { "type": "Identifier", - "start": 26169, - "end": 26177, + "start": 26323, + "end": 26331, "loc": { "start": { - "line": 660, + "line": 665, "column": 71 }, "end": { - "line": 660, + "line": 665, "column": 79 }, "identifierName": "options_" @@ -161705,15 +162435,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26060, - "end": 26097, + "start": 26214, + "end": 26251, "loc": { "start": { - "line": 659, + "line": 664, "column": 16 }, "end": { - "line": 659, + "line": 664, "column": 53 } } @@ -161726,29 +162456,29 @@ }, "handler": { "type": "CatchClause", - "start": 26194, - "end": 26298, + "start": 26348, + "end": 26452, "loc": { "start": { - "line": 661, + "line": 666, "column": 14 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "param": { "type": "Identifier", - "start": 26201, - "end": 26204, + "start": 26355, + "end": 26358, "loc": { "start": { - "line": 661, + "line": 666, "column": 21 }, "end": { - "line": 661, + "line": 666, "column": 24 }, "identifierName": "err" @@ -161757,58 +162487,58 @@ }, "body": { "type": "BlockStatement", - "start": 26206, - "end": 26298, + "start": 26360, + "end": 26452, "loc": { "start": { - "line": 661, + "line": 666, "column": 26 }, "end": { - "line": 663, + "line": 668, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 26224, - "end": 26284, + "start": 26378, + "end": 26438, "loc": { "start": { - "line": 662, + "line": 667, "column": 16 }, "end": { - "line": 662, + "line": 667, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 26230, - "end": 26283, + "start": 26384, + "end": 26437, "loc": { "start": { - "line": 662, + "line": 667, "column": 22 }, "end": { - "line": 662, + "line": 667, "column": 75 } }, "callee": { "type": "Identifier", - "start": 26234, - "end": 26239, + "start": 26388, + "end": 26393, "loc": { "start": { - "line": 662, + "line": 667, "column": 26 }, "end": { - "line": 662, + "line": 667, "column": 31 }, "identifierName": "Error" @@ -161818,43 +162548,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26240, - "end": 26282, + "start": 26394, + "end": 26436, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 26240, - "end": 26270, + "start": 26394, + "end": 26424, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 26240, - "end": 26257, + "start": 26394, + "end": 26411, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 49 } }, @@ -161867,15 +162597,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 26260, - "end": 26270, + "start": 26414, + "end": 26424, "loc": { "start": { - "line": 662, + "line": 667, "column": 52 }, "end": { - "line": 662, + "line": 667, "column": 62 }, "identifierName": "engineType" @@ -161886,15 +162616,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 26273, - "end": 26282, + "start": 26427, + "end": 26436, "loc": { "start": { - "line": 662, + "line": 667, "column": 65 }, "end": { - "line": 662, + "line": 667, "column": 74 } }, @@ -161920,15 +162650,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -161938,15 +162668,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -161955,71 +162685,71 @@ }, { "type": "ExpressionStatement", - "start": 26345, - "end": 26408, + "start": 26499, + "end": 26562, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 26345, - "end": 26407, + "start": 26499, + "end": 26561, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 26345, - "end": 26359, + "start": 26499, + "end": 26513, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 26345, - "end": 26356, + "start": 26499, + "end": 26510, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26345, - "end": 26349, + "start": 26499, + "end": 26503, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 16 } }, @@ -162027,15 +162757,15 @@ }, "property": { "type": "Identifier", - "start": 26350, - "end": 26356, + "start": 26504, + "end": 26510, "loc": { "start": { - "line": 666, + "line": 671, "column": 17 }, "end": { - "line": 666, + "line": 671, "column": 23 }, "identifierName": "engine" @@ -162047,15 +162777,15 @@ }, "property": { "type": "Identifier", - "start": 26357, - "end": 26359, + "start": 26511, + "end": 26513, "loc": { "start": { - "line": 666, + "line": 671, "column": 24 }, "end": { - "line": 666, + "line": 671, "column": 26 }, "identifierName": "on" @@ -162068,29 +162798,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26360, - "end": 26381, + "start": 26514, + "end": 26535, "loc": { "start": { - "line": 666, + "line": 671, "column": 27 }, "end": { - "line": 666, + "line": 671, "column": 48 } }, "object": { "type": "Identifier", - "start": 26360, - "end": 26365, + "start": 26514, + "end": 26519, "loc": { "start": { - "line": 666, + "line": 671, "column": 27 }, "end": { - "line": 666, + "line": 671, "column": 32 }, "identifierName": "Event" @@ -162099,15 +162829,15 @@ }, "property": { "type": "Identifier", - "start": 26366, - "end": 26381, + "start": 26520, + "end": 26535, "loc": { "start": { - "line": 666, + "line": 671, "column": 33 }, "end": { - "line": 666, + "line": 671, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -162118,44 +162848,44 @@ }, { "type": "MemberExpression", - "start": 26383, - "end": 26406, + "start": 26537, + "end": 26560, "loc": { "start": { - "line": 666, + "line": 671, "column": 50 }, "end": { - "line": 666, + "line": 671, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 26383, - "end": 26387, + "start": 26537, + "end": 26541, "loc": { "start": { - "line": 666, + "line": 671, "column": 50 }, "end": { - "line": 666, + "line": 671, "column": 54 } } }, "property": { "type": "Identifier", - "start": 26388, - "end": 26406, + "start": 26542, + "end": 26560, "loc": { "start": { - "line": 666, + "line": 671, "column": 55 }, "end": { - "line": 666, + "line": 671, "column": 73 }, "identifierName": "engineStopCallback" @@ -162171,15 +162901,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -162189,15 +162919,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -162206,72 +162936,72 @@ }, { "type": "ExpressionStatement", - "start": 26452, - "end": 26498, + "start": 26606, + "end": 26652, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26452, - "end": 26497, + "start": 26606, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26452, - "end": 26474, + "start": 26606, + "end": 26628, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26452, - "end": 26463, + "start": 26606, + "end": 26617, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26452, - "end": 26456, + "start": 26606, + "end": 26610, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 16 } }, @@ -162279,15 +163009,15 @@ }, "property": { "type": "Identifier", - "start": 26457, - "end": 26463, + "start": 26611, + "end": 26617, "loc": { "start": { - "line": 669, + "line": 674, "column": 17 }, "end": { - "line": 669, + "line": 674, "column": 23 }, "identifierName": "engine" @@ -162299,15 +163029,15 @@ }, "property": { "type": "Identifier", - "start": 26464, - "end": 26474, + "start": 26618, + "end": 26628, "loc": { "start": { - "line": 669, + "line": 674, "column": 24 }, "end": { - "line": 669, + "line": 674, "column": 34 }, "identifierName": "bufferSize" @@ -162319,44 +163049,44 @@ }, "right": { "type": "MemberExpression", - "start": 26477, - "end": 26497, + "start": 26631, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 37 }, "end": { - "line": 669, + "line": 674, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26477, - "end": 26481, + "start": 26631, + "end": 26635, "loc": { "start": { - "line": 669, + "line": 674, "column": 37 }, "end": { - "line": 669, + "line": 674, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26482, - "end": 26497, + "start": 26636, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 42 }, "end": { - "line": 669, + "line": 674, "column": 57 }, "identifierName": "audioBufferSize" @@ -162371,15 +163101,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -162388,87 +163118,87 @@ }, { "type": "ExpressionStatement", - "start": 26511, - "end": 26557, + "start": 26665, + "end": 26711, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26511, - "end": 26556, + "start": 26665, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26511, - "end": 26533, + "start": 26665, + "end": 26687, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26511, - "end": 26522, + "start": 26665, + "end": 26676, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26511, - "end": 26515, + "start": 26665, + "end": 26669, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26516, - "end": 26522, + "start": 26670, + "end": 26676, "loc": { "start": { - "line": 670, + "line": 675, "column": 17 }, "end": { - "line": 670, + "line": 675, "column": 23 }, "identifierName": "engine" @@ -162479,15 +163209,15 @@ }, "property": { "type": "Identifier", - "start": 26523, - "end": 26533, + "start": 26677, + "end": 26687, "loc": { "start": { - "line": 670, + "line": 675, "column": 24 }, "end": { - "line": 670, + "line": 675, "column": 34 }, "identifierName": "sampleRate" @@ -162498,44 +163228,44 @@ }, "right": { "type": "MemberExpression", - "start": 26536, - "end": 26556, + "start": 26690, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 37 }, "end": { - "line": 670, + "line": 675, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26536, - "end": 26540, + "start": 26690, + "end": 26694, "loc": { "start": { - "line": 670, + "line": 675, "column": 37 }, "end": { - "line": 670, + "line": 675, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26541, - "end": 26556, + "start": 26695, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 42 }, "end": { - "line": 670, + "line": 675, "column": 57 }, "identifierName": "audioSampleRate" @@ -162548,87 +163278,87 @@ }, { "type": "ExpressionStatement", - "start": 26570, - "end": 26610, + "start": 26724, + "end": 26764, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 26570, - "end": 26609, + "start": 26724, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26570, - "end": 26589, + "start": 26724, + "end": 26743, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26570, - "end": 26581, + "start": 26724, + "end": 26735, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26570, - "end": 26574, + "start": 26724, + "end": 26728, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26575, - "end": 26581, + "start": 26729, + "end": 26735, "loc": { "start": { - "line": 671, + "line": 676, "column": 17 }, "end": { - "line": 671, + "line": 676, "column": 23 }, "identifierName": "engine" @@ -162639,15 +163369,15 @@ }, "property": { "type": "Identifier", - "start": 26582, - "end": 26589, + "start": 26736, + "end": 26743, "loc": { "start": { - "line": 671, + "line": 676, "column": 24 }, "end": { - "line": 671, + "line": 676, "column": 31 }, "identifierName": "bitRate" @@ -162658,44 +163388,44 @@ }, "right": { "type": "MemberExpression", - "start": 26592, - "end": 26609, + "start": 26746, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 34 }, "end": { - "line": 671, + "line": 676, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 26592, - "end": 26596, + "start": 26746, + "end": 26750, "loc": { "start": { - "line": 671, + "line": 676, "column": 34 }, "end": { - "line": 671, + "line": 676, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26597, - "end": 26609, + "start": 26751, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 39 }, "end": { - "line": 671, + "line": 676, "column": 51 }, "identifierName": "audioBitRate" @@ -162708,87 +163438,87 @@ }, { "type": "ExpressionStatement", - "start": 26623, - "end": 26670, + "start": 26777, + "end": 26824, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 26623, - "end": 26669, + "start": 26777, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26623, - "end": 26648, + "start": 26777, + "end": 26802, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26623, - "end": 26634, + "start": 26777, + "end": 26788, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26623, - "end": 26627, + "start": 26777, + "end": 26781, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26628, - "end": 26634, + "start": 26782, + "end": 26788, "loc": { "start": { - "line": 672, + "line": 677, "column": 17 }, "end": { - "line": 672, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -162799,15 +163529,15 @@ }, "property": { "type": "Identifier", - "start": 26635, - "end": 26648, + "start": 26789, + "end": 26802, "loc": { "start": { - "line": 672, + "line": 677, "column": 24 }, "end": { - "line": 672, + "line": 677, "column": 37 }, "identifierName": "audioChannels" @@ -162818,44 +163548,44 @@ }, "right": { "type": "MemberExpression", - "start": 26651, - "end": 26669, + "start": 26805, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 40 }, "end": { - "line": 672, + "line": 677, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 26651, - "end": 26655, + "start": 26805, + "end": 26809, "loc": { "start": { - "line": 672, + "line": 677, "column": 40 }, "end": { - "line": 672, + "line": 677, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26656, - "end": 26669, + "start": 26810, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 45 }, "end": { - "line": 672, + "line": 677, "column": 58 }, "identifierName": "audioChannels" @@ -162868,87 +163598,87 @@ }, { "type": "ExpressionStatement", - "start": 26683, - "end": 26732, + "start": 26837, + "end": 26886, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26683, - "end": 26731, + "start": 26837, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26683, - "end": 26709, + "start": 26837, + "end": 26863, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26683, - "end": 26694, + "start": 26837, + "end": 26848, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26683, - "end": 26687, + "start": 26837, + "end": 26841, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26688, - "end": 26694, + "start": 26842, + "end": 26848, "loc": { "start": { - "line": 673, + "line": 678, "column": 17 }, "end": { - "line": 673, + "line": 678, "column": 23 }, "identifierName": "engine" @@ -162959,15 +163689,15 @@ }, "property": { "type": "Identifier", - "start": 26695, - "end": 26709, + "start": 26849, + "end": 26863, "loc": { "start": { - "line": 673, + "line": 678, "column": 24 }, "end": { - "line": 673, + "line": 678, "column": 38 }, "identifierName": "audioWorkerURL" @@ -162978,44 +163708,44 @@ }, "right": { "type": "MemberExpression", - "start": 26712, - "end": 26731, + "start": 26866, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 41 }, "end": { - "line": 673, + "line": 678, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26712, - "end": 26716, + "start": 26866, + "end": 26870, "loc": { "start": { - "line": 673, + "line": 678, "column": 41 }, "end": { - "line": 673, + "line": 678, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26717, - "end": 26731, + "start": 26871, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 46 }, "end": { - "line": 673, + "line": 678, "column": 60 }, "identifierName": "audioWorkerURL" @@ -163028,87 +163758,87 @@ }, { "type": "ExpressionStatement", - "start": 26745, - "end": 26804, + "start": 26899, + "end": 26958, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26745, - "end": 26803, + "start": 26899, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26745, - "end": 26776, + "start": 26899, + "end": 26930, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26745, - "end": 26756, + "start": 26899, + "end": 26910, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26745, - "end": 26749, + "start": 26899, + "end": 26903, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26750, - "end": 26756, + "start": 26904, + "end": 26910, "loc": { "start": { - "line": 674, + "line": 679, "column": 17 }, "end": { - "line": 674, + "line": 679, "column": 23 }, "identifierName": "engine" @@ -163119,15 +163849,15 @@ }, "property": { "type": "Identifier", - "start": 26757, - "end": 26776, + "start": 26911, + "end": 26930, "loc": { "start": { - "line": 674, + "line": 679, "column": 24 }, "end": { - "line": 674, + "line": 679, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -163138,44 +163868,44 @@ }, "right": { "type": "MemberExpression", - "start": 26779, - "end": 26803, + "start": 26933, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 46 }, "end": { - "line": 674, + "line": 679, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26779, - "end": 26783, + "start": 26933, + "end": 26937, "loc": { "start": { - "line": 674, + "line": 679, "column": 46 }, "end": { - "line": 674, + "line": 679, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26784, - "end": 26803, + "start": 26938, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 51 }, "end": { - "line": 674, + "line": 679, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -163189,15 +163919,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -163206,72 +163936,72 @@ }, { "type": "ExpressionStatement", - "start": 26843, - "end": 26958, + "start": 26997, + "end": 27112, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 680, + "line": 685, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26843, - "end": 26957, + "start": 26997, + "end": 27111, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 680, + "line": 685, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26843, - "end": 26863, + "start": 26997, + "end": 27017, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 26843, - "end": 26854, + "start": 26997, + "end": 27008, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26843, - "end": 26847, + "start": 26997, + "end": 27001, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 16 } }, @@ -163279,15 +164009,15 @@ }, "property": { "type": "Identifier", - "start": 26848, - "end": 26854, + "start": 27002, + "end": 27008, "loc": { "start": { - "line": 677, + "line": 682, "column": 17 }, "end": { - "line": 677, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -163299,15 +164029,15 @@ }, "property": { "type": "Identifier", - "start": 26855, - "end": 26863, + "start": 27009, + "end": 27017, "loc": { "start": { - "line": 677, + "line": 682, "column": 24 }, "end": { - "line": 677, + "line": 682, "column": 32 }, "identifierName": "mimeType" @@ -163319,30 +164049,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26866, - "end": 26957, + "start": 27020, + "end": 27111, "loc": { "start": { - "line": 677, + "line": 682, "column": 35 }, "end": { - "line": 680, + "line": 685, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26884, - "end": 26909, + "start": 27038, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 16 }, "end": { - "line": 678, + "line": 683, "column": 41 } }, @@ -163351,15 +164081,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26884, - "end": 26889, + "start": 27038, + "end": 27043, "loc": { "start": { - "line": 678, + "line": 683, "column": 16 }, "end": { - "line": 678, + "line": 683, "column": 21 }, "identifierName": "video" @@ -163368,44 +164098,44 @@ }, "value": { "type": "MemberExpression", - "start": 26891, - "end": 26909, + "start": 27045, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 23 }, "end": { - "line": 678, + "line": 683, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 26891, - "end": 26895, + "start": 27045, + "end": 27049, "loc": { "start": { - "line": 678, + "line": 683, "column": 23 }, "end": { - "line": 678, + "line": 683, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26896, - "end": 26909, + "start": 27050, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 28 }, "end": { - "line": 678, + "line": 683, "column": 41 }, "identifierName": "videoMimeType" @@ -163417,15 +164147,15 @@ }, { "type": "ObjectProperty", - "start": 26927, - "end": 26943, + "start": 27081, + "end": 27097, "loc": { "start": { - "line": 679, + "line": 684, "column": 16 }, "end": { - "line": 679, + "line": 684, "column": 32 } }, @@ -163434,15 +164164,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26927, - "end": 26930, + "start": 27081, + "end": 27084, "loc": { "start": { - "line": 679, + "line": 684, "column": 16 }, "end": { - "line": 679, + "line": 684, "column": 19 }, "identifierName": "gif" @@ -163451,15 +164181,15 @@ }, "value": { "type": "StringLiteral", - "start": 26932, - "end": 26943, + "start": 27086, + "end": 27097, "loc": { "start": { - "line": 679, + "line": 684, "column": 21 }, "end": { - "line": 679, + "line": 684, "column": 32 } }, @@ -163478,15 +164208,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -163495,86 +164225,86 @@ }, { "type": "IfStatement", - "start": 26971, - "end": 27131, + "start": 27125, + "end": 27285, "loc": { "start": { - "line": 681, + "line": 686, "column": 12 }, "end": { - "line": 684, + "line": 689, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 26975, - "end": 27049, + "start": 27129, + "end": 27203, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 26975, - "end": 27002, + "start": 27129, + "end": 27156, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 26975, - "end": 26993, + "start": 27129, + "end": 27147, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 26975, - "end": 26979, + "start": 27129, + "end": 27133, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26980, - "end": 26993, + "start": 27134, + "end": 27147, "loc": { "start": { - "line": 681, + "line": 686, "column": 21 }, "end": { - "line": 681, + "line": 686, "column": 34 }, "identifierName": "audioMimeType" @@ -163586,15 +164316,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 26998, - "end": 27002, + "start": 27152, + "end": 27156, "loc": { "start": { - "line": 681, + "line": 686, "column": 39 }, "end": { - "line": 681, + "line": 686, "column": 43 } } @@ -163603,58 +164333,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27022, - "end": 27049, + "start": 27176, + "end": 27203, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27022, - "end": 27040, + "start": 27176, + "end": 27194, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27022, - "end": 27026, + "start": 27176, + "end": 27180, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27027, - "end": 27040, + "start": 27181, + "end": 27194, "loc": { "start": { - "line": 682, + "line": 687, "column": 21 }, "end": { - "line": 682, + "line": 687, "column": 34 }, "identifierName": "audioMimeType" @@ -163666,15 +164396,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 27045, - "end": 27049, + "start": 27199, + "end": 27203, "loc": { "start": { - "line": 682, + "line": 687, "column": 39 }, "end": { - "line": 682, + "line": 687, "column": 43 }, "identifierName": "AUTO" @@ -163685,116 +164415,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 27051, - "end": 27131, + "start": 27205, + "end": 27285, "loc": { "start": { - "line": 682, + "line": 687, "column": 45 }, "end": { - "line": 684, + "line": 689, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27069, - "end": 27117, + "start": 27223, + "end": 27271, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 27069, - "end": 27116, + "start": 27223, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27069, - "end": 27095, + "start": 27223, + "end": 27249, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 27069, - "end": 27089, + "start": 27223, + "end": 27243, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27069, - "end": 27080, + "start": 27223, + "end": 27234, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27069, - "end": 27073, + "start": 27223, + "end": 27227, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27074, - "end": 27080, + "start": 27228, + "end": 27234, "loc": { "start": { - "line": 683, + "line": 688, "column": 21 }, "end": { - "line": 683, + "line": 688, "column": 27 }, "identifierName": "engine" @@ -163805,15 +164535,15 @@ }, "property": { "type": "Identifier", - "start": 27081, - "end": 27089, + "start": 27235, + "end": 27243, "loc": { "start": { - "line": 683, + "line": 688, "column": 28 }, "end": { - "line": 683, + "line": 688, "column": 36 }, "identifierName": "mimeType" @@ -163824,15 +164554,15 @@ }, "property": { "type": "Identifier", - "start": 27090, - "end": 27095, + "start": 27244, + "end": 27249, "loc": { "start": { - "line": 683, + "line": 688, "column": 37 }, "end": { - "line": 683, + "line": 688, "column": 42 }, "identifierName": "audio" @@ -163843,44 +164573,44 @@ }, "right": { "type": "MemberExpression", - "start": 27098, - "end": 27116, + "start": 27252, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 45 }, "end": { - "line": 683, + "line": 688, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 27098, - "end": 27102, + "start": 27252, + "end": 27256, "loc": { "start": { - "line": 683, + "line": 688, "column": 45 }, "end": { - "line": 683, + "line": 688, "column": 49 } } }, "property": { "type": "Identifier", - "start": 27103, - "end": 27116, + "start": 27257, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 50 }, "end": { - "line": 683, + "line": 688, "column": 63 }, "identifierName": "audioMimeType" @@ -163900,15 +164630,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -163917,72 +164647,72 @@ }, { "type": "ExpressionStatement", - "start": 27182, - "end": 27231, + "start": 27336, + "end": 27385, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27182, - "end": 27230, + "start": 27336, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27182, - "end": 27208, + "start": 27336, + "end": 27362, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27182, - "end": 27193, + "start": 27336, + "end": 27347, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27182, - "end": 27186, + "start": 27336, + "end": 27340, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 16 } }, @@ -163990,15 +164720,15 @@ }, "property": { "type": "Identifier", - "start": 27187, - "end": 27193, + "start": 27341, + "end": 27347, "loc": { "start": { - "line": 687, + "line": 692, "column": 17 }, "end": { - "line": 687, + "line": 692, "column": 23 }, "identifierName": "engine" @@ -164010,15 +164740,15 @@ }, "property": { "type": "Identifier", - "start": 27194, - "end": 27208, + "start": 27348, + "end": 27362, "loc": { "start": { - "line": 687, + "line": 692, "column": 24 }, "end": { - "line": 687, + "line": 692, "column": 38 }, "identifierName": "videoWorkerURL" @@ -164030,44 +164760,44 @@ }, "right": { "type": "MemberExpression", - "start": 27211, - "end": 27230, + "start": 27365, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 41 }, "end": { - "line": 687, + "line": 692, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27211, - "end": 27215, + "start": 27365, + "end": 27369, "loc": { "start": { - "line": 687, + "line": 692, "column": 41 }, "end": { - "line": 687, + "line": 692, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27216, - "end": 27230, + "start": 27370, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 46 }, "end": { - "line": 687, + "line": 692, "column": 60 }, "identifierName": "videoWorkerURL" @@ -164082,15 +164812,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -164099,87 +164829,87 @@ }, { "type": "ExpressionStatement", - "start": 27244, - "end": 27303, + "start": 27398, + "end": 27457, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 27244, - "end": 27302, + "start": 27398, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27244, - "end": 27275, + "start": 27398, + "end": 27429, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 27244, - "end": 27255, + "start": 27398, + "end": 27409, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27244, - "end": 27248, + "start": 27398, + "end": 27402, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27249, - "end": 27255, + "start": 27403, + "end": 27409, "loc": { "start": { - "line": 688, + "line": 693, "column": 17 }, "end": { - "line": 688, + "line": 693, "column": 23 }, "identifierName": "engine" @@ -164190,15 +164920,15 @@ }, "property": { "type": "Identifier", - "start": 27256, - "end": 27275, + "start": 27410, + "end": 27429, "loc": { "start": { - "line": 688, + "line": 693, "column": 24 }, "end": { - "line": 688, + "line": 693, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -164209,44 +164939,44 @@ }, "right": { "type": "MemberExpression", - "start": 27278, - "end": 27302, + "start": 27432, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 46 }, "end": { - "line": 688, + "line": 693, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 27278, - "end": 27282, + "start": 27432, + "end": 27436, "loc": { "start": { - "line": 688, + "line": 693, "column": 46 }, "end": { - "line": 688, + "line": 693, "column": 50 } } }, "property": { "type": "Identifier", - "start": 27283, - "end": 27302, + "start": 27437, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 51 }, "end": { - "line": 688, + "line": 693, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -164259,87 +164989,87 @@ }, { "type": "ExpressionStatement", - "start": 27316, - "end": 27361, + "start": 27470, + "end": 27515, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27316, - "end": 27360, + "start": 27470, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27316, - "end": 27340, + "start": 27470, + "end": 27494, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27316, - "end": 27327, + "start": 27470, + "end": 27481, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27316, - "end": 27320, + "start": 27470, + "end": 27474, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27321, - "end": 27327, + "start": 27475, + "end": 27481, "loc": { "start": { - "line": 689, + "line": 694, "column": 17 }, "end": { - "line": 689, + "line": 694, "column": 23 }, "identifierName": "engine" @@ -164350,15 +165080,15 @@ }, "property": { "type": "Identifier", - "start": 27328, - "end": 27340, + "start": 27482, + "end": 27494, "loc": { "start": { - "line": 689, + "line": 694, "column": 24 }, "end": { - "line": 689, + "line": 694, "column": 36 }, "identifierName": "videoBitRate" @@ -164369,44 +165099,44 @@ }, "right": { "type": "MemberExpression", - "start": 27343, - "end": 27360, + "start": 27497, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 39 }, "end": { - "line": 689, + "line": 694, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 27343, - "end": 27347, + "start": 27497, + "end": 27501, "loc": { "start": { - "line": 689, + "line": 694, "column": 39 }, "end": { - "line": 689, + "line": 694, "column": 43 } } }, "property": { "type": "Identifier", - "start": 27348, - "end": 27360, + "start": 27502, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 44 }, "end": { - "line": 689, + "line": 694, "column": 56 }, "identifierName": "videoBitRate" @@ -164419,87 +165149,87 @@ }, { "type": "ExpressionStatement", - "start": 27374, - "end": 27423, + "start": 27528, + "end": 27577, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27374, - "end": 27422, + "start": 27528, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27374, - "end": 27400, + "start": 27528, + "end": 27554, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27374, - "end": 27385, + "start": 27528, + "end": 27539, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27374, - "end": 27378, + "start": 27528, + "end": 27532, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27379, - "end": 27385, + "start": 27533, + "end": 27539, "loc": { "start": { - "line": 690, + "line": 695, "column": 17 }, "end": { - "line": 690, + "line": 695, "column": 23 }, "identifierName": "engine" @@ -164510,15 +165240,15 @@ }, "property": { "type": "Identifier", - "start": 27386, - "end": 27400, + "start": 27540, + "end": 27554, "loc": { "start": { - "line": 690, + "line": 695, "column": 24 }, "end": { - "line": 690, + "line": 695, "column": 38 }, "identifierName": "videoFrameRate" @@ -164529,44 +165259,44 @@ }, "right": { "type": "MemberExpression", - "start": 27403, - "end": 27422, + "start": 27557, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 41 }, "end": { - "line": 690, + "line": 695, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27403, - "end": 27407, + "start": 27557, + "end": 27561, "loc": { "start": { - "line": 690, + "line": 695, "column": 41 }, "end": { - "line": 690, + "line": 695, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27408, - "end": 27422, + "start": 27562, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 46 }, "end": { - "line": 690, + "line": 695, "column": 60 }, "identifierName": "videoFrameRate" @@ -164579,87 +165309,87 @@ }, { "type": "ExpressionStatement", - "start": 27436, - "end": 27563, + "start": 27590, + "end": 27717, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 694, + "line": 699, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27436, - "end": 27562, + "start": 27590, + "end": 27716, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 694, + "line": 699, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27436, - "end": 27453, + "start": 27590, + "end": 27607, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27436, - "end": 27447, + "start": 27590, + "end": 27601, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27436, - "end": 27440, + "start": 27590, + "end": 27594, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27441, - "end": 27447, + "start": 27595, + "end": 27601, "loc": { "start": { - "line": 691, + "line": 696, "column": 17 }, "end": { - "line": 691, + "line": 696, "column": 23 }, "identifierName": "engine" @@ -164670,15 +165400,15 @@ }, "property": { "type": "Identifier", - "start": 27448, - "end": 27453, + "start": 27602, + "end": 27607, "loc": { "start": { - "line": 691, + "line": 696, "column": 24 }, "end": { - "line": 691, + "line": 696, "column": 29 }, "identifierName": "video" @@ -164689,30 +165419,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27456, - "end": 27562, + "start": 27610, + "end": 27716, "loc": { "start": { - "line": 691, + "line": 696, "column": 32 }, "end": { - "line": 694, + "line": 699, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27474, - "end": 27501, + "start": 27628, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 16 }, "end": { - "line": 692, + "line": 697, "column": 43 } }, @@ -164721,15 +165451,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27474, - "end": 27479, + "start": 27628, + "end": 27633, "loc": { "start": { - "line": 692, + "line": 697, "column": 16 }, "end": { - "line": 692, + "line": 697, "column": 21 }, "identifierName": "width" @@ -164738,44 +165468,44 @@ }, "value": { "type": "MemberExpression", - "start": 27481, - "end": 27501, + "start": 27635, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 23 }, "end": { - "line": 692, + "line": 697, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27481, - "end": 27485, + "start": 27635, + "end": 27639, "loc": { "start": { - "line": 692, + "line": 697, "column": 23 }, "end": { - "line": 692, + "line": 697, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27486, - "end": 27501, + "start": 27640, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 28 }, "end": { - "line": 692, + "line": 697, "column": 43 }, "identifierName": "videoFrameWidth" @@ -164787,15 +165517,15 @@ }, { "type": "ObjectProperty", - "start": 27519, - "end": 27548, + "start": 27673, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 16 }, "end": { - "line": 693, + "line": 698, "column": 45 } }, @@ -164804,15 +165534,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27519, - "end": 27525, + "start": 27673, + "end": 27679, "loc": { "start": { - "line": 693, + "line": 698, "column": 16 }, "end": { - "line": 693, + "line": 698, "column": 22 }, "identifierName": "height" @@ -164821,44 +165551,44 @@ }, "value": { "type": "MemberExpression", - "start": 27527, - "end": 27548, + "start": 27681, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 24 }, "end": { - "line": 693, + "line": 698, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27527, - "end": 27531, + "start": 27681, + "end": 27685, "loc": { "start": { - "line": 693, + "line": 698, "column": 24 }, "end": { - "line": 693, + "line": 698, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27532, - "end": 27548, + "start": 27686, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 29 }, "end": { - "line": 693, + "line": 698, "column": 45 }, "identifierName": "videoFrameHeight" @@ -164874,87 +165604,87 @@ }, { "type": "ExpressionStatement", - "start": 27576, - "end": 27704, + "start": 27730, + "end": 27858, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 698, + "line": 703, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27576, - "end": 27703, + "start": 27730, + "end": 27857, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 698, + "line": 703, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27576, - "end": 27594, + "start": 27730, + "end": 27748, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 27576, - "end": 27587, + "start": 27730, + "end": 27741, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27576, - "end": 27580, + "start": 27730, + "end": 27734, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27581, - "end": 27587, + "start": 27735, + "end": 27741, "loc": { "start": { - "line": 695, + "line": 700, "column": 17 }, "end": { - "line": 695, + "line": 700, "column": 23 }, "identifierName": "engine" @@ -164965,15 +165695,15 @@ }, "property": { "type": "Identifier", - "start": 27588, - "end": 27594, + "start": 27742, + "end": 27748, "loc": { "start": { - "line": 695, + "line": 700, "column": 24 }, "end": { - "line": 695, + "line": 700, "column": 30 }, "identifierName": "canvas" @@ -164984,30 +165714,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27597, - "end": 27703, + "start": 27751, + "end": 27857, "loc": { "start": { - "line": 695, + "line": 700, "column": 33 }, "end": { - "line": 698, + "line": 703, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27615, - "end": 27642, + "start": 27769, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 16 }, "end": { - "line": 696, + "line": 701, "column": 43 } }, @@ -165016,15 +165746,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27615, - "end": 27620, + "start": 27769, + "end": 27774, "loc": { "start": { - "line": 696, + "line": 701, "column": 16 }, "end": { - "line": 696, + "line": 701, "column": 21 }, "identifierName": "width" @@ -165033,44 +165763,44 @@ }, "value": { "type": "MemberExpression", - "start": 27622, - "end": 27642, + "start": 27776, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 23 }, "end": { - "line": 696, + "line": 701, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27622, - "end": 27626, + "start": 27776, + "end": 27780, "loc": { "start": { - "line": 696, + "line": 701, "column": 23 }, "end": { - "line": 696, + "line": 701, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27627, - "end": 27642, + "start": 27781, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 28 }, "end": { - "line": 696, + "line": 701, "column": 43 }, "identifierName": "videoFrameWidth" @@ -165082,15 +165812,15 @@ }, { "type": "ObjectProperty", - "start": 27660, - "end": 27689, + "start": 27814, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 16 }, "end": { - "line": 697, + "line": 702, "column": 45 } }, @@ -165099,15 +165829,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27660, - "end": 27666, + "start": 27814, + "end": 27820, "loc": { "start": { - "line": 697, + "line": 702, "column": 16 }, "end": { - "line": 697, + "line": 702, "column": 22 }, "identifierName": "height" @@ -165116,44 +165846,44 @@ }, "value": { "type": "MemberExpression", - "start": 27668, - "end": 27689, + "start": 27822, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 24 }, "end": { - "line": 697, + "line": 702, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27668, - "end": 27672, + "start": 27822, + "end": 27826, "loc": { "start": { - "line": 697, + "line": 702, "column": 24 }, "end": { - "line": 697, + "line": 702, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27673, - "end": 27689, + "start": 27827, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 29 }, "end": { - "line": 697, + "line": 702, "column": 45 }, "identifierName": "videoFrameHeight" @@ -165170,15 +165900,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -165187,72 +165917,72 @@ }, { "type": "ExpressionStatement", - "start": 27755, - "end": 27799, + "start": 27909, + "end": 27953, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 27755, - "end": 27798, + "start": 27909, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27755, - "end": 27774, + "start": 27909, + "end": 27928, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 27755, - "end": 27766, + "start": 27909, + "end": 27920, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27755, - "end": 27759, + "start": 27909, + "end": 27913, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 16 } }, @@ -165260,15 +165990,15 @@ }, "property": { "type": "Identifier", - "start": 27760, - "end": 27766, + "start": 27914, + "end": 27920, "loc": { "start": { - "line": 701, + "line": 706, "column": 17 }, "end": { - "line": 701, + "line": 706, "column": 23 }, "identifierName": "engine" @@ -165280,15 +166010,15 @@ }, "property": { "type": "Identifier", - "start": 27767, - "end": 27774, + "start": 27921, + "end": 27928, "loc": { "start": { - "line": 701, + "line": 706, "column": 24 }, "end": { - "line": 701, + "line": 706, "column": 31 }, "identifierName": "quality" @@ -165300,44 +166030,44 @@ }, "right": { "type": "MemberExpression", - "start": 27777, - "end": 27798, + "start": 27931, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 34 }, "end": { - "line": 701, + "line": 706, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 27777, - "end": 27781, + "start": 27931, + "end": 27935, "loc": { "start": { - "line": 701, + "line": 706, "column": 34 }, "end": { - "line": 701, + "line": 706, "column": 38 } } }, "property": { "type": "Identifier", - "start": 27782, - "end": 27798, + "start": 27936, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 39 }, "end": { - "line": 701, + "line": 706, "column": 55 }, "identifierName": "animationQuality" @@ -165352,15 +166082,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -165369,87 +166099,87 @@ }, { "type": "ExpressionStatement", - "start": 27812, - "end": 27860, + "start": 27966, + "end": 28014, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 27812, - "end": 27859, + "start": 27966, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27812, - "end": 27833, + "start": 27966, + "end": 27987, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 27812, - "end": 27823, + "start": 27966, + "end": 27977, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27812, - "end": 27816, + "start": 27966, + "end": 27970, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27817, - "end": 27823, + "start": 27971, + "end": 27977, "loc": { "start": { - "line": 702, + "line": 707, "column": 17 }, "end": { - "line": 702, + "line": 707, "column": 23 }, "identifierName": "engine" @@ -165460,15 +166190,15 @@ }, "property": { "type": "Identifier", - "start": 27824, - "end": 27833, + "start": 27978, + "end": 27987, "loc": { "start": { - "line": 702, + "line": 707, "column": 24 }, "end": { - "line": 702, + "line": 707, "column": 33 }, "identifierName": "frameRate" @@ -165479,44 +166209,44 @@ }, "right": { "type": "MemberExpression", - "start": 27836, - "end": 27859, + "start": 27990, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 36 }, "end": { - "line": 702, + "line": 707, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 27836, - "end": 27840, + "start": 27990, + "end": 27994, "loc": { "start": { - "line": 702, + "line": 707, "column": 36 }, "end": { - "line": 702, + "line": 707, "column": 40 } } }, "property": { "type": "Identifier", - "start": 27841, - "end": 27859, + "start": 27995, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 41 }, "end": { - "line": 702, + "line": 707, "column": 59 }, "identifierName": "animationFrameRate" @@ -165530,15 +166260,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -165547,57 +166277,57 @@ }, { "type": "IfStatement", - "start": 27899, - "end": 28090, + "start": 28053, + "end": 28244, "loc": { "start": { - "line": 705, + "line": 710, "column": 12 }, "end": { - "line": 708, + "line": 713, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 27903, - "end": 27951, + "start": 28057, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 27903, - "end": 27923, + "start": 28057, + "end": 28077, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 27903, - "end": 27907, + "start": 28057, + "end": 28061, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 20 } }, @@ -165605,15 +166335,15 @@ }, "property": { "type": "Identifier", - "start": 27908, - "end": 27923, + "start": 28062, + "end": 28077, "loc": { "start": { - "line": 705, + "line": 710, "column": 21 }, "end": { - "line": 705, + "line": 710, "column": 36 }, "identifierName": "recordTimeSlice" @@ -165626,58 +166356,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27927, - "end": 27951, + "start": 28081, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 27927, - "end": 27947, + "start": 28081, + "end": 28101, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27927, - "end": 27931, + "start": 28081, + "end": 28085, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 44 } } }, "property": { "type": "Identifier", - "start": 27932, - "end": 27947, + "start": 28086, + "end": 28101, "loc": { "start": { - "line": 705, + "line": 710, "column": 45 }, "end": { - "line": 705, + "line": 710, "column": 60 }, "identifierName": "recordTimeSlice" @@ -165689,15 +166419,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 27950, - "end": 27951, + "start": 28104, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 63 }, "end": { - "line": 705, + "line": 710, "column": 64 } }, @@ -165712,102 +166442,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 27953, - "end": 28090, + "start": 28107, + "end": 28244, "loc": { "start": { - "line": 705, + "line": 710, "column": 66 }, "end": { - "line": 708, + "line": 713, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27971, - "end": 28016, + "start": 28125, + "end": 28170, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27971, - "end": 28015, + "start": 28125, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27971, - "end": 27992, + "start": 28125, + "end": 28146, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 27971, - "end": 27982, + "start": 28125, + "end": 28136, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27971, - "end": 27975, + "start": 28125, + "end": 28129, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27976, - "end": 27982, + "start": 28130, + "end": 28136, "loc": { "start": { - "line": 706, + "line": 711, "column": 21 }, "end": { - "line": 706, + "line": 711, "column": 27 }, "identifierName": "engine" @@ -165818,15 +166548,15 @@ }, "property": { "type": "Identifier", - "start": 27983, - "end": 27992, + "start": 28137, + "end": 28146, "loc": { "start": { - "line": 706, + "line": 711, "column": 28 }, "end": { - "line": 706, + "line": 711, "column": 37 }, "identifierName": "timeSlice" @@ -165837,44 +166567,44 @@ }, "right": { "type": "MemberExpression", - "start": 27995, - "end": 28015, + "start": 28149, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 40 }, "end": { - "line": 706, + "line": 711, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27995, - "end": 27999, + "start": 28149, + "end": 28153, "loc": { "start": { - "line": 706, + "line": 711, "column": 40 }, "end": { - "line": 706, + "line": 711, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28000, - "end": 28015, + "start": 28154, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 45 }, "end": { - "line": 706, + "line": 711, "column": 60 }, "identifierName": "recordTimeSlice" @@ -165887,87 +166617,87 @@ }, { "type": "ExpressionStatement", - "start": 28033, - "end": 28076, + "start": 28187, + "end": 28230, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 28033, - "end": 28075, + "start": 28187, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28033, - "end": 28056, + "start": 28187, + "end": 28210, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28033, - "end": 28044, + "start": 28187, + "end": 28198, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28033, - "end": 28037, + "start": 28187, + "end": 28191, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28038, - "end": 28044, + "start": 28192, + "end": 28198, "loc": { "start": { - "line": 707, + "line": 712, "column": 21 }, "end": { - "line": 707, + "line": 712, "column": 27 }, "identifierName": "engine" @@ -165978,15 +166708,15 @@ }, "property": { "type": "Identifier", - "start": 28045, - "end": 28056, + "start": 28199, + "end": 28210, "loc": { "start": { - "line": 707, + "line": 712, "column": 28 }, "end": { - "line": 707, + "line": 712, "column": 39 }, "identifierName": "maxFileSize" @@ -165997,44 +166727,44 @@ }, "right": { "type": "MemberExpression", - "start": 28059, - "end": 28075, + "start": 28213, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 42 }, "end": { - "line": 707, + "line": 712, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 28059, - "end": 28063, + "start": 28213, + "end": 28217, "loc": { "start": { - "line": 707, + "line": 712, "column": 42 }, "end": { - "line": 707, + "line": 712, "column": 46 } } }, "property": { "type": "Identifier", - "start": 28064, - "end": 28075, + "start": 28218, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 47 }, "end": { - "line": 707, + "line": 712, "column": 58 }, "identifierName": "maxFileSize" @@ -166054,15 +166784,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -166072,15 +166802,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -166089,72 +166819,72 @@ }, { "type": "ExpressionStatement", - "start": 28156, - "end": 28217, + "start": 28310, + "end": 28371, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 28156, - "end": 28216, + "start": 28310, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28156, - "end": 28188, + "start": 28310, + "end": 28342, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28156, - "end": 28167, + "start": 28310, + "end": 28321, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28156, - "end": 28160, + "start": 28310, + "end": 28314, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 16 } }, @@ -166162,15 +166892,15 @@ }, "property": { "type": "Identifier", - "start": 28161, - "end": 28167, + "start": 28315, + "end": 28321, "loc": { "start": { - "line": 711, + "line": 716, "column": 17 }, "end": { - "line": 711, + "line": 716, "column": 23 }, "identifierName": "engine" @@ -166182,15 +166912,15 @@ }, "property": { "type": "Identifier", - "start": 28168, - "end": 28188, + "start": 28322, + "end": 28342, "loc": { "start": { - "line": 711, + "line": 716, "column": 24 }, "end": { - "line": 711, + "line": 716, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -166202,44 +166932,44 @@ }, "right": { "type": "MemberExpression", - "start": 28191, - "end": 28216, + "start": 28345, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 47 }, "end": { - "line": 711, + "line": 716, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 28191, - "end": 28195, + "start": 28345, + "end": 28349, "loc": { "start": { - "line": 711, + "line": 716, "column": 47 }, "end": { - "line": 711, + "line": 716, "column": 51 } } }, "property": { "type": "Identifier", - "start": 28196, - "end": 28216, + "start": 28350, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 52 }, "end": { - "line": 711, + "line": 716, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -166254,15 +166984,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -166272,15 +167002,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -166289,71 +167019,71 @@ }, { "type": "ExpressionStatement", - "start": 28266, - "end": 28325, + "start": 28420, + "end": 28479, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 28266, - "end": 28324, + "start": 28420, + "end": 28478, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 28266, - "end": 28283, + "start": 28420, + "end": 28437, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 28266, - "end": 28277, + "start": 28420, + "end": 28431, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28266, - "end": 28270, + "start": 28420, + "end": 28424, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 16 } }, @@ -166361,15 +167091,15 @@ }, "property": { "type": "Identifier", - "start": 28271, - "end": 28277, + "start": 28425, + "end": 28431, "loc": { "start": { - "line": 714, + "line": 719, "column": 17 }, "end": { - "line": 714, + "line": 719, "column": 23 }, "identifierName": "engine" @@ -166381,15 +167111,15 @@ }, "property": { "type": "Identifier", - "start": 28278, - "end": 28283, + "start": 28432, + "end": 28437, "loc": { "start": { - "line": 714, + "line": 719, "column": 24 }, "end": { - "line": 714, + "line": 719, "column": 29 }, "identifierName": "setup" @@ -166402,44 +167132,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28284, - "end": 28295, + "start": 28438, + "end": 28449, "loc": { "start": { - "line": 714, + "line": 719, "column": 30 }, "end": { - "line": 714, + "line": 719, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 28284, - "end": 28288, + "start": 28438, + "end": 28442, "loc": { "start": { - "line": 714, + "line": 719, "column": 30 }, "end": { - "line": 714, + "line": 719, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28289, - "end": 28295, + "start": 28443, + "end": 28449, "loc": { "start": { - "line": 714, + "line": 719, "column": 35 }, "end": { - "line": 714, + "line": 719, "column": 41 }, "identifierName": "stream" @@ -166450,44 +167180,44 @@ }, { "type": "MemberExpression", - "start": 28297, - "end": 28311, + "start": 28451, + "end": 28465, "loc": { "start": { - "line": 714, + "line": 719, "column": 43 }, "end": { - "line": 714, + "line": 719, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 28297, - "end": 28301, + "start": 28451, + "end": 28455, "loc": { "start": { - "line": 714, + "line": 719, "column": 43 }, "end": { - "line": 714, + "line": 719, "column": 47 } } }, "property": { "type": "Identifier", - "start": 28302, - "end": 28311, + "start": 28456, + "end": 28465, "loc": { "start": { - "line": 714, + "line": 719, "column": 48 }, "end": { - "line": 714, + "line": 719, "column": 57 }, "identifierName": "mediaType" @@ -166498,44 +167228,44 @@ }, { "type": "MemberExpression", - "start": 28313, - "end": 28323, + "start": 28467, + "end": 28477, "loc": { "start": { - "line": 714, + "line": 719, "column": 59 }, "end": { - "line": 714, + "line": 719, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 28313, - "end": 28317, + "start": 28467, + "end": 28471, "loc": { "start": { - "line": 714, + "line": 719, "column": 59 }, "end": { - "line": 714, + "line": 719, "column": 63 } } }, "property": { "type": "Identifier", - "start": 28318, - "end": 28323, + "start": 28472, + "end": 28477, "loc": { "start": { - "line": 714, + "line": 719, "column": 64 }, "end": { - "line": 714, + "line": 719, "column": 69 }, "identifierName": "debug" @@ -166551,15 +167281,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -166569,15 +167299,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -166586,57 +167316,57 @@ }, { "type": "IfStatement", - "start": 28378, - "end": 29191, + "start": 28532, + "end": 29345, "loc": { "start": { - "line": 717, + "line": 722, "column": 12 }, "end": { - "line": 735, + "line": 740, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28382, - "end": 28407, + "start": 28536, + "end": 28561, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 28382, - "end": 28400, + "start": 28536, + "end": 28554, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28382, - "end": 28386, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 20 } }, @@ -166644,15 +167374,15 @@ }, "property": { "type": "Identifier", - "start": 28387, - "end": 28400, + "start": 28541, + "end": 28554, "loc": { "start": { - "line": 717, + "line": 722, "column": 21 }, "end": { - "line": 717, + "line": 722, "column": 34 }, "identifierName": "convertEngine" @@ -166665,15 +167395,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 28405, - "end": 28407, + "start": 28559, + "end": 28561, "loc": { "start": { - "line": 717, + "line": 722, "column": 39 }, "end": { - "line": 717, + "line": 722, "column": 41 } }, @@ -166687,59 +167417,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28409, - "end": 29191, + "start": 28563, + "end": 29345, "loc": { "start": { - "line": 717, + "line": 722, "column": 43 }, "end": { - "line": 735, + "line": 740, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 28427, - "end": 28489, + "start": 28581, + "end": 28643, "loc": { "start": { - "line": 718, + "line": 723, "column": 16 }, "end": { - "line": 718, + "line": 723, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28431, - "end": 28488, + "start": 28585, + "end": 28642, "loc": { "start": { - "line": 718, + "line": 723, "column": 20 }, "end": { - "line": 718, + "line": 723, "column": 77 } }, "id": { "type": "Identifier", - "start": 28431, - "end": 28449, + "start": 28585, + "end": 28603, "loc": { "start": { - "line": 718, + "line": 723, "column": 20 }, "end": { - "line": 718, + "line": 723, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -166748,29 +167478,29 @@ }, "init": { "type": "CallExpression", - "start": 28452, - "end": 28488, + "start": 28606, + "end": 28642, "loc": { "start": { - "line": 718, + "line": 723, "column": 41 }, "end": { - "line": 718, + "line": 723, "column": 77 } }, "callee": { "type": "Identifier", - "start": 28452, - "end": 28468, + "start": 28606, + "end": 28622, "loc": { "start": { - "line": 718, + "line": 723, "column": 41 }, "end": { - "line": 718, + "line": 723, "column": 57 }, "identifierName": "getConvertEngine" @@ -166780,44 +167510,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28469, - "end": 28487, + "start": 28623, + "end": 28641, "loc": { "start": { - "line": 718, + "line": 723, "column": 58 }, "end": { - "line": 718, + "line": 723, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 28469, - "end": 28473, + "start": 28623, + "end": 28627, "loc": { "start": { - "line": 718, + "line": 723, "column": 58 }, "end": { - "line": 718, + "line": 723, "column": 62 } } }, "property": { "type": "Identifier", - "start": 28474, - "end": 28487, + "start": 28628, + "end": 28641, "loc": { "start": { - "line": 718, + "line": 723, "column": 63 }, "end": { - "line": 718, + "line": 723, "column": 76 }, "identifierName": "convertEngine" @@ -166834,102 +167564,102 @@ }, { "type": "TryStatement", - "start": 28506, - "end": 28810, + "start": 28660, + "end": 28964, "loc": { "start": { - "line": 719, + "line": 724, "column": 16 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 28510, - "end": 28649, + "start": 28664, + "end": 28803, "loc": { "start": { - "line": 719, + "line": 724, "column": 20 }, "end": { - "line": 722, + "line": 727, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28532, - "end": 28631, + "start": 28686, + "end": 28785, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 721, + "line": 726, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 28532, - "end": 28630, + "start": 28686, + "end": 28784, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 721, + "line": 726, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28532, - "end": 28546, + "start": 28686, + "end": 28700, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 720, + "line": 725, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28532, - "end": 28536, + "start": 28686, + "end": 28690, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 720, + "line": 725, "column": 24 } } }, "property": { "type": "Identifier", - "start": 28537, - "end": 28546, + "start": 28691, + "end": 28700, "loc": { "start": { - "line": 720, + "line": 725, "column": 25 }, "end": { - "line": 720, + "line": 725, "column": 34 }, "identifierName": "converter" @@ -166940,29 +167670,29 @@ }, "right": { "type": "NewExpression", - "start": 28549, - "end": 28630, + "start": 28703, + "end": 28784, "loc": { "start": { - "line": 720, + "line": 725, "column": 37 }, "end": { - "line": 721, + "line": 726, "column": 45 } }, "callee": { "type": "Identifier", - "start": 28553, - "end": 28571, + "start": 28707, + "end": 28725, "loc": { "start": { - "line": 720, + "line": 725, "column": 41 }, "end": { - "line": 720, + "line": 725, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -166972,44 +167702,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28572, - "end": 28583, + "start": 28726, + "end": 28737, "loc": { "start": { - "line": 720, + "line": 725, "column": 60 }, "end": { - "line": 720, + "line": 725, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28572, - "end": 28576, + "start": 28726, + "end": 28730, "loc": { "start": { - "line": 720, + "line": 725, "column": 60 }, "end": { - "line": 720, + "line": 725, "column": 64 } } }, "property": { "type": "Identifier", - "start": 28577, - "end": 28583, + "start": 28731, + "end": 28737, "loc": { "start": { - "line": 720, + "line": 725, "column": 65 }, "end": { - "line": 720, + "line": 725, "column": 71 }, "identifierName": "player" @@ -167020,58 +167750,58 @@ }, { "type": "MemberExpression", - "start": 28609, - "end": 28629, + "start": 28763, + "end": 28783, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28609, - "end": 28620, + "start": 28763, + "end": 28774, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 28609, - "end": 28613, + "start": 28763, + "end": 28767, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28614, - "end": 28620, + "start": 28768, + "end": 28774, "loc": { "start": { - "line": 721, + "line": 726, "column": 29 }, "end": { - "line": 721, + "line": 726, "column": 35 }, "identifierName": "player" @@ -167082,15 +167812,15 @@ }, "property": { "type": "Identifier", - "start": 28621, - "end": 28629, + "start": 28775, + "end": 28783, "loc": { "start": { - "line": 721, + "line": 726, "column": 36 }, "end": { - "line": 721, + "line": 726, "column": 44 }, "identifierName": "options_" @@ -167108,29 +167838,29 @@ }, "handler": { "type": "CatchClause", - "start": 28666, - "end": 28810, + "start": 28820, + "end": 28964, "loc": { "start": { - "line": 723, + "line": 728, "column": 16 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "param": { "type": "Identifier", - "start": 28673, - "end": 28676, + "start": 28827, + "end": 28830, "loc": { "start": { - "line": 723, + "line": 728, "column": 23 }, "end": { - "line": 723, + "line": 728, "column": 26 }, "identifierName": "err" @@ -167139,58 +167869,58 @@ }, "body": { "type": "BlockStatement", - "start": 28678, - "end": 28810, + "start": 28832, + "end": 28964, "loc": { "start": { - "line": 723, + "line": 728, "column": 28 }, "end": { - "line": 726, + "line": 731, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 28700, - "end": 28792, + "start": 28854, + "end": 28946, "loc": { "start": { - "line": 724, + "line": 729, "column": 20 }, "end": { - "line": 725, + "line": 730, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 28706, - "end": 28791, + "start": 28860, + "end": 28945, "loc": { "start": { - "line": 724, + "line": 729, "column": 26 }, "end": { - "line": 725, + "line": 730, "column": 34 } }, "callee": { "type": "Identifier", - "start": 28710, - "end": 28715, + "start": 28864, + "end": 28869, "loc": { "start": { - "line": 724, + "line": 729, "column": 30 }, "end": { - "line": 724, + "line": 729, "column": 35 }, "identifierName": "Error" @@ -167200,43 +167930,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28716, - "end": 28790, + "start": 28870, + "end": 28944, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 725, + "line": 730, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 28716, - "end": 28754, + "start": 28870, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 724, + "line": 729, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 28716, - "end": 28733, + "start": 28870, + "end": 28887, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 724, + "line": 729, "column": 53 } }, @@ -167249,44 +167979,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 28736, - "end": 28754, + "start": 28890, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 56 }, "end": { - "line": 724, + "line": 729, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 28736, - "end": 28740, + "start": 28890, + "end": 28894, "loc": { "start": { - "line": 724, + "line": 729, "column": 56 }, "end": { - "line": 724, + "line": 729, "column": 60 } } }, "property": { "type": "Identifier", - "start": 28741, - "end": 28754, + "start": 28895, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 61 }, "end": { - "line": 724, + "line": 729, "column": 74 }, "identifierName": "convertEngine" @@ -167299,15 +168029,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 28781, - "end": 28790, + "start": 28935, + "end": 28944, "loc": { "start": { - "line": 725, + "line": 730, "column": 24 }, "end": { - "line": 725, + "line": 730, "column": 33 } }, @@ -167333,15 +168063,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -167350,72 +168080,72 @@ }, { "type": "ExpressionStatement", - "start": 28864, - "end": 28920, + "start": 29018, + "end": 29074, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 28864, - "end": 28919, + "start": 29018, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28864, - "end": 28895, + "start": 29018, + "end": 29049, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 28864, - "end": 28878, + "start": 29018, + "end": 29032, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28864, - "end": 28868, + "start": 29018, + "end": 29022, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 20 } }, @@ -167423,15 +168153,15 @@ }, "property": { "type": "Identifier", - "start": 28869, - "end": 28878, + "start": 29023, + "end": 29032, "loc": { "start": { - "line": 729, + "line": 734, "column": 21 }, "end": { - "line": 729, + "line": 734, "column": 30 }, "identifierName": "converter" @@ -167443,15 +168173,15 @@ }, "property": { "type": "Identifier", - "start": 28879, - "end": 28895, + "start": 29033, + "end": 29049, "loc": { "start": { - "line": 729, + "line": 734, "column": 31 }, "end": { - "line": 729, + "line": 734, "column": 47 }, "identifierName": "convertWorkerURL" @@ -167463,44 +168193,44 @@ }, "right": { "type": "MemberExpression", - "start": 28898, - "end": 28919, + "start": 29052, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 50 }, "end": { - "line": 729, + "line": 734, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28898, - "end": 28902, + "start": 29052, + "end": 29056, "loc": { "start": { - "line": 729, + "line": 734, "column": 50 }, "end": { - "line": 729, + "line": 734, "column": 54 } } }, "property": { "type": "Identifier", - "start": 28903, - "end": 28919, + "start": 29057, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 55 }, "end": { - "line": 729, + "line": 734, "column": 71 }, "identifierName": "convertWorkerURL" @@ -167515,15 +168245,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -167532,87 +168262,87 @@ }, { "type": "ExpressionStatement", - "start": 28937, - "end": 28989, + "start": 29091, + "end": 29143, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 28937, - "end": 28988, + "start": 29091, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28937, - "end": 28966, + "start": 29091, + "end": 29120, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 28937, - "end": 28951, + "start": 29091, + "end": 29105, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28937, - "end": 28941, + "start": 29091, + "end": 29095, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28942, - "end": 28951, + "start": 29096, + "end": 29105, "loc": { "start": { - "line": 730, + "line": 735, "column": 21 }, "end": { - "line": 730, + "line": 735, "column": 30 }, "identifierName": "converter" @@ -167623,15 +168353,15 @@ }, "property": { "type": "Identifier", - "start": 28952, - "end": 28966, + "start": 29106, + "end": 29120, "loc": { "start": { - "line": 730, + "line": 735, "column": 31 }, "end": { - "line": 730, + "line": 735, "column": 45 }, "identifierName": "convertOptions" @@ -167642,44 +168372,44 @@ }, "right": { "type": "MemberExpression", - "start": 28969, - "end": 28988, + "start": 29123, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 48 }, "end": { - "line": 730, + "line": 735, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 28969, - "end": 28973, + "start": 29123, + "end": 29127, "loc": { "start": { - "line": 730, + "line": 735, "column": 48 }, "end": { - "line": 730, + "line": 735, "column": 52 } } }, "property": { "type": "Identifier", - "start": 28974, - "end": 28988, + "start": 29128, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 53 }, "end": { - "line": 730, + "line": 735, "column": 67 }, "identifierName": "convertOptions" @@ -167692,87 +168422,87 @@ }, { "type": "ExpressionStatement", - "start": 29006, - "end": 29070, + "start": 29160, + "end": 29224, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 29006, - "end": 29069, + "start": 29160, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29006, - "end": 29041, + "start": 29160, + "end": 29195, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 29006, - "end": 29020, + "start": 29160, + "end": 29174, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29006, - "end": 29010, + "start": 29160, + "end": 29164, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29011, - "end": 29020, + "start": 29165, + "end": 29174, "loc": { "start": { - "line": 731, + "line": 736, "column": 21 }, "end": { - "line": 731, + "line": 736, "column": 30 }, "identifierName": "converter" @@ -167783,15 +168513,15 @@ }, "property": { "type": "Identifier", - "start": 29021, - "end": 29041, + "start": 29175, + "end": 29195, "loc": { "start": { - "line": 731, + "line": 736, "column": 31 }, "end": { - "line": 731, + "line": 736, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -167802,44 +168532,44 @@ }, "right": { "type": "MemberExpression", - "start": 29044, - "end": 29069, + "start": 29198, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 54 }, "end": { - "line": 731, + "line": 736, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 29044, - "end": 29048, + "start": 29198, + "end": 29202, "loc": { "start": { - "line": 731, + "line": 736, "column": 54 }, "end": { - "line": 731, + "line": 736, "column": 58 } } }, "property": { "type": "Identifier", - "start": 29049, - "end": 29069, + "start": 29203, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 59 }, "end": { - "line": 731, + "line": 736, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -167853,15 +168583,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -167870,71 +168600,71 @@ }, { "type": "ExpressionStatement", - "start": 29128, - "end": 29177, + "start": 29282, + "end": 29331, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 29128, - "end": 29176, + "start": 29282, + "end": 29330, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 29128, - "end": 29148, + "start": 29282, + "end": 29302, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29128, - "end": 29142, + "start": 29282, + "end": 29296, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29128, - "end": 29132, + "start": 29282, + "end": 29286, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 20 } }, @@ -167942,15 +168672,15 @@ }, "property": { "type": "Identifier", - "start": 29133, - "end": 29142, + "start": 29287, + "end": 29296, "loc": { "start": { - "line": 734, + "line": 739, "column": 21 }, "end": { - "line": 734, + "line": 739, "column": 30 }, "identifierName": "converter" @@ -167962,15 +168692,15 @@ }, "property": { "type": "Identifier", - "start": 29143, - "end": 29148, + "start": 29297, + "end": 29302, "loc": { "start": { - "line": 734, + "line": 739, "column": 31 }, "end": { - "line": 734, + "line": 739, "column": 36 }, "identifierName": "setup" @@ -167983,44 +168713,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 29149, - "end": 29163, + "start": 29303, + "end": 29317, "loc": { "start": { - "line": 734, + "line": 739, "column": 37 }, "end": { - "line": 734, + "line": 739, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 29149, - "end": 29153, + "start": 29303, + "end": 29307, "loc": { "start": { - "line": 734, + "line": 739, "column": 37 }, "end": { - "line": 734, + "line": 739, "column": 41 } } }, "property": { "type": "Identifier", - "start": 29154, - "end": 29163, + "start": 29308, + "end": 29317, "loc": { "start": { - "line": 734, + "line": 739, "column": 42 }, "end": { - "line": 734, + "line": 739, "column": 51 }, "identifierName": "mediaType" @@ -168031,44 +168761,44 @@ }, { "type": "MemberExpression", - "start": 29165, - "end": 29175, + "start": 29319, + "end": 29329, "loc": { "start": { - "line": 734, + "line": 739, "column": 53 }, "end": { - "line": 734, + "line": 739, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 29165, - "end": 29169, + "start": 29319, + "end": 29323, "loc": { "start": { - "line": 734, + "line": 739, "column": 53 }, "end": { - "line": 734, + "line": 739, "column": 57 } } }, "property": { "type": "Identifier", - "start": 29170, - "end": 29175, + "start": 29324, + "end": 29329, "loc": { "start": { - "line": 734, + "line": 739, "column": 58 }, "end": { - "line": 734, + "line": 739, "column": 63 }, "identifierName": "debug" @@ -168084,15 +168814,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -168108,15 +168838,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -168126,15 +168856,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -168142,15 +168872,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -168159,44 +168889,44 @@ }, { "type": "VariableDeclaration", - "start": 29316, - "end": 29390, + "start": 29470, + "end": 29544, "loc": { "start": { - "line": 739, + "line": 744, "column": 12 }, "end": { - "line": 739, + "line": 744, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29320, - "end": 29389, + "start": 29474, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 744, "column": 16 }, "end": { - "line": 739, + "line": 744, "column": 85 } }, "id": { "type": "Identifier", - "start": 29320, - "end": 29330, + "start": 29474, + "end": 29484, "loc": { "start": { - "line": 739, + "line": 744, "column": 16 }, "end": { - "line": 739, + "line": 744, "column": 26 }, "identifierName": "uiElements" @@ -168206,30 +168936,30 @@ }, "init": { "type": "ArrayExpression", - "start": 29333, - "end": 29389, + "start": 29487, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 744, "column": 29 }, "end": { - "line": 739, + "line": 744, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 29334, - "end": 29354, + "start": 29488, + "end": 29508, "loc": { "start": { - "line": 739, + "line": 744, "column": 30 }, "end": { - "line": 739, + "line": 744, "column": 50 } }, @@ -168241,15 +168971,15 @@ }, { "type": "StringLiteral", - "start": 29356, - "end": 29369, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 744, "column": 52 }, "end": { - "line": 739, + "line": 744, "column": 65 } }, @@ -168261,15 +168991,15 @@ }, { "type": "StringLiteral", - "start": 29371, - "end": 29388, + "start": 29525, + "end": 29542, "loc": { "start": { - "line": 739, + "line": 744, "column": 67 }, "end": { - "line": 739, + "line": 744, "column": 84 } }, @@ -168289,15 +169019,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -168305,15 +169035,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -168322,57 +169052,57 @@ }, { "type": "ExpressionStatement", - "start": 29403, - "end": 29668, + "start": 29557, + "end": 29822, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 746, + "line": 751, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 29403, - "end": 29667, + "start": 29557, + "end": 29821, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 746, + "line": 751, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 29403, - "end": 29421, + "start": 29557, + "end": 29575, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 740, + "line": 745, "column": 30 } }, "object": { "type": "Identifier", - "start": 29403, - "end": 29413, + "start": 29557, + "end": 29567, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 740, + "line": 745, "column": 22 }, "identifierName": "uiElements" @@ -168381,15 +169111,15 @@ }, "property": { "type": "Identifier", - "start": 29414, - "end": 29421, + "start": 29568, + "end": 29575, "loc": { "start": { - "line": 740, + "line": 745, "column": 23 }, "end": { - "line": 740, + "line": 745, "column": 30 }, "identifierName": "forEach" @@ -168401,15 +169131,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 29422, - "end": 29666, + "start": 29576, + "end": 29820, "loc": { "start": { - "line": 740, + "line": 745, "column": 31 }, "end": { - "line": 746, + "line": 751, "column": 13 } }, @@ -168420,15 +169150,15 @@ "params": [ { "type": "Identifier", - "start": 29423, - "end": 29430, + "start": 29577, + "end": 29584, "loc": { "start": { - "line": 740, + "line": 745, "column": 32 }, "end": { - "line": 740, + "line": 745, "column": 39 }, "identifierName": "element" @@ -168438,59 +169168,59 @@ ], "body": { "type": "BlockStatement", - "start": 29435, - "end": 29666, + "start": 29589, + "end": 29820, "loc": { "start": { - "line": 740, + "line": 745, "column": 44 }, "end": { - "line": 746, + "line": 751, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29453, - "end": 29495, + "start": 29607, + "end": 29649, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 29453, - "end": 29494, + "start": 29607, + "end": 29648, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29453, - "end": 29460, + "start": 29607, + "end": 29614, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 23 }, "identifierName": "element" @@ -168499,72 +169229,72 @@ }, "right": { "type": "MemberExpression", - "start": 29463, - "end": 29494, + "start": 29617, + "end": 29648, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 29463, - "end": 29485, + "start": 29617, + "end": 29639, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 29463, - "end": 29474, + "start": 29617, + "end": 29628, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29463, - "end": 29467, + "start": 29617, + "end": 29621, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 30 } } }, "property": { "type": "Identifier", - "start": 29468, - "end": 29474, + "start": 29622, + "end": 29628, "loc": { "start": { - "line": 741, + "line": 746, "column": 31 }, "end": { - "line": 741, + "line": 746, "column": 37 }, "identifierName": "player" @@ -168575,15 +169305,15 @@ }, "property": { "type": "Identifier", - "start": 29475, - "end": 29485, + "start": 29629, + "end": 29639, "loc": { "start": { - "line": 741, + "line": 746, "column": 38 }, "end": { - "line": 741, + "line": 746, "column": 48 }, "identifierName": "controlBar" @@ -168594,15 +169324,15 @@ }, "property": { "type": "Identifier", - "start": 29486, - "end": 29493, + "start": 29640, + "end": 29647, "loc": { "start": { - "line": 741, + "line": 746, "column": 49 }, "end": { - "line": 741, + "line": 746, "column": 56 }, "identifierName": "element" @@ -168615,43 +169345,43 @@ }, { "type": "IfStatement", - "start": 29512, - "end": 29652, + "start": 29666, + "end": 29806, "loc": { "start": { - "line": 742, + "line": 747, "column": 16 }, "end": { - "line": 745, + "line": 750, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 29516, - "end": 29537, + "start": 29670, + "end": 29691, "loc": { "start": { - "line": 742, + "line": 747, "column": 20 }, "end": { - "line": 742, + "line": 747, "column": 41 } }, "left": { "type": "Identifier", - "start": 29516, - "end": 29523, + "start": 29670, + "end": 29677, "loc": { "start": { - "line": 742, + "line": 747, "column": 20 }, "end": { - "line": 742, + "line": 747, "column": 27 }, "identifierName": "element" @@ -168661,15 +169391,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29528, - "end": 29537, + "start": 29682, + "end": 29691, "loc": { "start": { - "line": 742, + "line": 747, "column": 32 }, "end": { - "line": 742, + "line": 747, "column": 41 }, "identifierName": "undefined" @@ -168679,115 +169409,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 29539, - "end": 29652, + "start": 29693, + "end": 29806, "loc": { "start": { - "line": 742, + "line": 747, "column": 43 }, "end": { - "line": 745, + "line": 750, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 29561, - "end": 29598, + "start": 29715, + "end": 29752, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29561, - "end": 29597, + "start": 29715, + "end": 29751, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29561, - "end": 29587, + "start": 29715, + "end": 29741, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29561, - "end": 29579, + "start": 29715, + "end": 29733, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 38 } }, "object": { "type": "CallExpression", - "start": 29561, - "end": 29573, + "start": 29715, + "end": 29727, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29561, - "end": 29571, + "start": 29715, + "end": 29725, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 30 } }, "object": { "type": "Identifier", - "start": 29561, - "end": 29568, + "start": 29715, + "end": 29722, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 27 }, "identifierName": "element" @@ -168796,15 +169526,15 @@ }, "property": { "type": "Identifier", - "start": 29569, - "end": 29571, + "start": 29723, + "end": 29725, "loc": { "start": { - "line": 743, + "line": 748, "column": 28 }, "end": { - "line": 743, + "line": 748, "column": 30 }, "identifierName": "el" @@ -168817,15 +169547,15 @@ }, "property": { "type": "Identifier", - "start": 29574, - "end": 29579, + "start": 29728, + "end": 29733, "loc": { "start": { - "line": 743, + "line": 748, "column": 33 }, "end": { - "line": 743, + "line": 748, "column": 38 }, "identifierName": "style" @@ -168836,15 +169566,15 @@ }, "property": { "type": "Identifier", - "start": 29580, - "end": 29587, + "start": 29734, + "end": 29741, "loc": { "start": { - "line": 743, + "line": 748, "column": 39 }, "end": { - "line": 743, + "line": 748, "column": 46 }, "identifierName": "display" @@ -168855,15 +169585,15 @@ }, "right": { "type": "StringLiteral", - "start": 29590, - "end": 29597, + "start": 29744, + "end": 29751, "loc": { "start": { - "line": 743, + "line": 748, "column": 49 }, "end": { - "line": 743, + "line": 748, "column": 56 } }, @@ -168877,57 +169607,57 @@ }, { "type": "ExpressionStatement", - "start": 29619, - "end": 29634, + "start": 29773, + "end": 29788, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 29619, - "end": 29633, + "start": 29773, + "end": 29787, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 29619, - "end": 29631, + "start": 29773, + "end": 29785, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 32 } }, "object": { "type": "Identifier", - "start": 29619, - "end": 29626, + "start": 29773, + "end": 29780, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 27 }, "identifierName": "element" @@ -168936,15 +169666,15 @@ }, "property": { "type": "Identifier", - "start": 29627, - "end": 29631, + "start": 29781, + "end": 29785, "loc": { "start": { - "line": 744, + "line": 749, "column": 28 }, "end": { - "line": 744, + "line": 749, "column": 32 }, "identifierName": "show" @@ -168971,15 +169701,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -168988,85 +169718,85 @@ }, { "type": "ExpressionStatement", - "start": 29716, - "end": 29748, + "start": 29870, + "end": 29902, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29716, - "end": 29747, + "start": 29870, + "end": 29901, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29716, - "end": 29745, + "start": 29870, + "end": 29899, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 29716, - "end": 29740, + "start": 29870, + "end": 29894, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29716, - "end": 29727, + "start": 29870, + "end": 29881, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29716, - "end": 29720, + "start": 29870, + "end": 29874, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 16 } }, @@ -169074,15 +169804,15 @@ }, "property": { "type": "Identifier", - "start": 29721, - "end": 29727, + "start": 29875, + "end": 29881, "loc": { "start": { - "line": 749, + "line": 754, "column": 17 }, "end": { - "line": 749, + "line": 754, "column": 23 }, "identifierName": "player" @@ -169094,15 +169824,15 @@ }, "property": { "type": "Identifier", - "start": 29728, - "end": 29740, + "start": 29882, + "end": 29894, "loc": { "start": { - "line": 749, + "line": 754, "column": 24 }, "end": { - "line": 749, + "line": 754, "column": 36 }, "identifierName": "recordToggle" @@ -169114,15 +169844,15 @@ }, "property": { "type": "Identifier", - "start": 29741, - "end": 29745, + "start": 29895, + "end": 29899, "loc": { "start": { - "line": 749, + "line": 754, "column": 37 }, "end": { - "line": 749, + "line": 754, "column": 41 }, "identifierName": "show" @@ -169139,15 +169869,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -169159,100 +169889,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 29764, - "end": 30080, + "start": 29918, + "end": 30234, "loc": { "start": { - "line": 750, + "line": 755, "column": 15 }, "end": { - "line": 759, + "line": 764, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29818, - "end": 29856, + "start": 29972, + "end": 30010, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 29818, - "end": 29855, + "start": 29972, + "end": 30009, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 29818, - "end": 29853, + "start": 29972, + "end": 30007, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 29818, - "end": 29845, + "start": 29972, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 29818, - "end": 29829, + "start": 29972, + "end": 29983, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29818, - "end": 29822, + "start": 29972, + "end": 29976, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 16 } }, @@ -169260,15 +169990,15 @@ }, "property": { "type": "Identifier", - "start": 29823, - "end": 29829, + "start": 29977, + "end": 29983, "loc": { "start": { - "line": 752, + "line": 757, "column": 17 }, "end": { - "line": 752, + "line": 757, "column": 23 }, "identifierName": "player" @@ -169280,15 +170010,15 @@ }, "property": { "type": "Identifier", - "start": 29830, - "end": 29845, + "start": 29984, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 757, "column": 24 }, "end": { - "line": 752, + "line": 757, "column": 39 }, "identifierName": "recordIndicator" @@ -169300,15 +170030,15 @@ }, "property": { "type": "Identifier", - "start": 29846, - "end": 29853, + "start": 30000, + "end": 30007, "loc": { "start": { - "line": 752, + "line": 757, "column": 40 }, "end": { - "line": 752, + "line": 757, "column": 47 }, "identifierName": "disable" @@ -169325,15 +170055,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29778, - "end": 29805, + "start": 29932, + "end": 29959, "loc": { "start": { - "line": 751, + "line": 756, "column": 12 }, "end": { - "line": 751, + "line": 756, "column": 39 } } @@ -169343,15 +170073,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -169359,15 +170089,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -169376,57 +170106,57 @@ }, { "type": "ExpressionStatement", - "start": 29963, - "end": 29984, + "start": 30117, + "end": 30138, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 29963, - "end": 29983, + "start": 30117, + "end": 30137, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29963, - "end": 29981, + "start": 30117, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29963, - "end": 29967, + "start": 30117, + "end": 30121, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 16 } }, @@ -169434,15 +170164,15 @@ }, "property": { "type": "Identifier", - "start": 29968, - "end": 29981, + "start": 30122, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 761, "column": 17 }, "end": { - "line": 756, + "line": 761, "column": 30 }, "identifierName": "retrySnapshot" @@ -169459,15 +170189,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -169475,15 +170205,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -169493,15 +170223,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 29998, - "end": 30070, + "start": 30152, + "end": 30224, "loc": { "start": { - "line": 758, + "line": 763, "column": 12 }, "end": { - "line": 758, + "line": 763, "column": 84 } } @@ -169516,15 +170246,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -169534,15 +170264,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -169551,71 +170281,71 @@ }, { "type": "IfStatement", - "start": 30115, - "end": 31775, + "start": 30269, + "end": 31929, "loc": { "start": { - "line": 762, + "line": 767, "column": 8 }, "end": { - "line": 803, + "line": 808, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30119, - "end": 30154, + "start": 30273, + "end": 30308, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 47 } }, "left": { "type": "CallExpression", - "start": 30119, - "end": 30139, + "start": 30273, + "end": 30293, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30119, - "end": 30137, + "start": 30273, + "end": 30291, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30119, - "end": 30123, + "start": 30273, + "end": 30277, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 16 } }, @@ -169623,15 +170353,15 @@ }, "property": { "type": "Identifier", - "start": 30124, - "end": 30137, + "start": 30278, + "end": 30291, "loc": { "start": { - "line": 762, + "line": 767, "column": 17 }, "end": { - "line": 762, + "line": 767, "column": 30 }, "identifierName": "getRecordType" @@ -169647,15 +170377,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 30144, - "end": 30154, + "start": 30298, + "end": 30308, "loc": { "start": { - "line": 762, + "line": 767, "column": 37 }, "end": { - "line": 762, + "line": 767, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -169666,73 +170396,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30156, - "end": 31669, + "start": 30310, + "end": 31823, "loc": { "start": { - "line": 762, + "line": 767, "column": 49 }, "end": { - "line": 800, + "line": 805, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30203, - "end": 30251, + "start": 30357, + "end": 30405, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 30203, - "end": 30250, + "start": 30357, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30203, - "end": 30220, + "start": 30357, + "end": 30374, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30203, - "end": 30207, + "start": 30357, + "end": 30361, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 16 } }, @@ -169740,15 +170470,15 @@ }, "property": { "type": "Identifier", - "start": 30208, - "end": 30220, + "start": 30362, + "end": 30374, "loc": { "start": { - "line": 764, + "line": 769, "column": 17 }, "end": { - "line": 764, + "line": 769, "column": 29 }, "identifierName": "mediaElement" @@ -169760,86 +170490,86 @@ }, "right": { "type": "MemberExpression", - "start": 30223, - "end": 30250, + "start": 30377, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 59 } }, "object": { "type": "CallExpression", - "start": 30223, - "end": 30239, + "start": 30377, + "end": 30393, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 30223, - "end": 30237, + "start": 30377, + "end": 30391, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 30223, - "end": 30234, + "start": 30377, + "end": 30388, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 30223, - "end": 30227, + "start": 30377, + "end": 30381, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 36 } } }, "property": { "type": "Identifier", - "start": 30228, - "end": 30234, + "start": 30382, + "end": 30388, "loc": { "start": { - "line": 764, + "line": 769, "column": 37 }, "end": { - "line": 764, + "line": 769, "column": 43 }, "identifierName": "player" @@ -169850,15 +170580,15 @@ }, "property": { "type": "Identifier", - "start": 30235, - "end": 30237, + "start": 30389, + "end": 30391, "loc": { "start": { - "line": 764, + "line": 769, "column": 44 }, "end": { - "line": 764, + "line": 769, "column": 46 }, "identifierName": "el" @@ -169871,15 +170601,15 @@ }, "property": { "type": "Identifier", - "start": 30240, - "end": 30250, + "start": 30394, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 49 }, "end": { - "line": 764, + "line": 769, "column": 59 }, "identifierName": "firstChild" @@ -169894,15 +170624,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30170, - "end": 30190, + "start": 30324, + "end": 30344, "loc": { "start": { - "line": 763, + "line": 768, "column": 12 }, "end": { - "line": 763, + "line": 768, "column": 32 } } @@ -169911,87 +170641,87 @@ }, { "type": "ExpressionStatement", - "start": 30264, - "end": 30299, + "start": 30418, + "end": 30453, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 30264, - "end": 30298, + "start": 30418, + "end": 30452, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30264, - "end": 30290, + "start": 30418, + "end": 30444, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30264, - "end": 30281, + "start": 30418, + "end": 30435, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30264, - "end": 30268, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 16 } } }, "property": { "type": "Identifier", - "start": 30269, - "end": 30281, + "start": 30423, + "end": 30435, "loc": { "start": { - "line": 765, + "line": 770, "column": 17 }, "end": { - "line": 765, + "line": 770, "column": 29 }, "identifierName": "mediaElement" @@ -170002,15 +170732,15 @@ }, "property": { "type": "Identifier", - "start": 30282, - "end": 30290, + "start": 30436, + "end": 30444, "loc": { "start": { - "line": 765, + "line": 770, "column": 30 }, "end": { - "line": 765, + "line": 770, "column": 38 }, "identifierName": "controls" @@ -170021,15 +170751,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30293, - "end": 30298, + "start": 30447, + "end": 30452, "loc": { "start": { - "line": 765, + "line": 770, "column": 41 }, "end": { - "line": 765, + "line": 770, "column": 46 } }, @@ -170040,15 +170770,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -170057,72 +170787,72 @@ }, { "type": "ExpressionStatement", - "start": 30367, - "end": 30398, + "start": 30521, + "end": 30552, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 30367, - "end": 30397, + "start": 30521, + "end": 30551, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30367, - "end": 30390, + "start": 30521, + "end": 30544, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30367, - "end": 30384, + "start": 30521, + "end": 30538, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30367, - "end": 30371, + "start": 30521, + "end": 30525, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 16 } }, @@ -170130,15 +170860,15 @@ }, "property": { "type": "Identifier", - "start": 30372, - "end": 30384, + "start": 30526, + "end": 30538, "loc": { "start": { - "line": 768, + "line": 773, "column": 17 }, "end": { - "line": 768, + "line": 773, "column": 29 }, "identifierName": "mediaElement" @@ -170150,15 +170880,15 @@ }, "property": { "type": "Identifier", - "start": 30385, - "end": 30390, + "start": 30539, + "end": 30544, "loc": { "start": { - "line": 768, + "line": 773, "column": 30 }, "end": { - "line": 768, + "line": 773, "column": 35 }, "identifierName": "muted" @@ -170170,15 +170900,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30393, - "end": 30397, + "start": 30547, + "end": 30551, "loc": { "start": { - "line": 768, + "line": 773, "column": 38 }, "end": { - "line": 768, + "line": 773, "column": 42 } }, @@ -170190,15 +170920,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -170208,15 +170938,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -170225,57 +170955,57 @@ }, { "type": "ExpressionStatement", - "start": 30464, - "end": 30497, + "start": 30618, + "end": 30651, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30464, - "end": 30496, + "start": 30618, + "end": 30650, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30464, - "end": 30489, + "start": 30618, + "end": 30643, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30464, - "end": 30468, + "start": 30618, + "end": 30622, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 16 } }, @@ -170283,15 +171013,15 @@ }, "property": { "type": "Identifier", - "start": 30469, - "end": 30489, + "start": 30623, + "end": 30643, "loc": { "start": { - "line": 771, + "line": 776, "column": 17 }, "end": { - "line": 771, + "line": 776, "column": 37 }, "identifierName": "displayVolumeControl" @@ -170304,15 +171034,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 30490, - "end": 30495, + "start": 30644, + "end": 30649, "loc": { "start": { - "line": 771, + "line": 776, "column": 38 }, "end": { - "line": 771, + "line": 776, "column": 43 } }, @@ -170325,15 +171055,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -170343,15 +171073,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -170360,57 +171090,57 @@ }, { "type": "IfStatement", - "start": 30545, - "end": 31247, + "start": 30699, + "end": 31401, "loc": { "start": { - "line": 774, + "line": 779, "column": 12 }, "end": { - "line": 787, + "line": 792, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 30549, - "end": 30579, + "start": 30703, + "end": 30733, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 30549, - "end": 30570, + "start": 30703, + "end": 30724, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30549, - "end": 30553, + "start": 30703, + "end": 30707, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 20 } }, @@ -170418,15 +171148,15 @@ }, "property": { "type": "Identifier", - "start": 30554, - "end": 30570, + "start": 30708, + "end": 30724, "loc": { "start": { - "line": 774, + "line": 779, "column": 21 }, "end": { - "line": 774, + "line": 779, "column": 37 }, "identifierName": "pictureInPicture" @@ -170439,15 +171169,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 30575, - "end": 30579, + "start": 30729, + "end": 30733, "loc": { "start": { - "line": 774, + "line": 779, "column": 42 }, "end": { - "line": 774, + "line": 779, "column": 46 } }, @@ -170457,100 +171187,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 30581, - "end": 31247, + "start": 30735, + "end": 31401, "loc": { "start": { - "line": 774, + "line": 779, "column": 48 }, "end": { - "line": 787, + "line": 792, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30630, - "end": 30659, + "start": 30784, + "end": 30813, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30630, - "end": 30658, + "start": 30784, + "end": 30812, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30630, - "end": 30656, + "start": 30784, + "end": 30810, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 30630, - "end": 30651, + "start": 30784, + "end": 30805, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 30630, - "end": 30641, + "start": 30784, + "end": 30795, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30630, - "end": 30634, + "start": 30784, + "end": 30788, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 20 } }, @@ -170558,15 +171288,15 @@ }, "property": { "type": "Identifier", - "start": 30635, - "end": 30641, + "start": 30789, + "end": 30795, "loc": { "start": { - "line": 776, + "line": 781, "column": 21 }, "end": { - "line": 776, + "line": 781, "column": 27 }, "identifierName": "player" @@ -170578,15 +171308,15 @@ }, "property": { "type": "Identifier", - "start": 30642, - "end": 30651, + "start": 30796, + "end": 30805, "loc": { "start": { - "line": 776, + "line": 781, "column": 28 }, "end": { - "line": 776, + "line": 781, "column": 37 }, "identifierName": "pipToggle" @@ -170598,15 +171328,15 @@ }, "property": { "type": "Identifier", - "start": 30652, - "end": 30656, + "start": 30806, + "end": 30810, "loc": { "start": { - "line": 776, + "line": 781, "column": 38 }, "end": { - "line": 776, + "line": 781, "column": 42 }, "identifierName": "show" @@ -170623,15 +171353,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30599, - "end": 30613, + "start": 30753, + "end": 30767, "loc": { "start": { - "line": 775, + "line": 780, "column": 16 }, "end": { - "line": 775, + "line": 780, "column": 30 } } @@ -170641,15 +171371,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -170658,71 +171388,71 @@ }, { "type": "ExpressionStatement", - "start": 30744, - "end": 30855, + "start": 30898, + "end": 31009, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 780, + "line": 785, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30744, - "end": 30854, + "start": 30898, + "end": 31008, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 780, + "line": 785, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30744, - "end": 30781, + "start": 30898, + "end": 30935, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30744, - "end": 30761, + "start": 30898, + "end": 30915, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30744, - "end": 30748, + "start": 30898, + "end": 30902, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 20 } }, @@ -170730,15 +171460,15 @@ }, "property": { "type": "Identifier", - "start": 30749, - "end": 30761, + "start": 30903, + "end": 30915, "loc": { "start": { - "line": 779, + "line": 784, "column": 21 }, "end": { - "line": 779, + "line": 784, "column": 33 }, "identifierName": "mediaElement" @@ -170750,15 +171480,15 @@ }, "property": { "type": "Identifier", - "start": 30762, - "end": 30781, + "start": 30916, + "end": 30935, "loc": { "start": { - "line": 779, + "line": 784, "column": 34 }, "end": { - "line": 779, + "line": 784, "column": 53 }, "identifierName": "removeEventListener" @@ -170771,29 +171501,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30782, - "end": 30809, + "start": 30936, + "end": 30963, "loc": { "start": { - "line": 779, + "line": 784, "column": 54 }, "end": { - "line": 779, + "line": 784, "column": 81 } }, "object": { "type": "Identifier", - "start": 30782, - "end": 30787, + "start": 30936, + "end": 30941, "loc": { "start": { - "line": 779, + "line": 784, "column": 54 }, "end": { - "line": 779, + "line": 784, "column": 59 }, "identifierName": "Event" @@ -170802,15 +171532,15 @@ }, "property": { "type": "Identifier", - "start": 30788, - "end": 30809, + "start": 30942, + "end": 30963, "loc": { "start": { - "line": 779, + "line": 784, "column": 60 }, "end": { - "line": 779, + "line": 784, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -170821,44 +171551,44 @@ }, { "type": "MemberExpression", - "start": 30831, - "end": 30853, + "start": 30985, + "end": 31007, "loc": { "start": { - "line": 780, + "line": 785, "column": 20 }, "end": { - "line": 780, + "line": 785, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30831, - "end": 30835, + "start": 30985, + "end": 30989, "loc": { "start": { - "line": 780, + "line": 785, "column": 20 }, "end": { - "line": 780, + "line": 785, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30836, - "end": 30853, + "start": 30990, + "end": 31007, "loc": { "start": { - "line": 780, + "line": 785, "column": 25 }, "end": { - "line": 780, + "line": 785, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -170874,15 +171604,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -170891,86 +171621,86 @@ }, { "type": "ExpressionStatement", - "start": 30872, - "end": 30983, + "start": 31026, + "end": 31137, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 782, + "line": 787, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30872, - "end": 30982, + "start": 31026, + "end": 31136, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 782, + "line": 787, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30872, - "end": 30909, + "start": 31026, + "end": 31063, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30872, - "end": 30889, + "start": 31026, + "end": 31043, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30872, - "end": 30876, + "start": 31026, + "end": 31030, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 20 } } }, "property": { "type": "Identifier", - "start": 30877, - "end": 30889, + "start": 31031, + "end": 31043, "loc": { "start": { - "line": 781, + "line": 786, "column": 21 }, "end": { - "line": 781, + "line": 786, "column": 33 }, "identifierName": "mediaElement" @@ -170981,15 +171711,15 @@ }, "property": { "type": "Identifier", - "start": 30890, - "end": 30909, + "start": 31044, + "end": 31063, "loc": { "start": { - "line": 781, + "line": 786, "column": 34 }, "end": { - "line": 781, + "line": 786, "column": 53 }, "identifierName": "removeEventListener" @@ -171001,29 +171731,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30910, - "end": 30937, + "start": 31064, + "end": 31091, "loc": { "start": { - "line": 781, + "line": 786, "column": 54 }, "end": { - "line": 781, + "line": 786, "column": 81 } }, "object": { "type": "Identifier", - "start": 30910, - "end": 30915, + "start": 31064, + "end": 31069, "loc": { "start": { - "line": 781, + "line": 786, "column": 54 }, "end": { - "line": 781, + "line": 786, "column": 59 }, "identifierName": "Event" @@ -171032,15 +171762,15 @@ }, "property": { "type": "Identifier", - "start": 30916, - "end": 30937, + "start": 31070, + "end": 31091, "loc": { "start": { - "line": 781, + "line": 786, "column": 60 }, "end": { - "line": 781, + "line": 786, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -171051,44 +171781,44 @@ }, { "type": "MemberExpression", - "start": 30959, - "end": 30981, + "start": 31113, + "end": 31135, "loc": { "start": { - "line": 782, + "line": 787, "column": 20 }, "end": { - "line": 782, + "line": 787, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30959, - "end": 30963, + "start": 31113, + "end": 31117, "loc": { "start": { - "line": 782, + "line": 787, "column": 20 }, "end": { - "line": 782, + "line": 787, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30964, - "end": 30981, + "start": 31118, + "end": 31135, "loc": { "start": { - "line": 782, + "line": 787, "column": 25 }, "end": { - "line": 782, + "line": 787, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -171102,86 +171832,86 @@ }, { "type": "ExpressionStatement", - "start": 31000, - "end": 31108, + "start": 31154, + "end": 31262, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 784, + "line": 789, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31000, - "end": 31107, + "start": 31154, + "end": 31261, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 784, + "line": 789, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31000, - "end": 31034, + "start": 31154, + "end": 31188, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31000, - "end": 31017, + "start": 31154, + "end": 31171, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31000, - "end": 31004, + "start": 31154, + "end": 31158, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31005, - "end": 31017, + "start": 31159, + "end": 31171, "loc": { "start": { - "line": 783, + "line": 788, "column": 21 }, "end": { - "line": 783, + "line": 788, "column": 33 }, "identifierName": "mediaElement" @@ -171192,15 +171922,15 @@ }, "property": { "type": "Identifier", - "start": 31018, - "end": 31034, + "start": 31172, + "end": 31188, "loc": { "start": { - "line": 783, + "line": 788, "column": 34 }, "end": { - "line": 783, + "line": 788, "column": 50 }, "identifierName": "addEventListener" @@ -171212,29 +171942,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31035, - "end": 31062, + "start": 31189, + "end": 31216, "loc": { "start": { - "line": 783, + "line": 788, "column": 51 }, "end": { - "line": 783, + "line": 788, "column": 78 } }, "object": { "type": "Identifier", - "start": 31035, - "end": 31040, + "start": 31189, + "end": 31194, "loc": { "start": { - "line": 783, + "line": 788, "column": 51 }, "end": { - "line": 783, + "line": 788, "column": 56 }, "identifierName": "Event" @@ -171243,15 +171973,15 @@ }, "property": { "type": "Identifier", - "start": 31041, - "end": 31062, + "start": 31195, + "end": 31216, "loc": { "start": { - "line": 783, + "line": 788, "column": 57 }, "end": { - "line": 783, + "line": 788, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -171262,44 +171992,44 @@ }, { "type": "MemberExpression", - "start": 31084, - "end": 31106, + "start": 31238, + "end": 31260, "loc": { "start": { - "line": 784, + "line": 789, "column": 20 }, "end": { - "line": 784, + "line": 789, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31084, - "end": 31088, + "start": 31238, + "end": 31242, "loc": { "start": { - "line": 784, + "line": 789, "column": 20 }, "end": { - "line": 784, + "line": 789, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31089, - "end": 31106, + "start": 31243, + "end": 31260, "loc": { "start": { - "line": 784, + "line": 789, "column": 25 }, "end": { - "line": 784, + "line": 789, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -171313,86 +172043,86 @@ }, { "type": "ExpressionStatement", - "start": 31125, - "end": 31233, + "start": 31279, + "end": 31387, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 786, + "line": 791, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31125, - "end": 31232, + "start": 31279, + "end": 31386, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 786, + "line": 791, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31125, - "end": 31159, + "start": 31279, + "end": 31313, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31125, - "end": 31142, + "start": 31279, + "end": 31296, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31125, - "end": 31129, + "start": 31279, + "end": 31283, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31130, - "end": 31142, + "start": 31284, + "end": 31296, "loc": { "start": { - "line": 785, + "line": 790, "column": 21 }, "end": { - "line": 785, + "line": 790, "column": 33 }, "identifierName": "mediaElement" @@ -171403,15 +172133,15 @@ }, "property": { "type": "Identifier", - "start": 31143, - "end": 31159, + "start": 31297, + "end": 31313, "loc": { "start": { - "line": 785, + "line": 790, "column": 34 }, "end": { - "line": 785, + "line": 790, "column": 50 }, "identifierName": "addEventListener" @@ -171423,29 +172153,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31160, - "end": 31187, + "start": 31314, + "end": 31341, "loc": { "start": { - "line": 785, + "line": 790, "column": 51 }, "end": { - "line": 785, + "line": 790, "column": 78 } }, "object": { "type": "Identifier", - "start": 31160, - "end": 31165, + "start": 31314, + "end": 31319, "loc": { "start": { - "line": 785, + "line": 790, "column": 51 }, "end": { - "line": 785, + "line": 790, "column": 56 }, "identifierName": "Event" @@ -171454,15 +172184,15 @@ }, "property": { "type": "Identifier", - "start": 31166, - "end": 31187, + "start": 31320, + "end": 31341, "loc": { "start": { - "line": 785, + "line": 790, "column": 57 }, "end": { - "line": 785, + "line": 790, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -171473,44 +172203,44 @@ }, { "type": "MemberExpression", - "start": 31209, - "end": 31231, + "start": 31363, + "end": 31385, "loc": { "start": { - "line": 786, + "line": 791, "column": 20 }, "end": { - "line": 786, + "line": 791, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31209, - "end": 31213, + "start": 31363, + "end": 31367, "loc": { "start": { - "line": 786, + "line": 791, "column": 20 }, "end": { - "line": 786, + "line": 791, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31214, - "end": 31231, + "start": 31368, + "end": 31385, "loc": { "start": { - "line": 786, + "line": 791, "column": 25 }, "end": { - "line": 786, + "line": 791, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -171531,15 +172261,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -171549,15 +172279,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -171566,57 +172296,57 @@ }, { "type": "ExpressionStatement", - "start": 31287, - "end": 31310, + "start": 31441, + "end": 31464, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 31287, - "end": 31309, + "start": 31441, + "end": 31463, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 31287, - "end": 31296, + "start": 31441, + "end": 31450, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 31287, - "end": 31291, + "start": 31441, + "end": 31445, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 16 } }, @@ -171624,15 +172354,15 @@ }, "property": { "type": "Identifier", - "start": 31292, - "end": 31296, + "start": 31446, + "end": 31450, "loc": { "start": { - "line": 789, + "line": 794, "column": 17 }, "end": { - "line": 789, + "line": 794, "column": 21 }, "identifierName": "load" @@ -171645,44 +172375,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31297, - "end": 31308, + "start": 31451, + "end": 31462, "loc": { "start": { - "line": 789, + "line": 794, "column": 22 }, "end": { - "line": 789, + "line": 794, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31297, - "end": 31301, + "start": 31451, + "end": 31455, "loc": { "start": { - "line": 789, + "line": 794, "column": 22 }, "end": { - "line": 789, + "line": 794, "column": 26 } } }, "property": { "type": "Identifier", - "start": 31302, - "end": 31308, + "start": 31456, + "end": 31462, "loc": { "start": { - "line": 789, + "line": 794, "column": 27 }, "end": { - "line": 789, + "line": 794, "column": 33 }, "identifierName": "stream" @@ -171698,15 +172428,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -171716,15 +172446,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -171732,15 +172462,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -171749,71 +172479,71 @@ }, { "type": "ExpressionStatement", - "start": 31426, - "end": 31659, + "start": 31580, + "end": 31813, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 799, + "line": 804, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 31426, - "end": 31658, + "start": 31580, + "end": 31812, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 799, + "line": 804, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 31426, - "end": 31441, + "start": 31580, + "end": 31595, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 31426, - "end": 31437, + "start": 31580, + "end": 31591, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31426, - "end": 31430, + "start": 31580, + "end": 31584, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 16 } }, @@ -171821,15 +172551,15 @@ }, "property": { "type": "Identifier", - "start": 31431, - "end": 31437, + "start": 31585, + "end": 31591, "loc": { "start": { - "line": 793, + "line": 798, "column": 17 }, "end": { - "line": 793, + "line": 798, "column": 23 }, "identifierName": "player" @@ -171841,15 +172571,15 @@ }, "property": { "type": "Identifier", - "start": 31438, - "end": 31441, + "start": 31592, + "end": 31595, "loc": { "start": { - "line": 793, + "line": 798, "column": 24 }, "end": { - "line": 793, + "line": 798, "column": 27 }, "identifierName": "one" @@ -171862,29 +172592,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31442, - "end": 31462, + "start": 31596, + "end": 31616, "loc": { "start": { - "line": 793, + "line": 798, "column": 28 }, "end": { - "line": 793, + "line": 798, "column": 48 } }, "object": { "type": "Identifier", - "start": 31442, - "end": 31447, + "start": 31596, + "end": 31601, "loc": { "start": { - "line": 793, + "line": 798, "column": 28 }, "end": { - "line": 793, + "line": 798, "column": 33 }, "identifierName": "Event" @@ -171893,15 +172623,15 @@ }, "property": { "type": "Identifier", - "start": 31448, - "end": 31462, + "start": 31602, + "end": 31616, "loc": { "start": { - "line": 793, + "line": 798, "column": 34 }, "end": { - "line": 793, + "line": 798, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -171912,15 +172642,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 31464, - "end": 31657, + "start": 31618, + "end": 31811, "loc": { "start": { - "line": 793, + "line": 798, "column": 50 }, "end": { - "line": 799, + "line": 804, "column": 13 } }, @@ -171931,86 +172661,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31470, - "end": 31657, + "start": 31624, + "end": 31811, "loc": { "start": { - "line": 793, + "line": 798, "column": 56 }, "end": { - "line": 799, + "line": 804, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31520, - "end": 31545, + "start": 31674, + "end": 31699, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 31520, - "end": 31544, + "start": 31674, + "end": 31698, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31520, - "end": 31542, + "start": 31674, + "end": 31696, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31520, - "end": 31537, + "start": 31674, + "end": 31691, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31520, - "end": 31524, + "start": 31674, + "end": 31678, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 20 } }, @@ -172018,15 +172748,15 @@ }, "property": { "type": "Identifier", - "start": 31525, - "end": 31537, + "start": 31679, + "end": 31691, "loc": { "start": { - "line": 795, + "line": 800, "column": 21 }, "end": { - "line": 795, + "line": 800, "column": 33 }, "identifierName": "mediaElement" @@ -172038,15 +172768,15 @@ }, "property": { "type": "Identifier", - "start": 31538, - "end": 31542, + "start": 31692, + "end": 31696, "loc": { "start": { - "line": 795, + "line": 800, "column": 34 }, "end": { - "line": 795, + "line": 800, "column": 38 }, "identifierName": "play" @@ -172063,15 +172793,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31488, - "end": 31503, + "start": 31642, + "end": 31657, "loc": { "start": { - "line": 794, + "line": 799, "column": 16 }, "end": { - "line": 794, + "line": 799, "column": 31 } } @@ -172081,15 +172811,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -172098,71 +172828,71 @@ }, { "type": "ExpressionStatement", - "start": 31603, - "end": 31643, + "start": 31757, + "end": 31797, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 31603, - "end": 31642, + "start": 31757, + "end": 31796, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 31603, - "end": 31622, + "start": 31757, + "end": 31776, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 31603, - "end": 31614, + "start": 31757, + "end": 31768, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31603, - "end": 31607, + "start": 31757, + "end": 31761, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 20 } }, @@ -172170,15 +172900,15 @@ }, "property": { "type": "Identifier", - "start": 31608, - "end": 31614, + "start": 31762, + "end": 31768, "loc": { "start": { - "line": 798, + "line": 803, "column": 21 }, "end": { - "line": 798, + "line": 803, "column": 27 }, "identifierName": "player" @@ -172190,15 +172920,15 @@ }, "property": { "type": "Identifier", - "start": 31615, - "end": 31622, + "start": 31769, + "end": 31776, "loc": { "start": { - "line": 798, + "line": 803, "column": 28 }, "end": { - "line": 798, + "line": 803, "column": 35 }, "identifierName": "trigger" @@ -172211,29 +172941,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31623, - "end": 31641, + "start": 31777, + "end": 31795, "loc": { "start": { - "line": 798, + "line": 803, "column": 36 }, "end": { - "line": 798, + "line": 803, "column": 54 } }, "object": { "type": "Identifier", - "start": 31623, - "end": 31628, + "start": 31777, + "end": 31782, "loc": { "start": { - "line": 798, + "line": 803, "column": 36 }, "end": { - "line": 798, + "line": 803, "column": 41 }, "identifierName": "Event" @@ -172242,15 +172972,15 @@ }, "property": { "type": "Identifier", - "start": 31629, - "end": 31641, + "start": 31783, + "end": 31795, "loc": { "start": { - "line": 798, + "line": 803, "column": 42 }, "end": { - "line": 798, + "line": 803, "column": 54 }, "identifierName": "DEVICE_READY" @@ -172266,15 +172996,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -172292,15 +173022,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -172308,15 +173038,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -172328,86 +173058,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 31675, - "end": 31775, + "start": 31829, + "end": 31929, "loc": { "start": { - "line": 800, + "line": 805, "column": 15 }, "end": { - "line": 803, + "line": 808, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31725, - "end": 31765, + "start": 31879, + "end": 31919, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31725, - "end": 31764, + "start": 31879, + "end": 31918, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31725, - "end": 31744, + "start": 31879, + "end": 31898, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31725, - "end": 31736, + "start": 31879, + "end": 31890, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31725, - "end": 31729, + "start": 31879, + "end": 31883, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 16 } }, @@ -172415,15 +173145,15 @@ }, "property": { "type": "Identifier", - "start": 31730, - "end": 31736, + "start": 31884, + "end": 31890, "loc": { "start": { - "line": 802, + "line": 807, "column": 17 }, "end": { - "line": 802, + "line": 807, "column": 23 }, "identifierName": "player" @@ -172435,15 +173165,15 @@ }, "property": { "type": "Identifier", - "start": 31737, - "end": 31744, + "start": 31891, + "end": 31898, "loc": { "start": { - "line": 802, + "line": 807, "column": 24 }, "end": { - "line": 802, + "line": 807, "column": 31 }, "identifierName": "trigger" @@ -172456,29 +173186,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31745, - "end": 31763, + "start": 31899, + "end": 31917, "loc": { "start": { - "line": 802, + "line": 807, "column": 32 }, "end": { - "line": 802, + "line": 807, "column": 50 } }, "object": { "type": "Identifier", - "start": 31745, - "end": 31750, + "start": 31899, + "end": 31904, "loc": { "start": { - "line": 802, + "line": 807, "column": 32 }, "end": { - "line": 802, + "line": 807, "column": 37 }, "identifierName": "Event" @@ -172487,15 +173217,15 @@ }, "property": { "type": "Identifier", - "start": 31751, - "end": 31763, + "start": 31905, + "end": 31917, "loc": { "start": { - "line": 802, + "line": 807, "column": 38 }, "end": { - "line": 802, + "line": 807, "column": 50 }, "identifierName": "DEVICE_READY" @@ -172511,15 +173241,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31689, - "end": 31712, + "start": 31843, + "end": 31866, "loc": { "start": { - "line": 801, + "line": 806, "column": 12 }, "end": { - "line": 801, + "line": 806, "column": 35 } } @@ -172533,15 +173263,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -172574,15 +173304,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -172591,15 +173321,15 @@ }, { "type": "ClassMethod", - "start": 31935, - "end": 32211, + "start": 32089, + "end": 32365, "loc": { "start": { - "line": 812, + "line": 817, "column": 4 }, "end": { - "line": 822, + "line": 827, "column": 5 } }, @@ -172607,15 +173337,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31935, - "end": 31948, + "start": 32089, + "end": 32102, "loc": { "start": { - "line": 812, + "line": 817, "column": 4 }, "end": { - "line": 812, + "line": 817, "column": 17 }, "identifierName": "onDeviceError" @@ -172631,15 +173361,15 @@ "params": [ { "type": "Identifier", - "start": 31949, - "end": 31953, + "start": 32103, + "end": 32107, "loc": { "start": { - "line": 812, + "line": 817, "column": 18 }, "end": { - "line": 812, + "line": 817, "column": 22 }, "identifierName": "code" @@ -172649,88 +173379,88 @@ ], "body": { "type": "BlockStatement", - "start": 31955, - "end": 32211, + "start": 32109, + "end": 32365, "loc": { "start": { - "line": 812, + "line": 817, "column": 24 }, "end": { - "line": 822, + "line": 827, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 31965, - "end": 31992, + "start": 32119, + "end": 32146, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 31965, - "end": 31991, + "start": 32119, + "end": 32145, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31965, - "end": 31983, + "start": 32119, + "end": 32137, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 31965, - "end": 31969, + "start": 32119, + "end": 32123, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 12 } } }, "property": { "type": "Identifier", - "start": 31970, - "end": 31983, + "start": 32124, + "end": 32137, "loc": { "start": { - "line": 813, + "line": 818, "column": 13 }, "end": { - "line": 813, + "line": 818, "column": 26 }, "identifierName": "_deviceActive" @@ -172741,15 +173471,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 31986, - "end": 31991, + "start": 32140, + "end": 32145, "loc": { "start": { - "line": 813, + "line": 818, "column": 29 }, "end": { - "line": 813, + "line": 818, "column": 34 } }, @@ -172759,29 +173489,29 @@ }, { "type": "IfStatement", - "start": 32002, - "end": 32205, + "start": 32156, + "end": 32359, "loc": { "start": { - "line": 815, + "line": 820, "column": 8 }, "end": { - "line": 821, + "line": 826, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32006, - "end": 32025, + "start": 32160, + "end": 32179, "loc": { "start": { - "line": 815, + "line": 820, "column": 12 }, "end": { - "line": 815, + "line": 820, "column": 31 } }, @@ -172789,58 +173519,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32007, - "end": 32025, + "start": 32161, + "end": 32179, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 32007, - "end": 32023, + "start": 32161, + "end": 32177, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 32007, - "end": 32011, + "start": 32161, + "end": 32165, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32012, - "end": 32023, + "start": 32166, + "end": 32177, "loc": { "start": { - "line": 815, + "line": 820, "column": 18 }, "end": { - "line": 815, + "line": 820, "column": 29 }, "identifierName": "isDestroyed" @@ -172857,87 +173587,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32027, - "end": 32205, + "start": 32181, + "end": 32359, "loc": { "start": { - "line": 815, + "line": 820, "column": 33 }, "end": { - "line": 821, + "line": 826, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 32067, - "end": 32102, + "start": 32221, + "end": 32256, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 32067, - "end": 32101, + "start": 32221, + "end": 32255, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32067, - "end": 32094, + "start": 32221, + "end": 32248, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 32067, - "end": 32078, + "start": 32221, + "end": 32232, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32067, - "end": 32071, + "start": 32221, + "end": 32225, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 16 } }, @@ -172945,15 +173675,15 @@ }, "property": { "type": "Identifier", - "start": 32072, - "end": 32078, + "start": 32226, + "end": 32232, "loc": { "start": { - "line": 817, + "line": 822, "column": 17 }, "end": { - "line": 817, + "line": 822, "column": 23 }, "identifierName": "player" @@ -172965,15 +173695,15 @@ }, "property": { "type": "Identifier", - "start": 32079, - "end": 32094, + "start": 32233, + "end": 32248, "loc": { "start": { - "line": 817, + "line": 822, "column": 24 }, "end": { - "line": 817, + "line": 822, "column": 39 }, "identifierName": "deviceErrorCode" @@ -172985,15 +173715,15 @@ }, "right": { "type": "Identifier", - "start": 32097, - "end": 32101, + "start": 32251, + "end": 32255, "loc": { "start": { - "line": 817, + "line": 822, "column": 42 }, "end": { - "line": 817, + "line": 822, "column": 46 }, "identifierName": "code" @@ -173006,15 +173736,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32041, - "end": 32054, + "start": 32195, + "end": 32208, "loc": { "start": { - "line": 816, + "line": 821, "column": 12 }, "end": { - "line": 816, + "line": 821, "column": 25 } } @@ -173024,15 +173754,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -173041,71 +173771,71 @@ }, { "type": "ExpressionStatement", - "start": 32155, - "end": 32195, + "start": 32309, + "end": 32349, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32155, - "end": 32194, + "start": 32309, + "end": 32348, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32155, - "end": 32174, + "start": 32309, + "end": 32328, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 32155, - "end": 32166, + "start": 32309, + "end": 32320, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32155, - "end": 32159, + "start": 32309, + "end": 32313, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 16 } }, @@ -173113,15 +173843,15 @@ }, "property": { "type": "Identifier", - "start": 32160, - "end": 32166, + "start": 32314, + "end": 32320, "loc": { "start": { - "line": 820, + "line": 825, "column": 17 }, "end": { - "line": 820, + "line": 825, "column": 23 }, "identifierName": "player" @@ -173133,15 +173863,15 @@ }, "property": { "type": "Identifier", - "start": 32167, - "end": 32174, + "start": 32321, + "end": 32328, "loc": { "start": { - "line": 820, + "line": 825, "column": 24 }, "end": { - "line": 820, + "line": 825, "column": 31 }, "identifierName": "trigger" @@ -173154,29 +173884,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32175, - "end": 32193, + "start": 32329, + "end": 32347, "loc": { "start": { - "line": 820, + "line": 825, "column": 32 }, "end": { - "line": 820, + "line": 825, "column": 50 } }, "object": { "type": "Identifier", - "start": 32175, - "end": 32180, + "start": 32329, + "end": 32334, "loc": { "start": { - "line": 820, + "line": 825, "column": 32 }, "end": { - "line": 820, + "line": 825, "column": 37 }, "identifierName": "Event" @@ -173185,15 +173915,15 @@ }, "property": { "type": "Identifier", - "start": 32181, - "end": 32193, + "start": 32335, + "end": 32347, "loc": { "start": { - "line": 820, + "line": 825, "column": 38 }, "end": { - "line": 820, + "line": 825, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -173209,15 +173939,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -173237,15 +173967,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -173255,15 +173985,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -173272,15 +174002,15 @@ }, { "type": "ClassMethod", - "start": 32257, - "end": 35601, + "start": 32411, + "end": 35755, "loc": { "start": { - "line": 827, + "line": 832, "column": 4 }, "end": { - "line": 919, + "line": 924, "column": 5 } }, @@ -173288,15 +174018,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32257, - "end": 32262, + "start": 32411, + "end": 32416, "loc": { "start": { - "line": 827, + "line": 832, "column": 4 }, "end": { - "line": 827, + "line": 832, "column": 9 }, "identifierName": "start" @@ -173312,44 +174042,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 32265, - "end": 35601, + "start": 32419, + "end": 35755, "loc": { "start": { - "line": 827, + "line": 832, "column": 12 }, "end": { - "line": 919, + "line": 924, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 32275, - "end": 35595, + "start": 32429, + "end": 35749, "loc": { "start": { - "line": 828, + "line": 833, "column": 8 }, "end": { - "line": 918, + "line": 923, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32279, - "end": 32299, + "start": 32433, + "end": 32453, "loc": { "start": { - "line": 828, + "line": 833, "column": 12 }, "end": { - "line": 828, + "line": 833, "column": 32 } }, @@ -173357,58 +174087,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32280, - "end": 32299, + "start": 32434, + "end": 32453, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32280, - "end": 32297, + "start": 32434, + "end": 32451, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32280, - "end": 32284, + "start": 32434, + "end": 32438, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32285, - "end": 32297, + "start": 32439, + "end": 32451, "loc": { "start": { - "line": 828, + "line": 833, "column": 18 }, "end": { - "line": 828, + "line": 833, "column": 30 }, "identifierName": "isProcessing" @@ -173425,72 +174155,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32301, - "end": 35595, + "start": 32455, + "end": 35749, "loc": { "start": { - "line": 828, + "line": 833, "column": 34 }, "end": { - "line": 918, + "line": 923, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 32397, - "end": 32564, + "start": 32551, + "end": 32718, "loc": { "start": { - "line": 830, + "line": 835, "column": 12 }, "end": { - "line": 834, + "line": 839, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 32401, - "end": 32444, + "start": 32555, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32401, - "end": 32412, + "start": 32555, + "end": 32566, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32401, - "end": 32405, + "start": 32555, + "end": 32559, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 20 } }, @@ -173498,15 +174228,15 @@ }, "property": { "type": "Identifier", - "start": 32406, - "end": 32412, + "start": 32560, + "end": 32566, "loc": { "start": { - "line": 830, + "line": 835, "column": 21 }, "end": { - "line": 830, + "line": 835, "column": 27 }, "identifierName": "stream" @@ -173519,72 +174249,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 32416, - "end": 32444, + "start": 32570, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32416, - "end": 32434, + "start": 32570, + "end": 32588, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32416, - "end": 32427, + "start": 32570, + "end": 32581, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32416, - "end": 32420, + "start": 32570, + "end": 32574, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 35 } } }, "property": { "type": "Identifier", - "start": 32421, - "end": 32427, + "start": 32575, + "end": 32581, "loc": { "start": { - "line": 830, + "line": 835, "column": 36 }, "end": { - "line": 830, + "line": 835, "column": 42 }, "identifierName": "stream" @@ -173595,15 +174325,15 @@ }, "property": { "type": "Identifier", - "start": 32428, - "end": 32434, + "start": 32582, + "end": 32588, "loc": { "start": { - "line": 830, + "line": 835, "column": 43 }, "end": { - "line": 830, + "line": 835, "column": 49 }, "identifierName": "active" @@ -173615,15 +174345,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 32439, - "end": 32444, + "start": 32593, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 54 }, "end": { - "line": 830, + "line": 835, "column": 59 } }, @@ -173634,72 +174364,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32446, - "end": 32564, + "start": 32600, + "end": 32718, "loc": { "start": { - "line": 830, + "line": 835, "column": 61 }, "end": { - "line": 834, + "line": 839, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32509, - "end": 32526, + "start": 32663, + "end": 32680, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 32509, - "end": 32525, + "start": 32663, + "end": 32679, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32509, - "end": 32523, + "start": 32663, + "end": 32677, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32509, - "end": 32513, + "start": 32663, + "end": 32667, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 20 } }, @@ -173707,15 +174437,15 @@ }, "property": { "type": "Identifier", - "start": 32514, - "end": 32523, + "start": 32668, + "end": 32677, "loc": { "start": { - "line": 832, + "line": 837, "column": 21 }, "end": { - "line": 832, + "line": 837, "column": 30 }, "identifierName": "getDevice" @@ -173732,15 +174462,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32464, - "end": 32492, + "start": 32618, + "end": 32646, "loc": { "start": { - "line": 831, + "line": 836, "column": 16 }, "end": { - "line": 831, + "line": 836, "column": 44 } } @@ -173749,15 +174479,15 @@ }, { "type": "ReturnStatement", - "start": 32543, - "end": 32550, + "start": 32697, + "end": 32704, "loc": { "start": { - "line": 833, + "line": 838, "column": 16 }, "end": { - "line": 833, + "line": 838, "column": 23 } }, @@ -173771,15 +174501,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32315, - "end": 32384, + "start": 32469, + "end": 32538, "loc": { "start": { - "line": 829, + "line": 834, "column": 12 }, "end": { - "line": 829, + "line": 834, "column": 81 } } @@ -173788,73 +174518,73 @@ }, { "type": "ExpressionStatement", - "start": 32577, - "end": 32600, + "start": 32731, + "end": 32754, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32577, - "end": 32599, + "start": 32731, + "end": 32753, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32577, - "end": 32592, + "start": 32731, + "end": 32746, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32577, - "end": 32581, + "start": 32731, + "end": 32735, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32582, - "end": 32592, + "start": 32736, + "end": 32746, "loc": { "start": { - "line": 835, + "line": 840, "column": 17 }, "end": { - "line": 835, + "line": 840, "column": 27 }, "identifierName": "_recording" @@ -173865,15 +174595,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32595, - "end": 32599, + "start": 32749, + "end": 32753, "loc": { "start": { - "line": 835, + "line": 840, "column": 30 }, "end": { - "line": 835, + "line": 840, "column": 34 } }, @@ -173884,15 +174614,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -173901,85 +174631,85 @@ }, { "type": "IfStatement", - "start": 32653, - "end": 32779, + "start": 32807, + "end": 32933, "loc": { "start": { - "line": 838, + "line": 843, "column": 12 }, "end": { - "line": 840, + "line": 845, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 32657, - "end": 32704, + "start": 32811, + "end": 32858, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 32657, - "end": 32690, + "start": 32811, + "end": 32844, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32657, - "end": 32679, + "start": 32811, + "end": 32833, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32657, - "end": 32668, + "start": 32811, + "end": 32822, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32657, - "end": 32661, + "start": 32811, + "end": 32815, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 20 } }, @@ -173987,15 +174717,15 @@ }, "property": { "type": "Identifier", - "start": 32662, - "end": 32668, + "start": 32816, + "end": 32822, "loc": { "start": { - "line": 838, + "line": 843, "column": 21 }, "end": { - "line": 838, + "line": 843, "column": 27 }, "identifierName": "player" @@ -174007,15 +174737,15 @@ }, "property": { "type": "Identifier", - "start": 32669, - "end": 32679, + "start": 32823, + "end": 32833, "loc": { "start": { - "line": 838, + "line": 843, "column": 28 }, "end": { - "line": 838, + "line": 843, "column": 38 }, "identifierName": "controlBar" @@ -174027,15 +174757,15 @@ }, "property": { "type": "Identifier", - "start": 32680, - "end": 32690, + "start": 32834, + "end": 32844, "loc": { "start": { - "line": 838, + "line": 843, "column": 39 }, "end": { - "line": 838, + "line": 843, "column": 49 }, "identifierName": "playToggle" @@ -174048,15 +174778,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 32695, - "end": 32704, + "start": 32849, + "end": 32858, "loc": { "start": { - "line": 838, + "line": 843, "column": 54 }, "end": { - "line": 838, + "line": 843, "column": 63 }, "identifierName": "undefined" @@ -174067,129 +174797,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 32706, - "end": 32779, + "start": 32860, + "end": 32933, "loc": { "start": { - "line": 838, + "line": 843, "column": 65 }, "end": { - "line": 840, + "line": 845, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32724, - "end": 32765, + "start": 32878, + "end": 32919, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32724, - "end": 32764, + "start": 32878, + "end": 32918, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32724, - "end": 32762, + "start": 32878, + "end": 32916, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32757, + "start": 32878, + "end": 32911, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32746, + "start": 32878, + "end": 32900, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32724, - "end": 32735, + "start": 32878, + "end": 32889, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32724, - "end": 32728, + "start": 32878, + "end": 32882, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 20 } } }, "property": { "type": "Identifier", - "start": 32729, - "end": 32735, + "start": 32883, + "end": 32889, "loc": { "start": { - "line": 839, + "line": 844, "column": 21 }, "end": { - "line": 839, + "line": 844, "column": 27 }, "identifierName": "player" @@ -174200,15 +174930,15 @@ }, "property": { "type": "Identifier", - "start": 32736, - "end": 32746, + "start": 32890, + "end": 32900, "loc": { "start": { - "line": 839, + "line": 844, "column": 28 }, "end": { - "line": 839, + "line": 844, "column": 38 }, "identifierName": "controlBar" @@ -174219,15 +174949,15 @@ }, "property": { "type": "Identifier", - "start": 32747, - "end": 32757, + "start": 32901, + "end": 32911, "loc": { "start": { - "line": 839, + "line": 844, "column": 39 }, "end": { - "line": 839, + "line": 844, "column": 49 }, "identifierName": "playToggle" @@ -174238,15 +174968,15 @@ }, "property": { "type": "Identifier", - "start": 32758, - "end": 32762, + "start": 32912, + "end": 32916, "loc": { "start": { - "line": 839, + "line": 844, "column": 50 }, "end": { - "line": 839, + "line": 844, "column": 54 }, "identifierName": "hide" @@ -174267,15 +174997,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -174285,15 +175015,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -174302,57 +175032,57 @@ }, { "type": "ExpressionStatement", - "start": 32833, - "end": 32898, + "start": 32987, + "end": 33052, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 32833, - "end": 32897, + "start": 32987, + "end": 33051, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32833, - "end": 32841, + "start": 32987, + "end": 32995, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32833, - "end": 32837, + "start": 32987, + "end": 32991, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 16 } }, @@ -174360,15 +175090,15 @@ }, "property": { "type": "Identifier", - "start": 32838, - "end": 32841, + "start": 32992, + "end": 32995, "loc": { "start": { - "line": 843, + "line": 848, "column": 17 }, "end": { - "line": 843, + "line": 848, "column": 20 }, "identifierName": "off" @@ -174381,44 +175111,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32842, - "end": 32853, + "start": 32996, + "end": 33007, "loc": { "start": { - "line": 843, + "line": 848, "column": 21 }, "end": { - "line": 843, + "line": 848, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32842, - "end": 32846, + "start": 32996, + "end": 33000, "loc": { "start": { - "line": 843, + "line": 848, "column": 21 }, "end": { - "line": 843, + "line": 848, "column": 25 } } }, "property": { "type": "Identifier", - "start": 32847, - "end": 32853, + "start": 33001, + "end": 33007, "loc": { "start": { - "line": 843, + "line": 848, "column": 26 }, "end": { - "line": 843, + "line": 848, "column": 32 }, "identifierName": "player" @@ -174429,29 +175159,29 @@ }, { "type": "MemberExpression", - "start": 32855, - "end": 32871, + "start": 33009, + "end": 33025, "loc": { "start": { - "line": 843, + "line": 848, "column": 34 }, "end": { - "line": 843, + "line": 848, "column": 50 } }, "object": { "type": "Identifier", - "start": 32855, - "end": 32860, + "start": 33009, + "end": 33014, "loc": { "start": { - "line": 843, + "line": 848, "column": 34 }, "end": { - "line": 843, + "line": 848, "column": 39 }, "identifierName": "Event" @@ -174460,15 +175190,15 @@ }, "property": { "type": "Identifier", - "start": 32861, - "end": 32871, + "start": 33015, + "end": 33025, "loc": { "start": { - "line": 843, + "line": 848, "column": 40 }, "end": { - "line": 843, + "line": 848, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -174479,44 +175209,44 @@ }, { "type": "MemberExpression", - "start": 32873, - "end": 32896, + "start": 33027, + "end": 33050, "loc": { "start": { - "line": 843, + "line": 848, "column": 52 }, "end": { - "line": 843, + "line": 848, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 32873, - "end": 32877, + "start": 33027, + "end": 33031, "loc": { "start": { - "line": 843, + "line": 848, "column": 52 }, "end": { - "line": 843, + "line": 848, "column": 56 } } }, "property": { "type": "Identifier", - "start": 32878, - "end": 32896, + "start": 33032, + "end": 33050, "loc": { "start": { - "line": 843, + "line": 848, "column": 57 }, "end": { - "line": 843, + "line": 848, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -174532,15 +175262,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -174549,72 +175279,72 @@ }, { "type": "ExpressionStatement", - "start": 32911, - "end": 32971, + "start": 33065, + "end": 33125, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 32911, - "end": 32970, + "start": 33065, + "end": 33124, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 32911, - "end": 32919, + "start": 33065, + "end": 33073, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32911, - "end": 32915, + "start": 33065, + "end": 33069, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32916, - "end": 32919, + "start": 33070, + "end": 33073, "loc": { "start": { - "line": 844, + "line": 849, "column": 17 }, "end": { - "line": 844, + "line": 849, "column": 20 }, "identifierName": "off" @@ -174626,44 +175356,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32920, - "end": 32931, + "start": 33074, + "end": 33085, "loc": { "start": { - "line": 844, + "line": 849, "column": 21 }, "end": { - "line": 844, + "line": 849, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32920, - "end": 32924, + "start": 33074, + "end": 33078, "loc": { "start": { - "line": 844, + "line": 849, "column": 21 }, "end": { - "line": 844, + "line": 849, "column": 25 } } }, "property": { "type": "Identifier", - "start": 32925, - "end": 32931, + "start": 33079, + "end": 33085, "loc": { "start": { - "line": 844, + "line": 849, "column": 26 }, "end": { - "line": 844, + "line": 849, "column": 32 }, "identifierName": "player" @@ -174674,29 +175404,29 @@ }, { "type": "MemberExpression", - "start": 32933, - "end": 32944, + "start": 33087, + "end": 33098, "loc": { "start": { - "line": 844, + "line": 849, "column": 34 }, "end": { - "line": 844, + "line": 849, "column": 45 } }, "object": { "type": "Identifier", - "start": 32933, - "end": 32938, + "start": 33087, + "end": 33092, "loc": { "start": { - "line": 844, + "line": 849, "column": 34 }, "end": { - "line": 844, + "line": 849, "column": 39 }, "identifierName": "Event" @@ -174705,15 +175435,15 @@ }, "property": { "type": "Identifier", - "start": 32939, - "end": 32944, + "start": 33093, + "end": 33098, "loc": { "start": { - "line": 844, + "line": 849, "column": 40 }, "end": { - "line": 844, + "line": 849, "column": 45 }, "identifierName": "ENDED" @@ -174724,44 +175454,44 @@ }, { "type": "MemberExpression", - "start": 32946, - "end": 32969, + "start": 33100, + "end": 33123, "loc": { "start": { - "line": 844, + "line": 849, "column": 47 }, "end": { - "line": 844, + "line": 849, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 32946, - "end": 32950, + "start": 33100, + "end": 33104, "loc": { "start": { - "line": 844, + "line": 849, "column": 47 }, "end": { - "line": 844, + "line": 849, "column": 51 } } }, "property": { "type": "Identifier", - "start": 32951, - "end": 32969, + "start": 33105, + "end": 33123, "loc": { "start": { - "line": 844, + "line": 849, "column": 52 }, "end": { - "line": 844, + "line": 849, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -174776,15 +175506,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -174793,57 +175523,57 @@ }, { "type": "SwitchStatement", - "start": 33014, - "end": 34472, + "start": 33168, + "end": 34626, "loc": { "start": { - "line": 847, + "line": 852, "column": 12 }, "end": { - "line": 884, + "line": 889, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33022, - "end": 33042, + "start": 33176, + "end": 33196, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33022, - "end": 33040, + "start": 33176, + "end": 33194, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33022, - "end": 33026, + "start": 33176, + "end": 33180, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 24 } }, @@ -174851,15 +175581,15 @@ }, "property": { "type": "Identifier", - "start": 33027, - "end": 33040, + "start": 33181, + "end": 33194, "loc": { "start": { - "line": 847, + "line": 852, "column": 25 }, "end": { - "line": 847, + "line": 852, "column": 38 }, "identifierName": "getRecordType" @@ -174875,86 +175605,86 @@ "cases": [ { "type": "SwitchCase", - "start": 33062, - "end": 33447, + "start": 33216, + "end": 33601, "loc": { "start": { - "line": 848, + "line": 853, "column": 16 }, "end": { - "line": 856, + "line": 861, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33146, - "end": 33185, + "start": 33300, + "end": 33339, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 33146, - "end": 33184, + "start": 33300, + "end": 33338, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 33146, - "end": 33177, + "start": 33300, + "end": 33331, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 33146, - "end": 33157, + "start": 33300, + "end": 33311, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33146, - "end": 33150, + "start": 33300, + "end": 33304, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 24 } }, @@ -174962,15 +175692,15 @@ }, "property": { "type": "Identifier", - "start": 33151, - "end": 33157, + "start": 33305, + "end": 33311, "loc": { "start": { - "line": 850, + "line": 855, "column": 25 }, "end": { - "line": 850, + "line": 855, "column": 31 }, "identifierName": "surfer" @@ -174982,15 +175712,15 @@ }, "property": { "type": "Identifier", - "start": 33158, - "end": 33177, + "start": 33312, + "end": 33331, "loc": { "start": { - "line": 850, + "line": 855, "column": 32 }, "end": { - "line": 850, + "line": 855, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -175003,15 +175733,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33178, - "end": 33183, + "start": 33332, + "end": 33337, "loc": { "start": { - "line": 850, + "line": 855, "column": 52 }, "end": { - "line": 850, + "line": 855, "column": 57 } }, @@ -175024,15 +175754,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33099, - "end": 33125, + "start": 33253, + "end": 33279, "loc": { "start": { - "line": 849, + "line": 854, "column": 20 }, "end": { - "line": 849, + "line": 854, "column": 46 } } @@ -175042,15 +175772,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -175059,100 +175789,100 @@ }, { "type": "ExpressionStatement", - "start": 33268, - "end": 33313, + "start": 33422, + "end": 33467, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 33268, - "end": 33312, + "start": 33422, + "end": 33466, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33268, - "end": 33304, + "start": 33422, + "end": 33458, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33297, + "start": 33422, + "end": 33451, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33286, + "start": 33422, + "end": 33440, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33268, - "end": 33279, + "start": 33422, + "end": 33433, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33268, - "end": 33272, + "start": 33422, + "end": 33426, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 24 } }, @@ -175160,15 +175890,15 @@ }, "property": { "type": "Identifier", - "start": 33273, - "end": 33279, + "start": 33427, + "end": 33433, "loc": { "start": { - "line": 853, + "line": 858, "column": 25 }, "end": { - "line": 853, + "line": 858, "column": 31 }, "identifierName": "surfer" @@ -175180,15 +175910,15 @@ }, "property": { "type": "Identifier", - "start": 33280, - "end": 33286, + "start": 33434, + "end": 33440, "loc": { "start": { - "line": 853, + "line": 858, "column": 32 }, "end": { - "line": 853, + "line": 858, "column": 38 }, "identifierName": "surfer" @@ -175200,15 +175930,15 @@ }, "property": { "type": "Identifier", - "start": 33287, - "end": 33297, + "start": 33441, + "end": 33451, "loc": { "start": { - "line": 853, + "line": 858, "column": 39 }, "end": { - "line": 853, + "line": 858, "column": 49 }, "identifierName": "microphone" @@ -175220,15 +175950,15 @@ }, "property": { "type": "Identifier", - "start": 33298, - "end": 33304, + "start": 33452, + "end": 33458, "loc": { "start": { - "line": 853, + "line": 858, "column": 50 }, "end": { - "line": 853, + "line": 858, "column": 56 }, "identifierName": "paused" @@ -175240,15 +175970,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33307, - "end": 33312, + "start": 33461, + "end": 33466, "loc": { "start": { - "line": 853, + "line": 858, "column": 59 }, "end": { - "line": 853, + "line": 858, "column": 64 } }, @@ -175260,15 +175990,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -175277,87 +176007,87 @@ }, { "type": "ExpressionStatement", - "start": 33334, - "end": 33362, + "start": 33488, + "end": 33516, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 33334, - "end": 33361, + "start": 33488, + "end": 33515, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33334, - "end": 33354, + "start": 33488, + "end": 33508, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 33334, - "end": 33345, + "start": 33488, + "end": 33499, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33334, - "end": 33338, + "start": 33488, + "end": 33492, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33339, - "end": 33345, + "start": 33493, + "end": 33499, "loc": { "start": { - "line": 854, + "line": 859, "column": 25 }, "end": { - "line": 854, + "line": 859, "column": 31 }, "identifierName": "surfer" @@ -175368,15 +176098,15 @@ }, "property": { "type": "Identifier", - "start": 33346, - "end": 33354, + "start": 33500, + "end": 33508, "loc": { "start": { - "line": 854, + "line": 859, "column": 32 }, "end": { - "line": 854, + "line": 859, "column": 40 }, "identifierName": "liveMode" @@ -175387,15 +176117,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33357, - "end": 33361, + "start": 33511, + "end": 33515, "loc": { "start": { - "line": 854, + "line": 859, "column": 43 }, "end": { - "line": 854, + "line": 859, "column": 47 } }, @@ -175405,114 +176135,114 @@ }, { "type": "ExpressionStatement", - "start": 33383, - "end": 33420, + "start": 33537, + "end": 33574, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 33383, - "end": 33419, + "start": 33537, + "end": 33573, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 33383, - "end": 33417, + "start": 33537, + "end": 33571, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33412, + "start": 33537, + "end": 33566, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33401, + "start": 33537, + "end": 33555, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33383, - "end": 33394, + "start": 33537, + "end": 33548, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33383, - "end": 33387, + "start": 33537, + "end": 33541, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33388, - "end": 33394, + "start": 33542, + "end": 33548, "loc": { "start": { - "line": 855, + "line": 860, "column": 25 }, "end": { - "line": 855, + "line": 860, "column": 31 }, "identifierName": "surfer" @@ -175523,15 +176253,15 @@ }, "property": { "type": "Identifier", - "start": 33395, - "end": 33401, + "start": 33549, + "end": 33555, "loc": { "start": { - "line": 855, + "line": 860, "column": 32 }, "end": { - "line": 855, + "line": 860, "column": 38 }, "identifierName": "surfer" @@ -175542,15 +176272,15 @@ }, "property": { "type": "Identifier", - "start": 33402, - "end": 33412, + "start": 33556, + "end": 33566, "loc": { "start": { - "line": 855, + "line": 860, "column": 39 }, "end": { - "line": 855, + "line": 860, "column": 49 }, "identifierName": "microphone" @@ -175561,15 +176291,15 @@ }, "property": { "type": "Identifier", - "start": 33413, - "end": 33417, + "start": 33567, + "end": 33571, "loc": { "start": { - "line": 855, + "line": 860, "column": 50 }, "end": { - "line": 855, + "line": 860, "column": 54 }, "identifierName": "play" @@ -175583,15 +176313,15 @@ }, { "type": "BreakStatement", - "start": 33441, - "end": 33447, + "start": 33595, + "end": 33601, "loc": { "start": { - "line": 856, + "line": 861, "column": 20 }, "end": { - "line": 856, + "line": 861, "column": 26 } }, @@ -175600,15 +176330,15 @@ ], "test": { "type": "Identifier", - "start": 33067, - "end": 33077, + "start": 33221, + "end": 33231, "loc": { "start": { - "line": 848, + "line": 853, "column": 21 }, "end": { - "line": 848, + "line": 853, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -175618,30 +176348,30 @@ }, { "type": "SwitchCase", - "start": 33465, - "end": 33481, + "start": 33619, + "end": 33635, "loc": { "start": { - "line": 858, + "line": 863, "column": 16 }, "end": { - "line": 858, + "line": 863, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33470, - "end": 33480, + "start": 33624, + "end": 33634, "loc": { "start": { - "line": 858, + "line": 863, "column": 21 }, "end": { - "line": 858, + "line": 863, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -175651,30 +176381,30 @@ }, { "type": "SwitchCase", - "start": 33498, - "end": 33515, + "start": 33652, + "end": 33669, "loc": { "start": { - "line": 859, + "line": 864, "column": 16 }, "end": { - "line": 859, + "line": 864, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33503, - "end": 33514, + "start": 33657, + "end": 33668, "loc": { "start": { - "line": 859, + "line": 864, "column": 21 }, "end": { - "line": 859, + "line": 864, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -175684,30 +176414,30 @@ }, { "type": "SwitchCase", - "start": 33532, - "end": 33550, + "start": 33686, + "end": 33704, "loc": { "start": { - "line": 860, + "line": 865, "column": 16 }, "end": { - "line": 860, + "line": 865, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33537, - "end": 33549, + "start": 33691, + "end": 33703, "loc": { "start": { - "line": 860, + "line": 865, "column": 21 }, "end": { - "line": 860, + "line": 865, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -175717,72 +176447,72 @@ }, { "type": "SwitchCase", - "start": 33567, - "end": 33718, + "start": 33721, + "end": 33872, "loc": { "start": { - "line": 861, + "line": 866, "column": 16 }, "end": { - "line": 864, + "line": 869, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33666, - "end": 33691, + "start": 33820, + "end": 33845, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 33666, - "end": 33690, + "start": 33820, + "end": 33844, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 33666, - "end": 33688, + "start": 33820, + "end": 33842, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 33666, - "end": 33670, + "start": 33820, + "end": 33824, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 24 } }, @@ -175790,15 +176520,15 @@ }, "property": { "type": "Identifier", - "start": 33671, - "end": 33688, + "start": 33825, + "end": 33842, "loc": { "start": { - "line": 863, + "line": 868, "column": 25 }, "end": { - "line": 863, + "line": 868, "column": 42 }, "identifierName": "startVideoPreview" @@ -175815,15 +176545,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33605, - "end": 33645, + "start": 33759, + "end": 33799, "loc": { "start": { - "line": 862, + "line": 867, "column": 20 }, "end": { - "line": 862, + "line": 867, "column": 60 } } @@ -175832,15 +176562,15 @@ }, { "type": "BreakStatement", - "start": 33712, - "end": 33718, + "start": 33866, + "end": 33872, "loc": { "start": { - "line": 864, + "line": 869, "column": 20 }, "end": { - "line": 864, + "line": 869, "column": 26 } }, @@ -175849,15 +176579,15 @@ ], "test": { "type": "Identifier", - "start": 33572, - "end": 33583, + "start": 33726, + "end": 33737, "loc": { "start": { - "line": 861, + "line": 866, "column": 21 }, "end": { - "line": 861, + "line": 866, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -175867,100 +176597,100 @@ }, { "type": "SwitchCase", - "start": 33736, - "end": 34458, + "start": 33890, + "end": 34612, "loc": { "start": { - "line": 866, + "line": 871, "column": 16 }, "end": { - "line": 883, + "line": 888, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33816, - "end": 33848, + "start": 33970, + "end": 34002, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 33816, - "end": 33847, + "start": 33970, + "end": 34001, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33816, - "end": 33845, + "start": 33970, + "end": 33999, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33816, - "end": 33840, + "start": 33970, + "end": 33994, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 33816, - "end": 33827, + "start": 33970, + "end": 33981, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33816, - "end": 33820, + "start": 33970, + "end": 33974, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 24 } }, @@ -175968,15 +176698,15 @@ }, "property": { "type": "Identifier", - "start": 33821, - "end": 33827, + "start": 33975, + "end": 33981, "loc": { "start": { - "line": 868, + "line": 873, "column": 25 }, "end": { - "line": 868, + "line": 873, "column": 31 }, "identifierName": "player" @@ -175988,15 +176718,15 @@ }, "property": { "type": "Identifier", - "start": 33828, - "end": 33840, + "start": 33982, + "end": 33994, "loc": { "start": { - "line": 868, + "line": 873, "column": 32 }, "end": { - "line": 868, + "line": 873, "column": 44 }, "identifierName": "recordCanvas" @@ -176008,15 +176738,15 @@ }, "property": { "type": "Identifier", - "start": 33841, - "end": 33845, + "start": 33995, + "end": 33999, "loc": { "start": { - "line": 868, + "line": 873, "column": 45 }, "end": { - "line": 868, + "line": 873, "column": 49 }, "identifierName": "hide" @@ -176033,15 +176763,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33772, - "end": 33795, + "start": 33926, + "end": 33949, "loc": { "start": { - "line": 867, + "line": 872, "column": 20 }, "end": { - "line": 867, + "line": 872, "column": 43 } } @@ -176051,15 +176781,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -176068,85 +176798,85 @@ }, { "type": "ExpressionStatement", - "start": 33912, - "end": 33948, + "start": 34066, + "end": 34102, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 33912, - "end": 33947, + "start": 34066, + "end": 34101, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 33912, - "end": 33945, + "start": 34066, + "end": 34099, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 33912, - "end": 33940, + "start": 34066, + "end": 34094, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 33912, - "end": 33923, + "start": 34066, + "end": 34077, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33912, - "end": 33916, + "start": 34066, + "end": 34070, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 24 } }, @@ -176154,15 +176884,15 @@ }, "property": { "type": "Identifier", - "start": 33917, - "end": 33923, + "start": 34071, + "end": 34077, "loc": { "start": { - "line": 871, + "line": 876, "column": 25 }, "end": { - "line": 871, + "line": 876, "column": 31 }, "identifierName": "player" @@ -176174,15 +176904,15 @@ }, "property": { "type": "Identifier", - "start": 33924, - "end": 33940, + "start": 34078, + "end": 34094, "loc": { "start": { - "line": 871, + "line": 876, "column": 32 }, "end": { - "line": 871, + "line": 876, "column": 48 }, "identifierName": "animationDisplay" @@ -176194,15 +176924,15 @@ }, "property": { "type": "Identifier", - "start": 33941, - "end": 33945, + "start": 34095, + "end": 34099, "loc": { "start": { - "line": 871, + "line": 876, "column": 49 }, "end": { - "line": 871, + "line": 876, "column": 53 }, "identifierName": "hide" @@ -176219,15 +176949,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -176237,15 +176967,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -176254,86 +176984,86 @@ }, { "type": "ExpressionStatement", - "start": 34012, - "end": 34054, + "start": 34166, + "end": 34208, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 34012, - "end": 34053, + "start": 34166, + "end": 34207, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34012, - "end": 34043, + "start": 34166, + "end": 34197, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 34012, - "end": 34035, + "start": 34166, + "end": 34189, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 34012, - "end": 34029, + "start": 34166, + "end": 34183, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34012, - "end": 34016, + "start": 34166, + "end": 34170, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 24 } }, @@ -176341,15 +177071,15 @@ }, "property": { "type": "Identifier", - "start": 34017, - "end": 34029, + "start": 34171, + "end": 34183, "loc": { "start": { - "line": 874, + "line": 879, "column": 25 }, "end": { - "line": 874, + "line": 879, "column": 37 }, "identifierName": "mediaElement" @@ -176361,15 +177091,15 @@ }, "property": { "type": "Identifier", - "start": 34030, - "end": 34035, + "start": 34184, + "end": 34189, "loc": { "start": { - "line": 874, + "line": 879, "column": 38 }, "end": { - "line": 874, + "line": 879, "column": 43 }, "identifierName": "style" @@ -176381,15 +177111,15 @@ }, "property": { "type": "Identifier", - "start": 34036, - "end": 34043, + "start": 34190, + "end": 34197, "loc": { "start": { - "line": 874, + "line": 879, "column": 44 }, "end": { - "line": 874, + "line": 879, "column": 51 }, "identifierName": "display" @@ -176401,15 +177131,15 @@ }, "right": { "type": "StringLiteral", - "start": 34046, - "end": 34053, + "start": 34200, + "end": 34207, "loc": { "start": { - "line": 874, + "line": 879, "column": 54 }, "end": { - "line": 874, + "line": 879, "column": 61 } }, @@ -176425,15 +177155,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -176443,15 +177173,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -176459,15 +177189,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -176475,15 +177205,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -176492,85 +177222,85 @@ }, { "type": "ExpressionStatement", - "start": 34240, - "end": 34431, + "start": 34394, + "end": 34585, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 882, + "line": 887, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 34240, - "end": 34430, + "start": 34394, + "end": 34584, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 882, + "line": 887, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 34240, - "end": 34264, + "start": 34394, + "end": 34418, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 44 } }, "object": { "type": "CallExpression", - "start": 34240, - "end": 34259, + "start": 34394, + "end": 34413, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34240, - "end": 34257, + "start": 34394, + "end": 34411, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34240, - "end": 34244, + "start": 34394, + "end": 34398, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 24 } }, @@ -176578,15 +177308,15 @@ }, "property": { "type": "Identifier", - "start": 34245, - "end": 34257, + "start": 34399, + "end": 34411, "loc": { "start": { - "line": 879, + "line": 884, "column": 25 }, "end": { - "line": 879, + "line": 884, "column": 37 }, "identifierName": "captureFrame" @@ -176601,15 +177331,15 @@ }, "property": { "type": "Identifier", - "start": 34260, - "end": 34264, + "start": 34414, + "end": 34418, "loc": { "start": { - "line": 879, + "line": 884, "column": 40 }, "end": { - "line": 879, + "line": 884, "column": 44 }, "identifierName": "then" @@ -176622,15 +177352,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 34265, - "end": 34429, + "start": 34419, + "end": 34583, "loc": { "start": { - "line": 879, + "line": 884, "column": 45 }, "end": { - "line": 882, + "line": 887, "column": 21 } }, @@ -176641,15 +177371,15 @@ "params": [ { "type": "Identifier", - "start": 34266, - "end": 34272, + "start": 34420, + "end": 34426, "loc": { "start": { - "line": 879, + "line": 884, "column": 46 }, "end": { - "line": 879, + "line": 884, "column": 52 }, "identifierName": "result" @@ -176659,72 +177389,72 @@ ], "body": { "type": "BlockStatement", - "start": 34277, - "end": 34429, + "start": 34431, + "end": 34583, "loc": { "start": { - "line": 879, + "line": 884, "column": 57 }, "end": { - "line": 882, + "line": 887, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34382, - "end": 34407, + "start": 34536, + "end": 34561, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 34382, - "end": 34406, + "start": 34536, + "end": 34560, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 34382, - "end": 34404, + "start": 34536, + "end": 34558, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 34382, - "end": 34386, + "start": 34536, + "end": 34540, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 28 } }, @@ -176732,15 +177462,15 @@ }, "property": { "type": "Identifier", - "start": 34387, - "end": 34404, + "start": 34541, + "end": 34558, "loc": { "start": { - "line": 881, + "line": 886, "column": 29 }, "end": { - "line": 881, + "line": 886, "column": 46 }, "identifierName": "startVideoPreview" @@ -176757,15 +177487,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34303, - "end": 34357, + "start": 34457, + "end": 34511, "loc": { "start": { - "line": 880, + "line": 885, "column": 24 }, "end": { - "line": 880, + "line": 885, "column": 78 } } @@ -176783,15 +177513,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -176799,15 +177529,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -176815,15 +177545,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -176832,15 +177562,15 @@ }, { "type": "BreakStatement", - "start": 34452, - "end": 34458, + "start": 34606, + "end": 34612, "loc": { "start": { - "line": 883, + "line": 888, "column": 20 }, "end": { - "line": 883, + "line": 888, "column": 26 } }, @@ -176849,15 +177579,15 @@ ], "test": { "type": "Identifier", - "start": 33741, - "end": 33750, + "start": 33895, + "end": 33904, "loc": { "start": { - "line": 866, + "line": 871, "column": 21 }, "end": { - "line": 866, + "line": 871, "column": 30 }, "identifierName": "ANIMATION" @@ -176870,15 +177600,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -176887,58 +177617,58 @@ }, { "type": "IfStatement", - "start": 34486, - "end": 34599, + "start": 34640, + "end": 34753, "loc": { "start": { - "line": 886, + "line": 891, "column": 12 }, "end": { - "line": 889, + "line": 894, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 34490, - "end": 34509, + "start": 34644, + "end": 34663, "loc": { "start": { - "line": 886, + "line": 891, "column": 16 }, "end": { - "line": 886, + "line": 891, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 34490, - "end": 34494, + "start": 34644, + "end": 34648, "loc": { "start": { - "line": 886, + "line": 891, "column": 16 }, "end": { - "line": 886, + "line": 891, "column": 20 } } }, "property": { "type": "Identifier", - "start": 34495, - "end": 34509, + "start": 34649, + "end": 34663, "loc": { "start": { - "line": 886, + "line": 891, "column": 21 }, "end": { - "line": 886, + "line": 891, "column": 35 }, "identifierName": "autoMuteDevice" @@ -176949,72 +177679,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 34511, - "end": 34599, + "start": 34665, + "end": 34753, "loc": { "start": { - "line": 886, + "line": 891, "column": 37 }, "end": { - "line": 889, + "line": 894, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 34562, - "end": 34585, + "start": 34716, + "end": 34739, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 34562, - "end": 34584, + "start": 34716, + "end": 34738, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 34562, - "end": 34577, + "start": 34716, + "end": 34731, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34562, - "end": 34566, + "start": 34716, + "end": 34720, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 20 } }, @@ -177022,15 +177752,15 @@ }, "property": { "type": "Identifier", - "start": 34567, - "end": 34577, + "start": 34721, + "end": 34731, "loc": { "start": { - "line": 888, + "line": 893, "column": 21 }, "end": { - "line": 888, + "line": 893, "column": 31 }, "identifierName": "muteTracks" @@ -177043,15 +177773,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 34578, - "end": 34583, + "start": 34732, + "end": 34737, "loc": { "start": { - "line": 888, + "line": 893, "column": 32 }, "end": { - "line": 888, + "line": 893, "column": 37 } }, @@ -177064,15 +177794,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34529, - "end": 34545, + "start": 34683, + "end": 34699, "loc": { "start": { - "line": 887, + "line": 892, "column": 16 }, "end": { - "line": 887, + "line": 892, "column": 32 } } @@ -177088,15 +177818,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -177105,57 +177835,57 @@ }, { "type": "SwitchStatement", - "start": 34644, - "end": 35585, + "start": 34798, + "end": 35739, "loc": { "start": { - "line": 892, + "line": 897, "column": 12 }, "end": { - "line": 917, + "line": 922, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 34652, - "end": 34672, + "start": 34806, + "end": 34826, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 34652, - "end": 34670, + "start": 34806, + "end": 34824, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 34652, - "end": 34656, + "start": 34806, + "end": 34810, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 24 } }, @@ -177163,15 +177893,15 @@ }, "property": { "type": "Identifier", - "start": 34657, - "end": 34670, + "start": 34811, + "end": 34824, "loc": { "start": { - "line": 892, + "line": 897, "column": 25 }, "end": { - "line": 892, + "line": 897, "column": 38 }, "identifierName": "getRecordType" @@ -177187,72 +177917,72 @@ "cases": [ { "type": "SwitchCase", - "start": 34692, - "end": 34912, + "start": 34846, + "end": 35066, "loc": { "start": { - "line": 893, + "line": 898, "column": 16 }, "end": { - "line": 899, + "line": 904, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34768, - "end": 34790, + "start": 34922, + "end": 34944, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34768, - "end": 34789, + "start": 34922, + "end": 34943, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34768, - "end": 34787, + "start": 34922, + "end": 34941, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34768, - "end": 34772, + "start": 34922, + "end": 34926, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 24 } }, @@ -177260,15 +177990,15 @@ }, "property": { "type": "Identifier", - "start": 34773, - "end": 34787, + "start": 34927, + "end": 34941, "loc": { "start": { - "line": 895, + "line": 900, "column": 25 }, "end": { - "line": 895, + "line": 900, "column": 39 }, "identifierName": "createSnapshot" @@ -177285,15 +178015,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34729, - "end": 34747, + "start": 34883, + "end": 34901, "loc": { "start": { - "line": 894, + "line": 899, "column": 20 }, "end": { - "line": 894, + "line": 899, "column": 38 } } @@ -177303,15 +178033,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -177320,71 +178050,71 @@ }, { "type": "ExpressionStatement", - "start": 34845, - "end": 34885, + "start": 34999, + "end": 35039, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 34845, - "end": 34884, + "start": 34999, + "end": 35038, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 34845, - "end": 34864, + "start": 34999, + "end": 35018, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 34845, - "end": 34856, + "start": 34999, + "end": 35010, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34845, - "end": 34849, + "start": 34999, + "end": 35003, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 24 } }, @@ -177392,15 +178122,15 @@ }, "property": { "type": "Identifier", - "start": 34850, - "end": 34856, + "start": 35004, + "end": 35010, "loc": { "start": { - "line": 898, + "line": 903, "column": 25 }, "end": { - "line": 898, + "line": 903, "column": 31 }, "identifierName": "player" @@ -177412,15 +178142,15 @@ }, "property": { "type": "Identifier", - "start": 34857, - "end": 34864, + "start": 35011, + "end": 35018, "loc": { "start": { - "line": 898, + "line": 903, "column": 32 }, "end": { - "line": 898, + "line": 903, "column": 39 }, "identifierName": "trigger" @@ -177433,29 +178163,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 34865, - "end": 34883, + "start": 35019, + "end": 35037, "loc": { "start": { - "line": 898, + "line": 903, "column": 40 }, "end": { - "line": 898, + "line": 903, "column": 58 } }, "object": { "type": "Identifier", - "start": 34865, - "end": 34870, + "start": 35019, + "end": 35024, "loc": { "start": { - "line": 898, + "line": 903, "column": 40 }, "end": { - "line": 898, + "line": 903, "column": 45 }, "identifierName": "Event" @@ -177464,15 +178194,15 @@ }, "property": { "type": "Identifier", - "start": 34871, - "end": 34883, + "start": 35025, + "end": 35037, "loc": { "start": { - "line": 898, + "line": 903, "column": 46 }, "end": { - "line": 898, + "line": 903, "column": 58 }, "identifierName": "START_RECORD" @@ -177488,15 +178218,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -177505,15 +178235,15 @@ }, { "type": "BreakStatement", - "start": 34906, - "end": 34912, + "start": 35060, + "end": 35066, "loc": { "start": { - "line": 899, + "line": 904, "column": 20 }, "end": { - "line": 899, + "line": 904, "column": 26 } }, @@ -177522,15 +178252,15 @@ ], "test": { "type": "Identifier", - "start": 34697, - "end": 34707, + "start": 34851, + "end": 34861, "loc": { "start": { - "line": 893, + "line": 898, "column": 21 }, "end": { - "line": 893, + "line": 898, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -177540,30 +178270,30 @@ }, { "type": "SwitchCase", - "start": 34930, - "end": 34946, + "start": 35084, + "end": 35100, "loc": { "start": { - "line": 901, + "line": 906, "column": 16 }, "end": { - "line": 901, + "line": 906, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 34935, - "end": 34945, + "start": 35089, + "end": 35099, "loc": { "start": { - "line": 901, + "line": 906, "column": 21 }, "end": { - "line": 901, + "line": 906, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -177573,30 +178303,30 @@ }, { "type": "SwitchCase", - "start": 34963, - "end": 34980, + "start": 35117, + "end": 35134, "loc": { "start": { - "line": 902, + "line": 907, "column": 16 }, "end": { - "line": 902, + "line": 907, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 34968, - "end": 34979, + "start": 35122, + "end": 35133, "loc": { "start": { - "line": 902, + "line": 907, "column": 21 }, "end": { - "line": 902, + "line": 907, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -177606,30 +178336,30 @@ }, { "type": "SwitchCase", - "start": 34997, - "end": 35015, + "start": 35151, + "end": 35169, "loc": { "start": { - "line": 903, + "line": 908, "column": 16 }, "end": { - "line": 903, + "line": 908, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35002, - "end": 35014, + "start": 35156, + "end": 35168, "loc": { "start": { - "line": 903, + "line": 908, "column": 21 }, "end": { - "line": 903, + "line": 908, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -177639,30 +178369,30 @@ }, { "type": "SwitchCase", - "start": 35032, - "end": 35047, + "start": 35186, + "end": 35201, "loc": { "start": { - "line": 904, + "line": 909, "column": 16 }, "end": { - "line": 904, + "line": 909, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35037, - "end": 35046, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 904, + "line": 909, "column": 21 }, "end": { - "line": 904, + "line": 909, "column": 30 }, "identifierName": "ANIMATION" @@ -177672,86 +178402,86 @@ }, { "type": "SwitchCase", - "start": 35064, - "end": 35384, + "start": 35218, + "end": 35538, "loc": { "start": { - "line": 905, + "line": 910, "column": 16 }, "end": { - "line": 911, + "line": 916, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35181, - "end": 35357, + "start": 35335, + "end": 35511, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 910, + "line": 915, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 35181, - "end": 35356, + "start": 35335, + "end": 35510, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 910, + "line": 915, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 35181, - "end": 35196, + "start": 35335, + "end": 35350, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35181, - "end": 35192, + "start": 35335, + "end": 35346, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35181, - "end": 35185, + "start": 35335, + "end": 35339, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 24 } }, @@ -177759,15 +178489,15 @@ }, "property": { "type": "Identifier", - "start": 35186, - "end": 35192, + "start": 35340, + "end": 35346, "loc": { "start": { - "line": 907, + "line": 912, "column": 25 }, "end": { - "line": 907, + "line": 912, "column": 31 }, "identifierName": "player" @@ -177779,15 +178509,15 @@ }, "property": { "type": "Identifier", - "start": 35193, - "end": 35196, + "start": 35347, + "end": 35350, "loc": { "start": { - "line": 907, + "line": 912, "column": 32 }, "end": { - "line": 907, + "line": 912, "column": 35 }, "identifierName": "one" @@ -177800,29 +178530,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35197, - "end": 35217, + "start": 35351, + "end": 35371, "loc": { "start": { - "line": 907, + "line": 912, "column": 36 }, "end": { - "line": 907, + "line": 912, "column": 56 } }, "object": { "type": "Identifier", - "start": 35197, - "end": 35202, + "start": 35351, + "end": 35356, "loc": { "start": { - "line": 907, + "line": 912, "column": 36 }, "end": { - "line": 907, + "line": 912, "column": 41 }, "identifierName": "Event" @@ -177831,15 +178561,15 @@ }, "property": { "type": "Identifier", - "start": 35203, - "end": 35217, + "start": 35357, + "end": 35371, "loc": { "start": { - "line": 907, + "line": 912, "column": 42 }, "end": { - "line": 907, + "line": 912, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -177850,15 +178580,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 35219, - "end": 35355, + "start": 35373, + "end": 35509, "loc": { "start": { - "line": 907, + "line": 912, "column": 58 }, "end": { - "line": 910, + "line": 915, "column": 21 } }, @@ -177869,72 +178599,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35225, - "end": 35355, + "start": 35379, + "end": 35509, "loc": { "start": { - "line": 907, + "line": 912, "column": 64 }, "end": { - "line": 910, + "line": 915, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 35311, - "end": 35333, + "start": 35465, + "end": 35487, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 35311, - "end": 35332, + "start": 35465, + "end": 35486, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 35311, - "end": 35330, + "start": 35465, + "end": 35484, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 35311, - "end": 35315, + "start": 35465, + "end": 35469, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 28 } }, @@ -177942,15 +178672,15 @@ }, "property": { "type": "Identifier", - "start": 35316, - "end": 35330, + "start": 35470, + "end": 35484, "loc": { "start": { - "line": 909, + "line": 914, "column": 29 }, "end": { - "line": 909, + "line": 914, "column": 43 }, "identifierName": "startRecording" @@ -177967,15 +178697,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35251, - "end": 35286, + "start": 35405, + "end": 35440, "loc": { "start": { - "line": 908, + "line": 913, "column": 24 }, "end": { - "line": 908, + "line": 913, "column": 59 } } @@ -177993,15 +178723,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35102, - "end": 35160, + "start": 35256, + "end": 35314, "loc": { "start": { - "line": 906, + "line": 911, "column": 20 }, "end": { - "line": 906, + "line": 911, "column": 78 } } @@ -178010,15 +178740,15 @@ }, { "type": "BreakStatement", - "start": 35378, - "end": 35384, + "start": 35532, + "end": 35538, "loc": { "start": { - "line": 911, + "line": 916, "column": 20 }, "end": { - "line": 911, + "line": 916, "column": 26 } }, @@ -178027,15 +178757,15 @@ ], "test": { "type": "Identifier", - "start": 35069, - "end": 35080, + "start": 35223, + "end": 35234, "loc": { "start": { - "line": 905, + "line": 910, "column": 21 }, "end": { - "line": 905, + "line": 910, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -178045,72 +178775,72 @@ }, { "type": "SwitchCase", - "start": 35402, - "end": 35571, + "start": 35556, + "end": 35725, "loc": { "start": { - "line": 913, + "line": 918, "column": 16 }, "end": { - "line": 916, + "line": 921, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35549, - "end": 35571, + "start": 35703, + "end": 35725, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35549, - "end": 35570, + "start": 35703, + "end": 35724, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35549, - "end": 35568, + "start": 35703, + "end": 35722, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35549, - "end": 35553, + "start": 35703, + "end": 35707, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 24 } }, @@ -178118,15 +178848,15 @@ }, "property": { "type": "Identifier", - "start": 35554, - "end": 35568, + "start": 35708, + "end": 35722, "loc": { "start": { - "line": 916, + "line": 921, "column": 25 }, "end": { - "line": 916, + "line": 921, "column": 39 }, "identifierName": "startRecording" @@ -178143,15 +178873,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35431, - "end": 35484, + "start": 35585, + "end": 35638, "loc": { "start": { - "line": 914, + "line": 919, "column": 20 }, "end": { - "line": 914, + "line": 919, "column": 73 } } @@ -178159,15 +178889,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35505, - "end": 35528, + "start": 35659, + "end": 35682, "loc": { "start": { - "line": 915, + "line": 920, "column": 20 }, "end": { - "line": 915, + "line": 920, "column": 43 } } @@ -178182,15 +178912,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -178210,15 +178940,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -178228,15 +178958,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -178245,15 +178975,15 @@ }, { "type": "ClassMethod", - "start": 35663, - "end": 36281, + "start": 35817, + "end": 36435, "loc": { "start": { - "line": 925, + "line": 930, "column": 4 }, "end": { - "line": 946, + "line": 951, "column": 5 } }, @@ -178261,15 +178991,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35663, - "end": 35677, + "start": 35817, + "end": 35831, "loc": { "start": { - "line": 925, + "line": 930, "column": 4 }, "end": { - "line": 925, + "line": 930, "column": 18 }, "identifierName": "startRecording" @@ -178285,73 +179015,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35680, - "end": 36281, + "start": 35834, + "end": 36435, "loc": { "start": { - "line": 925, + "line": 930, "column": 21 }, "end": { - "line": 946, + "line": 951, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35725, - "end": 35745, + "start": 35879, + "end": 35899, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 35725, - "end": 35744, + "start": 35879, + "end": 35898, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35725, - "end": 35736, + "start": 35879, + "end": 35890, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35725, - "end": 35729, + "start": 35879, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 12 } }, @@ -178359,15 +179089,15 @@ }, "property": { "type": "Identifier", - "start": 35730, - "end": 35736, + "start": 35884, + "end": 35890, "loc": { "start": { - "line": 927, + "line": 932, "column": 13 }, "end": { - "line": 927, + "line": 932, "column": 19 }, "identifierName": "paused" @@ -178379,15 +179109,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35739, - "end": 35744, + "start": 35893, + "end": 35898, "loc": { "start": { - "line": 927, + "line": 932, "column": 22 }, "end": { - "line": 927, + "line": 932, "column": 27 } }, @@ -178399,15 +179129,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35690, - "end": 35716, + "start": 35844, + "end": 35870, "loc": { "start": { - "line": 926, + "line": 931, "column": 8 }, "end": { - "line": 926, + "line": 931, "column": 34 } } @@ -178416,73 +179146,73 @@ }, { "type": "ExpressionStatement", - "start": 35754, - "end": 35791, + "start": 35908, + "end": 35945, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 35754, - "end": 35790, + "start": 35908, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35754, - "end": 35768, + "start": 35908, + "end": 35922, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35754, - "end": 35758, + "start": 35908, + "end": 35912, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35759, - "end": 35768, + "start": 35913, + "end": 35922, "loc": { "start": { - "line": 928, + "line": 933, "column": 13 }, "end": { - "line": 928, + "line": 933, "column": 22 }, "identifierName": "pauseTime" @@ -178493,59 +179223,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 35771, - "end": 35790, + "start": 35925, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35771, - "end": 35786, + "start": 35925, + "end": 35940, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 35771, - "end": 35775, + "start": 35925, + "end": 35929, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35776, - "end": 35786, + "start": 35930, + "end": 35940, "loc": { "start": { - "line": 928, + "line": 933, "column": 30 }, "end": { - "line": 928, + "line": 933, "column": 40 }, "identifierName": "pausedTime" @@ -178556,15 +179286,15 @@ }, "right": { "type": "NumericLiteral", - "start": 35789, - "end": 35790, + "start": 35943, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 43 }, "end": { - "line": 928, + "line": 933, "column": 44 } }, @@ -178579,73 +179309,73 @@ }, { "type": "ExpressionStatement", - "start": 35800, - "end": 35835, + "start": 35954, + "end": 35989, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 35800, - "end": 35834, + "start": 35954, + "end": 35988, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35800, - "end": 35814, + "start": 35954, + "end": 35968, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35800, - "end": 35804, + "start": 35954, + "end": 35958, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35805, - "end": 35814, + "start": 35959, + "end": 35968, "loc": { "start": { - "line": 929, + "line": 934, "column": 13 }, "end": { - "line": 929, + "line": 934, "column": 22 }, "identifierName": "startTime" @@ -178656,43 +179386,43 @@ }, "right": { "type": "CallExpression", - "start": 35817, - "end": 35834, + "start": 35971, + "end": 35988, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 35817, - "end": 35832, + "start": 35971, + "end": 35986, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 40 } }, "object": { "type": "Identifier", - "start": 35817, - "end": 35828, + "start": 35971, + "end": 35982, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 36 }, "identifierName": "performance" @@ -178701,15 +179431,15 @@ }, "property": { "type": "Identifier", - "start": 35829, - "end": 35832, + "start": 35983, + "end": 35986, "loc": { "start": { - "line": 929, + "line": 934, "column": 37 }, "end": { - "line": 929, + "line": 934, "column": 40 }, "identifierName": "now" @@ -178725,15 +179455,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -178742,44 +179472,44 @@ }, { "type": "VariableDeclaration", - "start": 35872, - "end": 35900, + "start": 36026, + "end": 36054, "loc": { "start": { - "line": 932, + "line": 937, "column": 8 }, "end": { - "line": 932, + "line": 937, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 35878, - "end": 35899, + "start": 36032, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 937, "column": 14 }, "end": { - "line": 932, + "line": 937, "column": 35 } }, "id": { "type": "Identifier", - "start": 35878, - "end": 35893, + "start": 36032, + "end": 36047, "loc": { "start": { - "line": 932, + "line": 937, "column": 14 }, "end": { - "line": 932, + "line": 937, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -178789,15 +179519,15 @@ }, "init": { "type": "NumericLiteral", - "start": 35896, - "end": 35899, + "start": 36050, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 937, "column": 32 }, "end": { - "line": 932, + "line": 937, "column": 35 } }, @@ -178815,15 +179545,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -178833,15 +179563,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -178850,58 +179580,58 @@ }, { "type": "ExpressionStatement", - "start": 35915, - "end": 36015, + "start": 36069, + "end": 36169, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 934, + "line": 939, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 35915, - "end": 36014, + "start": 36069, + "end": 36168, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 934, + "line": 939, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35915, - "end": 35929, + "start": 36069, + "end": 36083, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 933, + "line": 938, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35915, - "end": 35919, + "start": 36069, + "end": 36073, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 933, + "line": 938, "column": 12 } }, @@ -178909,15 +179639,15 @@ }, "property": { "type": "Identifier", - "start": 35920, - "end": 35929, + "start": 36074, + "end": 36083, "loc": { "start": { - "line": 933, + "line": 938, "column": 13 }, "end": { - "line": 933, + "line": 938, "column": 22 }, "identifierName": "countDown" @@ -178929,72 +179659,72 @@ }, "right": { "type": "CallExpression", - "start": 35932, - "end": 36014, + "start": 36086, + "end": 36168, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 934, + "line": 939, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 35932, - "end": 35955, + "start": 36086, + "end": 36109, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 35932, - "end": 35943, + "start": 36086, + "end": 36097, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 35932, - "end": 35936, + "start": 36086, + "end": 36090, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35937, - "end": 35943, + "start": 36091, + "end": 36097, "loc": { "start": { - "line": 933, + "line": 938, "column": 30 }, "end": { - "line": 933, + "line": 938, "column": 36 }, "identifierName": "player" @@ -179005,15 +179735,15 @@ }, "property": { "type": "Identifier", - "start": 35944, - "end": 35955, + "start": 36098, + "end": 36109, "loc": { "start": { - "line": 933, + "line": 938, "column": 37 }, "end": { - "line": 933, + "line": 938, "column": 48 }, "identifierName": "setInterval" @@ -179025,72 +179755,72 @@ "arguments": [ { "type": "CallExpression", - "start": 35969, - "end": 35996, + "start": 36123, + "end": 36150, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 35969, - "end": 35990, + "start": 36123, + "end": 36144, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 35969, - "end": 35985, + "start": 36123, + "end": 36139, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 35969, - "end": 35973, + "start": 36123, + "end": 36127, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35974, - "end": 35985, + "start": 36128, + "end": 36139, "loc": { "start": { - "line": 934, + "line": 939, "column": 17 }, "end": { - "line": 934, + "line": 939, "column": 28 }, "identifierName": "onCountDown" @@ -179101,15 +179831,15 @@ }, "property": { "type": "Identifier", - "start": 35986, - "end": 35990, + "start": 36140, + "end": 36144, "loc": { "start": { - "line": 934, + "line": 939, "column": 29 }, "end": { - "line": 934, + "line": 939, "column": 33 }, "identifierName": "bind" @@ -179121,15 +179851,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 35991, - "end": 35995, + "start": 36145, + "end": 36149, "loc": { "start": { - "line": 934, + "line": 939, "column": 34 }, "end": { - "line": 934, + "line": 939, "column": 38 } } @@ -179138,15 +179868,15 @@ }, { "type": "Identifier", - "start": 35998, - "end": 36013, + "start": 36152, + "end": 36167, "loc": { "start": { - "line": 934, + "line": 939, "column": 41 }, "end": { - "line": 934, + "line": 939, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -179161,15 +179891,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -179179,15 +179909,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -179196,57 +179926,57 @@ }, { "type": "IfStatement", - "start": 36063, - "end": 36140, + "start": 36217, + "end": 36294, "loc": { "start": { - "line": 937, + "line": 942, "column": 8 }, "end": { - "line": 939, + "line": 944, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 36067, - "end": 36092, + "start": 36221, + "end": 36246, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 36067, - "end": 36078, + "start": 36221, + "end": 36232, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36067, - "end": 36071, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 16 } }, @@ -179254,15 +179984,15 @@ }, "property": { "type": "Identifier", - "start": 36072, - "end": 36078, + "start": 36226, + "end": 36232, "loc": { "start": { - "line": 937, + "line": 942, "column": 17 }, "end": { - "line": 937, + "line": 942, "column": 23 }, "identifierName": "engine" @@ -179275,15 +180005,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36083, - "end": 36092, + "start": 36237, + "end": 36246, "loc": { "start": { - "line": 937, + "line": 942, "column": 28 }, "end": { - "line": 937, + "line": 942, "column": 37 }, "identifierName": "undefined" @@ -179294,101 +180024,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36094, - "end": 36140, + "start": 36248, + "end": 36294, "loc": { "start": { - "line": 937, + "line": 942, "column": 39 }, "end": { - "line": 939, + "line": 944, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36108, - "end": 36130, + "start": 36262, + "end": 36284, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 36108, - "end": 36129, + "start": 36262, + "end": 36283, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 36108, - "end": 36127, + "start": 36262, + "end": 36281, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 36108, - "end": 36119, + "start": 36262, + "end": 36273, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36108, - "end": 36112, + "start": 36262, + "end": 36266, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36113, - "end": 36119, + "start": 36267, + "end": 36273, "loc": { "start": { - "line": 938, + "line": 943, "column": 17 }, "end": { - "line": 938, + "line": 943, "column": 23 }, "identifierName": "engine" @@ -179399,15 +180129,15 @@ }, "property": { "type": "Identifier", - "start": 36120, - "end": 36127, + "start": 36274, + "end": 36281, "loc": { "start": { - "line": 938, + "line": 943, "column": 24 }, "end": { - "line": 938, + "line": 943, "column": 31 }, "identifierName": "dispose" @@ -179428,15 +180158,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -179446,15 +180176,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -179463,71 +180193,71 @@ }, { "type": "ExpressionStatement", - "start": 36184, - "end": 36204, + "start": 36338, + "end": 36358, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 36184, - "end": 36203, + "start": 36338, + "end": 36357, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 36184, - "end": 36201, + "start": 36338, + "end": 36355, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 36184, - "end": 36195, + "start": 36338, + "end": 36349, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36184, - "end": 36188, + "start": 36338, + "end": 36342, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 12 } }, @@ -179535,15 +180265,15 @@ }, "property": { "type": "Identifier", - "start": 36189, - "end": 36195, + "start": 36343, + "end": 36349, "loc": { "start": { - "line": 942, + "line": 947, "column": 13 }, "end": { - "line": 942, + "line": 947, "column": 19 }, "identifierName": "engine" @@ -179555,15 +180285,15 @@ }, "property": { "type": "Identifier", - "start": 36196, - "end": 36201, + "start": 36350, + "end": 36355, "loc": { "start": { - "line": 942, + "line": 947, "column": 20 }, "end": { - "line": 942, + "line": 947, "column": 25 }, "identifierName": "start" @@ -179580,15 +180310,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -179598,15 +180328,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -179615,71 +180345,71 @@ }, { "type": "ExpressionStatement", - "start": 36235, - "end": 36275, + "start": 36389, + "end": 36429, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 36235, - "end": 36274, + "start": 36389, + "end": 36428, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36235, - "end": 36254, + "start": 36389, + "end": 36408, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36235, - "end": 36246, + "start": 36389, + "end": 36400, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36235, - "end": 36239, + "start": 36389, + "end": 36393, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 12 } }, @@ -179687,15 +180417,15 @@ }, "property": { "type": "Identifier", - "start": 36240, - "end": 36246, + "start": 36394, + "end": 36400, "loc": { "start": { - "line": 945, + "line": 950, "column": 13 }, "end": { - "line": 945, + "line": 950, "column": 19 }, "identifierName": "player" @@ -179707,15 +180437,15 @@ }, "property": { "type": "Identifier", - "start": 36247, - "end": 36254, + "start": 36401, + "end": 36408, "loc": { "start": { - "line": 945, + "line": 950, "column": 20 }, "end": { - "line": 945, + "line": 950, "column": 27 }, "identifierName": "trigger" @@ -179728,29 +180458,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36255, - "end": 36273, + "start": 36409, + "end": 36427, "loc": { "start": { - "line": 945, + "line": 950, "column": 28 }, "end": { - "line": 945, + "line": 950, "column": 46 } }, "object": { "type": "Identifier", - "start": 36255, - "end": 36260, + "start": 36409, + "end": 36414, "loc": { "start": { - "line": 945, + "line": 950, "column": 28 }, "end": { - "line": 945, + "line": 950, "column": 33 }, "identifierName": "Event" @@ -179759,15 +180489,15 @@ }, "property": { "type": "Identifier", - "start": 36261, - "end": 36273, + "start": 36415, + "end": 36427, "loc": { "start": { - "line": 945, + "line": 950, "column": 34 }, "end": { - "line": 945, + "line": 950, "column": 46 }, "identifierName": "START_RECORD" @@ -179783,15 +180513,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -179806,15 +180536,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -179824,15 +180554,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -179841,15 +180571,15 @@ }, { "type": "ClassMethod", - "start": 36326, - "end": 37245, + "start": 36480, + "end": 37399, "loc": { "start": { - "line": 951, + "line": 956, "column": 4 }, "end": { - "line": 979, + "line": 984, "column": 5 } }, @@ -179857,15 +180587,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36326, - "end": 36330, + "start": 36480, + "end": 36484, "loc": { "start": { - "line": 951, + "line": 956, "column": 4 }, "end": { - "line": 951, + "line": 956, "column": 8 }, "identifierName": "stop" @@ -179881,44 +180611,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36333, - "end": 37245, + "start": 36487, + "end": 37399, "loc": { "start": { - "line": 951, + "line": 956, "column": 11 }, "end": { - "line": 979, + "line": 984, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36343, - "end": 37239, + "start": 36497, + "end": 37393, "loc": { "start": { - "line": 952, + "line": 957, "column": 8 }, "end": { - "line": 978, + "line": 983, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36347, - "end": 36367, + "start": 36501, + "end": 36521, "loc": { "start": { - "line": 952, + "line": 957, "column": 12 }, "end": { - "line": 952, + "line": 957, "column": 32 } }, @@ -179926,58 +180656,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36348, - "end": 36367, + "start": 36502, + "end": 36521, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 36348, - "end": 36365, + "start": 36502, + "end": 36519, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36348, - "end": 36352, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 17 } } }, "property": { "type": "Identifier", - "start": 36353, - "end": 36365, + "start": 36507, + "end": 36519, "loc": { "start": { - "line": 952, + "line": 957, "column": 18 }, "end": { - "line": 952, + "line": 957, "column": 30 }, "identifierName": "isProcessing" @@ -179994,88 +180724,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36369, - "end": 37239, + "start": 36523, + "end": 37393, "loc": { "start": { - "line": 952, + "line": 957, "column": 34 }, "end": { - "line": 978, + "line": 983, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36383, - "end": 36407, + "start": 36537, + "end": 36561, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36383, - "end": 36406, + "start": 36537, + "end": 36560, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36383, - "end": 36398, + "start": 36537, + "end": 36552, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36383, - "end": 36387, + "start": 36537, + "end": 36541, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36388, - "end": 36398, + "start": 36542, + "end": 36552, "loc": { "start": { - "line": 953, + "line": 958, "column": 17 }, "end": { - "line": 953, + "line": 958, "column": 27 }, "identifierName": "_recording" @@ -180086,15 +180816,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36401, - "end": 36406, + "start": 36555, + "end": 36560, "loc": { "start": { - "line": 953, + "line": 958, "column": 30 }, "end": { - "line": 953, + "line": 958, "column": 35 } }, @@ -180104,73 +180834,73 @@ }, { "type": "ExpressionStatement", - "start": 36420, - "end": 36444, + "start": 36574, + "end": 36598, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36420, - "end": 36443, + "start": 36574, + "end": 36597, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36420, - "end": 36436, + "start": 36574, + "end": 36590, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36420, - "end": 36424, + "start": 36574, + "end": 36578, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36425, - "end": 36436, + "start": 36579, + "end": 36590, "loc": { "start": { - "line": 954, + "line": 959, "column": 17 }, "end": { - "line": 954, + "line": 959, "column": 28 }, "identifierName": "_processing" @@ -180181,15 +180911,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36439, - "end": 36443, + "start": 36593, + "end": 36597, "loc": { "start": { - "line": 954, + "line": 959, "column": 31 }, "end": { - "line": 954, + "line": 959, "column": 35 } }, @@ -180199,86 +180929,86 @@ }, { "type": "IfStatement", - "start": 36458, - "end": 37229, + "start": 36612, + "end": 37383, "loc": { "start": { - "line": 956, + "line": 961, "column": 12 }, "end": { - "line": 977, + "line": 982, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36462, - "end": 36497, + "start": 36616, + "end": 36651, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36462, - "end": 36482, + "start": 36616, + "end": 36636, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36462, - "end": 36480, + "start": 36616, + "end": 36634, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36462, - "end": 36466, + "start": 36616, + "end": 36620, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36467, - "end": 36480, + "start": 36621, + "end": 36634, "loc": { "start": { - "line": 956, + "line": 961, "column": 21 }, "end": { - "line": 956, + "line": 961, "column": 34 }, "identifierName": "getRecordType" @@ -180292,15 +181022,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36487, - "end": 36497, + "start": 36641, + "end": 36651, "loc": { "start": { - "line": 956, + "line": 961, "column": 41 }, "end": { - "line": 956, + "line": 961, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -180310,86 +181040,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36499, - "end": 37001, + "start": 36653, + "end": 37155, "loc": { "start": { - "line": 956, + "line": 961, "column": 53 }, "end": { - "line": 972, + "line": 977, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36546, - "end": 36585, + "start": 36700, + "end": 36739, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36546, - "end": 36584, + "start": 36700, + "end": 36738, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 36546, - "end": 36565, + "start": 36700, + "end": 36719, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 36546, - "end": 36557, + "start": 36700, + "end": 36711, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36546, - "end": 36550, + "start": 36700, + "end": 36704, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 20 } }, @@ -180397,15 +181127,15 @@ }, "property": { "type": "Identifier", - "start": 36551, - "end": 36557, + "start": 36705, + "end": 36711, "loc": { "start": { - "line": 958, + "line": 963, "column": 21 }, "end": { - "line": 958, + "line": 963, "column": 27 }, "identifierName": "player" @@ -180417,15 +181147,15 @@ }, "property": { "type": "Identifier", - "start": 36558, - "end": 36565, + "start": 36712, + "end": 36719, "loc": { "start": { - "line": 958, + "line": 963, "column": 28 }, "end": { - "line": 958, + "line": 963, "column": 35 }, "identifierName": "trigger" @@ -180438,29 +181168,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36566, - "end": 36583, + "start": 36720, + "end": 36737, "loc": { "start": { - "line": 958, + "line": 963, "column": 36 }, "end": { - "line": 958, + "line": 963, "column": 53 } }, "object": { "type": "Identifier", - "start": 36566, - "end": 36571, + "start": 36720, + "end": 36725, "loc": { "start": { - "line": 958, + "line": 963, "column": 36 }, "end": { - "line": 958, + "line": 963, "column": 41 }, "identifierName": "Event" @@ -180469,15 +181199,15 @@ }, "property": { "type": "Identifier", - "start": 36572, - "end": 36583, + "start": 36726, + "end": 36737, "loc": { "start": { - "line": 958, + "line": 963, "column": 42 }, "end": { - "line": 958, + "line": 963, "column": 53 }, "identifierName": "STOP_RECORD" @@ -180493,15 +181223,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36517, - "end": 36529, + "start": 36671, + "end": 36683, "loc": { "start": { - "line": 957, + "line": 962, "column": 16 }, "end": { - "line": 957, + "line": 962, "column": 28 } } @@ -180511,15 +181241,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -180528,71 +181258,71 @@ }, { "type": "ExpressionStatement", - "start": 36637, - "end": 36679, + "start": 36791, + "end": 36833, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36637, - "end": 36678, + "start": 36791, + "end": 36832, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36637, - "end": 36662, + "start": 36791, + "end": 36816, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 36637, - "end": 36648, + "start": 36791, + "end": 36802, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36637, - "end": 36641, + "start": 36791, + "end": 36795, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 20 } }, @@ -180600,15 +181330,15 @@ }, "property": { "type": "Identifier", - "start": 36642, - "end": 36648, + "start": 36796, + "end": 36802, "loc": { "start": { - "line": 961, + "line": 966, "column": 21 }, "end": { - "line": 961, + "line": 966, "column": 27 }, "identifierName": "player" @@ -180620,15 +181350,15 @@ }, "property": { "type": "Identifier", - "start": 36649, - "end": 36662, + "start": 36803, + "end": 36816, "loc": { "start": { - "line": 961, + "line": 966, "column": 28 }, "end": { - "line": 961, + "line": 966, "column": 41 }, "identifierName": "clearInterval" @@ -180641,44 +181371,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 36663, - "end": 36677, + "start": 36817, + "end": 36831, "loc": { "start": { - "line": 961, + "line": 966, "column": 42 }, "end": { - "line": 961, + "line": 966, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 36663, - "end": 36667, + "start": 36817, + "end": 36821, "loc": { "start": { - "line": 961, + "line": 966, "column": 42 }, "end": { - "line": 961, + "line": 966, "column": 46 } } }, "property": { "type": "Identifier", - "start": 36668, - "end": 36677, + "start": 36822, + "end": 36831, "loc": { "start": { - "line": 961, + "line": 966, "column": 47 }, "end": { - "line": 961, + "line": 966, "column": 56 }, "identifierName": "countDown" @@ -180694,15 +181424,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -180712,15 +181442,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -180729,43 +181459,43 @@ }, { "type": "IfStatement", - "start": 36771, - "end": 36847, + "start": 36925, + "end": 37001, "loc": { "start": { - "line": 964, + "line": 969, "column": 16 }, "end": { - "line": 966, + "line": 971, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36775, - "end": 36786, + "start": 36929, + "end": 36940, "loc": { "start": { - "line": 964, + "line": 969, "column": 20 }, "end": { - "line": 964, + "line": 969, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36775, - "end": 36779, + "start": 36929, + "end": 36933, "loc": { "start": { - "line": 964, + "line": 969, "column": 20 }, "end": { - "line": 964, + "line": 969, "column": 24 } }, @@ -180773,15 +181503,15 @@ }, "property": { "type": "Identifier", - "start": 36780, - "end": 36786, + "start": 36934, + "end": 36940, "loc": { "start": { - "line": 964, + "line": 969, "column": 25 }, "end": { - "line": 964, + "line": 969, "column": 31 }, "identifierName": "engine" @@ -180793,101 +181523,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36788, - "end": 36847, + "start": 36942, + "end": 37001, "loc": { "start": { - "line": 964, + "line": 969, "column": 33 }, "end": { - "line": 966, + "line": 971, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36810, - "end": 36829, + "start": 36964, + "end": 36983, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 36810, - "end": 36828, + "start": 36964, + "end": 36982, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 36810, - "end": 36826, + "start": 36964, + "end": 36980, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 36810, - "end": 36821, + "start": 36964, + "end": 36975, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36810, - "end": 36814, + "start": 36964, + "end": 36968, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36815, - "end": 36821, + "start": 36969, + "end": 36975, "loc": { "start": { - "line": 965, + "line": 970, "column": 25 }, "end": { - "line": 965, + "line": 970, "column": 31 }, "identifierName": "engine" @@ -180898,15 +181628,15 @@ }, "property": { "type": "Identifier", - "start": 36822, - "end": 36826, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 965, + "line": 970, "column": 32 }, "end": { - "line": 965, + "line": 970, "column": 36 }, "identifierName": "stop" @@ -180926,15 +181656,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -180943,58 +181673,58 @@ }, { "type": "IfStatement", - "start": 36865, - "end": 36987, + "start": 37019, + "end": 37141, "loc": { "start": { - "line": 968, + "line": 973, "column": 16 }, "end": { - "line": 971, + "line": 976, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36869, - "end": 36888, + "start": 37023, + "end": 37042, "loc": { "start": { - "line": 968, + "line": 973, "column": 20 }, "end": { - "line": 968, + "line": 973, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 36869, - "end": 36873, + "start": 37023, + "end": 37027, "loc": { "start": { - "line": 968, + "line": 973, "column": 20 }, "end": { - "line": 968, + "line": 973, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36874, - "end": 36888, + "start": 37028, + "end": 37042, "loc": { "start": { - "line": 968, + "line": 973, "column": 25 }, "end": { - "line": 968, + "line": 973, "column": 39 }, "identifierName": "autoMuteDevice" @@ -181005,72 +181735,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36890, - "end": 36987, + "start": 37044, + "end": 37141, "loc": { "start": { - "line": 968, + "line": 973, "column": 41 }, "end": { - "line": 971, + "line": 976, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36947, - "end": 36969, + "start": 37101, + "end": 37123, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 36947, - "end": 36968, + "start": 37101, + "end": 37122, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 36947, - "end": 36962, + "start": 37101, + "end": 37116, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 36947, - "end": 36951, + "start": 37101, + "end": 37105, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 24 } }, @@ -181078,15 +181808,15 @@ }, "property": { "type": "Identifier", - "start": 36952, - "end": 36962, + "start": 37106, + "end": 37116, "loc": { "start": { - "line": 970, + "line": 975, "column": 25 }, "end": { - "line": 970, + "line": 975, "column": 35 }, "identifierName": "muteTracks" @@ -181099,15 +181829,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 36963, - "end": 36967, + "start": 37117, + "end": 37121, "loc": { "start": { - "line": 970, + "line": 975, "column": 36 }, "end": { - "line": 970, + "line": 975, "column": 40 } }, @@ -181120,15 +181850,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 36912, - "end": 36926, + "start": 37066, + "end": 37080, "loc": { "start": { - "line": 969, + "line": 974, "column": 20 }, "end": { - "line": 969, + "line": 974, "column": 34 } } @@ -181145,87 +181875,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 37007, - "end": 37229, + "start": 37161, + "end": 37383, "loc": { "start": { - "line": 972, + "line": 977, "column": 19 }, "end": { - "line": 977, + "line": 982, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 37025, - "end": 37215, + "start": 37179, + "end": 37369, "loc": { "start": { - "line": 973, + "line": 978, "column": 16 }, "end": { - "line": 976, + "line": 981, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37029, - "end": 37053, + "start": 37183, + "end": 37207, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 37029, - "end": 37040, + "start": 37183, + "end": 37194, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37029, - "end": 37033, + "start": 37183, + "end": 37187, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37034, - "end": 37040, + "start": 37188, + "end": 37194, "loc": { "start": { - "line": 973, + "line": 978, "column": 25 }, "end": { - "line": 973, + "line": 978, "column": 31 }, "identifierName": "player" @@ -181236,15 +181966,15 @@ }, "property": { "type": "Identifier", - "start": 37041, - "end": 37053, + "start": 37195, + "end": 37207, "loc": { "start": { - "line": 973, + "line": 978, "column": 32 }, "end": { - "line": 973, + "line": 978, "column": 44 }, "identifierName": "recordedData" @@ -181255,86 +181985,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37055, - "end": 37215, + "start": 37209, + "end": 37369, "loc": { "start": { - "line": 973, + "line": 978, "column": 46 }, "end": { - "line": 976, + "line": 981, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37156, - "end": 37197, + "start": 37310, + "end": 37351, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 37156, - "end": 37196, + "start": 37310, + "end": 37350, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 37156, - "end": 37175, + "start": 37310, + "end": 37329, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 37156, - "end": 37167, + "start": 37310, + "end": 37321, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37156, - "end": 37160, + "start": 37310, + "end": 37314, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 24 } }, @@ -181342,15 +182072,15 @@ }, "property": { "type": "Identifier", - "start": 37161, - "end": 37167, + "start": 37315, + "end": 37321, "loc": { "start": { - "line": 975, + "line": 980, "column": 25 }, "end": { - "line": 975, + "line": 980, "column": 31 }, "identifierName": "player" @@ -181362,15 +182092,15 @@ }, "property": { "type": "Identifier", - "start": 37168, - "end": 37175, + "start": 37322, + "end": 37329, "loc": { "start": { - "line": 975, + "line": 980, "column": 32 }, "end": { - "line": 975, + "line": 980, "column": 39 }, "identifierName": "trigger" @@ -181383,29 +182113,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37176, - "end": 37195, + "start": 37330, + "end": 37349, "loc": { "start": { - "line": 975, + "line": 980, "column": 40 }, "end": { - "line": 975, + "line": 980, "column": 59 } }, "object": { "type": "Identifier", - "start": 37176, - "end": 37181, + "start": 37330, + "end": 37335, "loc": { "start": { - "line": 975, + "line": 980, "column": 40 }, "end": { - "line": 975, + "line": 980, "column": 45 }, "identifierName": "Event" @@ -181414,15 +182144,15 @@ }, "property": { "type": "Identifier", - "start": 37182, - "end": 37195, + "start": 37336, + "end": 37349, "loc": { "start": { - "line": 975, + "line": 980, "column": 46 }, "end": { - "line": 975, + "line": 980, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -181438,15 +182168,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37077, - "end": 37135, + "start": 37231, + "end": 37289, "loc": { "start": { - "line": 974, + "line": 979, "column": 20 }, "end": { - "line": 974, + "line": 979, "column": 78 } } @@ -181475,15 +182205,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -181493,15 +182223,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -181510,15 +182240,15 @@ }, { "type": "ClassMethod", - "start": 37314, - "end": 37740, + "start": 37468, + "end": 37894, "loc": { "start": { - "line": 984, + "line": 989, "column": 4 }, "end": { - "line": 996, + "line": 1001, "column": 5 } }, @@ -181526,15 +182256,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37314, - "end": 37324, + "start": 37468, + "end": 37478, "loc": { "start": { - "line": 984, + "line": 989, "column": 4 }, "end": { - "line": 984, + "line": 989, "column": 14 }, "identifierName": "stopDevice" @@ -181550,87 +182280,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37327, - "end": 37740, + "start": 37481, + "end": 37894, "loc": { "start": { - "line": 984, + "line": 989, "column": 17 }, "end": { - "line": 996, + "line": 1001, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37337, - "end": 37734, + "start": 37491, + "end": 37888, "loc": { "start": { - "line": 985, + "line": 990, "column": 8 }, "end": { - "line": 995, + "line": 1000, "column": 9 } }, "test": { "type": "CallExpression", - "start": 37341, - "end": 37359, + "start": 37495, + "end": 37513, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 37341, - "end": 37357, + "start": 37495, + "end": 37511, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 37341, - "end": 37345, + "start": 37495, + "end": 37499, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37346, - "end": 37357, + "start": 37500, + "end": 37511, "loc": { "start": { - "line": 985, + "line": 990, "column": 17 }, "end": { - "line": 985, + "line": 990, "column": 28 }, "identifierName": "isRecording" @@ -181643,86 +182373,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37361, - "end": 37613, + "start": 37515, + "end": 37767, "loc": { "start": { - "line": 985, + "line": 990, "column": 32 }, "end": { - "line": 992, + "line": 997, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37482, - "end": 37547, + "start": 37636, + "end": 37701, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 37482, - "end": 37546, + "start": 37636, + "end": 37700, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 37482, - "end": 37497, + "start": 37636, + "end": 37651, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 37482, - "end": 37493, + "start": 37636, + "end": 37647, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37482, - "end": 37486, + "start": 37636, + "end": 37640, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 16 } }, @@ -181730,15 +182460,15 @@ }, "property": { "type": "Identifier", - "start": 37487, - "end": 37493, + "start": 37641, + "end": 37647, "loc": { "start": { - "line": 988, + "line": 993, "column": 17 }, "end": { - "line": 988, + "line": 993, "column": 23 }, "identifierName": "player" @@ -181750,15 +182480,15 @@ }, "property": { "type": "Identifier", - "start": 37494, - "end": 37497, + "start": 37648, + "end": 37651, "loc": { "start": { - "line": 988, + "line": 993, "column": 24 }, "end": { - "line": 988, + "line": 993, "column": 27 }, "identifierName": "one" @@ -181771,29 +182501,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37498, - "end": 37517, + "start": 37652, + "end": 37671, "loc": { "start": { - "line": 988, + "line": 993, "column": 28 }, "end": { - "line": 988, + "line": 993, "column": 47 } }, "object": { "type": "Identifier", - "start": 37498, - "end": 37503, + "start": 37652, + "end": 37657, "loc": { "start": { - "line": 988, + "line": 993, "column": 28 }, "end": { - "line": 988, + "line": 993, "column": 33 }, "identifierName": "Event" @@ -181802,15 +182532,15 @@ }, "property": { "type": "Identifier", - "start": 37504, - "end": 37517, + "start": 37658, + "end": 37671, "loc": { "start": { - "line": 988, + "line": 993, "column": 34 }, "end": { - "line": 988, + "line": 993, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -181821,72 +182551,72 @@ }, { "type": "CallExpression", - "start": 37519, - "end": 37545, + "start": 37673, + "end": 37699, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 37519, - "end": 37539, + "start": 37673, + "end": 37693, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 37519, - "end": 37534, + "start": 37673, + "end": 37688, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 37519, - "end": 37523, + "start": 37673, + "end": 37677, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 53 } } }, "property": { "type": "Identifier", - "start": 37524, - "end": 37534, + "start": 37678, + "end": 37688, "loc": { "start": { - "line": 988, + "line": 993, "column": 54 }, "end": { - "line": 988, + "line": 993, "column": 64 }, "identifierName": "stopStream" @@ -181897,15 +182627,15 @@ }, "property": { "type": "Identifier", - "start": 37535, - "end": 37539, + "start": 37689, + "end": 37693, "loc": { "start": { - "line": 988, + "line": 993, "column": 65 }, "end": { - "line": 988, + "line": 993, "column": 69 }, "identifierName": "bind" @@ -181917,15 +182647,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 37540, - "end": 37544, + "start": 37694, + "end": 37698, "loc": { "start": { - "line": 988, + "line": 993, "column": 70 }, "end": { - "line": 988, + "line": 993, "column": 74 } } @@ -181939,15 +182669,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37375, - "end": 37422, + "start": 37529, + "end": 37576, "loc": { "start": { - "line": 986, + "line": 991, "column": 12 }, "end": { - "line": 986, + "line": 991, "column": 59 } } @@ -181955,15 +182685,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37435, - "end": 37469, + "start": 37589, + "end": 37623, "loc": { "start": { - "line": 987, + "line": 992, "column": 12 }, "end": { - "line": 987, + "line": 992, "column": 46 } } @@ -181973,15 +182703,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -181990,57 +182720,57 @@ }, { "type": "ExpressionStatement", - "start": 37591, - "end": 37603, + "start": 37745, + "end": 37757, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 37591, - "end": 37602, + "start": 37745, + "end": 37756, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 37591, - "end": 37600, + "start": 37745, + "end": 37754, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37591, - "end": 37595, + "start": 37745, + "end": 37749, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 16 } }, @@ -182048,15 +182778,15 @@ }, "property": { "type": "Identifier", - "start": 37596, - "end": 37600, + "start": 37750, + "end": 37754, "loc": { "start": { - "line": 991, + "line": 996, "column": 17 }, "end": { - "line": 991, + "line": 996, "column": 21 }, "identifierName": "stop" @@ -182073,15 +182803,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -182093,72 +182823,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 37619, - "end": 37734, + "start": 37773, + "end": 37888, "loc": { "start": { - "line": 992, + "line": 997, "column": 15 }, "end": { - "line": 995, + "line": 1000, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37706, - "end": 37724, + "start": 37860, + "end": 37878, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 37706, - "end": 37723, + "start": 37860, + "end": 37877, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 37706, - "end": 37721, + "start": 37860, + "end": 37875, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37706, - "end": 37710, + "start": 37860, + "end": 37864, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 16 } }, @@ -182166,15 +182896,15 @@ }, "property": { "type": "Identifier", - "start": 37711, - "end": 37721, + "start": 37865, + "end": 37875, "loc": { "start": { - "line": 994, + "line": 999, "column": 17 }, "end": { - "line": 994, + "line": 999, "column": 27 }, "identifierName": "stopStream" @@ -182191,15 +182921,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37633, - "end": 37693, + "start": 37787, + "end": 37847, "loc": { "start": { - "line": 993, + "line": 998, "column": 12 }, "end": { - "line": 993, + "line": 998, "column": 72 } } @@ -182218,15 +182948,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -182236,15 +182966,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -182253,15 +182983,15 @@ }, { "type": "ClassMethod", - "start": 37793, - "end": 38246, + "start": 37947, + "end": 38400, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 4 }, "end": { - "line": 1015, + "line": 1020, "column": 5 } }, @@ -182269,15 +182999,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37793, - "end": 37803, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 4 }, "end": { - "line": 1001, + "line": 1006, "column": 14 }, "identifierName": "stopStream" @@ -182293,58 +183023,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37806, - "end": 38246, + "start": 37960, + "end": 38400, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 17 }, "end": { - "line": 1015, + "line": 1020, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37850, - "end": 38240, + "start": 38004, + "end": 38394, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 8 }, "end": { - "line": 1014, + "line": 1019, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 37854, - "end": 37865, + "start": 38008, + "end": 38019, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 12 }, "end": { - "line": 1003, + "line": 1008, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37854, - "end": 37858, + "start": 38008, + "end": 38012, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 12 }, "end": { - "line": 1003, + "line": 1008, "column": 16 } }, @@ -182352,15 +183082,15 @@ }, "property": { "type": "Identifier", - "start": 37859, - "end": 37865, + "start": 38013, + "end": 38019, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 17 }, "end": { - "line": 1003, + "line": 1008, "column": 23 }, "identifierName": "stream" @@ -182372,88 +183102,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37867, - "end": 38240, + "start": 38021, + "end": 38394, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 25 }, "end": { - "line": 1014, + "line": 1019, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37881, - "end": 37908, + "start": 38035, + "end": 38062, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 37881, - "end": 37907, + "start": 38035, + "end": 38061, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37881, - "end": 37899, + "start": 38035, + "end": 38053, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 37881, - "end": 37885, + "start": 38035, + "end": 38039, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37886, - "end": 37899, + "start": 38040, + "end": 38053, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 17 }, "end": { - "line": 1004, + "line": 1009, "column": 30 }, "identifierName": "_deviceActive" @@ -182464,15 +183194,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37902, - "end": 37907, + "start": 38056, + "end": 38061, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 33 }, "end": { - "line": 1004, + "line": 1009, "column": 38 } }, @@ -182482,86 +183212,86 @@ }, { "type": "IfStatement", - "start": 37922, - "end": 38125, + "start": 38076, + "end": 38279, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 12 }, "end": { - "line": 1010, + "line": 1015, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 37926, - "end": 37961, + "start": 38080, + "end": 38115, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 51 } }, "left": { "type": "CallExpression", - "start": 37926, - "end": 37946, + "start": 38080, + "end": 38100, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 37926, - "end": 37944, + "start": 38080, + "end": 38098, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 37926, - "end": 37930, + "start": 38080, + "end": 38084, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 20 } } }, "property": { "type": "Identifier", - "start": 37931, - "end": 37944, + "start": 38085, + "end": 38098, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 21 }, "end": { - "line": 1006, + "line": 1011, "column": 34 }, "identifierName": "getRecordType" @@ -182575,15 +183305,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 37951, - "end": 37961, + "start": 38105, + "end": 38115, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 41 }, "end": { - "line": 1006, + "line": 1011, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -182593,114 +183323,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 37963, - "end": 38125, + "start": 38117, + "end": 38279, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 53 }, "end": { - "line": 1010, + "line": 1015, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38044, - "end": 38087, + "start": 38198, + "end": 38241, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 38044, - "end": 38086, + "start": 38198, + "end": 38240, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38044, - "end": 38084, + "start": 38198, + "end": 38238, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38073, + "start": 38198, + "end": 38227, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38062, + "start": 38198, + "end": 38216, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38044, - "end": 38055, + "start": 38198, + "end": 38209, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38044, - "end": 38048, + "start": 38198, + "end": 38202, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 20 } }, @@ -182708,15 +183438,15 @@ }, "property": { "type": "Identifier", - "start": 38049, - "end": 38055, + "start": 38203, + "end": 38209, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 21 }, "end": { - "line": 1008, + "line": 1013, "column": 27 }, "identifierName": "surfer" @@ -182728,15 +183458,15 @@ }, "property": { "type": "Identifier", - "start": 38056, - "end": 38062, + "start": 38210, + "end": 38216, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 28 }, "end": { - "line": 1008, + "line": 1013, "column": 34 }, "identifierName": "surfer" @@ -182748,15 +183478,15 @@ }, "property": { "type": "Identifier", - "start": 38063, - "end": 38073, + "start": 38217, + "end": 38227, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 35 }, "end": { - "line": 1008, + "line": 1013, "column": 45 }, "identifierName": "microphone" @@ -182768,15 +183498,15 @@ }, "property": { "type": "Identifier", - "start": 38074, - "end": 38084, + "start": 38228, + "end": 38238, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 46 }, "end": { - "line": 1008, + "line": 1013, "column": 56 }, "identifierName": "stopDevice" @@ -182793,15 +183523,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 37981, - "end": 38027, + "start": 38135, + "end": 38181, "loc": { "start": { - "line": 1007, + "line": 1012, "column": 16 }, "end": { - "line": 1007, + "line": 1012, "column": 62 } } @@ -182810,15 +183540,15 @@ }, { "type": "ReturnStatement", - "start": 38104, - "end": 38111, + "start": 38258, + "end": 38265, "loc": { "start": { - "line": 1009, + "line": 1014, "column": 16 }, "end": { - "line": 1009, + "line": 1014, "column": 23 } }, @@ -182831,114 +183561,114 @@ }, { "type": "ExpressionStatement", - "start": 38138, - "end": 38230, + "start": 38292, + "end": 38384, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1013, + "line": 1018, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 38138, - "end": 38229, + "start": 38292, + "end": 38383, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1013, + "line": 1018, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 38138, - "end": 38169, + "start": 38292, + "end": 38323, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 43 } }, "object": { "type": "CallExpression", - "start": 38138, - "end": 38161, + "start": 38292, + "end": 38315, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38138, - "end": 38159, + "start": 38292, + "end": 38313, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38138, - "end": 38149, + "start": 38292, + "end": 38303, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38138, - "end": 38142, + "start": 38292, + "end": 38296, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38143, - "end": 38149, + "start": 38297, + "end": 38303, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 17 }, "end": { - "line": 1011, + "line": 1016, "column": 23 }, "identifierName": "stream" @@ -182949,15 +183679,15 @@ }, "property": { "type": "Identifier", - "start": 38150, - "end": 38159, + "start": 38304, + "end": 38313, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 24 }, "end": { - "line": 1011, + "line": 1016, "column": 33 }, "identifierName": "getTracks" @@ -182970,15 +183700,15 @@ }, "property": { "type": "Identifier", - "start": 38162, - "end": 38169, + "start": 38316, + "end": 38323, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 36 }, "end": { - "line": 1011, + "line": 1016, "column": 43 }, "identifierName": "forEach" @@ -182990,15 +183720,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 38170, - "end": 38228, + "start": 38324, + "end": 38382, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 44 }, "end": { - "line": 1013, + "line": 1018, "column": 13 } }, @@ -183009,15 +183739,15 @@ "params": [ { "type": "Identifier", - "start": 38171, - "end": 38177, + "start": 38325, + "end": 38331, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 45 }, "end": { - "line": 1011, + "line": 1016, "column": 51 }, "identifierName": "stream" @@ -183027,72 +183757,72 @@ ], "body": { "type": "BlockStatement", - "start": 38182, - "end": 38228, + "start": 38336, + "end": 38382, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 56 }, "end": { - "line": 1013, + "line": 1018, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38200, - "end": 38214, + "start": 38354, + "end": 38368, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 38200, - "end": 38213, + "start": 38354, + "end": 38367, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 38200, - "end": 38211, + "start": 38354, + "end": 38365, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 27 } }, "object": { "type": "Identifier", - "start": 38200, - "end": 38206, + "start": 38354, + "end": 38360, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 22 }, "identifierName": "stream" @@ -183101,15 +183831,15 @@ }, "property": { "type": "Identifier", - "start": 38207, - "end": 38211, + "start": 38361, + "end": 38365, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 23 }, "end": { - "line": 1012, + "line": 1017, "column": 27 }, "identifierName": "stop" @@ -183136,15 +183866,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37816, - "end": 37841, + "start": 37970, + "end": 37995, "loc": { "start": { - "line": 1002, + "line": 1007, "column": 8 }, "end": { - "line": 1002, + "line": 1007, "column": 33 } } @@ -183159,15 +183889,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -183177,15 +183907,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -183194,15 +183924,15 @@ }, { "type": "ClassMethod", - "start": 38292, - "end": 38459, + "start": 38446, + "end": 38613, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 4 }, "end": { - "line": 1027, + "line": 1032, "column": 5 } }, @@ -183210,15 +183940,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38292, - "end": 38297, + "start": 38446, + "end": 38451, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 4 }, "end": { - "line": 1020, + "line": 1025, "column": 9 }, "identifierName": "pause" @@ -183234,44 +183964,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38300, - "end": 38459, + "start": 38454, + "end": 38613, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 12 }, "end": { - "line": 1027, + "line": 1032, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38310, - "end": 38453, + "start": 38464, + "end": 38607, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 8 }, "end": { - "line": 1026, + "line": 1031, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 38314, - "end": 38326, + "start": 38468, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 12 }, "end": { - "line": 1021, + "line": 1026, "column": 24 } }, @@ -183279,44 +184009,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 38315, - "end": 38326, + "start": 38469, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 13 }, "end": { - "line": 1021, + "line": 1026, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 38315, - "end": 38319, + "start": 38469, + "end": 38473, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 13 }, "end": { - "line": 1021, + "line": 1026, "column": 17 } } }, "property": { "type": "Identifier", - "start": 38320, - "end": 38326, + "start": 38474, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 18 }, "end": { - "line": 1021, + "line": 1026, "column": 24 }, "identifierName": "paused" @@ -183331,88 +184061,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38328, - "end": 38453, + "start": 38482, + "end": 38607, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 26 }, "end": { - "line": 1026, + "line": 1031, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38342, - "end": 38377, + "start": 38496, + "end": 38531, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 38342, - "end": 38376, + "start": 38496, + "end": 38530, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38342, - "end": 38356, + "start": 38496, + "end": 38510, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38342, - "end": 38346, + "start": 38496, + "end": 38500, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38347, - "end": 38356, + "start": 38501, + "end": 38510, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 17 }, "end": { - "line": 1022, + "line": 1027, "column": 26 }, "identifierName": "pauseTime" @@ -183423,43 +184153,43 @@ }, "right": { "type": "CallExpression", - "start": 38359, - "end": 38376, + "start": 38513, + "end": 38530, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 38359, - "end": 38374, + "start": 38513, + "end": 38528, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 44 } }, "object": { "type": "Identifier", - "start": 38359, - "end": 38370, + "start": 38513, + "end": 38524, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 40 }, "identifierName": "performance" @@ -183468,15 +184198,15 @@ }, "property": { "type": "Identifier", - "start": 38371, - "end": 38374, + "start": 38525, + "end": 38528, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 41 }, "end": { - "line": 1022, + "line": 1027, "column": 44 }, "identifierName": "now" @@ -183491,73 +184221,73 @@ }, { "type": "ExpressionStatement", - "start": 38390, - "end": 38409, + "start": 38544, + "end": 38563, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 38390, - "end": 38408, + "start": 38544, + "end": 38562, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38390, - "end": 38401, + "start": 38544, + "end": 38555, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38390, - "end": 38394, + "start": 38544, + "end": 38548, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38395, - "end": 38401, + "start": 38549, + "end": 38555, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 17 }, "end": { - "line": 1023, + "line": 1028, "column": 23 }, "identifierName": "paused" @@ -183568,15 +184298,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38404, - "end": 38408, + "start": 38558, + "end": 38562, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 26 }, "end": { - "line": 1023, + "line": 1028, "column": 30 } }, @@ -183586,86 +184316,86 @@ }, { "type": "ExpressionStatement", - "start": 38423, - "end": 38443, + "start": 38577, + "end": 38597, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 38423, - "end": 38442, + "start": 38577, + "end": 38596, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 38423, - "end": 38440, + "start": 38577, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 38423, - "end": 38434, + "start": 38577, + "end": 38588, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38423, - "end": 38427, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38428, - "end": 38434, + "start": 38582, + "end": 38588, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 17 }, "end": { - "line": 1025, + "line": 1030, "column": 23 }, "identifierName": "engine" @@ -183676,15 +184406,15 @@ }, "property": { "type": "Identifier", - "start": 38435, - "end": 38440, + "start": 38589, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 24 }, "end": { - "line": 1025, + "line": 1030, "column": 29 }, "identifierName": "pause" @@ -183709,15 +184439,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -183727,15 +184457,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -183744,15 +184474,15 @@ }, { "type": "ClassMethod", - "start": 38506, - "end": 38694, + "start": 38660, + "end": 38848, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 4 }, "end": { - "line": 1039, + "line": 1044, "column": 5 } }, @@ -183760,15 +184490,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38506, - "end": 38512, + "start": 38660, + "end": 38666, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 4 }, "end": { - "line": 1032, + "line": 1037, "column": 10 }, "identifierName": "resume" @@ -183784,73 +184514,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38515, - "end": 38694, + "start": 38669, + "end": 38848, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 13 }, "end": { - "line": 1039, + "line": 1044, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38525, - "end": 38688, + "start": 38679, + "end": 38842, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 8 }, "end": { - "line": 1038, + "line": 1043, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38529, - "end": 38540, + "start": 38683, + "end": 38694, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 12 }, "end": { - "line": 1033, + "line": 1038, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38529, - "end": 38533, + "start": 38683, + "end": 38687, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 12 }, "end": { - "line": 1033, + "line": 1038, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38534, - "end": 38540, + "start": 38688, + "end": 38694, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 17 }, "end": { - "line": 1033, + "line": 1038, "column": 23 }, "identifierName": "paused" @@ -183861,88 +184591,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38542, - "end": 38688, + "start": 38696, + "end": 38842, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 25 }, "end": { - "line": 1038, + "line": 1043, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38556, - "end": 38610, + "start": 38710, + "end": 38764, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 38556, - "end": 38609, + "start": 38710, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 38556, - "end": 38571, + "start": 38710, + "end": 38725, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38556, - "end": 38560, + "start": 38710, + "end": 38714, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38561, - "end": 38571, + "start": 38715, + "end": 38725, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 17 }, "end": { - "line": 1034, + "line": 1039, "column": 27 }, "identifierName": "pausedTime" @@ -183953,57 +184683,57 @@ }, "right": { "type": "BinaryExpression", - "start": 38575, - "end": 38609, + "start": 38729, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "left": { "type": "CallExpression", - "start": 38575, - "end": 38592, + "start": 38729, + "end": 38746, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38575, - "end": 38590, + "start": 38729, + "end": 38744, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 46 } }, "object": { "type": "Identifier", - "start": 38575, - "end": 38586, + "start": 38729, + "end": 38740, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 42 }, "identifierName": "performance" @@ -184012,15 +184742,15 @@ }, "property": { "type": "Identifier", - "start": 38587, - "end": 38590, + "start": 38741, + "end": 38744, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 43 }, "end": { - "line": 1034, + "line": 1039, "column": 46 }, "identifierName": "now" @@ -184034,44 +184764,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 38595, - "end": 38609, + "start": 38749, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 51 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 38595, - "end": 38599, + "start": 38749, + "end": 38753, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 51 }, "end": { - "line": 1034, + "line": 1039, "column": 55 } } }, "property": { "type": "Identifier", - "start": 38600, - "end": 38609, + "start": 38754, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 56 }, "end": { - "line": 1034, + "line": 1039, "column": 65 }, "identifierName": "pauseTime" @@ -184085,86 +184815,86 @@ }, { "type": "ExpressionStatement", - "start": 38624, - "end": 38645, + "start": 38778, + "end": 38799, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 38624, - "end": 38644, + "start": 38778, + "end": 38798, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 38624, - "end": 38642, + "start": 38778, + "end": 38796, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 38624, - "end": 38635, + "start": 38778, + "end": 38789, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38624, - "end": 38628, + "start": 38778, + "end": 38782, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38629, - "end": 38635, + "start": 38783, + "end": 38789, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 17 }, "end": { - "line": 1036, + "line": 1041, "column": 23 }, "identifierName": "engine" @@ -184175,15 +184905,15 @@ }, "property": { "type": "Identifier", - "start": 38636, - "end": 38642, + "start": 38790, + "end": 38796, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 24 }, "end": { - "line": 1036, + "line": 1041, "column": 30 }, "identifierName": "resume" @@ -184197,73 +184927,73 @@ }, { "type": "ExpressionStatement", - "start": 38658, - "end": 38678, + "start": 38812, + "end": 38832, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 38658, - "end": 38677, + "start": 38812, + "end": 38831, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38658, - "end": 38669, + "start": 38812, + "end": 38823, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38658, - "end": 38662, + "start": 38812, + "end": 38816, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38663, - "end": 38669, + "start": 38817, + "end": 38823, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 17 }, "end": { - "line": 1037, + "line": 1042, "column": 23 }, "identifierName": "paused" @@ -184274,15 +185004,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38672, - "end": 38677, + "start": 38826, + "end": 38831, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 26 }, "end": { - "line": 1037, + "line": 1042, "column": 31 } }, @@ -184303,15 +185033,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -184321,15 +185051,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -184338,15 +185068,15 @@ }, { "type": "ClassMethod", - "start": 38818, - "end": 42733, + "start": 38972, + "end": 42887, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 4 }, "end": { - "line": 1156, + "line": 1161, "column": 5 } }, @@ -184354,15 +185084,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38818, - "end": 38834, + "start": 38972, + "end": 38988, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 4 }, "end": { - "line": 1046, + "line": 1051, "column": 20 }, "identifierName": "onRecordComplete" @@ -184378,87 +185108,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38837, - "end": 42733, + "start": 38991, + "end": 42887, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 23 }, "end": { - "line": 1156, + "line": 1161, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 38898, - "end": 38950, + "start": 39052, + "end": 39104, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 38898, - "end": 38949, + "start": 39052, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38898, - "end": 38922, + "start": 39052, + "end": 39076, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 38898, - "end": 38909, + "start": 39052, + "end": 39063, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 38898, - "end": 38902, + "start": 39052, + "end": 39056, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 12 } }, @@ -184466,15 +185196,15 @@ }, "property": { "type": "Identifier", - "start": 38903, - "end": 38909, + "start": 39057, + "end": 39063, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 13 }, "end": { - "line": 1048, + "line": 1053, "column": 19 }, "identifierName": "player" @@ -184486,15 +185216,15 @@ }, "property": { "type": "Identifier", - "start": 38910, - "end": 38922, + "start": 39064, + "end": 39076, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 20 }, "end": { - "line": 1048, + "line": 1053, "column": 32 }, "identifierName": "recordedData" @@ -184506,58 +185236,58 @@ }, "right": { "type": "MemberExpression", - "start": 38925, - "end": 38949, + "start": 39079, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 38925, - "end": 38936, + "start": 39079, + "end": 39090, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 38925, - "end": 38929, + "start": 39079, + "end": 39083, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 39 } } }, "property": { "type": "Identifier", - "start": 38930, - "end": 38936, + "start": 39084, + "end": 39090, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 40 }, "end": { - "line": 1048, + "line": 1053, "column": 46 }, "identifierName": "engine" @@ -184568,15 +185298,15 @@ }, "property": { "type": "Identifier", - "start": 38937, - "end": 38949, + "start": 39091, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 47 }, "end": { - "line": 1048, + "line": 1053, "column": 59 }, "identifierName": "recordedData" @@ -184591,15 +185321,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 38847, - "end": 38889, + "start": 39001, + "end": 39043, "loc": { "start": { - "line": 1047, + "line": 1052, "column": 8 }, "end": { - "line": 1047, + "line": 1052, "column": 50 } } @@ -184609,15 +185339,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -184626,85 +185356,85 @@ }, { "type": "IfStatement", - "start": 39018, - "end": 39208, + "start": 39172, + "end": 39362, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 8 }, "end": { - "line": 1054, + "line": 1059, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39022, - "end": 39069, + "start": 39176, + "end": 39223, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 39022, - "end": 39055, + "start": 39176, + "end": 39209, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39044, + "start": 39176, + "end": 39198, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39033, + "start": 39176, + "end": 39187, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39022, - "end": 39026, + "start": 39176, + "end": 39180, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 16 } }, @@ -184712,15 +185442,15 @@ }, "property": { "type": "Identifier", - "start": 39027, - "end": 39033, + "start": 39181, + "end": 39187, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 17 }, "end": { - "line": 1051, + "line": 1056, "column": 23 }, "identifierName": "player" @@ -184732,15 +185462,15 @@ }, "property": { "type": "Identifier", - "start": 39034, - "end": 39044, + "start": 39188, + "end": 39198, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 24 }, "end": { - "line": 1051, + "line": 1056, "column": 34 }, "identifierName": "controlBar" @@ -184752,15 +185482,15 @@ }, "property": { "type": "Identifier", - "start": 39045, - "end": 39055, + "start": 39199, + "end": 39209, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 35 }, "end": { - "line": 1051, + "line": 1056, "column": 45 }, "identifierName": "playToggle" @@ -184773,15 +185503,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39060, - "end": 39069, + "start": 39214, + "end": 39223, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 50 }, "end": { - "line": 1051, + "line": 1056, "column": 59 }, "identifierName": "undefined" @@ -184792,129 +185522,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 39071, - "end": 39208, + "start": 39225, + "end": 39362, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 61 }, "end": { - "line": 1054, + "line": 1059, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39085, - "end": 39144, + "start": 39239, + "end": 39298, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 39085, - "end": 39143, + "start": 39239, + "end": 39297, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 39085, - "end": 39130, + "start": 39239, + "end": 39284, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39118, + "start": 39239, + "end": 39272, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39107, + "start": 39239, + "end": 39261, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39085, - "end": 39096, + "start": 39239, + "end": 39250, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39085, - "end": 39089, + "start": 39239, + "end": 39243, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39090, - "end": 39096, + "start": 39244, + "end": 39250, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 17 }, "end": { - "line": 1052, + "line": 1057, "column": 23 }, "identifierName": "player" @@ -184925,15 +185655,15 @@ }, "property": { "type": "Identifier", - "start": 39097, - "end": 39107, + "start": 39251, + "end": 39261, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 24 }, "end": { - "line": 1052, + "line": 1057, "column": 34 }, "identifierName": "controlBar" @@ -184944,15 +185674,15 @@ }, "property": { "type": "Identifier", - "start": 39108, - "end": 39118, + "start": 39262, + "end": 39272, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 35 }, "end": { - "line": 1052, + "line": 1057, "column": 45 }, "identifierName": "playToggle" @@ -184963,15 +185693,15 @@ }, "property": { "type": "Identifier", - "start": 39119, - "end": 39130, + "start": 39273, + "end": 39284, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 46 }, "end": { - "line": 1052, + "line": 1057, "column": 57 }, "identifierName": "removeClass" @@ -184983,15 +185713,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39131, - "end": 39142, + "start": 39285, + "end": 39296, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 58 }, "end": { - "line": 1052, + "line": 1057, "column": 69 } }, @@ -185006,114 +185736,114 @@ }, { "type": "ExpressionStatement", - "start": 39157, - "end": 39198, + "start": 39311, + "end": 39352, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 39157, - "end": 39197, + "start": 39311, + "end": 39351, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 39157, - "end": 39195, + "start": 39311, + "end": 39349, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39190, + "start": 39311, + "end": 39344, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39179, + "start": 39311, + "end": 39333, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39157, - "end": 39168, + "start": 39311, + "end": 39322, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39157, - "end": 39161, + "start": 39311, + "end": 39315, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39162, - "end": 39168, + "start": 39316, + "end": 39322, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 17 }, "end": { - "line": 1053, + "line": 1058, "column": 23 }, "identifierName": "player" @@ -185124,15 +185854,15 @@ }, "property": { "type": "Identifier", - "start": 39169, - "end": 39179, + "start": 39323, + "end": 39333, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 24 }, "end": { - "line": 1053, + "line": 1058, "column": 34 }, "identifierName": "controlBar" @@ -185143,15 +185873,15 @@ }, "property": { "type": "Identifier", - "start": 39180, - "end": 39190, + "start": 39334, + "end": 39344, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 35 }, "end": { - "line": 1053, + "line": 1058, "column": 45 }, "identifierName": "playToggle" @@ -185162,15 +185892,15 @@ }, "property": { "type": "Identifier", - "start": 39191, - "end": 39195, + "start": 39345, + "end": 39349, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 46 }, "end": { - "line": 1053, + "line": 1058, "column": 50 }, "identifierName": "show" @@ -185191,15 +185921,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -185209,15 +185939,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -185226,57 +185956,57 @@ }, { "type": "IfStatement", - "start": 39246, - "end": 39353, + "start": 39400, + "end": 39507, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 8 }, "end": { - "line": 1059, + "line": 1064, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39250, - "end": 39278, + "start": 39404, + "end": 39432, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 39250, - "end": 39264, + "start": 39404, + "end": 39418, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 39250, - "end": 39254, + "start": 39404, + "end": 39408, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 16 } }, @@ -185284,15 +186014,15 @@ }, "property": { "type": "Identifier", - "start": 39255, - "end": 39264, + "start": 39409, + "end": 39418, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 17 }, "end": { - "line": 1057, + "line": 1062, "column": 26 }, "identifierName": "converter" @@ -185305,15 +186035,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39269, - "end": 39278, + "start": 39423, + "end": 39432, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 31 }, "end": { - "line": 1057, + "line": 1062, "column": 40 }, "identifierName": "undefined" @@ -185324,101 +186054,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 39280, - "end": 39353, + "start": 39434, + "end": 39507, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 42 }, "end": { - "line": 1059, + "line": 1064, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39294, - "end": 39343, + "start": 39448, + "end": 39497, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 39294, - "end": 39342, + "start": 39448, + "end": 39496, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 39294, - "end": 39316, + "start": 39448, + "end": 39470, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39294, - "end": 39308, + "start": 39448, + "end": 39462, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 39294, - "end": 39298, + "start": 39448, + "end": 39452, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39299, - "end": 39308, + "start": 39453, + "end": 39462, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 17 }, "end": { - "line": 1058, + "line": 1063, "column": 26 }, "identifierName": "converter" @@ -185429,15 +186159,15 @@ }, "property": { "type": "Identifier", - "start": 39309, - "end": 39316, + "start": 39463, + "end": 39470, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 27 }, "end": { - "line": 1058, + "line": 1063, "column": 34 }, "identifierName": "convert" @@ -185449,58 +186179,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 39317, - "end": 39341, + "start": 39471, + "end": 39495, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 39317, - "end": 39328, + "start": 39471, + "end": 39482, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 39317, - "end": 39321, + "start": 39471, + "end": 39475, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 39 } } }, "property": { "type": "Identifier", - "start": 39322, - "end": 39328, + "start": 39476, + "end": 39482, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 40 }, "end": { - "line": 1058, + "line": 1063, "column": 46 }, "identifierName": "player" @@ -185511,15 +186241,15 @@ }, "property": { "type": "Identifier", - "start": 39329, - "end": 39341, + "start": 39483, + "end": 39495, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 47 }, "end": { - "line": 1058, + "line": 1063, "column": 59 }, "identifierName": "recordedData" @@ -185540,15 +186270,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -185558,15 +186288,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -185575,71 +186305,71 @@ }, { "type": "ExpressionStatement", - "start": 39414, - "end": 39455, + "start": 39568, + "end": 39609, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39414, - "end": 39454, + "start": 39568, + "end": 39608, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39414, - "end": 39433, + "start": 39568, + "end": 39587, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 39414, - "end": 39425, + "start": 39568, + "end": 39579, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39414, - "end": 39418, + "start": 39568, + "end": 39572, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 12 } }, @@ -185647,15 +186377,15 @@ }, "property": { "type": "Identifier", - "start": 39419, - "end": 39425, + "start": 39573, + "end": 39579, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 13 }, "end": { - "line": 1062, + "line": 1067, "column": 19 }, "identifierName": "player" @@ -185667,15 +186397,15 @@ }, "property": { "type": "Identifier", - "start": 39426, - "end": 39433, + "start": 39580, + "end": 39587, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 20 }, "end": { - "line": 1062, + "line": 1067, "column": 27 }, "identifierName": "trigger" @@ -185688,29 +186418,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39434, - "end": 39453, + "start": 39588, + "end": 39607, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 28 }, "end": { - "line": 1062, + "line": 1067, "column": 47 } }, "object": { "type": "Identifier", - "start": 39434, - "end": 39439, + "start": 39588, + "end": 39593, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 28 }, "end": { - "line": 1062, + "line": 1067, "column": 33 }, "identifierName": "Event" @@ -185719,15 +186449,15 @@ }, "property": { "type": "Identifier", - "start": 39440, - "end": 39453, + "start": 39594, + "end": 39607, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 34 }, "end": { - "line": 1062, + "line": 1067, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -185743,15 +186473,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -185761,15 +186491,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -185778,57 +186508,57 @@ }, { "type": "IfStatement", - "start": 39539, - "end": 39594, + "start": 39693, + "end": 39748, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 8 }, "end": { - "line": 1067, + "line": 1072, "column": 9 } }, "test": { "type": "CallExpression", - "start": 39543, - "end": 39561, + "start": 39697, + "end": 39715, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 39543, - "end": 39559, + "start": 39697, + "end": 39713, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39543, - "end": 39547, + "start": 39697, + "end": 39701, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 16 } }, @@ -185836,15 +186566,15 @@ }, "property": { "type": "Identifier", - "start": 39548, - "end": 39559, + "start": 39702, + "end": 39713, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 17 }, "end": { - "line": 1065, + "line": 1070, "column": 28 }, "identifierName": "isDestroyed" @@ -185859,30 +186589,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 39563, - "end": 39594, + "start": 39717, + "end": 39748, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 32 }, "end": { - "line": 1067, + "line": 1072, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 39577, - "end": 39584, + "start": 39731, + "end": 39738, "loc": { "start": { - "line": 1066, + "line": 1071, "column": 12 }, "end": { - "line": 1066, + "line": 1071, "column": 19 } }, @@ -185897,15 +186627,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -185915,15 +186645,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -185932,57 +186662,57 @@ }, { "type": "SwitchStatement", - "start": 39646, - "end": 42727, + "start": 39800, + "end": 42881, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 8 }, "end": { - "line": 1155, + "line": 1160, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 39654, - "end": 39674, + "start": 39808, + "end": 39828, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 39654, - "end": 39672, + "start": 39808, + "end": 39826, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 39654, - "end": 39658, + "start": 39808, + "end": 39812, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 20 } }, @@ -185990,15 +186720,15 @@ }, "property": { "type": "Identifier", - "start": 39659, - "end": 39672, + "start": 39813, + "end": 39826, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 21 }, "end": { - "line": 1070, + "line": 1075, "column": 34 }, "identifierName": "getRecordType" @@ -186014,86 +186744,86 @@ "cases": [ { "type": "SwitchCase", - "start": 39690, - "end": 40348, + "start": 39844, + "end": 40502, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 12 }, "end": { - "line": 1089, + "line": 1094, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39782, - "end": 39802, + "start": 39936, + "end": 39956, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 39782, - "end": 39801, + "start": 39936, + "end": 39955, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 39782, - "end": 39799, + "start": 39936, + "end": 39953, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 39782, - "end": 39793, + "start": 39936, + "end": 39947, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39782, - "end": 39786, + "start": 39936, + "end": 39940, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 20 } }, @@ -186101,15 +186831,15 @@ }, "property": { "type": "Identifier", - "start": 39787, - "end": 39793, + "start": 39941, + "end": 39947, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 21 }, "end": { - "line": 1073, + "line": 1078, "column": 27 }, "identifierName": "surfer" @@ -186121,15 +186851,15 @@ }, "property": { "type": "Identifier", - "start": 39794, - "end": 39799, + "start": 39948, + "end": 39953, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 28 }, "end": { - "line": 1073, + "line": 1078, "column": 33 }, "identifierName": "pause" @@ -186146,15 +186876,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39723, - "end": 39765, + "start": 39877, + "end": 39919, "loc": { "start": { - "line": 1072, + "line": 1077, "column": 16 }, "end": { - "line": 1072, + "line": 1077, "column": 58 } } @@ -186164,15 +186894,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -186181,71 +186911,71 @@ }, { "type": "ExpressionStatement", - "start": 39865, - "end": 39903, + "start": 40019, + "end": 40057, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 39865, - "end": 39902, + "start": 40019, + "end": 40056, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 39865, - "end": 39896, + "start": 40019, + "end": 40050, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 39865, - "end": 39876, + "start": 40019, + "end": 40030, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39865, - "end": 39869, + "start": 40019, + "end": 40023, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 20 } }, @@ -186253,15 +186983,15 @@ }, "property": { "type": "Identifier", - "start": 39870, - "end": 39876, + "start": 40024, + "end": 40030, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 21 }, "end": { - "line": 1076, + "line": 1081, "column": 27 }, "identifierName": "surfer" @@ -186273,15 +187003,15 @@ }, "property": { "type": "Identifier", - "start": 39877, - "end": 39896, + "start": 40031, + "end": 40050, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 28 }, "end": { - "line": 1076, + "line": 1081, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -186294,15 +187024,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 39897, - "end": 39901, + "start": 40051, + "end": 40055, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 48 }, "end": { - "line": 1076, + "line": 1081, "column": 52 } }, @@ -186315,15 +187045,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -186333,15 +187063,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -186350,85 +187080,85 @@ }, { "type": "ExpressionStatement", - "start": 39955, - "end": 39989, + "start": 40109, + "end": 40143, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 39955, - "end": 39988, + "start": 40109, + "end": 40142, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 39955, - "end": 39986, + "start": 40109, + "end": 40140, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 39955, - "end": 39981, + "start": 40109, + "end": 40135, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 39955, - "end": 39966, + "start": 40109, + "end": 40120, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39955, - "end": 39959, + "start": 40109, + "end": 40113, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 20 } }, @@ -186436,15 +187166,15 @@ }, "property": { "type": "Identifier", - "start": 39960, - "end": 39966, + "start": 40114, + "end": 40120, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 21 }, "end": { - "line": 1079, + "line": 1084, "column": 27 }, "identifierName": "player" @@ -186456,15 +187186,15 @@ }, "property": { "type": "Identifier", - "start": 39967, - "end": 39981, + "start": 40121, + "end": 40135, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 28 }, "end": { - "line": 1079, + "line": 1084, "column": 42 }, "identifierName": "loadingSpinner" @@ -186476,15 +187206,15 @@ }, "property": { "type": "Identifier", - "start": 39982, - "end": 39986, + "start": 40136, + "end": 40140, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 43 }, "end": { - "line": 1079, + "line": 1084, "column": 47 }, "identifierName": "show" @@ -186501,15 +187231,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -186519,15 +187249,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -186535,15 +187265,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -186552,85 +187282,85 @@ }, { "type": "ExpressionStatement", - "start": 40116, - "end": 40226, + "start": 40270, + "end": 40380, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1085, + "line": 1090, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40116, - "end": 40225, + "start": 40270, + "end": 40379, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1085, + "line": 1090, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40116, - "end": 40139, + "start": 40270, + "end": 40293, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40116, - "end": 40134, + "start": 40270, + "end": 40288, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 40116, - "end": 40127, + "start": 40270, + "end": 40281, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40116, - "end": 40120, + "start": 40270, + "end": 40274, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 20 } }, @@ -186638,15 +187368,15 @@ }, "property": { "type": "Identifier", - "start": 40121, - "end": 40127, + "start": 40275, + "end": 40281, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 21 }, "end": { - "line": 1083, + "line": 1088, "column": 27 }, "identifierName": "surfer" @@ -186658,15 +187388,15 @@ }, "property": { "type": "Identifier", - "start": 40128, - "end": 40134, + "start": 40282, + "end": 40288, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 28 }, "end": { - "line": 1083, + "line": 1088, "column": 34 }, "identifierName": "surfer" @@ -186678,15 +187408,15 @@ }, "property": { "type": "Identifier", - "start": 40135, - "end": 40139, + "start": 40289, + "end": 40293, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 35 }, "end": { - "line": 1083, + "line": 1088, "column": 39 }, "identifierName": "once" @@ -186699,29 +187429,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40140, - "end": 40151, + "start": 40294, + "end": 40305, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 40 }, "end": { - "line": 1083, + "line": 1088, "column": 51 } }, "object": { "type": "Identifier", - "start": 40140, - "end": 40145, + "start": 40294, + "end": 40299, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 40 }, "end": { - "line": 1083, + "line": 1088, "column": 45 }, "identifierName": "Event" @@ -186730,15 +187460,15 @@ }, "property": { "type": "Identifier", - "start": 40146, - "end": 40151, + "start": 40300, + "end": 40305, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 46 }, "end": { - "line": 1083, + "line": 1088, "column": 51 }, "identifierName": "READY" @@ -186749,15 +187479,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40153, - "end": 40224, + "start": 40307, + "end": 40378, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 53 }, "end": { - "line": 1085, + "line": 1090, "column": 17 } }, @@ -186768,88 +187498,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40159, - "end": 40224, + "start": 40313, + "end": 40378, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 59 }, "end": { - "line": 1085, + "line": 1090, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40181, - "end": 40206, + "start": 40335, + "end": 40360, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40181, - "end": 40205, + "start": 40335, + "end": 40359, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40181, - "end": 40197, + "start": 40335, + "end": 40351, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40181, - "end": 40185, + "start": 40335, + "end": 40339, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 24 } } }, "property": { "type": "Identifier", - "start": 40186, - "end": 40197, + "start": 40340, + "end": 40351, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 25 }, "end": { - "line": 1084, + "line": 1089, "column": 36 }, "identifierName": "_processing" @@ -186860,15 +187590,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40200, - "end": 40205, + "start": 40354, + "end": 40359, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 39 }, "end": { - "line": 1084, + "line": 1089, "column": 44 } }, @@ -186887,15 +187617,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -186903,15 +187633,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -186921,15 +187651,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -186938,57 +187668,57 @@ }, { "type": "ExpressionStatement", - "start": 40289, - "end": 40325, + "start": 40443, + "end": 40479, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 40289, - "end": 40324, + "start": 40443, + "end": 40478, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 40289, - "end": 40298, + "start": 40443, + "end": 40452, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 40289, - "end": 40293, + "start": 40443, + "end": 40447, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 20 } }, @@ -186996,15 +187726,15 @@ }, "property": { "type": "Identifier", - "start": 40294, - "end": 40298, + "start": 40448, + "end": 40452, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 21 }, "end": { - "line": 1088, + "line": 1093, "column": 25 }, "identifierName": "load" @@ -187017,58 +187747,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40299, - "end": 40323, + "start": 40453, + "end": 40477, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 40299, - "end": 40310, + "start": 40453, + "end": 40464, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 40299, - "end": 40303, + "start": 40453, + "end": 40457, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 30 } } }, "property": { "type": "Identifier", - "start": 40304, - "end": 40310, + "start": 40458, + "end": 40464, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 31 }, "end": { - "line": 1088, + "line": 1093, "column": 37 }, "identifierName": "player" @@ -187079,15 +187809,15 @@ }, "property": { "type": "Identifier", - "start": 40311, - "end": 40323, + "start": 40465, + "end": 40477, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 38 }, "end": { - "line": 1088, + "line": 1093, "column": 50 }, "identifierName": "recordedData" @@ -187103,15 +187833,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -187120,15 +187850,15 @@ }, { "type": "BreakStatement", - "start": 40342, - "end": 40348, + "start": 40496, + "end": 40502, "loc": { "start": { - "line": 1089, + "line": 1094, "column": 16 }, "end": { - "line": 1089, + "line": 1094, "column": 22 } }, @@ -187137,15 +187867,15 @@ ], "test": { "type": "Identifier", - "start": 39695, - "end": 39705, + "start": 39849, + "end": 39859, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 17 }, "end": { - "line": 1071, + "line": 1076, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -187155,30 +187885,30 @@ }, { "type": "SwitchCase", - "start": 40362, - "end": 40378, + "start": 40516, + "end": 40532, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 12 }, "end": { - "line": 1091, + "line": 1096, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40367, - "end": 40377, + "start": 40521, + "end": 40531, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 17 }, "end": { - "line": 1091, + "line": 1096, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -187188,30 +187918,30 @@ }, { "type": "SwitchCase", - "start": 40391, - "end": 40408, + "start": 40545, + "end": 40562, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 12 }, "end": { - "line": 1092, + "line": 1097, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40396, - "end": 40407, + "start": 40550, + "end": 40561, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 17 }, "end": { - "line": 1092, + "line": 1097, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -187221,30 +187951,30 @@ }, { "type": "SwitchCase", - "start": 40421, - "end": 40439, + "start": 40575, + "end": 40593, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 12 }, "end": { - "line": 1093, + "line": 1098, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40426, - "end": 40438, + "start": 40580, + "end": 40592, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 17 }, "end": { - "line": 1093, + "line": 1098, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -187254,86 +187984,86 @@ }, { "type": "SwitchCase", - "start": 40452, - "end": 41880, + "start": 40606, + "end": 42034, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 12 }, "end": { - "line": 1128, + "line": 1133, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40671, - "end": 41760, + "start": 40825, + "end": 41914, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1124, + "line": 1129, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40671, - "end": 41759, + "start": 40825, + "end": 41913, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1124, + "line": 1129, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40671, - "end": 40686, + "start": 40825, + "end": 40840, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 40671, - "end": 40682, + "start": 40825, + "end": 40836, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40671, - "end": 40675, + "start": 40825, + "end": 40829, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 20 } }, @@ -187341,15 +188071,15 @@ }, "property": { "type": "Identifier", - "start": 40676, - "end": 40682, + "start": 40830, + "end": 40836, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 21 }, "end": { - "line": 1098, + "line": 1103, "column": 27 }, "identifierName": "player" @@ -187361,15 +188091,15 @@ }, "property": { "type": "Identifier", - "start": 40683, - "end": 40686, + "start": 40837, + "end": 40840, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 28 }, "end": { - "line": 1098, + "line": 1103, "column": 31 }, "identifierName": "one" @@ -187382,29 +188112,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40687, - "end": 40698, + "start": 40841, + "end": 40852, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 32 }, "end": { - "line": 1098, + "line": 1103, "column": 43 } }, "object": { "type": "Identifier", - "start": 40687, - "end": 40692, + "start": 40841, + "end": 40846, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 32 }, "end": { - "line": 1098, + "line": 1103, "column": 37 }, "identifierName": "Event" @@ -187413,15 +188143,15 @@ }, "property": { "type": "Identifier", - "start": 40693, - "end": 40698, + "start": 40847, + "end": 40852, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 38 }, "end": { - "line": 1098, + "line": 1103, "column": 43 }, "identifierName": "PAUSE" @@ -187432,15 +188162,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40700, - "end": 41758, + "start": 40854, + "end": 41912, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 45 }, "end": { - "line": 1124, + "line": 1129, "column": 17 } }, @@ -187451,73 +188181,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40706, - "end": 41758, + "start": 40860, + "end": 41912, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 51 }, "end": { - "line": 1124, + "line": 1129, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40771, - "end": 40796, + "start": 40925, + "end": 40950, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40771, - "end": 40795, + "start": 40925, + "end": 40949, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40771, - "end": 40787, + "start": 40925, + "end": 40941, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40771, - "end": 40775, + "start": 40925, + "end": 40929, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 24 } }, @@ -187525,15 +188255,15 @@ }, "property": { "type": "Identifier", - "start": 40776, - "end": 40787, + "start": 40930, + "end": 40941, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 25 }, "end": { - "line": 1100, + "line": 1105, "column": 36 }, "identifierName": "_processing" @@ -187545,15 +188275,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40790, - "end": 40795, + "start": 40944, + "end": 40949, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 39 }, "end": { - "line": 1100, + "line": 1105, "column": 44 } }, @@ -187565,15 +188295,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40728, - "end": 40750, + "start": 40882, + "end": 40904, "loc": { "start": { - "line": 1099, + "line": 1104, "column": 20 }, "end": { - "line": 1099, + "line": 1104, "column": 42 } } @@ -187583,15 +188313,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -187600,85 +188330,85 @@ }, { "type": "ExpressionStatement", - "start": 40853, - "end": 40887, + "start": 41007, + "end": 41041, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40853, - "end": 40886, + "start": 41007, + "end": 41040, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40853, - "end": 40884, + "start": 41007, + "end": 41038, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 40853, - "end": 40879, + "start": 41007, + "end": 41033, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 40853, - "end": 40864, + "start": 41007, + "end": 41018, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 40853, - "end": 40857, + "start": 41007, + "end": 41011, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 24 } }, @@ -187686,15 +188416,15 @@ }, "property": { "type": "Identifier", - "start": 40858, - "end": 40864, + "start": 41012, + "end": 41018, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 25 }, "end": { - "line": 1103, + "line": 1108, "column": 31 }, "identifierName": "player" @@ -187706,15 +188436,15 @@ }, "property": { "type": "Identifier", - "start": 40865, - "end": 40879, + "start": 41019, + "end": 41033, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 32 }, "end": { - "line": 1103, + "line": 1108, "column": 46 }, "identifierName": "loadingSpinner" @@ -187726,15 +188456,15 @@ }, "property": { "type": "Identifier", - "start": 40880, - "end": 40884, + "start": 41034, + "end": 41038, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 47 }, "end": { - "line": 1103, + "line": 1108, "column": 51 }, "identifierName": "hide" @@ -187751,15 +188481,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -187769,15 +188499,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -187786,57 +188516,57 @@ }, { "type": "ExpressionStatement", - "start": 40959, - "end": 40997, + "start": 41113, + "end": 41151, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 40959, - "end": 40996, + "start": 41113, + "end": 41150, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 40959, - "end": 40975, + "start": 41113, + "end": 41129, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40959, - "end": 40963, + "start": 41113, + "end": 41117, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 24 } }, @@ -187844,15 +188574,15 @@ }, "property": { "type": "Identifier", - "start": 40964, - "end": 40975, + "start": 41118, + "end": 41129, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 25 }, "end": { - "line": 1106, + "line": 1111, "column": 36 }, "identifierName": "setDuration" @@ -187865,44 +188595,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 40976, - "end": 40995, + "start": 41130, + "end": 41149, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 37 }, "end": { - "line": 1106, + "line": 1111, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 40976, - "end": 40980, + "start": 41130, + "end": 41134, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 37 }, "end": { - "line": 1106, + "line": 1111, "column": 41 } } }, "property": { "type": "Identifier", - "start": 40981, - "end": 40995, + "start": 41135, + "end": 41149, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 42 }, "end": { - "line": 1106, + "line": 1111, "column": 56 }, "identifierName": "streamDuration" @@ -187918,15 +188648,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -187936,15 +188666,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -187953,57 +188683,57 @@ }, { "type": "ExpressionStatement", - "start": 41081, - "end": 41169, + "start": 41235, + "end": 41323, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1110, + "line": 1115, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41081, - "end": 41168, + "start": 41235, + "end": 41322, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1110, + "line": 1115, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41081, - "end": 41088, + "start": 41235, + "end": 41242, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1109, + "line": 1114, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41081, - "end": 41085, + "start": 41235, + "end": 41239, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1109, + "line": 1114, "column": 24 } }, @@ -188011,15 +188741,15 @@ }, "property": { "type": "Identifier", - "start": 41086, - "end": 41088, + "start": 41240, + "end": 41242, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 25 }, "end": { - "line": 1109, + "line": 1114, "column": 27 }, "identifierName": "on" @@ -188032,44 +188762,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41089, - "end": 41100, + "start": 41243, + "end": 41254, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 28 }, "end": { - "line": 1109, + "line": 1114, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41089, - "end": 41093, + "start": 41243, + "end": 41247, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 28 }, "end": { - "line": 1109, + "line": 1114, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41094, - "end": 41100, + "start": 41248, + "end": 41254, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 33 }, "end": { - "line": 1109, + "line": 1114, "column": 39 }, "identifierName": "player" @@ -188080,29 +188810,29 @@ }, { "type": "MemberExpression", - "start": 41102, - "end": 41118, + "start": 41256, + "end": 41272, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 41 }, "end": { - "line": 1109, + "line": 1114, "column": 57 } }, "object": { "type": "Identifier", - "start": 41102, - "end": 41107, + "start": 41256, + "end": 41261, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 41 }, "end": { - "line": 1109, + "line": 1114, "column": 46 }, "identifierName": "Event" @@ -188111,15 +188841,15 @@ }, "property": { "type": "Identifier", - "start": 41108, - "end": 41118, + "start": 41262, + "end": 41272, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 47 }, "end": { - "line": 1109, + "line": 1114, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -188130,44 +188860,44 @@ }, { "type": "MemberExpression", - "start": 41144, - "end": 41167, + "start": 41298, + "end": 41321, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 24 }, "end": { - "line": 1110, + "line": 1115, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41144, - "end": 41148, + "start": 41298, + "end": 41302, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 24 }, "end": { - "line": 1110, + "line": 1115, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41149, - "end": 41167, + "start": 41303, + "end": 41321, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 29 }, "end": { - "line": 1110, + "line": 1115, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -188183,15 +188913,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -188200,72 +188930,72 @@ }, { "type": "ExpressionStatement", - "start": 41190, - "end": 41273, + "start": 41344, + "end": 41427, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1112, + "line": 1117, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41190, - "end": 41272, + "start": 41344, + "end": 41426, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1112, + "line": 1117, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41190, - "end": 41197, + "start": 41344, + "end": 41351, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1111, + "line": 1116, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41190, - "end": 41194, + "start": 41344, + "end": 41348, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1111, + "line": 1116, "column": 24 } } }, "property": { "type": "Identifier", - "start": 41195, - "end": 41197, + "start": 41349, + "end": 41351, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 25 }, "end": { - "line": 1111, + "line": 1116, "column": 27 }, "identifierName": "on" @@ -188277,44 +189007,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41198, - "end": 41209, + "start": 41352, + "end": 41363, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 28 }, "end": { - "line": 1111, + "line": 1116, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41198, - "end": 41202, + "start": 41352, + "end": 41356, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 28 }, "end": { - "line": 1111, + "line": 1116, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41203, - "end": 41209, + "start": 41357, + "end": 41363, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 33 }, "end": { - "line": 1111, + "line": 1116, "column": 39 }, "identifierName": "player" @@ -188325,29 +189055,29 @@ }, { "type": "MemberExpression", - "start": 41211, - "end": 41222, + "start": 41365, + "end": 41376, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 41 }, "end": { - "line": 1111, + "line": 1116, "column": 52 } }, "object": { "type": "Identifier", - "start": 41211, - "end": 41216, + "start": 41365, + "end": 41370, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 41 }, "end": { - "line": 1111, + "line": 1116, "column": 46 }, "identifierName": "Event" @@ -188356,15 +189086,15 @@ }, "property": { "type": "Identifier", - "start": 41217, - "end": 41222, + "start": 41371, + "end": 41376, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 47 }, "end": { - "line": 1111, + "line": 1116, "column": 52 }, "identifierName": "ENDED" @@ -188375,44 +189105,44 @@ }, { "type": "MemberExpression", - "start": 41248, - "end": 41271, + "start": 41402, + "end": 41425, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 24 }, "end": { - "line": 1112, + "line": 1117, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41248, - "end": 41252, + "start": 41402, + "end": 41406, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 24 }, "end": { - "line": 1112, + "line": 1117, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41253, - "end": 41271, + "start": 41407, + "end": 41425, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 29 }, "end": { - "line": 1112, + "line": 1117, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -188427,15 +189157,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -188444,85 +189174,85 @@ }, { "type": "IfStatement", - "start": 41353, - "end": 41639, + "start": 41507, + "end": 41793, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 20 }, "end": { - "line": 1120, + "line": 1125, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 41357, - "end": 41434, + "start": 41511, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 41357, - "end": 41393, + "start": 41511, + "end": 41547, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 60 } }, "left": { "type": "CallExpression", - "start": 41357, - "end": 41377, + "start": 41511, + "end": 41531, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41357, - "end": 41375, + "start": 41511, + "end": 41529, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 41357, - "end": 41361, + "start": 41511, + "end": 41515, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 28 } }, @@ -188530,15 +189260,15 @@ }, "property": { "type": "Identifier", - "start": 41362, - "end": 41375, + "start": 41516, + "end": 41529, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 29 }, "end": { - "line": 1115, + "line": 1120, "column": 42 }, "identifierName": "getRecordType" @@ -188554,15 +189284,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41382, - "end": 41393, + "start": 41536, + "end": 41547, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 49 }, "end": { - "line": 1115, + "line": 1120, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -188574,72 +189304,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 41397, - "end": 41434, + "start": 41551, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 101 } }, "left": { "type": "CallExpression", - "start": 41397, - "end": 41417, + "start": 41551, + "end": 41571, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 41397, - "end": 41415, + "start": 41551, + "end": 41569, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 41397, - "end": 41401, + "start": 41551, + "end": 41555, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 68 } } }, "property": { "type": "Identifier", - "start": 41402, - "end": 41415, + "start": 41556, + "end": 41569, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 69 }, "end": { - "line": 1115, + "line": 1120, "column": 82 }, "identifierName": "getRecordType" @@ -188653,15 +189383,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41422, - "end": 41434, + "start": 41576, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 89 }, "end": { - "line": 1115, + "line": 1120, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -188673,102 +189403,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 41436, - "end": 41639, + "start": 41590, + "end": 41793, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 103 }, "end": { - "line": 1120, + "line": 1125, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 41462, - "end": 41494, + "start": 41616, + "end": 41648, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 41462, - "end": 41493, + "start": 41616, + "end": 41647, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41462, - "end": 41485, + "start": 41616, + "end": 41639, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 41462, - "end": 41479, + "start": 41616, + "end": 41633, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41462, - "end": 41466, + "start": 41616, + "end": 41620, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41467, - "end": 41479, + "start": 41621, + "end": 41633, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 29 }, "end": { - "line": 1116, + "line": 1121, "column": 41 }, "identifierName": "mediaElement" @@ -188779,15 +189509,15 @@ }, "property": { "type": "Identifier", - "start": 41480, - "end": 41485, + "start": 41634, + "end": 41639, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 42 }, "end": { - "line": 1116, + "line": 1121, "column": 47 }, "identifierName": "muted" @@ -188798,15 +189528,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41488, - "end": 41493, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 50 }, "end": { - "line": 1116, + "line": 1121, "column": 55 } }, @@ -188817,15 +189547,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -188834,57 +189564,57 @@ }, { "type": "ExpressionStatement", - "start": 41585, - "end": 41617, + "start": 41739, + "end": 41771, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41585, - "end": 41616, + "start": 41739, + "end": 41770, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41585, - "end": 41610, + "start": 41739, + "end": 41764, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 41585, - "end": 41589, + "start": 41739, + "end": 41743, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 28 } }, @@ -188892,15 +189622,15 @@ }, "property": { "type": "Identifier", - "start": 41590, - "end": 41610, + "start": 41744, + "end": 41764, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 29 }, "end": { - "line": 1119, + "line": 1124, "column": 49 }, "identifierName": "displayVolumeControl" @@ -188913,15 +189643,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41611, - "end": 41615, + "start": 41765, + "end": 41769, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 50 }, "end": { - "line": 1119, + "line": 1124, "column": 54 } }, @@ -188934,15 +189664,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -188958,15 +189688,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -188976,15 +189706,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -188993,57 +189723,57 @@ }, { "type": "ExpressionStatement", - "start": 41704, - "end": 41740, + "start": 41858, + "end": 41894, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41704, - "end": 41739, + "start": 41858, + "end": 41893, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41704, - "end": 41713, + "start": 41858, + "end": 41867, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 41704, - "end": 41708, + "start": 41858, + "end": 41862, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 24 } }, @@ -189051,15 +189781,15 @@ }, "property": { "type": "Identifier", - "start": 41709, - "end": 41713, + "start": 41863, + "end": 41867, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 25 }, "end": { - "line": 1123, + "line": 1128, "column": 29 }, "identifierName": "load" @@ -189072,58 +189802,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 41714, - "end": 41738, + "start": 41868, + "end": 41892, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 41714, - "end": 41725, + "start": 41868, + "end": 41879, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41714, - "end": 41718, + "start": 41868, + "end": 41872, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 34 } } }, "property": { "type": "Identifier", - "start": 41719, - "end": 41725, + "start": 41873, + "end": 41879, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 35 }, "end": { - "line": 1123, + "line": 1128, "column": 41 }, "identifierName": "player" @@ -189134,15 +189864,15 @@ }, "property": { "type": "Identifier", - "start": 41726, - "end": 41738, + "start": 41880, + "end": 41892, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 42 }, "end": { - "line": 1123, + "line": 1128, "column": 54 }, "identifierName": "recordedData" @@ -189158,15 +189888,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -189184,15 +189914,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40486, - "end": 40545, + "start": 40640, + "end": 40699, "loc": { "start": { - "line": 1095, + "line": 1100, "column": 16 }, "end": { - "line": 1095, + "line": 1100, "column": 75 } } @@ -189200,15 +189930,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40562, - "end": 40617, + "start": 40716, + "end": 40771, "loc": { "start": { - "line": 1096, + "line": 1101, "column": 16 }, "end": { - "line": 1096, + "line": 1101, "column": 71 } } @@ -189216,15 +189946,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40634, - "end": 40654, + "start": 40788, + "end": 40808, "loc": { "start": { - "line": 1097, + "line": 1102, "column": 16 }, "end": { - "line": 1097, + "line": 1102, "column": 36 } } @@ -189234,15 +189964,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -189251,71 +189981,71 @@ }, { "type": "ExpressionStatement", - "start": 41837, - "end": 41857, + "start": 41991, + "end": 42011, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41837, - "end": 41856, + "start": 41991, + "end": 42010, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41837, - "end": 41854, + "start": 41991, + "end": 42008, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41837, - "end": 41848, + "start": 41991, + "end": 42002, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41837, - "end": 41841, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 20 } }, @@ -189323,15 +190053,15 @@ }, "property": { "type": "Identifier", - "start": 41842, - "end": 41848, + "start": 41996, + "end": 42002, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 21 }, "end": { - "line": 1127, + "line": 1132, "column": 27 }, "identifierName": "player" @@ -189343,15 +190073,15 @@ }, "property": { "type": "Identifier", - "start": 41849, - "end": 41854, + "start": 42003, + "end": 42008, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 28 }, "end": { - "line": 1127, + "line": 1132, "column": 33 }, "identifierName": "pause" @@ -189368,15 +190098,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -189385,15 +190115,15 @@ }, { "type": "BreakStatement", - "start": 41874, - "end": 41880, + "start": 42028, + "end": 42034, "loc": { "start": { - "line": 1128, + "line": 1133, "column": 16 }, "end": { - "line": 1128, + "line": 1133, "column": 22 } }, @@ -189402,15 +190132,15 @@ ], "test": { "type": "Identifier", - "start": 40457, - "end": 40468, + "start": 40611, + "end": 40622, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 17 }, "end": { - "line": 1094, + "line": 1099, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -189420,73 +190150,73 @@ }, { "type": "SwitchCase", - "start": 41894, - "end": 42717, + "start": 42048, + "end": 42871, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 12 }, "end": { - "line": 1154, + "line": 1159, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 41969, - "end": 41994, + "start": 42123, + "end": 42148, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 41969, - "end": 41993, + "start": 42123, + "end": 42147, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41969, - "end": 41985, + "start": 42123, + "end": 42139, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 41969, - "end": 41973, + "start": 42123, + "end": 42127, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 20 } }, @@ -189494,15 +190224,15 @@ }, "property": { "type": "Identifier", - "start": 41974, - "end": 41985, + "start": 42128, + "end": 42139, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 21 }, "end": { - "line": 1132, + "line": 1137, "column": 32 }, "identifierName": "_processing" @@ -189514,15 +190244,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41988, - "end": 41993, + "start": 42142, + "end": 42147, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 35 }, "end": { - "line": 1132, + "line": 1137, "column": 40 } }, @@ -189534,15 +190264,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 41926, - "end": 41952, + "start": 42080, + "end": 42106, "loc": { "start": { - "line": 1131, + "line": 1136, "column": 16 }, "end": { - "line": 1131, + "line": 1136, "column": 42 } } @@ -189552,15 +190282,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -189569,85 +190299,85 @@ }, { "type": "ExpressionStatement", - "start": 42043, - "end": 42077, + "start": 42197, + "end": 42231, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42043, - "end": 42076, + "start": 42197, + "end": 42230, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42043, - "end": 42074, + "start": 42197, + "end": 42228, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42043, - "end": 42069, + "start": 42197, + "end": 42223, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 42043, - "end": 42054, + "start": 42197, + "end": 42208, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42043, - "end": 42047, + "start": 42197, + "end": 42201, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 20 } }, @@ -189655,15 +190385,15 @@ }, "property": { "type": "Identifier", - "start": 42048, - "end": 42054, + "start": 42202, + "end": 42208, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 21 }, "end": { - "line": 1135, + "line": 1140, "column": 27 }, "identifierName": "player" @@ -189675,15 +190405,15 @@ }, "property": { "type": "Identifier", - "start": 42055, - "end": 42069, + "start": 42209, + "end": 42223, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 28 }, "end": { - "line": 1135, + "line": 1140, "column": 42 }, "identifierName": "loadingSpinner" @@ -189695,15 +190425,15 @@ }, "property": { "type": "Identifier", - "start": 42070, - "end": 42074, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 43 }, "end": { - "line": 1135, + "line": 1140, "column": 47 }, "identifierName": "hide" @@ -189720,15 +190450,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -189738,15 +190468,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -189755,57 +190485,57 @@ }, { "type": "ExpressionStatement", - "start": 42144, - "end": 42182, + "start": 42298, + "end": 42336, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 42144, - "end": 42181, + "start": 42298, + "end": 42335, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 42144, - "end": 42160, + "start": 42298, + "end": 42314, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42144, - "end": 42148, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 20 } }, @@ -189813,15 +190543,15 @@ }, "property": { "type": "Identifier", - "start": 42149, - "end": 42160, + "start": 42303, + "end": 42314, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 21 }, "end": { - "line": 1138, + "line": 1143, "column": 32 }, "identifierName": "setDuration" @@ -189834,44 +190564,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42161, - "end": 42180, + "start": 42315, + "end": 42334, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 33 }, "end": { - "line": 1138, + "line": 1143, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 42161, - "end": 42165, + "start": 42315, + "end": 42319, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 33 }, "end": { - "line": 1138, + "line": 1143, "column": 37 } } }, "property": { "type": "Identifier", - "start": 42166, - "end": 42180, + "start": 42320, + "end": 42334, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 38 }, "end": { - "line": 1138, + "line": 1143, "column": 52 }, "identifierName": "streamDuration" @@ -189887,15 +190617,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -189905,15 +190635,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -189922,86 +190652,86 @@ }, { "type": "ExpressionStatement", - "start": 42238, - "end": 42279, + "start": 42392, + "end": 42433, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 42238, - "end": 42278, + "start": 42392, + "end": 42432, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42238, - "end": 42269, + "start": 42392, + "end": 42423, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42238, - "end": 42261, + "start": 42392, + "end": 42415, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 42238, - "end": 42255, + "start": 42392, + "end": 42409, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 42238, - "end": 42242, + "start": 42392, + "end": 42396, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 20 } }, @@ -190009,15 +190739,15 @@ }, "property": { "type": "Identifier", - "start": 42243, - "end": 42255, + "start": 42397, + "end": 42409, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 21 }, "end": { - "line": 1141, + "line": 1146, "column": 33 }, "identifierName": "mediaElement" @@ -190029,15 +190759,15 @@ }, "property": { "type": "Identifier", - "start": 42256, - "end": 42261, + "start": 42410, + "end": 42415, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 34 }, "end": { - "line": 1141, + "line": 1146, "column": 39 }, "identifierName": "style" @@ -190049,15 +190779,15 @@ }, "property": { "type": "Identifier", - "start": 42262, - "end": 42269, + "start": 42416, + "end": 42423, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 40 }, "end": { - "line": 1141, + "line": 1146, "column": 47 }, "identifierName": "display" @@ -190069,15 +190799,15 @@ }, "right": { "type": "StringLiteral", - "start": 42272, - "end": 42278, + "start": 42426, + "end": 42432, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 50 }, "end": { - "line": 1141, + "line": 1146, "column": 56 } }, @@ -190093,15 +190823,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -190111,15 +190841,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -190128,85 +190858,85 @@ }, { "type": "ExpressionStatement", - "start": 42337, - "end": 42369, + "start": 42491, + "end": 42523, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 42337, - "end": 42368, + "start": 42491, + "end": 42522, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 42337, - "end": 42366, + "start": 42491, + "end": 42520, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 42337, - "end": 42361, + "start": 42491, + "end": 42515, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 42337, - "end": 42348, + "start": 42491, + "end": 42502, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42337, - "end": 42341, + "start": 42491, + "end": 42495, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 20 } }, @@ -190214,15 +190944,15 @@ }, "property": { "type": "Identifier", - "start": 42342, - "end": 42348, + "start": 42496, + "end": 42502, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 21 }, "end": { - "line": 1144, + "line": 1149, "column": 27 }, "identifierName": "player" @@ -190234,15 +190964,15 @@ }, "property": { "type": "Identifier", - "start": 42349, - "end": 42361, + "start": 42503, + "end": 42515, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 28 }, "end": { - "line": 1144, + "line": 1149, "column": 40 }, "identifierName": "recordCanvas" @@ -190254,15 +190984,15 @@ }, "property": { "type": "Identifier", - "start": 42362, - "end": 42366, + "start": 42516, + "end": 42520, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 41 }, "end": { - "line": 1144, + "line": 1149, "column": 45 }, "identifierName": "show" @@ -190279,15 +191009,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -190297,15 +191027,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -190314,71 +191044,71 @@ }, { "type": "ExpressionStatement", - "start": 42446, - "end": 42466, + "start": 42600, + "end": 42620, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42446, - "end": 42465, + "start": 42600, + "end": 42619, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 42446, - "end": 42463, + "start": 42600, + "end": 42617, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 42446, - "end": 42457, + "start": 42600, + "end": 42611, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42446, - "end": 42450, + "start": 42600, + "end": 42604, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 20 } }, @@ -190386,15 +191116,15 @@ }, "property": { "type": "Identifier", - "start": 42451, - "end": 42457, + "start": 42605, + "end": 42611, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 21 }, "end": { - "line": 1147, + "line": 1152, "column": 27 }, "identifierName": "player" @@ -190406,15 +191136,15 @@ }, "property": { "type": "Identifier", - "start": 42458, - "end": 42463, + "start": 42612, + "end": 42617, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 28 }, "end": { - "line": 1147, + "line": 1152, "column": 33 }, "identifierName": "pause" @@ -190431,15 +191161,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -190449,15 +191179,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -190466,57 +191196,57 @@ }, { "type": "ExpressionStatement", - "start": 42526, - "end": 42579, + "start": 42680, + "end": 42733, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42526, - "end": 42578, + "start": 42680, + "end": 42732, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 42526, - "end": 42533, + "start": 42680, + "end": 42687, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42526, - "end": 42530, + "start": 42680, + "end": 42684, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 20 } }, @@ -190524,15 +191254,15 @@ }, "property": { "type": "Identifier", - "start": 42531, - "end": 42533, + "start": 42685, + "end": 42687, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 21 }, "end": { - "line": 1150, + "line": 1155, "column": 23 }, "identifierName": "on" @@ -190545,44 +191275,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42534, - "end": 42545, + "start": 42688, + "end": 42699, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 24 }, "end": { - "line": 1150, + "line": 1155, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42534, - "end": 42538, + "start": 42688, + "end": 42692, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 24 }, "end": { - "line": 1150, + "line": 1155, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42539, - "end": 42545, + "start": 42693, + "end": 42699, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 29 }, "end": { - "line": 1150, + "line": 1155, "column": 35 }, "identifierName": "player" @@ -190593,29 +191323,29 @@ }, { "type": "MemberExpression", - "start": 42547, - "end": 42557, + "start": 42701, + "end": 42711, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 37 }, "end": { - "line": 1150, + "line": 1155, "column": 47 } }, "object": { "type": "Identifier", - "start": 42547, - "end": 42552, + "start": 42701, + "end": 42706, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 37 }, "end": { - "line": 1150, + "line": 1155, "column": 42 }, "identifierName": "Event" @@ -190624,15 +191354,15 @@ }, "property": { "type": "Identifier", - "start": 42553, - "end": 42557, + "start": 42707, + "end": 42711, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 43 }, "end": { - "line": 1150, + "line": 1155, "column": 47 }, "identifierName": "PLAY" @@ -190643,44 +191373,44 @@ }, { "type": "MemberExpression", - "start": 42559, - "end": 42577, + "start": 42713, + "end": 42731, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 49 }, "end": { - "line": 1150, + "line": 1155, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 42559, - "end": 42563, + "start": 42713, + "end": 42717, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 49 }, "end": { - "line": 1150, + "line": 1155, "column": 53 } } }, "property": { "type": "Identifier", - "start": 42564, - "end": 42577, + "start": 42718, + "end": 42731, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 54 }, "end": { - "line": 1150, + "line": 1155, "column": 67 }, "identifierName": "showAnimation" @@ -190696,15 +191426,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -190714,15 +191444,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -190731,57 +191461,57 @@ }, { "type": "ExpressionStatement", - "start": 42640, - "end": 42694, + "start": 42794, + "end": 42848, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 42640, - "end": 42693, + "start": 42794, + "end": 42847, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 42640, - "end": 42647, + "start": 42794, + "end": 42801, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42640, - "end": 42644, + "start": 42794, + "end": 42798, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 20 } }, @@ -190789,15 +191519,15 @@ }, "property": { "type": "Identifier", - "start": 42645, - "end": 42647, + "start": 42799, + "end": 42801, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 21 }, "end": { - "line": 1153, + "line": 1158, "column": 23 }, "identifierName": "on" @@ -190810,44 +191540,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42648, - "end": 42659, + "start": 42802, + "end": 42813, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 24 }, "end": { - "line": 1153, + "line": 1158, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42648, - "end": 42652, + "start": 42802, + "end": 42806, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 24 }, "end": { - "line": 1153, + "line": 1158, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42653, - "end": 42659, + "start": 42807, + "end": 42813, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 29 }, "end": { - "line": 1153, + "line": 1158, "column": 35 }, "identifierName": "player" @@ -190858,29 +191588,29 @@ }, { "type": "MemberExpression", - "start": 42661, - "end": 42672, + "start": 42815, + "end": 42826, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 37 }, "end": { - "line": 1153, + "line": 1158, "column": 48 } }, "object": { "type": "Identifier", - "start": 42661, - "end": 42666, + "start": 42815, + "end": 42820, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 37 }, "end": { - "line": 1153, + "line": 1158, "column": 42 }, "identifierName": "Event" @@ -190889,15 +191619,15 @@ }, "property": { "type": "Identifier", - "start": 42667, - "end": 42672, + "start": 42821, + "end": 42826, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 43 }, "end": { - "line": 1153, + "line": 1158, "column": 48 }, "identifierName": "PAUSE" @@ -190908,44 +191638,44 @@ }, { "type": "MemberExpression", - "start": 42674, - "end": 42692, + "start": 42828, + "end": 42846, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 50 }, "end": { - "line": 1153, + "line": 1158, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 42674, - "end": 42678, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 50 }, "end": { - "line": 1153, + "line": 1158, "column": 54 } } }, "property": { "type": "Identifier", - "start": 42679, - "end": 42692, + "start": 42833, + "end": 42846, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 55 }, "end": { - "line": 1153, + "line": 1158, "column": 68 }, "identifierName": "hideAnimation" @@ -190961,15 +191691,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -190978,15 +191708,15 @@ }, { "type": "BreakStatement", - "start": 42711, - "end": 42717, + "start": 42865, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1159, "column": 16 }, "end": { - "line": 1154, + "line": 1159, "column": 22 } }, @@ -190995,15 +191725,15 @@ ], "test": { "type": "Identifier", - "start": 41899, - "end": 41908, + "start": 42053, + "end": 42062, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 17 }, "end": { - "line": 1130, + "line": 1135, "column": 26 }, "identifierName": "ANIMATION" @@ -191016,15 +191746,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -191039,15 +191769,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -191057,15 +191787,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -191074,15 +191804,15 @@ }, { "type": "ClassMethod", - "start": 42836, - "end": 43590, + "start": 42990, + "end": 43744, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 4 }, "end": { - "line": 1188, + "line": 1193, "column": 5 } }, @@ -191090,15 +191820,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42836, - "end": 42847, + "start": 42990, + "end": 43001, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 4 }, "end": { - "line": 1162, + "line": 1167, "column": 15 }, "identifierName": "onCountDown" @@ -191114,44 +191844,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 42850, - "end": 43590, + "start": 43004, + "end": 43744, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 18 }, "end": { - "line": 1188, + "line": 1193, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 42860, - "end": 43584, + "start": 43014, + "end": 43738, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 8 }, "end": { - "line": 1187, + "line": 1192, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 42864, - "end": 42876, + "start": 43018, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 12 }, "end": { - "line": 1163, + "line": 1168, "column": 24 } }, @@ -191159,44 +191889,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 42865, - "end": 42876, + "start": 43019, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 13 }, "end": { - "line": 1163, + "line": 1168, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 42865, - "end": 42869, + "start": 43019, + "end": 43023, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 13 }, "end": { - "line": 1163, + "line": 1168, "column": 17 } } }, "property": { "type": "Identifier", - "start": 42870, - "end": 42876, + "start": 43024, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 18 }, "end": { - "line": 1163, + "line": 1168, "column": 24 }, "identifierName": "paused" @@ -191211,59 +191941,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42878, - "end": 43584, + "start": 43032, + "end": 43738, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 26 }, "end": { - "line": 1187, + "line": 1192, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 42892, - "end": 42920, + "start": 43046, + "end": 43074, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 12 }, "end": { - "line": 1164, + "line": 1169, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42896, - "end": 42919, + "start": 43050, + "end": 43073, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 16 }, "end": { - "line": 1164, + "line": 1169, "column": 39 } }, "id": { "type": "Identifier", - "start": 42896, - "end": 42899, + "start": 43050, + "end": 43053, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 16 }, "end": { - "line": 1164, + "line": 1169, "column": 19 }, "identifierName": "now" @@ -191272,43 +192002,43 @@ }, "init": { "type": "CallExpression", - "start": 42902, - "end": 42919, + "start": 43056, + "end": 43073, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 42902, - "end": 42917, + "start": 43056, + "end": 43071, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 37 } }, "object": { "type": "Identifier", - "start": 42902, - "end": 42913, + "start": 43056, + "end": 43067, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 33 }, "identifierName": "performance" @@ -191317,15 +192047,15 @@ }, "property": { "type": "Identifier", - "start": 42914, - "end": 42917, + "start": 43068, + "end": 43071, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 34 }, "end": { - "line": 1164, + "line": 1169, "column": 37 }, "identifierName": "now" @@ -191342,44 +192072,44 @@ }, { "type": "VariableDeclaration", - "start": 42933, - "end": 42963, + "start": 43087, + "end": 43117, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 12 }, "end": { - "line": 1165, + "line": 1170, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42937, - "end": 42962, + "start": 43091, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 16 }, "end": { - "line": 1165, + "line": 1170, "column": 41 } }, "id": { "type": "Identifier", - "start": 42937, - "end": 42945, + "start": 43091, + "end": 43099, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 16 }, "end": { - "line": 1165, + "line": 1170, "column": 24 }, "identifierName": "duration" @@ -191388,44 +192118,44 @@ }, "init": { "type": "MemberExpression", - "start": 42948, - "end": 42962, + "start": 43102, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 27 }, "end": { - "line": 1165, + "line": 1170, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 42948, - "end": 42952, + "start": 43102, + "end": 43106, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 27 }, "end": { - "line": 1165, + "line": 1170, "column": 31 } } }, "property": { "type": "Identifier", - "start": 42953, - "end": 42962, + "start": 43107, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 32 }, "end": { - "line": 1165, + "line": 1170, "column": 41 }, "identifierName": "maxLength" @@ -191440,44 +192170,44 @@ }, { "type": "VariableDeclaration", - "start": 42976, - "end": 43060, + "start": 43130, + "end": 43214, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 12 }, "end": { - "line": 1167, + "line": 1172, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42980, - "end": 43059, + "start": 43134, + "end": 43213, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, "id": { "type": "Identifier", - "start": 42980, - "end": 42991, + "start": 43134, + "end": 43145, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 16 }, "end": { - "line": 1166, + "line": 1171, "column": 27 }, "identifierName": "currentTime" @@ -191486,43 +192216,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42994, - "end": 43059, + "start": 43148, + "end": 43213, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 30 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 42995, - "end": 43051, + "start": 43149, + "end": 43205, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 31 }, "end": { - "line": 1167, + "line": 1172, "column": 32 } }, "left": { "type": "Identifier", - "start": 42995, - "end": 42998, + "start": 43149, + "end": 43152, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 31 }, "end": { - "line": 1166, + "line": 1171, "column": 34 }, "identifierName": "now" @@ -191532,58 +192262,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 43002, - "end": 43050, + "start": 43156, + "end": 43204, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1167, + "line": 1172, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 43002, - "end": 43016, + "start": 43156, + "end": 43170, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1166, + "line": 1171, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 43002, - "end": 43006, + "start": 43156, + "end": 43160, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1166, + "line": 1171, "column": 42 } } }, "property": { "type": "Identifier", - "start": 43007, - "end": 43016, + "start": 43161, + "end": 43170, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 43 }, "end": { - "line": 1166, + "line": 1171, "column": 52 }, "identifierName": "startTime" @@ -191595,44 +192325,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 43035, - "end": 43050, + "start": 43189, + "end": 43204, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43035, - "end": 43039, + "start": 43189, + "end": 43193, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43040, - "end": 43050, + "start": 43194, + "end": 43204, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 21 }, "end": { - "line": 1167, + "line": 1172, "column": 31 }, "identifierName": "pausedTime" @@ -191643,26 +192373,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 43001 + "parenStart": 43155 } }, "extra": { "parenthesized": true, - "parenStart": 42994 + "parenStart": 43148 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 43055, - "end": 43059, + "start": 43209, + "end": 43213, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 36 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } }, @@ -191680,15 +192410,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -191697,58 +192427,58 @@ }, { "type": "ExpressionStatement", - "start": 43095, - "end": 43129, + "start": 43249, + "end": 43283, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 43095, - "end": 43128, + "start": 43249, + "end": 43282, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43095, - "end": 43114, + "start": 43249, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43095, - "end": 43099, + "start": 43249, + "end": 43253, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 16 } }, @@ -191756,15 +192486,15 @@ }, "property": { "type": "Identifier", - "start": 43100, - "end": 43114, + "start": 43254, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 17 }, "end": { - "line": 1169, + "line": 1174, "column": 31 }, "identifierName": "streamDuration" @@ -191776,15 +192506,15 @@ }, "right": { "type": "Identifier", - "start": 43117, - "end": 43128, + "start": 43271, + "end": 43282, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 34 }, "end": { - "line": 1169, + "line": 1174, "column": 45 }, "identifierName": "currentTime" @@ -191797,15 +192527,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -191814,43 +192544,43 @@ }, { "type": "IfStatement", - "start": 43143, - "end": 43321, + "start": 43297, + "end": 43475, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 12 }, "end": { - "line": 1177, + "line": 1182, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 43147, - "end": 43170, + "start": 43301, + "end": 43324, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 16 }, "end": { - "line": 1171, + "line": 1176, "column": 39 } }, "left": { "type": "Identifier", - "start": 43147, - "end": 43158, + "start": 43301, + "end": 43312, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 16 }, "end": { - "line": 1171, + "line": 1176, "column": 27 }, "identifierName": "currentTime" @@ -191860,15 +192590,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 43162, - "end": 43170, + "start": 43316, + "end": 43324, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 31 }, "end": { - "line": 1171, + "line": 1176, "column": 39 }, "identifierName": "duration" @@ -191878,59 +192608,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43172, - "end": 43321, + "start": 43326, + "end": 43475, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 41 }, "end": { - "line": 1177, + "line": 1182, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43220, - "end": 43243, + "start": 43374, + "end": 43397, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 43220, - "end": 43242, + "start": 43374, + "end": 43396, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43220, - "end": 43231, + "start": 43374, + "end": 43385, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 27 }, "identifierName": "currentTime" @@ -191940,15 +192670,15 @@ }, "right": { "type": "Identifier", - "start": 43234, - "end": 43242, + "start": 43388, + "end": 43396, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 30 }, "end": { - "line": 1173, + "line": 1178, "column": 38 }, "identifierName": "duration" @@ -191961,15 +192691,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43190, - "end": 43203, + "start": 43344, + "end": 43357, "loc": { "start": { - "line": 1172, + "line": 1177, "column": 16 }, "end": { - "line": 1172, + "line": 1177, "column": 29 } } @@ -191979,15 +192709,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -191996,57 +192726,57 @@ }, { "type": "ExpressionStatement", - "start": 43295, - "end": 43307, + "start": 43449, + "end": 43461, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 43295, - "end": 43306, + "start": 43449, + "end": 43460, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 43295, - "end": 43304, + "start": 43449, + "end": 43458, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 43295, - "end": 43299, + "start": 43449, + "end": 43453, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 20 } }, @@ -192054,15 +192784,15 @@ }, "property": { "type": "Identifier", - "start": 43300, - "end": 43304, + "start": 43454, + "end": 43458, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 21 }, "end": { - "line": 1176, + "line": 1181, "column": 25 }, "identifierName": "stop" @@ -192079,15 +192809,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -192103,15 +192833,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -192120,57 +192850,57 @@ }, { "type": "ExpressionStatement", - "start": 43366, - "end": 43393, + "start": 43520, + "end": 43547, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 43366, - "end": 43392, + "start": 43520, + "end": 43546, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 43366, - "end": 43382, + "start": 43520, + "end": 43536, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 43366, - "end": 43370, + "start": 43520, + "end": 43524, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 16 } }, @@ -192178,15 +192908,15 @@ }, "property": { "type": "Identifier", - "start": 43371, - "end": 43382, + "start": 43525, + "end": 43536, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 17 }, "end": { - "line": 1180, + "line": 1185, "column": 28 }, "identifierName": "setDuration" @@ -192199,15 +192929,15 @@ "arguments": [ { "type": "Identifier", - "start": 43383, - "end": 43391, + "start": 43537, + "end": 43545, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 29 }, "end": { - "line": 1180, + "line": 1185, "column": 37 }, "identifierName": "duration" @@ -192221,15 +192951,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -192239,15 +192969,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -192256,57 +192986,57 @@ }, { "type": "ExpressionStatement", - "start": 43442, - "end": 43485, + "start": 43596, + "end": 43639, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43442, - "end": 43484, + "start": 43596, + "end": 43638, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43442, - "end": 43461, + "start": 43596, + "end": 43615, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43442, - "end": 43446, + "start": 43596, + "end": 43600, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 16 } }, @@ -192314,15 +193044,15 @@ }, "property": { "type": "Identifier", - "start": 43447, - "end": 43461, + "start": 43601, + "end": 43615, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 17 }, "end": { - "line": 1183, + "line": 1188, "column": 31 }, "identifierName": "setCurrentTime" @@ -192335,15 +193065,15 @@ "arguments": [ { "type": "Identifier", - "start": 43462, - "end": 43473, + "start": 43616, + "end": 43627, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 32 }, "end": { - "line": 1183, + "line": 1188, "column": 43 }, "identifierName": "currentTime" @@ -192352,15 +193082,15 @@ }, { "type": "Identifier", - "start": 43475, - "end": 43483, + "start": 43629, + "end": 43637, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 45 }, "end": { - "line": 1183, + "line": 1188, "column": 53 }, "identifierName": "duration" @@ -192374,15 +193104,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -192392,15 +193122,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -192409,71 +193139,71 @@ }, { "type": "ExpressionStatement", - "start": 43531, - "end": 43574, + "start": 43685, + "end": 43728, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43531, - "end": 43573, + "start": 43685, + "end": 43727, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43531, - "end": 43550, + "start": 43685, + "end": 43704, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 43531, - "end": 43542, + "start": 43685, + "end": 43696, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 43531, - "end": 43535, + "start": 43685, + "end": 43689, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 16 } }, @@ -192481,15 +193211,15 @@ }, "property": { "type": "Identifier", - "start": 43536, - "end": 43542, + "start": 43690, + "end": 43696, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 17 }, "end": { - "line": 1186, + "line": 1191, "column": 23 }, "identifierName": "player" @@ -192501,15 +193231,15 @@ }, "property": { "type": "Identifier", - "start": 43543, - "end": 43550, + "start": 43697, + "end": 43704, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 24 }, "end": { - "line": 1186, + "line": 1191, "column": 31 }, "identifierName": "trigger" @@ -192522,29 +193252,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43551, - "end": 43572, + "start": 43705, + "end": 43726, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 32 }, "end": { - "line": 1186, + "line": 1191, "column": 53 } }, "object": { "type": "Identifier", - "start": 43551, - "end": 43556, + "start": 43705, + "end": 43710, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 32 }, "end": { - "line": 1186, + "line": 1191, "column": 37 }, "identifierName": "Event" @@ -192553,15 +193283,15 @@ }, "property": { "type": "Identifier", - "start": 43557, - "end": 43572, + "start": 43711, + "end": 43726, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 38 }, "end": { - "line": 1186, + "line": 1191, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -192577,15 +193307,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -192605,15 +193335,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -192623,15 +193353,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -192640,15 +193370,15 @@ }, { "type": "ClassMethod", - "start": 43808, - "end": 44065, + "start": 43962, + "end": 44219, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 4 }, "end": { - "line": 1205, + "line": 1210, "column": 5 } }, @@ -192656,15 +193386,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43808, - "end": 43822, + "start": 43962, + "end": 43976, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 4 }, "end": { - "line": 1197, + "line": 1202, "column": 18 }, "identifierName": "getCurrentTime" @@ -192680,59 +193410,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43825, - "end": 44065, + "start": 43979, + "end": 44219, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 21 }, "end": { - "line": 1205, + "line": 1210, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43835, - "end": 43912, + "start": 43989, + "end": 44066, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 8 }, "end": { - "line": 1198, + "line": 1203, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43839, - "end": 43911, + "start": 43993, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 12 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "id": { "type": "Identifier", - "start": 43839, - "end": 43850, + "start": 43993, + "end": 44004, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 12 }, "end": { - "line": 1198, + "line": 1203, "column": 23 }, "identifierName": "currentTime" @@ -192741,43 +193471,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 43853, - "end": 43911, + "start": 44007, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "test": { "type": "CallExpression", - "start": 43853, - "end": 43882, + "start": 44007, + "end": 44036, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 55 } }, "callee": { "type": "Identifier", - "start": 43853, - "end": 43858, + "start": 44007, + "end": 44012, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 31 }, "identifierName": "isNaN" @@ -192787,44 +193517,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 43859, - "end": 43881, + "start": 44013, + "end": 44035, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 32 }, "end": { - "line": 1198, + "line": 1203, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 43859, - "end": 43863, + "start": 44013, + "end": 44017, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 32 }, "end": { - "line": 1198, + "line": 1203, "column": 36 } } }, "property": { "type": "Identifier", - "start": 43864, - "end": 43881, + "start": 44018, + "end": 44035, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 37 }, "end": { - "line": 1198, + "line": 1203, "column": 54 }, "identifierName": "streamCurrentTime" @@ -192837,15 +193567,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43885, - "end": 43886, + "start": 44039, + "end": 44040, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 58 }, "end": { - "line": 1198, + "line": 1203, "column": 59 } }, @@ -192857,44 +193587,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 43889, - "end": 43911, + "start": 44043, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 62 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 43889, - "end": 43893, + "start": 44043, + "end": 44047, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 62 }, "end": { - "line": 1198, + "line": 1203, "column": 66 } } }, "property": { "type": "Identifier", - "start": 43894, - "end": 43911, + "start": 44048, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 67 }, "end": { - "line": 1198, + "line": 1203, "column": 84 }, "identifierName": "streamCurrentTime" @@ -192910,86 +193640,86 @@ }, { "type": "IfStatement", - "start": 43922, - "end": 44030, + "start": 44076, + "end": 44184, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 8 }, "end": { - "line": 1202, + "line": 1207, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 43926, - "end": 43961, + "start": 44080, + "end": 44115, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 47 } }, "left": { "type": "CallExpression", - "start": 43926, - "end": 43946, + "start": 44080, + "end": 44100, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 43926, - "end": 43944, + "start": 44080, + "end": 44098, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 43926, - "end": 43930, + "start": 44080, + "end": 44084, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 16 } } }, "property": { "type": "Identifier", - "start": 43931, - "end": 43944, + "start": 44085, + "end": 44098, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 17 }, "end": { - "line": 1200, + "line": 1205, "column": 30 }, "identifierName": "getRecordType" @@ -193003,15 +193733,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 43951, - "end": 43961, + "start": 44105, + "end": 44115, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 37 }, "end": { - "line": 1200, + "line": 1205, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -193021,59 +193751,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43963, - "end": 44030, + "start": 44117, + "end": 44184, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 49 }, "end": { - "line": 1202, + "line": 1207, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 43977, - "end": 44020, + "start": 44131, + "end": 44174, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 43977, - "end": 44019, + "start": 44131, + "end": 44173, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43977, - "end": 43988, + "start": 44131, + "end": 44142, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 23 }, "identifierName": "currentTime" @@ -193082,72 +193812,72 @@ }, "right": { "type": "CallExpression", - "start": 43991, - "end": 44019, + "start": 44145, + "end": 44173, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43991, - "end": 44017, + "start": 44145, + "end": 44171, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 43991, - "end": 44002, + "start": 44145, + "end": 44156, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 43991, - "end": 43995, + "start": 44145, + "end": 44149, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 30 } } }, "property": { "type": "Identifier", - "start": 43996, - "end": 44002, + "start": 44150, + "end": 44156, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 31 }, "end": { - "line": 1201, + "line": 1206, "column": 37 }, "identifierName": "surfer" @@ -193158,15 +193888,15 @@ }, "property": { "type": "Identifier", - "start": 44003, - "end": 44017, + "start": 44157, + "end": 44171, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 38 }, "end": { - "line": 1201, + "line": 1206, "column": 52 }, "identifierName": "getCurrentTime" @@ -193186,29 +193916,29 @@ }, { "type": "ReturnStatement", - "start": 44040, - "end": 44059, + "start": 44194, + "end": 44213, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 8 }, "end": { - "line": 1204, + "line": 1209, "column": 27 } }, "argument": { "type": "Identifier", - "start": 44047, - "end": 44058, + "start": 44201, + "end": 44212, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 15 }, "end": { - "line": 1204, + "line": 1209, "column": 26 }, "identifierName": "currentTime" @@ -193224,15 +193954,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -193242,15 +193972,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -193259,15 +193989,15 @@ }, { "type": "ClassMethod", - "start": 44332, - "end": 45504, + "start": 44486, + "end": 45658, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 4 }, "end": { - "line": 1241, + "line": 1246, "column": 5 } }, @@ -193275,15 +194005,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44332, - "end": 44346, + "start": 44486, + "end": 44500, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 4 }, "end": { - "line": 1215, + "line": 1220, "column": 18 }, "identifierName": "setCurrentTime" @@ -193299,15 +194029,15 @@ "params": [ { "type": "Identifier", - "start": 44347, - "end": 44358, + "start": 44501, + "end": 44512, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 19 }, "end": { - "line": 1215, + "line": 1220, "column": 30 }, "identifierName": "currentTime" @@ -193316,15 +194046,15 @@ }, { "type": "Identifier", - "start": 44360, - "end": 44368, + "start": 44514, + "end": 44522, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 32 }, "end": { - "line": 1215, + "line": 1220, "column": 40 }, "identifierName": "duration" @@ -193334,59 +194064,59 @@ ], "body": { "type": "BlockStatement", - "start": 44370, - "end": 45504, + "start": 44524, + "end": 45658, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 42 }, "end": { - "line": 1241, + "line": 1246, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44380, - "end": 44431, + "start": 44534, + "end": 44585, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 44380, - "end": 44430, + "start": 44534, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44380, - "end": 44391, + "start": 44534, + "end": 44545, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 19 }, "identifierName": "currentTime" @@ -193395,43 +194125,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44394, - "end": 44430, + "start": 44548, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 58 } }, "test": { "type": "CallExpression", - "start": 44394, - "end": 44412, + "start": 44548, + "end": 44566, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 40 } }, "callee": { "type": "Identifier", - "start": 44394, - "end": 44399, + "start": 44548, + "end": 44553, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 27 }, "identifierName": "isNaN" @@ -193441,15 +194171,15 @@ "arguments": [ { "type": "Identifier", - "start": 44400, - "end": 44411, + "start": 44554, + "end": 44565, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 28 }, "end": { - "line": 1216, + "line": 1221, "column": 39 }, "identifierName": "currentTime" @@ -193460,15 +194190,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44415, - "end": 44416, + "start": 44569, + "end": 44570, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 43 }, "end": { - "line": 1216, + "line": 1221, "column": 44 } }, @@ -193480,15 +194210,15 @@ }, "alternate": { "type": "Identifier", - "start": 44419, - "end": 44430, + "start": 44573, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 47 }, "end": { - "line": 1216, + "line": 1221, "column": 58 }, "identifierName": "currentTime" @@ -193500,44 +194230,44 @@ }, { "type": "ExpressionStatement", - "start": 44440, - "end": 44482, + "start": 44594, + "end": 44636, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44440, - "end": 44481, + "start": 44594, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44440, - "end": 44448, + "start": 44594, + "end": 44602, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 16 }, "identifierName": "duration" @@ -193546,43 +194276,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44451, - "end": 44481, + "start": 44605, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44451, - "end": 44466, + "start": 44605, + "end": 44620, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44451, - "end": 44456, + "start": 44605, + "end": 44610, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 24 }, "identifierName": "isNaN" @@ -193592,15 +194322,15 @@ "arguments": [ { "type": "Identifier", - "start": 44457, - "end": 44465, + "start": 44611, + "end": 44619, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 25 }, "end": { - "line": 1217, + "line": 1222, "column": 33 }, "identifierName": "duration" @@ -193611,15 +194341,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44469, - "end": 44470, + "start": 44623, + "end": 44624, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 37 }, "end": { - "line": 1217, + "line": 1222, "column": 38 } }, @@ -193631,15 +194361,15 @@ }, "alternate": { "type": "Identifier", - "start": 44473, - "end": 44481, + "start": 44627, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 41 }, "end": { - "line": 1217, + "line": 1222, "column": 49 }, "identifierName": "duration" @@ -193651,72 +194381,72 @@ }, { "type": "SwitchStatement", - "start": 44492, - "end": 45498, + "start": 44646, + "end": 45652, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 8 }, "end": { - "line": 1240, + "line": 1245, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44500, - "end": 44520, + "start": 44654, + "end": 44674, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44500, - "end": 44518, + "start": 44654, + "end": 44672, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44500, - "end": 44504, + "start": 44654, + "end": 44658, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44505, - "end": 44518, + "start": 44659, + "end": 44672, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 21 }, "end": { - "line": 1219, + "line": 1224, "column": 34 }, "identifierName": "getRecordType" @@ -193730,101 +194460,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44536, - "end": 44642, + "start": 44690, + "end": 44796, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 12 }, "end": { - "line": 1222, + "line": 1227, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44569, - "end": 44619, + "start": 44723, + "end": 44773, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 44569, - "end": 44618, + "start": 44723, + "end": 44772, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 44569, - "end": 44595, + "start": 44723, + "end": 44749, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44569, - "end": 44580, + "start": 44723, + "end": 44734, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44569, - "end": 44573, + "start": 44723, + "end": 44727, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44574, - "end": 44580, + "start": 44728, + "end": 44734, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 21 }, "end": { - "line": 1221, + "line": 1226, "column": 27 }, "identifierName": "surfer" @@ -193835,15 +194565,15 @@ }, "property": { "type": "Identifier", - "start": 44581, - "end": 44595, + "start": 44735, + "end": 44749, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 28 }, "end": { - "line": 1221, + "line": 1226, "column": 42 }, "identifierName": "setCurrentTime" @@ -193855,15 +194585,15 @@ "arguments": [ { "type": "Identifier", - "start": 44596, - "end": 44607, + "start": 44750, + "end": 44761, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 43 }, "end": { - "line": 1221, + "line": 1226, "column": 54 }, "identifierName": "currentTime" @@ -193872,15 +194602,15 @@ }, { "type": "Identifier", - "start": 44609, - "end": 44617, + "start": 44763, + "end": 44771, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 56 }, "end": { - "line": 1221, + "line": 1226, "column": 64 }, "identifierName": "duration" @@ -193892,15 +194622,15 @@ }, { "type": "BreakStatement", - "start": 44636, - "end": 44642, + "start": 44790, + "end": 44796, "loc": { "start": { - "line": 1222, + "line": 1227, "column": 16 }, "end": { - "line": 1222, + "line": 1227, "column": 22 } }, @@ -193909,15 +194639,15 @@ ], "test": { "type": "Identifier", - "start": 44541, - "end": 44551, + "start": 44695, + "end": 44705, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 17 }, "end": { - "line": 1220, + "line": 1225, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -193927,30 +194657,30 @@ }, { "type": "SwitchCase", - "start": 44656, - "end": 44672, + "start": 44810, + "end": 44826, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 12 }, "end": { - "line": 1224, + "line": 1229, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44661, - "end": 44671, + "start": 44815, + "end": 44825, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 17 }, "end": { - "line": 1224, + "line": 1229, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -193960,30 +194690,30 @@ }, { "type": "SwitchCase", - "start": 44685, - "end": 44702, + "start": 44839, + "end": 44856, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 12 }, "end": { - "line": 1225, + "line": 1230, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44690, - "end": 44701, + "start": 44844, + "end": 44855, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 17 }, "end": { - "line": 1225, + "line": 1230, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -193993,30 +194723,30 @@ }, { "type": "SwitchCase", - "start": 44715, - "end": 44733, + "start": 44869, + "end": 44887, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 12 }, "end": { - "line": 1226, + "line": 1231, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44720, - "end": 44732, + "start": 44874, + "end": 44886, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 17 }, "end": { - "line": 1226, + "line": 1231, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -194026,30 +194756,30 @@ }, { "type": "SwitchCase", - "start": 44746, - "end": 44761, + "start": 44900, + "end": 44915, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 12 }, "end": { - "line": 1227, + "line": 1232, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44751, - "end": 44760, + "start": 44905, + "end": 44914, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 17 }, "end": { - "line": 1227, + "line": 1232, "column": 26 }, "identifierName": "ANIMATION" @@ -194059,129 +194789,129 @@ }, { "type": "SwitchCase", - "start": 44774, - "end": 45488, + "start": 44928, + "end": 45642, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 12 }, "end": { - "line": 1239, + "line": 1244, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 44808, - "end": 45465, + "start": 44962, + "end": 45619, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 16 }, "end": { - "line": 1238, + "line": 1243, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 44812, - "end": 45017, + "start": 44966, + "end": 45171, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 83 } }, "left": { "type": "LogicalExpression", - "start": 44812, - "end": 44930, + "start": 44966, + "end": 45084, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 44812, - "end": 44853, + "start": 44966, + "end": 45007, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44812, - "end": 44834, + "start": 44966, + "end": 44988, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44812, - "end": 44823, + "start": 44966, + "end": 44977, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44812, - "end": 44816, + "start": 44966, + "end": 44970, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44817, - "end": 44823, + "start": 44971, + "end": 44977, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 25 }, "end": { - "line": 1229, + "line": 1234, "column": 31 }, "identifierName": "player" @@ -194192,15 +194922,15 @@ }, "property": { "type": "Identifier", - "start": 44824, - "end": 44834, + "start": 44978, + "end": 44988, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 32 }, "end": { - "line": 1229, + "line": 1234, "column": 42 }, "identifierName": "controlBar" @@ -194211,15 +194941,15 @@ }, "property": { "type": "Identifier", - "start": 44835, - "end": 44853, + "start": 44989, + "end": 45007, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 43 }, "end": { - "line": 1229, + "line": 1234, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -194231,100 +194961,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 44877, - "end": 44930, + "start": 45031, + "end": 45084, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 44877, - "end": 44928, + "start": 45031, + "end": 45082, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44918, + "start": 45031, + "end": 45072, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44899, + "start": 45031, + "end": 45053, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44877, - "end": 44888, + "start": 45031, + "end": 45042, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44877, - "end": 44881, + "start": 45031, + "end": 45035, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44882, - "end": 44888, + "start": 45036, + "end": 45042, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 25 }, "end": { - "line": 1230, + "line": 1235, "column": 31 }, "identifierName": "player" @@ -194335,15 +195065,15 @@ }, "property": { "type": "Identifier", - "start": 44889, - "end": 44899, + "start": 45043, + "end": 45053, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 32 }, "end": { - "line": 1230, + "line": 1235, "column": 42 }, "identifierName": "controlBar" @@ -194354,15 +195084,15 @@ }, "property": { "type": "Identifier", - "start": 44900, - "end": 44918, + "start": 45054, + "end": 45072, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 43 }, "end": { - "line": 1230, + "line": 1235, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -194373,15 +195103,15 @@ }, "property": { "type": "Identifier", - "start": 44919, - "end": 44928, + "start": 45073, + "end": 45082, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 62 }, "end": { - "line": 1230, + "line": 1235, "column": 71 }, "identifierName": "contentEl" @@ -194396,114 +195126,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 44954, - "end": 45017, + "start": 45108, + "end": 45171, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 83 } }, "object": { "type": "CallExpression", - "start": 44954, - "end": 45007, + "start": 45108, + "end": 45161, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 44954, - "end": 45005, + "start": 45108, + "end": 45159, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44995, + "start": 45108, + "end": 45149, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44976, + "start": 45108, + "end": 45130, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44954, - "end": 44965, + "start": 45108, + "end": 45119, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44954, - "end": 44958, + "start": 45108, + "end": 45112, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44959, - "end": 44965, + "start": 45113, + "end": 45119, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 25 }, "end": { - "line": 1231, + "line": 1236, "column": 31 }, "identifierName": "player" @@ -194514,15 +195244,15 @@ }, "property": { "type": "Identifier", - "start": 44966, - "end": 44976, + "start": 45120, + "end": 45130, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 32 }, "end": { - "line": 1231, + "line": 1236, "column": 42 }, "identifierName": "controlBar" @@ -194533,15 +195263,15 @@ }, "property": { "type": "Identifier", - "start": 44977, - "end": 44995, + "start": 45131, + "end": 45149, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 43 }, "end": { - "line": 1231, + "line": 1236, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -194552,15 +195282,15 @@ }, "property": { "type": "Identifier", - "start": 44996, - "end": 45005, + "start": 45150, + "end": 45159, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 62 }, "end": { - "line": 1231, + "line": 1236, "column": 71 }, "identifierName": "contentEl" @@ -194573,15 +195303,15 @@ }, "property": { "type": "Identifier", - "start": 45008, - "end": 45017, + "start": 45162, + "end": 45171, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 74 }, "end": { - "line": 1231, + "line": 1236, "column": 83 }, "identifierName": "lastChild" @@ -194593,88 +195323,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 45019, - "end": 45465, + "start": 45173, + "end": 45619, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 85 }, "end": { - "line": 1238, + "line": 1243, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45041, - "end": 45098, + "start": 45195, + "end": 45252, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 45041, - "end": 45097, + "start": 45195, + "end": 45251, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45041, - "end": 45063, + "start": 45195, + "end": 45217, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 45041, - "end": 45045, + "start": 45195, + "end": 45199, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45046, - "end": 45063, + "start": 45200, + "end": 45217, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 25 }, "end": { - "line": 1232, + "line": 1237, "column": 42 }, "identifierName": "streamCurrentTime" @@ -194685,43 +195415,43 @@ }, "right": { "type": "CallExpression", - "start": 45066, - "end": 45097, + "start": 45220, + "end": 45251, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 45066, - "end": 45074, + "start": 45220, + "end": 45228, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 53 } }, "object": { "type": "Identifier", - "start": 45066, - "end": 45070, + "start": 45220, + "end": 45224, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 49 }, "identifierName": "Math" @@ -194730,15 +195460,15 @@ }, "property": { "type": "Identifier", - "start": 45071, - "end": 45074, + "start": 45225, + "end": 45228, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 50 }, "end": { - "line": 1232, + "line": 1237, "column": 53 }, "identifierName": "min" @@ -194750,15 +195480,15 @@ "arguments": [ { "type": "Identifier", - "start": 45075, - "end": 45086, + "start": 45229, + "end": 45240, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 54 }, "end": { - "line": 1232, + "line": 1237, "column": 65 }, "identifierName": "currentTime" @@ -194767,15 +195497,15 @@ }, { "type": "Identifier", - "start": 45088, - "end": 45096, + "start": 45242, + "end": 45250, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 67 }, "end": { - "line": 1232, + "line": 1237, "column": 75 }, "identifierName": "duration" @@ -194789,15 +195519,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -194806,100 +195536,100 @@ }, { "type": "ExpressionStatement", - "start": 45181, - "end": 45447, + "start": 45335, + "end": 45601, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1237, + "line": 1242, "column": 105 } }, "expression": { "type": "AssignmentExpression", - "start": 45181, - "end": 45446, + "start": 45335, + "end": 45600, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45181, - "end": 45237, + "start": 45335, + "end": 45391, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45222, + "start": 45335, + "end": 45376, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45203, + "start": 45335, + "end": 45357, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45181, - "end": 45192, + "start": 45335, + "end": 45346, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45181, - "end": 45185, + "start": 45335, + "end": 45339, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 24 } }, @@ -194907,15 +195637,15 @@ }, "property": { "type": "Identifier", - "start": 45186, - "end": 45192, + "start": 45340, + "end": 45346, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 25 }, "end": { - "line": 1235, + "line": 1240, "column": 31 }, "identifierName": "player" @@ -194927,15 +195657,15 @@ }, "property": { "type": "Identifier", - "start": 45193, - "end": 45203, + "start": 45347, + "end": 45357, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 32 }, "end": { - "line": 1235, + "line": 1240, "column": 42 }, "identifierName": "controlBar" @@ -194947,15 +195677,15 @@ }, "property": { "type": "Identifier", - "start": 45204, - "end": 45222, + "start": 45358, + "end": 45376, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 43 }, "end": { - "line": 1235, + "line": 1240, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -194967,15 +195697,15 @@ }, "property": { "type": "Identifier", - "start": 45223, - "end": 45237, + "start": 45377, + "end": 45391, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 62 }, "end": { - "line": 1235, + "line": 1240, "column": 76 }, "identifierName": "formattedTime_" @@ -194987,143 +195717,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45264, - "end": 45446, + "start": 45418, + "end": 45600, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45264, - "end": 45339, + "start": 45418, + "end": 45493, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45327, + "start": 45418, + "end": 45481, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 87 } }, "object": { "type": "CallExpression", - "start": 45264, - "end": 45317, + "start": 45418, + "end": 45471, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 45264, - "end": 45315, + "start": 45418, + "end": 45469, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45305, + "start": 45418, + "end": 45459, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45286, + "start": 45418, + "end": 45440, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 45264, - "end": 45275, + "start": 45418, + "end": 45429, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 45264, - "end": 45268, + "start": 45418, + "end": 45422, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 28 } } }, "property": { "type": "Identifier", - "start": 45269, - "end": 45275, + "start": 45423, + "end": 45429, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 29 }, "end": { - "line": 1236, + "line": 1241, "column": 35 }, "identifierName": "player" @@ -195134,15 +195864,15 @@ }, "property": { "type": "Identifier", - "start": 45276, - "end": 45286, + "start": 45430, + "end": 45440, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 36 }, "end": { - "line": 1236, + "line": 1241, "column": 46 }, "identifierName": "controlBar" @@ -195153,15 +195883,15 @@ }, "property": { "type": "Identifier", - "start": 45287, - "end": 45305, + "start": 45441, + "end": 45459, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 47 }, "end": { - "line": 1236, + "line": 1241, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -195172,15 +195902,15 @@ }, "property": { "type": "Identifier", - "start": 45306, - "end": 45315, + "start": 45460, + "end": 45469, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 66 }, "end": { - "line": 1236, + "line": 1241, "column": 75 }, "identifierName": "contentEl" @@ -195193,15 +195923,15 @@ }, "property": { "type": "Identifier", - "start": 45318, - "end": 45327, + "start": 45472, + "end": 45481, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 78 }, "end": { - "line": 1236, + "line": 1241, "column": 87 }, "identifierName": "lastChild" @@ -195212,15 +195942,15 @@ }, "property": { "type": "Identifier", - "start": 45328, - "end": 45339, + "start": 45482, + "end": 45493, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 88 }, "end": { - "line": 1236, + "line": 1241, "column": 99 }, "identifierName": "textContent" @@ -195231,58 +195961,58 @@ }, "right": { "type": "CallExpression", - "start": 45370, - "end": 45446, + "start": 45524, + "end": 45600, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 45370, - "end": 45386, + "start": 45524, + "end": 45540, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 45370, - "end": 45374, + "start": 45524, + "end": 45528, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 32 } } }, "property": { "type": "Identifier", - "start": 45375, - "end": 45386, + "start": 45529, + "end": 45540, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 33 }, "end": { - "line": 1237, + "line": 1242, "column": 44 }, "identifierName": "_formatTime" @@ -195294,44 +196024,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45387, - "end": 45409, + "start": 45541, + "end": 45563, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 45 }, "end": { - "line": 1237, + "line": 1242, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 45387, - "end": 45391, + "start": 45541, + "end": 45545, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 45 }, "end": { - "line": 1237, + "line": 1242, "column": 49 } } }, "property": { "type": "Identifier", - "start": 45392, - "end": 45409, + "start": 45546, + "end": 45563, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 50 }, "end": { - "line": 1237, + "line": 1242, "column": 67 }, "identifierName": "streamCurrentTime" @@ -195342,15 +196072,15 @@ }, { "type": "Identifier", - "start": 45411, - "end": 45419, + "start": 45565, + "end": 45573, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 69 }, "end": { - "line": 1237, + "line": 1242, "column": 77 }, "identifierName": "duration" @@ -195359,44 +196089,44 @@ }, { "type": "MemberExpression", - "start": 45421, - "end": 45445, + "start": 45575, + "end": 45599, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 79 }, "end": { - "line": 1237, + "line": 1242, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 45421, - "end": 45425, + "start": 45575, + "end": 45579, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 79 }, "end": { - "line": 1237, + "line": 1242, "column": 83 } } }, "property": { "type": "Identifier", - "start": 45426, - "end": 45445, + "start": 45580, + "end": 45599, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 84 }, "end": { - "line": 1237, + "line": 1242, "column": 103 }, "identifierName": "displayMilliseconds" @@ -195414,15 +196144,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -195436,15 +196166,15 @@ }, { "type": "BreakStatement", - "start": 45482, - "end": 45488, + "start": 45636, + "end": 45642, "loc": { "start": { - "line": 1239, + "line": 1244, "column": 16 }, "end": { - "line": 1239, + "line": 1244, "column": 22 } }, @@ -195453,15 +196183,15 @@ ], "test": { "type": "Identifier", - "start": 44779, - "end": 44790, + "start": 44933, + "end": 44944, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 17 }, "end": { - "line": 1228, + "line": 1233, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -195479,15 +196209,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -195497,15 +196227,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -195514,15 +196244,15 @@ }, { "type": "ClassMethod", - "start": 45707, - "end": 45831, + "start": 45861, + "end": 45985, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1259, "column": 5 } }, @@ -195530,15 +196260,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45707, - "end": 45718, + "start": 45861, + "end": 45872, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 4 }, "end": { - "line": 1250, + "line": 1255, "column": 15 }, "identifierName": "getDuration" @@ -195554,59 +196284,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 45721, - "end": 45831, + "start": 45875, + "end": 45985, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 18 }, "end": { - "line": 1254, + "line": 1259, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 45731, - "end": 45799, + "start": 45885, + "end": 45953, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 8 }, "end": { - "line": 1251, + "line": 1256, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 45735, - "end": 45798, + "start": 45889, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 12 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "id": { "type": "Identifier", - "start": 45735, - "end": 45743, + "start": 45889, + "end": 45897, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 12 }, "end": { - "line": 1251, + "line": 1256, "column": 20 }, "identifierName": "duration" @@ -195615,43 +196345,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 45746, - "end": 45798, + "start": 45900, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "test": { "type": "CallExpression", - "start": 45746, - "end": 45772, + "start": 45900, + "end": 45926, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 49 } }, "callee": { "type": "Identifier", - "start": 45746, - "end": 45751, + "start": 45900, + "end": 45905, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 28 }, "identifierName": "isNaN" @@ -195661,44 +196391,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45752, - "end": 45771, + "start": 45906, + "end": 45925, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 29 }, "end": { - "line": 1251, + "line": 1256, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 45752, - "end": 45756, + "start": 45906, + "end": 45910, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 29 }, "end": { - "line": 1251, + "line": 1256, "column": 33 } } }, "property": { "type": "Identifier", - "start": 45757, - "end": 45771, + "start": 45911, + "end": 45925, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 34 }, "end": { - "line": 1251, + "line": 1256, "column": 48 }, "identifierName": "streamDuration" @@ -195711,15 +196441,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 45775, - "end": 45776, + "start": 45929, + "end": 45930, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 52 }, "end": { - "line": 1251, + "line": 1256, "column": 53 } }, @@ -195731,44 +196461,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 45779, - "end": 45798, + "start": 45933, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 56 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 45779, - "end": 45783, + "start": 45933, + "end": 45937, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 56 }, "end": { - "line": 1251, + "line": 1256, "column": 60 } } }, "property": { "type": "Identifier", - "start": 45784, - "end": 45798, + "start": 45938, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 61 }, "end": { - "line": 1251, + "line": 1256, "column": 75 }, "identifierName": "streamDuration" @@ -195784,29 +196514,29 @@ }, { "type": "ReturnStatement", - "start": 45809, - "end": 45825, + "start": 45963, + "end": 45979, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 8 }, "end": { - "line": 1253, + "line": 1258, "column": 24 } }, "argument": { "type": "Identifier", - "start": 45816, - "end": 45824, + "start": 45970, + "end": 45978, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 15 }, "end": { - "line": 1253, + "line": 1258, "column": 23 }, "identifierName": "duration" @@ -195822,15 +196552,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -195840,15 +196570,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -195857,15 +196587,15 @@ }, { "type": "ClassMethod", - "start": 46001, - "end": 46957, + "start": 46155, + "end": 47111, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 4 }, "end": { - "line": 1285, + "line": 1290, "column": 5 } }, @@ -195873,15 +196603,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 46001, - "end": 46012, + "start": 46155, + "end": 46166, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 4 }, "end": { - "line": 1262, + "line": 1267, "column": 15 }, "identifierName": "setDuration" @@ -195897,15 +196627,15 @@ "params": [ { "type": "Identifier", - "start": 46013, - "end": 46021, + "start": 46167, + "end": 46175, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 16 }, "end": { - "line": 1262, + "line": 1267, "column": 24 }, "identifierName": "duration" @@ -195915,59 +196645,59 @@ ], "body": { "type": "BlockStatement", - "start": 46023, - "end": 46957, + "start": 46177, + "end": 47111, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 26 }, "end": { - "line": 1285, + "line": 1290, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 46033, - "end": 46075, + "start": 46187, + "end": 46229, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 46033, - "end": 46074, + "start": 46187, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46033, - "end": 46041, + "start": 46187, + "end": 46195, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 16 }, "identifierName": "duration" @@ -195976,43 +196706,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 46044, - "end": 46074, + "start": 46198, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 49 } }, "test": { "type": "CallExpression", - "start": 46044, - "end": 46059, + "start": 46198, + "end": 46213, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 34 } }, "callee": { "type": "Identifier", - "start": 46044, - "end": 46049, + "start": 46198, + "end": 46203, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 24 }, "identifierName": "isNaN" @@ -196022,15 +196752,15 @@ "arguments": [ { "type": "Identifier", - "start": 46050, - "end": 46058, + "start": 46204, + "end": 46212, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 25 }, "end": { - "line": 1263, + "line": 1268, "column": 33 }, "identifierName": "duration" @@ -196041,15 +196771,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 46062, - "end": 46063, + "start": 46216, + "end": 46217, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 37 }, "end": { - "line": 1263, + "line": 1268, "column": 38 } }, @@ -196061,15 +196791,15 @@ }, "alternate": { "type": "Identifier", - "start": 46066, - "end": 46074, + "start": 46220, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 41 }, "end": { - "line": 1263, + "line": 1268, "column": 49 }, "identifierName": "duration" @@ -196081,72 +196811,72 @@ }, { "type": "SwitchStatement", - "start": 46085, - "end": 46951, + "start": 46239, + "end": 47105, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 8 }, "end": { - "line": 1284, + "line": 1289, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 46093, - "end": 46113, + "start": 46247, + "end": 46267, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 46093, - "end": 46111, + "start": 46247, + "end": 46265, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 46093, - "end": 46097, + "start": 46247, + "end": 46251, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46098, - "end": 46111, + "start": 46252, + "end": 46265, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 21 }, "end": { - "line": 1265, + "line": 1270, "column": 34 }, "identifierName": "getRecordType" @@ -196160,101 +196890,101 @@ "cases": [ { "type": "SwitchCase", - "start": 46129, - "end": 46219, + "start": 46283, + "end": 46373, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 12 }, "end": { - "line": 1268, + "line": 1273, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 46162, - "end": 46196, + "start": 46316, + "end": 46350, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 46162, - "end": 46195, + "start": 46316, + "end": 46349, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 46162, - "end": 46185, + "start": 46316, + "end": 46339, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 46162, - "end": 46173, + "start": 46316, + "end": 46327, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 46162, - "end": 46166, + "start": 46316, + "end": 46320, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46167, - "end": 46173, + "start": 46321, + "end": 46327, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 21 }, "end": { - "line": 1267, + "line": 1272, "column": 27 }, "identifierName": "surfer" @@ -196265,15 +196995,15 @@ }, "property": { "type": "Identifier", - "start": 46174, - "end": 46185, + "start": 46328, + "end": 46339, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 28 }, "end": { - "line": 1267, + "line": 1272, "column": 39 }, "identifierName": "setDuration" @@ -196285,15 +197015,15 @@ "arguments": [ { "type": "Identifier", - "start": 46186, - "end": 46194, + "start": 46340, + "end": 46348, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 40 }, "end": { - "line": 1267, + "line": 1272, "column": 48 }, "identifierName": "duration" @@ -196305,15 +197035,15 @@ }, { "type": "BreakStatement", - "start": 46213, - "end": 46219, + "start": 46367, + "end": 46373, "loc": { "start": { - "line": 1268, + "line": 1273, "column": 16 }, "end": { - "line": 1268, + "line": 1273, "column": 22 } }, @@ -196322,15 +197052,15 @@ ], "test": { "type": "Identifier", - "start": 46134, - "end": 46144, + "start": 46288, + "end": 46298, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 17 }, "end": { - "line": 1266, + "line": 1271, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -196340,30 +197070,30 @@ }, { "type": "SwitchCase", - "start": 46233, - "end": 46249, + "start": 46387, + "end": 46403, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 12 }, "end": { - "line": 1270, + "line": 1275, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46238, - "end": 46248, + "start": 46392, + "end": 46402, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 17 }, "end": { - "line": 1270, + "line": 1275, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -196373,30 +197103,30 @@ }, { "type": "SwitchCase", - "start": 46262, - "end": 46279, + "start": 46416, + "end": 46433, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 12 }, "end": { - "line": 1271, + "line": 1276, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46267, - "end": 46278, + "start": 46421, + "end": 46432, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 17 }, "end": { - "line": 1271, + "line": 1276, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -196406,30 +197136,30 @@ }, { "type": "SwitchCase", - "start": 46292, - "end": 46310, + "start": 46446, + "end": 46464, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 12 }, "end": { - "line": 1272, + "line": 1277, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46297, - "end": 46309, + "start": 46451, + "end": 46463, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 17 }, "end": { - "line": 1272, + "line": 1277, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -196439,30 +197169,30 @@ }, { "type": "SwitchCase", - "start": 46323, - "end": 46338, + "start": 46477, + "end": 46492, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 12 }, "end": { - "line": 1273, + "line": 1278, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46328, - "end": 46337, + "start": 46482, + "end": 46491, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 17 }, "end": { - "line": 1273, + "line": 1278, "column": 26 }, "identifierName": "ANIMATION" @@ -196472,114 +197202,114 @@ }, { "type": "SwitchCase", - "start": 46351, - "end": 46941, + "start": 46505, + "end": 47095, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 12 }, "end": { - "line": 1283, + "line": 1288, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46438, - "end": 46918, + "start": 46592, + "end": 47072, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 16 }, "end": { - "line": 1282, + "line": 1287, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46442, - "end": 46638, + "start": 46596, + "end": 46792, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 80 } }, "left": { "type": "LogicalExpression", - "start": 46442, - "end": 46554, + "start": 46596, + "end": 46708, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 46442, - "end": 46480, + "start": 46596, + "end": 46634, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46442, - "end": 46464, + "start": 46596, + "end": 46618, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46442, - "end": 46453, + "start": 46596, + "end": 46607, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46442, - "end": 46446, + "start": 46596, + "end": 46600, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 24 } }, @@ -196587,15 +197317,15 @@ }, "property": { "type": "Identifier", - "start": 46447, - "end": 46453, + "start": 46601, + "end": 46607, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 25 }, "end": { - "line": 1276, + "line": 1281, "column": 31 }, "identifierName": "player" @@ -196607,15 +197337,15 @@ }, "property": { "type": "Identifier", - "start": 46454, - "end": 46464, + "start": 46608, + "end": 46618, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 32 }, "end": { - "line": 1276, + "line": 1281, "column": 42 }, "identifierName": "controlBar" @@ -196627,15 +197357,15 @@ }, "property": { "type": "Identifier", - "start": 46465, - "end": 46480, + "start": 46619, + "end": 46634, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 43 }, "end": { - "line": 1276, + "line": 1281, "column": 58 }, "identifierName": "durationDisplay" @@ -196648,100 +197378,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 46504, - "end": 46554, + "start": 46658, + "end": 46708, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46504, - "end": 46552, + "start": 46658, + "end": 46706, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46542, + "start": 46658, + "end": 46696, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46526, + "start": 46658, + "end": 46680, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46504, - "end": 46515, + "start": 46658, + "end": 46669, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46504, - "end": 46508, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46509, - "end": 46515, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 25 }, "end": { - "line": 1277, + "line": 1282, "column": 31 }, "identifierName": "player" @@ -196752,15 +197482,15 @@ }, "property": { "type": "Identifier", - "start": 46516, - "end": 46526, + "start": 46670, + "end": 46680, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 32 }, "end": { - "line": 1277, + "line": 1282, "column": 42 }, "identifierName": "controlBar" @@ -196771,15 +197501,15 @@ }, "property": { "type": "Identifier", - "start": 46527, - "end": 46542, + "start": 46681, + "end": 46696, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 43 }, "end": { - "line": 1277, + "line": 1282, "column": 58 }, "identifierName": "durationDisplay" @@ -196790,15 +197520,15 @@ }, "property": { "type": "Identifier", - "start": 46543, - "end": 46552, + "start": 46697, + "end": 46706, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 59 }, "end": { - "line": 1277, + "line": 1282, "column": 68 }, "identifierName": "contentEl" @@ -196814,114 +197544,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 46578, - "end": 46638, + "start": 46732, + "end": 46792, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46578, - "end": 46628, + "start": 46732, + "end": 46782, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46578, - "end": 46626, + "start": 46732, + "end": 46780, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46616, + "start": 46732, + "end": 46770, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46600, + "start": 46732, + "end": 46754, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46578, - "end": 46589, + "start": 46732, + "end": 46743, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46578, - "end": 46582, + "start": 46732, + "end": 46736, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46583, - "end": 46589, + "start": 46737, + "end": 46743, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 25 }, "end": { - "line": 1278, + "line": 1283, "column": 31 }, "identifierName": "player" @@ -196932,15 +197662,15 @@ }, "property": { "type": "Identifier", - "start": 46590, - "end": 46600, + "start": 46744, + "end": 46754, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 32 }, "end": { - "line": 1278, + "line": 1283, "column": 42 }, "identifierName": "controlBar" @@ -196951,15 +197681,15 @@ }, "property": { "type": "Identifier", - "start": 46601, - "end": 46616, + "start": 46755, + "end": 46770, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 43 }, "end": { - "line": 1278, + "line": 1283, "column": 58 }, "identifierName": "durationDisplay" @@ -196970,15 +197700,15 @@ }, "property": { "type": "Identifier", - "start": 46617, - "end": 46626, + "start": 46771, + "end": 46780, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 59 }, "end": { - "line": 1278, + "line": 1283, "column": 68 }, "identifierName": "contentEl" @@ -196991,15 +197721,15 @@ }, "property": { "type": "Identifier", - "start": 46629, - "end": 46638, + "start": 46783, + "end": 46792, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 71 }, "end": { - "line": 1278, + "line": 1283, "column": 80 }, "identifierName": "lastChild" @@ -197012,130 +197742,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 46640, - "end": 46918, + "start": 46794, + "end": 47072, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 82 }, "end": { - "line": 1282, + "line": 1287, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46662, - "end": 46900, + "start": 46816, + "end": 47054, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 46662, - "end": 46899, + "start": 46816, + "end": 47053, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46662, - "end": 46715, + "start": 46816, + "end": 46869, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46700, + "start": 46816, + "end": 46854, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46684, + "start": 46816, + "end": 46838, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46662, - "end": 46673, + "start": 46816, + "end": 46827, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46662, - "end": 46666, + "start": 46816, + "end": 46820, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46667, - "end": 46673, + "start": 46821, + "end": 46827, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 25 }, "end": { - "line": 1279, + "line": 1284, "column": 31 }, "identifierName": "player" @@ -197146,15 +197876,15 @@ }, "property": { "type": "Identifier", - "start": 46674, - "end": 46684, + "start": 46828, + "end": 46838, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 32 }, "end": { - "line": 1279, + "line": 1284, "column": 42 }, "identifierName": "controlBar" @@ -197165,15 +197895,15 @@ }, "property": { "type": "Identifier", - "start": 46685, - "end": 46700, + "start": 46839, + "end": 46854, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 43 }, "end": { - "line": 1279, + "line": 1284, "column": 58 }, "identifierName": "durationDisplay" @@ -197184,15 +197914,15 @@ }, "property": { "type": "Identifier", - "start": 46701, - "end": 46715, + "start": 46855, + "end": 46869, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 59 }, "end": { - "line": 1279, + "line": 1284, "column": 73 }, "identifierName": "formattedTime_" @@ -197203,143 +197933,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 46738, - "end": 46899, + "start": 46892, + "end": 47053, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46738, - "end": 46810, + "start": 46892, + "end": 46964, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46798, + "start": 46892, + "end": 46952, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46738, - "end": 46788, + "start": 46892, + "end": 46942, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46738, - "end": 46786, + "start": 46892, + "end": 46940, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46776, + "start": 46892, + "end": 46930, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46760, + "start": 46892, + "end": 46914, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46738, - "end": 46749, + "start": 46892, + "end": 46903, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46738, - "end": 46742, + "start": 46892, + "end": 46896, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46743, - "end": 46749, + "start": 46897, + "end": 46903, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 25 }, "end": { - "line": 1280, + "line": 1285, "column": 31 }, "identifierName": "player" @@ -197350,15 +198080,15 @@ }, "property": { "type": "Identifier", - "start": 46750, - "end": 46760, + "start": 46904, + "end": 46914, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 32 }, "end": { - "line": 1280, + "line": 1285, "column": 42 }, "identifierName": "controlBar" @@ -197369,15 +198099,15 @@ }, "property": { "type": "Identifier", - "start": 46761, - "end": 46776, + "start": 46915, + "end": 46930, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 43 }, "end": { - "line": 1280, + "line": 1285, "column": 58 }, "identifierName": "durationDisplay" @@ -197388,15 +198118,15 @@ }, "property": { "type": "Identifier", - "start": 46777, - "end": 46786, + "start": 46931, + "end": 46940, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 59 }, "end": { - "line": 1280, + "line": 1285, "column": 68 }, "identifierName": "contentEl" @@ -197409,15 +198139,15 @@ }, "property": { "type": "Identifier", - "start": 46789, - "end": 46798, + "start": 46943, + "end": 46952, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 71 }, "end": { - "line": 1280, + "line": 1285, "column": 80 }, "identifierName": "lastChild" @@ -197428,15 +198158,15 @@ }, "property": { "type": "Identifier", - "start": 46799, - "end": 46810, + "start": 46953, + "end": 46964, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 81 }, "end": { - "line": 1280, + "line": 1285, "column": 92 }, "identifierName": "textContent" @@ -197447,58 +198177,58 @@ }, "right": { "type": "CallExpression", - "start": 46837, - "end": 46899, + "start": 46991, + "end": 47053, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 46837, - "end": 46853, + "start": 46991, + "end": 47007, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 46837, - "end": 46841, + "start": 46991, + "end": 46995, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 28 } } }, "property": { "type": "Identifier", - "start": 46842, - "end": 46853, + "start": 46996, + "end": 47007, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 29 }, "end": { - "line": 1281, + "line": 1286, "column": 40 }, "identifierName": "_formatTime" @@ -197510,15 +198240,15 @@ "arguments": [ { "type": "Identifier", - "start": 46854, - "end": 46862, + "start": 47008, + "end": 47016, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 41 }, "end": { - "line": 1281, + "line": 1286, "column": 49 }, "identifierName": "duration" @@ -197527,15 +198257,15 @@ }, { "type": "Identifier", - "start": 46864, - "end": 46872, + "start": 47018, + "end": 47026, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 51 }, "end": { - "line": 1281, + "line": 1286, "column": 59 }, "identifierName": "duration" @@ -197544,44 +198274,44 @@ }, { "type": "MemberExpression", - "start": 46874, - "end": 46898, + "start": 47028, + "end": 47052, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 61 }, "end": { - "line": 1281, + "line": 1286, "column": 85 } }, "object": { "type": "ThisExpression", - "start": 46874, - "end": 46878, + "start": 47028, + "end": 47032, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 61 }, "end": { - "line": 1281, + "line": 1286, "column": 65 } } }, "property": { "type": "Identifier", - "start": 46879, - "end": 46898, + "start": 47033, + "end": 47052, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 66 }, "end": { - "line": 1281, + "line": 1286, "column": 85 }, "identifierName": "displayMilliseconds" @@ -197603,15 +198333,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46385, - "end": 46421, + "start": 46539, + "end": 46575, "loc": { "start": { - "line": 1275, + "line": 1280, "column": 16 }, "end": { - "line": 1275, + "line": 1280, "column": 52 } } @@ -197620,15 +198350,15 @@ }, { "type": "BreakStatement", - "start": 46935, - "end": 46941, + "start": 47089, + "end": 47095, "loc": { "start": { - "line": 1283, + "line": 1288, "column": 16 }, "end": { - "line": 1283, + "line": 1288, "column": 22 } }, @@ -197637,15 +198367,15 @@ ], "test": { "type": "Identifier", - "start": 46356, - "end": 46367, + "start": 46510, + "end": 46521, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 17 }, "end": { - "line": 1274, + "line": 1279, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -197663,15 +198393,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -197681,15 +198411,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -197698,15 +198428,15 @@ }, { "type": "ClassMethod", - "start": 47137, - "end": 48000, + "start": 47291, + "end": 48154, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 4 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } }, @@ -197714,15 +198444,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47137, - "end": 47141, + "start": 47291, + "end": 47295, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 4 }, "end": { - "line": 1293, + "line": 1298, "column": 8 }, "identifierName": "load" @@ -197738,15 +198468,15 @@ "params": [ { "type": "Identifier", - "start": 47142, - "end": 47145, + "start": 47296, + "end": 47299, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 9 }, "end": { - "line": 1293, + "line": 1298, "column": 12 }, "identifierName": "url" @@ -197756,87 +198486,87 @@ ], "body": { "type": "BlockStatement", - "start": 47147, - "end": 48000, + "start": 47301, + "end": 48154, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 14 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 47157, - "end": 47994, + "start": 47311, + "end": 48148, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 47165, - "end": 47185, + "start": 47319, + "end": 47339, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47165, - "end": 47183, + "start": 47319, + "end": 47337, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 47165, - "end": 47169, + "start": 47319, + "end": 47323, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 20 } } }, "property": { "type": "Identifier", - "start": 47170, - "end": 47183, + "start": 47324, + "end": 47337, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 21 }, "end": { - "line": 1294, + "line": 1299, "column": 34 }, "identifierName": "getRecordType" @@ -197850,86 +198580,86 @@ "cases": [ { "type": "SwitchCase", - "start": 47201, - "end": 47329, + "start": 47355, + "end": 47483, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1298, + "line": 1303, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 47284, - "end": 47306, + "start": 47438, + "end": 47460, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 47284, - "end": 47305, + "start": 47438, + "end": 47459, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 47284, - "end": 47300, + "start": 47438, + "end": 47454, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 47284, - "end": 47295, + "start": 47438, + "end": 47449, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 47284, - "end": 47288, + "start": 47438, + "end": 47442, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 20 } }, @@ -197937,15 +198667,15 @@ }, "property": { "type": "Identifier", - "start": 47289, - "end": 47295, + "start": 47443, + "end": 47449, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 21 }, "end": { - "line": 1297, + "line": 1302, "column": 27 }, "identifierName": "surfer" @@ -197957,15 +198687,15 @@ }, "property": { "type": "Identifier", - "start": 47296, - "end": 47300, + "start": 47450, + "end": 47454, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 28 }, "end": { - "line": 1297, + "line": 1302, "column": 32 }, "identifierName": "load" @@ -197978,15 +198708,15 @@ "arguments": [ { "type": "Identifier", - "start": 47301, - "end": 47304, + "start": 47455, + "end": 47458, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 33 }, "end": { - "line": 1297, + "line": 1302, "column": 36 }, "identifierName": "url" @@ -198000,15 +198730,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47234, - "end": 47267, + "start": 47388, + "end": 47421, "loc": { "start": { - "line": 1296, + "line": 1301, "column": 16 }, "end": { - "line": 1296, + "line": 1301, "column": 49 } } @@ -198017,15 +198747,15 @@ }, { "type": "BreakStatement", - "start": 47323, - "end": 47329, + "start": 47477, + "end": 47483, "loc": { "start": { - "line": 1298, + "line": 1303, "column": 16 }, "end": { - "line": 1298, + "line": 1303, "column": 22 } }, @@ -198034,15 +198764,15 @@ ], "test": { "type": "Identifier", - "start": 47206, - "end": 47216, + "start": 47360, + "end": 47370, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 17 }, "end": { - "line": 1295, + "line": 1300, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -198052,30 +198782,30 @@ }, { "type": "SwitchCase", - "start": 47343, - "end": 47359, + "start": 47497, + "end": 47513, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 12 }, "end": { - "line": 1300, + "line": 1305, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47348, - "end": 47358, + "start": 47502, + "end": 47512, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 17 }, "end": { - "line": 1300, + "line": 1305, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -198085,30 +198815,30 @@ }, { "type": "SwitchCase", - "start": 47372, - "end": 47388, + "start": 47526, + "end": 47542, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47377, - "end": 47387, + "start": 47531, + "end": 47541, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 17 }, "end": { - "line": 1301, + "line": 1306, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -198118,30 +198848,30 @@ }, { "type": "SwitchCase", - "start": 47401, - "end": 47418, + "start": 47555, + "end": 47572, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 12 }, "end": { - "line": 1302, + "line": 1307, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47406, - "end": 47417, + "start": 47560, + "end": 47571, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 17 }, "end": { - "line": 1302, + "line": 1307, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -198151,30 +198881,30 @@ }, { "type": "SwitchCase", - "start": 47431, - "end": 47449, + "start": 47585, + "end": 47603, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 12 }, "end": { - "line": 1303, + "line": 1308, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47436, - "end": 47448, + "start": 47590, + "end": 47602, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 17 }, "end": { - "line": 1303, + "line": 1308, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -198184,30 +198914,30 @@ }, { "type": "SwitchCase", - "start": 47462, - "end": 47477, + "start": 47616, + "end": 47631, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 12 }, "end": { - "line": 1304, + "line": 1309, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47467, - "end": 47476, + "start": 47621, + "end": 47630, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 17 }, "end": { - "line": 1304, + "line": 1309, "column": 26 }, "identifierName": "ANIMATION" @@ -198217,72 +198947,72 @@ }, { "type": "SwitchCase", - "start": 47490, - "end": 47984, + "start": 47644, + "end": 48138, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 12 }, "end": { - "line": 1315, + "line": 1320, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 47524, - "end": 47961, + "start": 47678, + "end": 48115, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 16 }, "end": { - "line": 1314, + "line": 1319, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 47528, - "end": 47570, + "start": 47682, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 47528, - "end": 47547, + "start": 47682, + "end": 47701, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 39 } }, "left": { "type": "Identifier", - "start": 47528, - "end": 47531, + "start": 47682, + "end": 47685, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 23 }, "identifierName": "url" @@ -198292,15 +199022,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47543, - "end": 47547, + "start": 47697, + "end": 47701, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 35 }, "end": { - "line": 1306, + "line": 1311, "column": 39 }, "identifierName": "Blob" @@ -198311,29 +199041,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47551, - "end": 47570, + "start": 47705, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 43 }, "end": { - "line": 1306, + "line": 1311, "column": 62 } }, "left": { "type": "Identifier", - "start": 47551, - "end": 47554, + "start": 47705, + "end": 47708, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 43 }, "end": { - "line": 1306, + "line": 1311, "column": 46 }, "identifierName": "url" @@ -198343,15 +199073,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47566, - "end": 47570, + "start": 47720, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 58 }, "end": { - "line": 1306, + "line": 1311, "column": 62 }, "identifierName": "File" @@ -198362,87 +199092,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 47572, - "end": 47826, + "start": 47726, + "end": 47980, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 64 }, "end": { - "line": 1311, + "line": 1316, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47646, - "end": 47681, + "start": 47800, + "end": 47835, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 47646, - "end": 47680, + "start": 47800, + "end": 47834, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47646, - "end": 47673, + "start": 47800, + "end": 47827, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 47646, - "end": 47663, + "start": 47800, + "end": 47817, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47646, - "end": 47650, + "start": 47800, + "end": 47804, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 24 } }, @@ -198450,15 +199180,15 @@ }, "property": { "type": "Identifier", - "start": 47651, - "end": 47663, + "start": 47805, + "end": 47817, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 25 }, "end": { - "line": 1308, + "line": 1313, "column": 37 }, "identifierName": "mediaElement" @@ -198470,15 +199200,15 @@ }, "property": { "type": "Identifier", - "start": 47664, - "end": 47673, + "start": 47818, + "end": 47827, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 38 }, "end": { - "line": 1308, + "line": 1313, "column": 47 }, "identifierName": "srcObject" @@ -198490,15 +199220,15 @@ }, "right": { "type": "NullLiteral", - "start": 47676, - "end": 47680, + "start": 47830, + "end": 47834, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 50 }, "end": { - "line": 1308, + "line": 1313, "column": 54 } } @@ -198509,15 +199239,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47594, - "end": 47625, + "start": 47748, + "end": 47779, "loc": { "start": { - "line": 1307, + "line": 1312, "column": 20 }, "end": { - "line": 1307, + "line": 1312, "column": 51 } } @@ -198527,15 +199257,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -198544,72 +199274,72 @@ }, { "type": "ExpressionStatement", - "start": 47759, - "end": 47808, + "start": 47913, + "end": 47962, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 47759, - "end": 47807, + "start": 47913, + "end": 47961, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47759, - "end": 47780, + "start": 47913, + "end": 47934, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 47759, - "end": 47776, + "start": 47913, + "end": 47930, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47759, - "end": 47763, + "start": 47913, + "end": 47917, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 24 } }, @@ -198617,15 +199347,15 @@ }, "property": { "type": "Identifier", - "start": 47764, - "end": 47776, + "start": 47918, + "end": 47930, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 25 }, "end": { - "line": 1310, + "line": 1315, "column": 37 }, "identifierName": "mediaElement" @@ -198637,15 +199367,15 @@ }, "property": { "type": "Identifier", - "start": 47777, - "end": 47780, + "start": 47931, + "end": 47934, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 38 }, "end": { - "line": 1310, + "line": 1315, "column": 41 }, "identifierName": "src" @@ -198657,43 +199387,43 @@ }, "right": { "type": "CallExpression", - "start": 47783, - "end": 47807, + "start": 47937, + "end": 47961, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47783, - "end": 47802, + "start": 47937, + "end": 47956, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 63 } }, "object": { "type": "Identifier", - "start": 47783, - "end": 47786, + "start": 47937, + "end": 47940, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 47 }, "identifierName": "URL" @@ -198702,15 +199432,15 @@ }, "property": { "type": "Identifier", - "start": 47787, - "end": 47802, + "start": 47941, + "end": 47956, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 48 }, "end": { - "line": 1310, + "line": 1315, "column": 63 }, "identifierName": "createObjectURL" @@ -198722,15 +199452,15 @@ "arguments": [ { "type": "Identifier", - "start": 47803, - "end": 47806, + "start": 47957, + "end": 47960, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 64 }, "end": { - "line": 1310, + "line": 1315, "column": 67 }, "identifierName": "url" @@ -198745,15 +199475,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -198765,58 +199495,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 47832, - "end": 47961, + "start": 47986, + "end": 48115, "loc": { "start": { - "line": 1311, + "line": 1316, "column": 23 }, "end": { - "line": 1314, + "line": 1319, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47906, - "end": 47943, + "start": 48060, + "end": 48097, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 47906, - "end": 47942, + "start": 48060, + "end": 48096, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 56 } }, "callee": { "type": "Identifier", - "start": 47906, - "end": 47918, + "start": 48060, + "end": 48072, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 32 }, "identifierName": "setSrcObject" @@ -198827,15 +199557,15 @@ "arguments": [ { "type": "Identifier", - "start": 47919, - "end": 47922, + "start": 48073, + "end": 48076, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 33 }, "end": { - "line": 1313, + "line": 1318, "column": 36 }, "identifierName": "url" @@ -198844,44 +199574,44 @@ }, { "type": "MemberExpression", - "start": 47924, - "end": 47941, + "start": 48078, + "end": 48095, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 38 }, "end": { - "line": 1313, + "line": 1318, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 47924, - "end": 47928, + "start": 48078, + "end": 48082, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 38 }, "end": { - "line": 1313, + "line": 1318, "column": 42 } } }, "property": { "type": "Identifier", - "start": 47929, - "end": 47941, + "start": 48083, + "end": 48095, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 43 }, "end": { - "line": 1313, + "line": 1318, "column": 55 }, "identifierName": "mediaElement" @@ -198897,15 +199627,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 47854, - "end": 47885, + "start": 48008, + "end": 48039, "loc": { "start": { - "line": 1312, + "line": 1317, "column": 20 }, "end": { - "line": 1312, + "line": 1317, "column": 51 } } @@ -198918,15 +199648,15 @@ }, { "type": "BreakStatement", - "start": 47978, - "end": 47984, + "start": 48132, + "end": 48138, "loc": { "start": { - "line": 1315, + "line": 1320, "column": 16 }, "end": { - "line": 1315, + "line": 1320, "column": 22 } }, @@ -198935,15 +199665,15 @@ ], "test": { "type": "Identifier", - "start": 47495, - "end": 47506, + "start": 47649, + "end": 47660, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 17 }, "end": { - "line": 1305, + "line": 1310, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -198961,15 +199691,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -198979,15 +199709,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -198996,15 +199726,15 @@ }, { "type": "ClassMethod", - "start": 48765, - "end": 49110, + "start": 48919, + "end": 49264, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 4 }, "end": { - "line": 1347, + "line": 1352, "column": 5 } }, @@ -199012,15 +199742,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48765, - "end": 48771, + "start": 48919, + "end": 48925, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 4 }, "end": { - "line": 1337, + "line": 1342, "column": 10 }, "identifierName": "saveAs" @@ -199036,15 +199766,15 @@ "params": [ { "type": "Identifier", - "start": 48772, - "end": 48776, + "start": 48926, + "end": 48930, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 11 }, "end": { - "line": 1337, + "line": 1342, "column": 15 }, "identifierName": "name" @@ -199053,29 +199783,29 @@ }, { "type": "AssignmentPattern", - "start": 48778, - "end": 48793, + "start": 48932, + "end": 48947, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 17 }, "end": { - "line": 1337, + "line": 1342, "column": 32 } }, "left": { "type": "Identifier", - "start": 48778, - "end": 48782, + "start": 48932, + "end": 48936, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 17 }, "end": { - "line": 1337, + "line": 1342, "column": 21 }, "identifierName": "type" @@ -199084,15 +199814,15 @@ }, "right": { "type": "StringLiteral", - "start": 48785, - "end": 48793, + "start": 48939, + "end": 48947, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 24 }, "end": { - "line": 1337, + "line": 1342, "column": 32 } }, @@ -199106,58 +199836,58 @@ ], "body": { "type": "BlockStatement", - "start": 48795, - "end": 49110, + "start": 48949, + "end": 49264, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 34 }, "end": { - "line": 1347, + "line": 1352, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48805, - "end": 49104, + "start": 48959, + "end": 49258, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 8 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48809, - "end": 48826, + "start": 48963, + "end": 48980, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 29 } }, "left": { "type": "Identifier", - "start": 48809, - "end": 48813, + "start": 48963, + "end": 48967, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 16 }, "identifierName": "type" @@ -199167,15 +199897,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48818, - "end": 48826, + "start": 48972, + "end": 48980, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 21 }, "end": { - "line": 1338, + "line": 1343, "column": 29 } }, @@ -199188,87 +199918,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48828, - "end": 48948, + "start": 48982, + "end": 49102, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 31 }, "end": { - "line": 1342, + "line": 1347, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48842, - "end": 48938, + "start": 48996, + "end": 49092, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 12 }, "end": { - "line": 1341, + "line": 1346, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48846, - "end": 48879, + "start": 49000, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 48846, - "end": 48857, + "start": 49000, + "end": 49011, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48846, - "end": 48850, + "start": 49000, + "end": 49004, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48851, - "end": 48857, + "start": 49005, + "end": 49011, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 21 }, "end": { - "line": 1339, + "line": 1344, "column": 27 }, "identifierName": "engine" @@ -199280,29 +200010,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 48861, - "end": 48879, + "start": 49015, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 31 }, "end": { - "line": 1339, + "line": 1344, "column": 49 } }, "left": { "type": "Identifier", - "start": 48861, - "end": 48865, + "start": 49015, + "end": 49019, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 31 }, "end": { - "line": 1339, + "line": 1344, "column": 35 }, "identifierName": "name" @@ -199312,15 +200042,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 48870, - "end": 48879, + "start": 49024, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 40 }, "end": { - "line": 1339, + "line": 1344, "column": 49 }, "identifierName": "undefined" @@ -199331,101 +200061,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 48881, - "end": 48938, + "start": 49035, + "end": 49092, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 51 }, "end": { - "line": 1341, + "line": 1346, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48899, - "end": 48924, + "start": 49053, + "end": 49078, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 48899, - "end": 48923, + "start": 49053, + "end": 49077, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 48899, - "end": 48917, + "start": 49053, + "end": 49071, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 48899, - "end": 48910, + "start": 49053, + "end": 49064, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48899, - "end": 48903, + "start": 49053, + "end": 49057, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48904, - "end": 48910, + "start": 49058, + "end": 49064, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 21 }, "end": { - "line": 1340, + "line": 1345, "column": 27 }, "identifierName": "engine" @@ -199436,15 +200166,15 @@ }, "property": { "type": "Identifier", - "start": 48911, - "end": 48917, + "start": 49065, + "end": 49071, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 28 }, "end": { - "line": 1340, + "line": 1345, "column": 34 }, "identifierName": "saveAs" @@ -199456,15 +200186,15 @@ "arguments": [ { "type": "Identifier", - "start": 48918, - "end": 48922, + "start": 49072, + "end": 49076, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 35 }, "end": { - "line": 1340, + "line": 1345, "column": 39 }, "identifierName": "name" @@ -199484,43 +200214,43 @@ }, "alternate": { "type": "IfStatement", - "start": 48954, - "end": 49104, + "start": 49108, + "end": 49258, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 15 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48958, - "end": 48976, + "start": 49112, + "end": 49130, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 19 }, "end": { - "line": 1342, + "line": 1347, "column": 37 } }, "left": { "type": "Identifier", - "start": 48958, - "end": 48962, + "start": 49112, + "end": 49116, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 19 }, "end": { - "line": 1342, + "line": 1347, "column": 23 }, "identifierName": "type" @@ -199530,15 +200260,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48967, - "end": 48976, + "start": 49121, + "end": 49130, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 28 }, "end": { - "line": 1342, + "line": 1347, "column": 37 } }, @@ -199551,87 +200281,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48978, - "end": 49104, + "start": 49132, + "end": 49258, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 39 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48992, - "end": 49094, + "start": 49146, + "end": 49248, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48996, - "end": 49032, + "start": 49150, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 48996, - "end": 49010, + "start": 49150, + "end": 49164, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 48996, - "end": 49000, + "start": 49150, + "end": 49154, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49001, - "end": 49010, + "start": 49155, + "end": 49164, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 21 }, "end": { - "line": 1343, + "line": 1348, "column": 30 }, "identifierName": "converter" @@ -199643,29 +200373,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49014, - "end": 49032, + "start": 49168, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 34 }, "end": { - "line": 1343, + "line": 1348, "column": 52 } }, "left": { "type": "Identifier", - "start": 49014, - "end": 49018, + "start": 49168, + "end": 49172, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 34 }, "end": { - "line": 1343, + "line": 1348, "column": 38 }, "identifierName": "name" @@ -199675,15 +200405,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49023, - "end": 49032, + "start": 49177, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 43 }, "end": { - "line": 1343, + "line": 1348, "column": 52 }, "identifierName": "undefined" @@ -199694,101 +200424,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49034, - "end": 49094, + "start": 49188, + "end": 49248, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 54 }, "end": { - "line": 1345, + "line": 1350, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49052, - "end": 49080, + "start": 49206, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49052, - "end": 49079, + "start": 49206, + "end": 49233, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49052, - "end": 49073, + "start": 49206, + "end": 49227, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 49052, - "end": 49066, + "start": 49206, + "end": 49220, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49052, - "end": 49056, + "start": 49206, + "end": 49210, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49057, - "end": 49066, + "start": 49211, + "end": 49220, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 21 }, "end": { - "line": 1344, + "line": 1349, "column": 30 }, "identifierName": "converter" @@ -199799,15 +200529,15 @@ }, "property": { "type": "Identifier", - "start": 49067, - "end": 49073, + "start": 49221, + "end": 49227, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 31 }, "end": { - "line": 1344, + "line": 1349, "column": 37 }, "identifierName": "saveAs" @@ -199819,15 +200549,15 @@ "arguments": [ { "type": "Identifier", - "start": 49074, - "end": 49078, + "start": 49228, + "end": 49232, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 38 }, "end": { - "line": 1344, + "line": 1349, "column": 42 }, "identifierName": "name" @@ -199856,15 +200586,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -199874,15 +200604,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -199891,15 +200621,15 @@ }, { "type": "ClassMethod", - "start": 49262, - "end": 50494, + "start": 49416, + "end": 50648, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 4 }, "end": { - "line": 1395, + "line": 1400, "column": 5 } }, @@ -199907,15 +200637,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 49262, - "end": 49269, + "start": 49416, + "end": 49423, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 4 }, "end": { - "line": 1355, + "line": 1360, "column": 11 }, "identifierName": "dispose" @@ -199931,86 +200661,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 49272, - "end": 50494, + "start": 49426, + "end": 50648, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 14 }, "end": { - "line": 1395, + "line": 1400, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 49324, - "end": 49353, + "start": 49478, + "end": 49507, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 49324, - "end": 49352, + "start": 49478, + "end": 49506, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49324, - "end": 49339, + "start": 49478, + "end": 49493, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49324, - "end": 49335, + "start": 49478, + "end": 49489, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49324, - "end": 49328, + "start": 49478, + "end": 49482, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 12 } }, @@ -200018,15 +200748,15 @@ }, "property": { "type": "Identifier", - "start": 49329, - "end": 49335, + "start": 49483, + "end": 49489, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 13 }, "end": { - "line": 1357, + "line": 1362, "column": 19 }, "identifierName": "player" @@ -200038,15 +200768,15 @@ }, "property": { "type": "Identifier", - "start": 49336, - "end": 49339, + "start": 49490, + "end": 49493, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 20 }, "end": { - "line": 1357, + "line": 1362, "column": 23 }, "identifierName": "off" @@ -200059,29 +200789,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49340, - "end": 49351, + "start": 49494, + "end": 49505, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 24 }, "end": { - "line": 1357, + "line": 1362, "column": 35 } }, "object": { "type": "Identifier", - "start": 49340, - "end": 49345, + "start": 49494, + "end": 49499, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 24 }, "end": { - "line": 1357, + "line": 1362, "column": 29 }, "identifierName": "Event" @@ -200090,15 +200820,15 @@ }, "property": { "type": "Identifier", - "start": 49346, - "end": 49351, + "start": 49500, + "end": 49505, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 30 }, "end": { - "line": 1357, + "line": 1362, "column": 35 }, "identifierName": "READY" @@ -200114,15 +200844,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49282, - "end": 49315, + "start": 49436, + "end": 49469, "loc": { "start": { - "line": 1356, + "line": 1361, "column": 8 }, "end": { - "line": 1356, + "line": 1361, "column": 41 } } @@ -200131,86 +200861,86 @@ }, { "type": "ExpressionStatement", - "start": 49362, - "end": 49398, + "start": 49516, + "end": 49552, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49362, - "end": 49397, + "start": 49516, + "end": 49551, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49362, - "end": 49377, + "start": 49516, + "end": 49531, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49362, - "end": 49373, + "start": 49516, + "end": 49527, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49362, - "end": 49366, + "start": 49516, + "end": 49520, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49367, - "end": 49373, + "start": 49521, + "end": 49527, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 13 }, "end": { - "line": 1358, + "line": 1363, "column": 19 }, "identifierName": "player" @@ -200221,15 +200951,15 @@ }, "property": { "type": "Identifier", - "start": 49374, - "end": 49377, + "start": 49528, + "end": 49531, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 20 }, "end": { - "line": 1358, + "line": 1363, "column": 23 }, "identifierName": "off" @@ -200241,29 +200971,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49378, - "end": 49396, + "start": 49532, + "end": 49550, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 24 }, "end": { - "line": 1358, + "line": 1363, "column": 42 } }, "object": { "type": "Identifier", - "start": 49378, - "end": 49383, + "start": 49532, + "end": 49537, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 24 }, "end": { - "line": 1358, + "line": 1363, "column": 29 }, "identifierName": "Event" @@ -200272,15 +201002,15 @@ }, "property": { "type": "Identifier", - "start": 49384, - "end": 49396, + "start": 49538, + "end": 49550, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 30 }, "end": { - "line": 1358, + "line": 1363, "column": 42 }, "identifierName": "USERINACTIVE" @@ -200294,86 +201024,86 @@ }, { "type": "ExpressionStatement", - "start": 49407, - "end": 49445, + "start": 49561, + "end": 49599, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 49407, - "end": 49444, + "start": 49561, + "end": 49598, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 49407, - "end": 49422, + "start": 49561, + "end": 49576, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49407, - "end": 49418, + "start": 49561, + "end": 49572, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49407, - "end": 49411, + "start": 49561, + "end": 49565, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49412, - "end": 49418, + "start": 49566, + "end": 49572, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 13 }, "end": { - "line": 1359, + "line": 1364, "column": 19 }, "identifierName": "player" @@ -200384,15 +201114,15 @@ }, "property": { "type": "Identifier", - "start": 49419, - "end": 49422, + "start": 49573, + "end": 49576, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 20 }, "end": { - "line": 1359, + "line": 1364, "column": 23 }, "identifierName": "off" @@ -200404,29 +201134,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49423, - "end": 49443, + "start": 49577, + "end": 49597, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 24 }, "end": { - "line": 1359, + "line": 1364, "column": 44 } }, "object": { "type": "Identifier", - "start": 49423, - "end": 49428, + "start": 49577, + "end": 49582, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 24 }, "end": { - "line": 1359, + "line": 1364, "column": 29 }, "identifierName": "Event" @@ -200435,15 +201165,15 @@ }, "property": { "type": "Identifier", - "start": 49429, - "end": 49443, + "start": 49583, + "end": 49597, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 30 }, "end": { - "line": 1359, + "line": 1364, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -200458,15 +201188,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -200475,43 +201205,43 @@ }, { "type": "IfStatement", - "start": 49512, - "end": 49687, + "start": 49666, + "end": 49841, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 8 }, "end": { - "line": 1366, + "line": 1371, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 49516, - "end": 49527, + "start": 49670, + "end": 49681, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 12 }, "end": { - "line": 1362, + "line": 1367, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49516, - "end": 49520, + "start": 49670, + "end": 49674, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 12 }, "end": { - "line": 1362, + "line": 1367, "column": 16 } }, @@ -200519,15 +201249,15 @@ }, "property": { "type": "Identifier", - "start": 49521, - "end": 49527, + "start": 49675, + "end": 49681, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 17 }, "end": { - "line": 1362, + "line": 1367, "column": 23 }, "identifierName": "engine" @@ -200539,101 +201269,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49529, - "end": 49687, + "start": 49683, + "end": 49841, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 25 }, "end": { - "line": 1366, + "line": 1371, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 49543, - "end": 49565, + "start": 49697, + "end": 49719, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49543, - "end": 49564, + "start": 49697, + "end": 49718, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49543, - "end": 49562, + "start": 49697, + "end": 49716, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49543, - "end": 49554, + "start": 49697, + "end": 49708, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49543, - "end": 49547, + "start": 49697, + "end": 49701, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49548, - "end": 49554, + "start": 49702, + "end": 49708, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 17 }, "end": { - "line": 1363, + "line": 1368, "column": 23 }, "identifierName": "engine" @@ -200644,15 +201374,15 @@ }, "property": { "type": "Identifier", - "start": 49555, - "end": 49562, + "start": 49709, + "end": 49716, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 24 }, "end": { - "line": 1363, + "line": 1368, "column": 31 }, "identifierName": "dispose" @@ -200666,86 +201396,86 @@ }, { "type": "ExpressionStatement", - "start": 49578, - "end": 49600, + "start": 49732, + "end": 49754, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49578, - "end": 49599, + "start": 49732, + "end": 49753, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49578, - "end": 49597, + "start": 49732, + "end": 49751, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49578, - "end": 49589, + "start": 49732, + "end": 49743, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49578, - "end": 49582, + "start": 49732, + "end": 49736, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49583, - "end": 49589, + "start": 49737, + "end": 49743, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 17 }, "end": { - "line": 1364, + "line": 1369, "column": 23 }, "identifierName": "engine" @@ -200756,15 +201486,15 @@ }, "property": { "type": "Identifier", - "start": 49590, - "end": 49597, + "start": 49744, + "end": 49751, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 24 }, "end": { - "line": 1364, + "line": 1369, "column": 31 }, "identifierName": "destroy" @@ -200778,86 +201508,86 @@ }, { "type": "ExpressionStatement", - "start": 49613, - "end": 49677, + "start": 49767, + "end": 49831, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 49613, - "end": 49676, + "start": 49767, + "end": 49830, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 49613, - "end": 49628, + "start": 49767, + "end": 49782, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 49613, - "end": 49624, + "start": 49767, + "end": 49778, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49613, - "end": 49617, + "start": 49767, + "end": 49771, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49618, - "end": 49624, + "start": 49772, + "end": 49778, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 17 }, "end": { - "line": 1365, + "line": 1370, "column": 23 }, "identifierName": "engine" @@ -200868,15 +201598,15 @@ }, "property": { "type": "Identifier", - "start": 49625, - "end": 49628, + "start": 49779, + "end": 49782, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 24 }, "end": { - "line": 1365, + "line": 1370, "column": 27 }, "identifierName": "off" @@ -200888,29 +201618,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49629, - "end": 49650, + "start": 49783, + "end": 49804, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 28 }, "end": { - "line": 1365, + "line": 1370, "column": 49 } }, "object": { "type": "Identifier", - "start": 49629, - "end": 49634, + "start": 49783, + "end": 49788, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 28 }, "end": { - "line": 1365, + "line": 1370, "column": 33 }, "identifierName": "Event" @@ -200919,15 +201649,15 @@ }, "property": { "type": "Identifier", - "start": 49635, - "end": 49650, + "start": 49789, + "end": 49804, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 34 }, "end": { - "line": 1365, + "line": 1370, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -200938,44 +201668,44 @@ }, { "type": "MemberExpression", - "start": 49652, - "end": 49675, + "start": 49806, + "end": 49829, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 51 }, "end": { - "line": 1365, + "line": 1370, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 49652, - "end": 49656, + "start": 49806, + "end": 49810, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 51 }, "end": { - "line": 1365, + "line": 1370, "column": 55 } } }, "property": { "type": "Identifier", - "start": 49657, - "end": 49675, + "start": 49811, + "end": 49829, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 56 }, "end": { - "line": 1365, + "line": 1370, "column": 74 }, "identifierName": "engineStopCallback" @@ -200996,15 +201726,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -201014,15 +201744,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -201031,57 +201761,57 @@ }, { "type": "ExpressionStatement", - "start": 49734, - "end": 49746, + "start": 49888, + "end": 49900, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 49734, - "end": 49745, + "start": 49888, + "end": 49899, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 49734, - "end": 49743, + "start": 49888, + "end": 49897, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 49734, - "end": 49738, + "start": 49888, + "end": 49892, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 12 } }, @@ -201089,15 +201819,15 @@ }, "property": { "type": "Identifier", - "start": 49739, - "end": 49743, + "start": 49893, + "end": 49897, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 13 }, "end": { - "line": 1369, + "line": 1374, "column": 17 }, "identifierName": "stop" @@ -201114,15 +201844,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -201131,72 +201861,72 @@ }, { "type": "ExpressionStatement", - "start": 49755, - "end": 49773, + "start": 49909, + "end": 49927, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49755, - "end": 49772, + "start": 49909, + "end": 49926, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49755, - "end": 49770, + "start": 49909, + "end": 49924, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49755, - "end": 49759, + "start": 49909, + "end": 49913, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49760, - "end": 49770, + "start": 49914, + "end": 49924, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 13 }, "end": { - "line": 1370, + "line": 1375, "column": 23 }, "identifierName": "stopDevice" @@ -201211,15 +201941,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -201228,57 +201958,57 @@ }, { "type": "ExpressionStatement", - "start": 49820, - "end": 49843, + "start": 49974, + "end": 49997, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49820, - "end": 49842, + "start": 49974, + "end": 49996, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49820, - "end": 49840, + "start": 49974, + "end": 49994, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49820, - "end": 49824, + "start": 49974, + "end": 49978, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 12 } }, @@ -201286,15 +202016,15 @@ }, "property": { "type": "Identifier", - "start": 49825, - "end": 49840, + "start": 49979, + "end": 49994, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 13 }, "end": { - "line": 1373, + "line": 1378, "column": 28 }, "identifierName": "removeRecording" @@ -201311,15 +202041,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -201329,15 +202059,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -201346,71 +202076,71 @@ }, { "type": "ExpressionStatement", - "start": 49879, - "end": 49921, + "start": 50033, + "end": 50075, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 49879, - "end": 49920, + "start": 50033, + "end": 50074, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 49879, - "end": 49904, + "start": 50033, + "end": 50058, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 49879, - "end": 49890, + "start": 50033, + "end": 50044, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49879, - "end": 49883, + "start": 50033, + "end": 50037, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 12 } }, @@ -201418,15 +202148,15 @@ }, "property": { "type": "Identifier", - "start": 49884, - "end": 49890, + "start": 50038, + "end": 50044, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 13 }, "end": { - "line": 1376, + "line": 1381, "column": 19 }, "identifierName": "player" @@ -201438,15 +202168,15 @@ }, "property": { "type": "Identifier", - "start": 49891, - "end": 49904, + "start": 50045, + "end": 50058, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 20 }, "end": { - "line": 1376, + "line": 1381, "column": 33 }, "identifierName": "clearInterval" @@ -201459,44 +202189,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49905, - "end": 49919, + "start": 50059, + "end": 50073, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 34 }, "end": { - "line": 1376, + "line": 1381, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 49905, - "end": 49909, + "start": 50059, + "end": 50063, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 34 }, "end": { - "line": 1376, + "line": 1381, "column": 38 } } }, "property": { "type": "Identifier", - "start": 49910, - "end": 49919, + "start": 50064, + "end": 50073, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 39 }, "end": { - "line": 1376, + "line": 1381, "column": 48 }, "identifierName": "countDown" @@ -201512,15 +202242,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -201530,15 +202260,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -201547,71 +202277,71 @@ }, { "type": "IfStatement", - "start": 49964, - "end": 50434, + "start": 50118, + "end": 50588, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 8 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49968, - "end": 50003, + "start": 50122, + "end": 50157, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 47 } }, "left": { "type": "CallExpression", - "start": 49968, - "end": 49988, + "start": 50122, + "end": 50142, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 49968, - "end": 49986, + "start": 50122, + "end": 50140, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49968, - "end": 49972, + "start": 50122, + "end": 50126, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 16 } }, @@ -201619,15 +202349,15 @@ }, "property": { "type": "Identifier", - "start": 49973, - "end": 49986, + "start": 50127, + "end": 50140, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 17 }, "end": { - "line": 1379, + "line": 1384, "column": 30 }, "identifierName": "getRecordType" @@ -201643,15 +202373,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 49993, - "end": 50003, + "start": 50147, + "end": 50157, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 37 }, "end": { - "line": 1379, + "line": 1384, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -201662,73 +202392,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50005, - "end": 50140, + "start": 50159, + "end": 50294, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 49 }, "end": { - "line": 1384, + "line": 1389, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50019, - "end": 50130, + "start": 50173, + "end": 50284, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 12 }, "end": { - "line": 1383, + "line": 1388, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 50023, - "end": 50034, + "start": 50177, + "end": 50188, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 16 }, "end": { - "line": 1380, + "line": 1385, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50023, - "end": 50027, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 16 }, "end": { - "line": 1380, + "line": 1385, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50028, - "end": 50034, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 21 }, "end": { - "line": 1380, + "line": 1385, "column": 27 }, "identifierName": "surfer" @@ -201739,86 +202469,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50036, - "end": 50130, + "start": 50190, + "end": 50284, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 29 }, "end": { - "line": 1383, + "line": 1388, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50094, - "end": 50116, + "start": 50248, + "end": 50270, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 50094, - "end": 50115, + "start": 50248, + "end": 50269, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 50094, - "end": 50113, + "start": 50248, + "end": 50267, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 50094, - "end": 50105, + "start": 50248, + "end": 50259, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50094, - "end": 50098, + "start": 50248, + "end": 50252, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 20 } }, @@ -201826,15 +202556,15 @@ }, "property": { "type": "Identifier", - "start": 50099, - "end": 50105, + "start": 50253, + "end": 50259, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 21 }, "end": { - "line": 1382, + "line": 1387, "column": 27 }, "identifierName": "surfer" @@ -201846,15 +202576,15 @@ }, "property": { "type": "Identifier", - "start": 50106, - "end": 50113, + "start": 50260, + "end": 50267, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 28 }, "end": { - "line": 1382, + "line": 1387, "column": 35 }, "identifierName": "destroy" @@ -201871,15 +202601,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50054, - "end": 50077, + "start": 50208, + "end": 50231, "loc": { "start": { - "line": 1381, + "line": 1386, "column": 16 }, "end": { - "line": 1381, + "line": 1386, "column": 39 } } @@ -201896,86 +202626,86 @@ }, "alternate": { "type": "IfStatement", - "start": 50146, - "end": 50434, + "start": 50300, + "end": 50588, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 15 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50150, - "end": 50185, + "start": 50304, + "end": 50339, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 54 } }, "left": { "type": "CallExpression", - "start": 50150, - "end": 50170, + "start": 50304, + "end": 50324, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50150, - "end": 50168, + "start": 50304, + "end": 50322, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 50150, - "end": 50154, + "start": 50304, + "end": 50308, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 23 } } }, "property": { "type": "Identifier", - "start": 50155, - "end": 50168, + "start": 50309, + "end": 50322, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 24 }, "end": { - "line": 1384, + "line": 1389, "column": 37 }, "identifierName": "getRecordType" @@ -201989,15 +202719,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50175, - "end": 50185, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 44 }, "end": { - "line": 1384, + "line": 1389, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -202007,87 +202737,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 50187, - "end": 50434, + "start": 50341, + "end": 50588, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 56 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50201, - "end": 50424, + "start": 50355, + "end": 50578, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 12 }, "end": { - "line": 1389, + "line": 1394, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 50205, - "end": 50252, + "start": 50359, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 50205, - "end": 50222, + "start": 50359, + "end": 50376, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50205, - "end": 50209, + "start": 50359, + "end": 50363, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50210, - "end": 50222, + "start": 50364, + "end": 50376, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 21 }, "end": { - "line": 1385, + "line": 1390, "column": 33 }, "identifierName": "mediaElement" @@ -202099,44 +202829,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 50226, - "end": 50252, + "start": 50380, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 37 }, "end": { - "line": 1385, + "line": 1390, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 50226, - "end": 50230, + "start": 50380, + "end": 50384, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 37 }, "end": { - "line": 1385, + "line": 1390, "column": 41 } } }, "property": { "type": "Identifier", - "start": 50231, - "end": 50252, + "start": 50385, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 42 }, "end": { - "line": 1385, + "line": 1390, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -202148,86 +202878,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50254, - "end": 50424, + "start": 50408, + "end": 50578, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 65 }, "end": { - "line": 1389, + "line": 1394, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50309, - "end": 50410, + "start": 50463, + "end": 50564, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1388, + "line": 1393, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 50309, - "end": 50409, + "start": 50463, + "end": 50563, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1388, + "line": 1393, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 50309, - "end": 50346, + "start": 50463, + "end": 50500, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50309, - "end": 50326, + "start": 50463, + "end": 50480, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50309, - "end": 50313, + "start": 50463, + "end": 50467, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 20 } }, @@ -202235,15 +202965,15 @@ }, "property": { "type": "Identifier", - "start": 50314, - "end": 50326, + "start": 50468, + "end": 50480, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 21 }, "end": { - "line": 1387, + "line": 1392, "column": 33 }, "identifierName": "mediaElement" @@ -202255,15 +202985,15 @@ }, "property": { "type": "Identifier", - "start": 50327, - "end": 50346, + "start": 50481, + "end": 50500, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 34 }, "end": { - "line": 1387, + "line": 1392, "column": 53 }, "identifierName": "removeEventListener" @@ -202276,29 +203006,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50347, - "end": 50360, + "start": 50501, + "end": 50514, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 54 }, "end": { - "line": 1387, + "line": 1392, "column": 67 } }, "object": { "type": "Identifier", - "start": 50347, - "end": 50352, + "start": 50501, + "end": 50506, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 54 }, "end": { - "line": 1387, + "line": 1392, "column": 59 }, "identifierName": "Event" @@ -202307,15 +203037,15 @@ }, "property": { "type": "Identifier", - "start": 50353, - "end": 50360, + "start": 50507, + "end": 50514, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 60 }, "end": { - "line": 1387, + "line": 1392, "column": 67 }, "identifierName": "PLAYING" @@ -202326,44 +203056,44 @@ }, { "type": "MemberExpression", - "start": 50382, - "end": 50408, + "start": 50536, + "end": 50562, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 20 }, "end": { - "line": 1388, + "line": 1393, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 50382, - "end": 50386, + "start": 50536, + "end": 50540, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 20 }, "end": { - "line": 1388, + "line": 1393, "column": 24 } } }, "property": { "type": "Identifier", - "start": 50387, - "end": 50408, + "start": 50541, + "end": 50562, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 25 }, "end": { - "line": 1388, + "line": 1393, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -202379,15 +203109,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50272, - "end": 50292, + "start": 50426, + "end": 50446, "loc": { "start": { - "line": 1386, + "line": 1391, "column": 16 }, "end": { - "line": 1386, + "line": 1391, "column": 36 } } @@ -202408,15 +203138,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -202425,72 +203155,72 @@ }, { "type": "ExpressionStatement", - "start": 50444, - "end": 50462, + "start": 50598, + "end": 50616, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50444, - "end": 50461, + "start": 50598, + "end": 50615, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50444, - "end": 50459, + "start": 50598, + "end": 50613, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50444, - "end": 50448, + "start": 50598, + "end": 50602, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50449, - "end": 50459, + "start": 50603, + "end": 50613, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 13 }, "end": { - "line": 1392, + "line": 1397, "column": 23 }, "identifierName": "resetState" @@ -202504,72 +203234,72 @@ }, { "type": "ExpressionStatement", - "start": 50472, - "end": 50488, + "start": 50626, + "end": 50642, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 50472, - "end": 50487, + "start": 50626, + "end": 50641, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 50472, - "end": 50485, + "start": 50626, + "end": 50639, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 21 } }, "object": { "type": "Super", - "start": 50472, - "end": 50477, + "start": 50626, + "end": 50631, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 13 } } }, "property": { "type": "Identifier", - "start": 50478, - "end": 50485, + "start": 50632, + "end": 50639, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 14 }, "end": { - "line": 1394, + "line": 1399, "column": 21 }, "identifierName": "dispose" @@ -202589,15 +203319,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -202607,15 +203337,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -202624,15 +203354,15 @@ }, { "type": "ClassMethod", - "start": 50573, - "end": 50621, + "start": 50727, + "end": 50775, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 4 }, "end": { - "line": 1402, + "line": 1407, "column": 5 } }, @@ -202640,15 +203370,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50573, - "end": 50580, + "start": 50727, + "end": 50734, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 4 }, "end": { - "line": 1400, + "line": 1405, "column": 11 }, "identifierName": "destroy" @@ -202664,101 +203394,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50583, - "end": 50621, + "start": 50737, + "end": 50775, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 14 }, "end": { - "line": 1402, + "line": 1407, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50593, - "end": 50615, + "start": 50747, + "end": 50769, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 50593, - "end": 50614, + "start": 50747, + "end": 50768, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 50593, - "end": 50612, + "start": 50747, + "end": 50766, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50593, - "end": 50604, + "start": 50747, + "end": 50758, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50593, - "end": 50597, + "start": 50747, + "end": 50751, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50598, - "end": 50604, + "start": 50752, + "end": 50758, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 13 }, "end": { - "line": 1401, + "line": 1406, "column": 19 }, "identifierName": "player" @@ -202769,15 +203499,15 @@ }, "property": { "type": "Identifier", - "start": 50605, - "end": 50612, + "start": 50759, + "end": 50766, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 20 }, "end": { - "line": 1401, + "line": 1406, "column": 27 }, "identifierName": "dispose" @@ -202797,15 +203527,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -202815,15 +203545,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -202832,15 +203562,15 @@ }, { "type": "ClassMethod", - "start": 50668, - "end": 52413, + "start": 50822, + "end": 52567, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 4 }, "end": { - "line": 1469, + "line": 1474, "column": 5 } }, @@ -202848,15 +203578,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50668, - "end": 50673, + "start": 50822, + "end": 50827, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 4 }, "end": { - "line": 1407, + "line": 1412, "column": 9 }, "identifierName": "reset" @@ -202872,58 +203602,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50676, - "end": 52413, + "start": 50830, + "end": 52567, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 12 }, "end": { - "line": 1469, + "line": 1474, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50743, - "end": 50883, + "start": 50897, + "end": 51037, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 8 }, "end": { - "line": 1412, + "line": 1417, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 50747, - "end": 50758, + "start": 50901, + "end": 50912, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 12 }, "end": { - "line": 1409, + "line": 1414, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50747, - "end": 50751, + "start": 50901, + "end": 50905, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 12 }, "end": { - "line": 1409, + "line": 1414, "column": 16 } }, @@ -202931,15 +203661,15 @@ }, "property": { "type": "Identifier", - "start": 50752, - "end": 50758, + "start": 50906, + "end": 50912, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 17 }, "end": { - "line": 1409, + "line": 1414, "column": 23 }, "identifierName": "engine" @@ -202951,101 +203681,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 50760, - "end": 50883, + "start": 50914, + "end": 51037, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 25 }, "end": { - "line": 1412, + "line": 1417, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50774, - "end": 50796, + "start": 50928, + "end": 50950, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 50774, - "end": 50795, + "start": 50928, + "end": 50949, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 50774, - "end": 50793, + "start": 50928, + "end": 50947, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 50774, - "end": 50785, + "start": 50928, + "end": 50939, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50774, - "end": 50778, + "start": 50928, + "end": 50932, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50779, - "end": 50785, + "start": 50933, + "end": 50939, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 17 }, "end": { - "line": 1410, + "line": 1415, "column": 23 }, "identifierName": "engine" @@ -203056,15 +203786,15 @@ }, "property": { "type": "Identifier", - "start": 50786, - "end": 50793, + "start": 50940, + "end": 50947, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 24 }, "end": { - "line": 1410, + "line": 1415, "column": 31 }, "identifierName": "dispose" @@ -203078,86 +203808,86 @@ }, { "type": "ExpressionStatement", - "start": 50809, - "end": 50873, + "start": 50963, + "end": 51027, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 50809, - "end": 50872, + "start": 50963, + "end": 51026, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 50809, - "end": 50824, + "start": 50963, + "end": 50978, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50820, + "start": 50963, + "end": 50974, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50809, - "end": 50813, + "start": 50963, + "end": 50967, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50814, - "end": 50820, + "start": 50968, + "end": 50974, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 17 }, "end": { - "line": 1411, + "line": 1416, "column": 23 }, "identifierName": "engine" @@ -203168,15 +203898,15 @@ }, "property": { "type": "Identifier", - "start": 50821, - "end": 50824, + "start": 50975, + "end": 50978, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 24 }, "end": { - "line": 1411, + "line": 1416, "column": 27 }, "identifierName": "off" @@ -203188,29 +203918,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50825, - "end": 50846, + "start": 50979, + "end": 51000, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 28 }, "end": { - "line": 1411, + "line": 1416, "column": 49 } }, "object": { "type": "Identifier", - "start": 50825, - "end": 50830, + "start": 50979, + "end": 50984, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 28 }, "end": { - "line": 1411, + "line": 1416, "column": 33 }, "identifierName": "Event" @@ -203219,15 +203949,15 @@ }, "property": { "type": "Identifier", - "start": 50831, - "end": 50846, + "start": 50985, + "end": 51000, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 34 }, "end": { - "line": 1411, + "line": 1416, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -203238,44 +203968,44 @@ }, { "type": "MemberExpression", - "start": 50848, - "end": 50871, + "start": 51002, + "end": 51025, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 51 }, "end": { - "line": 1411, + "line": 1416, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 50848, - "end": 50852, + "start": 51002, + "end": 51006, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 51 }, "end": { - "line": 1411, + "line": 1416, "column": 55 } } }, "property": { "type": "Identifier", - "start": 50853, - "end": 50871, + "start": 51007, + "end": 51025, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 56 }, "end": { - "line": 1411, + "line": 1416, "column": 74 }, "identifierName": "engineStopCallback" @@ -203296,15 +204026,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50686, - "end": 50734, + "start": 50840, + "end": 50888, "loc": { "start": { - "line": 1408, + "line": 1413, "column": 8 }, "end": { - "line": 1408, + "line": 1413, "column": 56 } } @@ -203314,15 +204044,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -203331,57 +204061,57 @@ }, { "type": "ExpressionStatement", - "start": 50930, - "end": 50942, + "start": 51084, + "end": 51096, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 50930, - "end": 50941, + "start": 51084, + "end": 51095, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 50930, - "end": 50939, + "start": 51084, + "end": 51093, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 50930, - "end": 50934, + "start": 51084, + "end": 51088, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 12 } }, @@ -203389,15 +204119,15 @@ }, "property": { "type": "Identifier", - "start": 50935, - "end": 50939, + "start": 51089, + "end": 51093, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 13 }, "end": { - "line": 1415, + "line": 1420, "column": 17 }, "identifierName": "stop" @@ -203414,15 +204144,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -203431,72 +204161,72 @@ }, { "type": "ExpressionStatement", - "start": 50951, - "end": 50969, + "start": 51105, + "end": 51123, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50951, - "end": 50968, + "start": 51105, + "end": 51122, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50951, - "end": 50966, + "start": 51105, + "end": 51120, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50951, - "end": 50955, + "start": 51105, + "end": 51109, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50956, - "end": 50966, + "start": 51110, + "end": 51120, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 13 }, "end": { - "line": 1416, + "line": 1421, "column": 23 }, "identifierName": "stopDevice" @@ -203511,15 +204241,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -203528,71 +204258,71 @@ }, { "type": "ExpressionStatement", - "start": 51005, - "end": 51047, + "start": 51159, + "end": 51201, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 51005, - "end": 51046, + "start": 51159, + "end": 51200, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 51005, - "end": 51030, + "start": 51159, + "end": 51184, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 51005, - "end": 51016, + "start": 51159, + "end": 51170, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51005, - "end": 51009, + "start": 51159, + "end": 51163, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 12 } }, @@ -203600,15 +204330,15 @@ }, "property": { "type": "Identifier", - "start": 51010, - "end": 51016, + "start": 51164, + "end": 51170, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 13 }, "end": { - "line": 1419, + "line": 1424, "column": 19 }, "identifierName": "player" @@ -203620,15 +204350,15 @@ }, "property": { "type": "Identifier", - "start": 51017, - "end": 51030, + "start": 51171, + "end": 51184, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 20 }, "end": { - "line": 1419, + "line": 1424, "column": 33 }, "identifierName": "clearInterval" @@ -203641,44 +204371,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51031, - "end": 51045, + "start": 51185, + "end": 51199, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 34 }, "end": { - "line": 1419, + "line": 1424, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 51031, - "end": 51035, + "start": 51185, + "end": 51189, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 34 }, "end": { - "line": 1419, + "line": 1424, "column": 38 } } }, "property": { "type": "Identifier", - "start": 51036, - "end": 51045, + "start": 51190, + "end": 51199, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 39 }, "end": { - "line": 1419, + "line": 1424, "column": 48 }, "identifierName": "countDown" @@ -203694,15 +204424,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -203712,15 +204442,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -203729,57 +204459,57 @@ }, { "type": "ExpressionStatement", - "start": 51094, - "end": 51117, + "start": 51248, + "end": 51271, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51094, - "end": 51116, + "start": 51248, + "end": 51270, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51094, - "end": 51114, + "start": 51248, + "end": 51268, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51094, - "end": 51098, + "start": 51248, + "end": 51252, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 12 } }, @@ -203787,15 +204517,15 @@ }, "property": { "type": "Identifier", - "start": 51099, - "end": 51114, + "start": 51253, + "end": 51268, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 13 }, "end": { - "line": 1422, + "line": 1427, "column": 28 }, "identifierName": "removeRecording" @@ -203812,15 +204542,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -203830,15 +204560,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -203847,57 +204577,57 @@ }, { "type": "ExpressionStatement", - "start": 51152, - "end": 51171, + "start": 51306, + "end": 51325, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 51152, - "end": 51170, + "start": 51306, + "end": 51324, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 51152, - "end": 51168, + "start": 51306, + "end": 51322, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51152, - "end": 51156, + "start": 51306, + "end": 51310, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 12 } }, @@ -203905,15 +204635,15 @@ }, "property": { "type": "Identifier", - "start": 51157, - "end": 51168, + "start": 51311, + "end": 51322, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 13 }, "end": { - "line": 1425, + "line": 1430, "column": 24 }, "identifierName": "loadOptions" @@ -203930,15 +204660,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -203948,15 +204678,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -203965,57 +204695,57 @@ }, { "type": "ExpressionStatement", - "start": 51213, - "end": 51231, + "start": 51367, + "end": 51385, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51213, - "end": 51230, + "start": 51367, + "end": 51384, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51213, - "end": 51228, + "start": 51367, + "end": 51382, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51213, - "end": 51217, + "start": 51367, + "end": 51371, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 12 } }, @@ -204023,15 +204753,15 @@ }, "property": { "type": "Identifier", - "start": 51218, - "end": 51228, + "start": 51372, + "end": 51382, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 13 }, "end": { - "line": 1428, + "line": 1433, "column": 23 }, "identifierName": "resetState" @@ -204048,15 +204778,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -204066,15 +204796,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -204083,57 +204813,57 @@ }, { "type": "ExpressionStatement", - "start": 51270, - "end": 51303, + "start": 51424, + "end": 51457, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 51270, - "end": 51302, + "start": 51424, + "end": 51456, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51270, - "end": 51286, + "start": 51424, + "end": 51440, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51270, - "end": 51274, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 12 } }, @@ -204141,15 +204871,15 @@ }, "property": { "type": "Identifier", - "start": 51275, - "end": 51286, + "start": 51429, + "end": 51440, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 13 }, "end": { - "line": 1431, + "line": 1436, "column": 24 }, "identifierName": "setDuration" @@ -204162,44 +204892,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51287, - "end": 51301, + "start": 51441, + "end": 51455, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 25 }, "end": { - "line": 1431, + "line": 1436, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 51287, - "end": 51291, + "start": 51441, + "end": 51445, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 25 }, "end": { - "line": 1431, + "line": 1436, "column": 29 } } }, "property": { "type": "Identifier", - "start": 51292, - "end": 51301, + "start": 51446, + "end": 51455, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 30 }, "end": { - "line": 1431, + "line": 1436, "column": 39 }, "identifierName": "maxLength" @@ -204215,15 +204945,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -204232,72 +204962,72 @@ }, { "type": "ExpressionStatement", - "start": 51312, - "end": 51335, + "start": 51466, + "end": 51489, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51312, - "end": 51334, + "start": 51466, + "end": 51488, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51312, - "end": 51331, + "start": 51466, + "end": 51485, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51312, - "end": 51316, + "start": 51466, + "end": 51470, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51317, - "end": 51331, + "start": 51471, + "end": 51485, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 13 }, "end": { - "line": 1432, + "line": 1437, "column": 27 }, "identifierName": "setCurrentTime" @@ -204309,15 +205039,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 51332, - "end": 51333, + "start": 51486, + "end": 51487, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 28 }, "end": { - "line": 1432, + "line": 1437, "column": 29 } }, @@ -204333,15 +205063,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -204350,71 +205080,71 @@ }, { "type": "ExpressionStatement", - "start": 51369, - "end": 51389, + "start": 51523, + "end": 51543, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 51369, - "end": 51388, + "start": 51523, + "end": 51542, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 51369, - "end": 51386, + "start": 51523, + "end": 51540, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51380, + "start": 51523, + "end": 51534, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51369, - "end": 51373, + "start": 51523, + "end": 51527, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 12 } }, @@ -204422,15 +205152,15 @@ }, "property": { "type": "Identifier", - "start": 51374, - "end": 51380, + "start": 51528, + "end": 51534, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 13 }, "end": { - "line": 1435, + "line": 1440, "column": 19 }, "identifierName": "player" @@ -204442,15 +205172,15 @@ }, "property": { "type": "Identifier", - "start": 51381, - "end": 51386, + "start": 51535, + "end": 51540, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 20 }, "end": { - "line": 1435, + "line": 1440, "column": 25 }, "identifierName": "reset" @@ -204467,15 +205197,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -204484,72 +205214,72 @@ }, { "type": "SwitchStatement", - "start": 51398, - "end": 51861, + "start": 51552, + "end": 52015, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 8 }, "end": { - "line": 1450, + "line": 1455, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 51406, - "end": 51426, + "start": 51560, + "end": 51580, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 51406, - "end": 51424, + "start": 51560, + "end": 51578, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 51406, - "end": 51410, + "start": 51560, + "end": 51564, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51411, - "end": 51424, + "start": 51565, + "end": 51578, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 21 }, "end": { - "line": 1436, + "line": 1441, "column": 34 }, "identifierName": "getRecordType" @@ -204563,87 +205293,87 @@ "cases": [ { "type": "SwitchCase", - "start": 51442, - "end": 51644, + "start": 51596, + "end": 51798, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 12 }, "end": { - "line": 1442, + "line": 1447, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 51475, - "end": 51621, + "start": 51629, + "end": 51775, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 16 }, "end": { - "line": 1441, + "line": 1446, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 51479, - "end": 51512, + "start": 51633, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 51479, - "end": 51490, + "start": 51633, + "end": 51644, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51479, - "end": 51483, + "start": 51633, + "end": 51637, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 24 } } }, "property": { "type": "Identifier", - "start": 51484, - "end": 51490, + "start": 51638, + "end": 51644, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 25 }, "end": { - "line": 1438, + "line": 1443, "column": 31 }, "identifierName": "surfer" @@ -204655,58 +205385,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 51494, - "end": 51512, + "start": 51648, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 51494, - "end": 51505, + "start": 51648, + "end": 51659, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 51494, - "end": 51498, + "start": 51648, + "end": 51652, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 39 } } }, "property": { "type": "Identifier", - "start": 51499, - "end": 51505, + "start": 51653, + "end": 51659, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 40 }, "end": { - "line": 1438, + "line": 1443, "column": 46 }, "identifierName": "surfer" @@ -204717,15 +205447,15 @@ }, "property": { "type": "Identifier", - "start": 51506, - "end": 51512, + "start": 51660, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 47 }, "end": { - "line": 1438, + "line": 1443, "column": 53 }, "identifierName": "surfer" @@ -204737,100 +205467,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 51514, - "end": 51621, + "start": 51668, + "end": 51775, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 55 }, "end": { - "line": 1441, + "line": 1446, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 51576, - "end": 51603, + "start": 51730, + "end": 51757, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 51576, - "end": 51602, + "start": 51730, + "end": 51756, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 51576, - "end": 51600, + "start": 51730, + "end": 51754, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 51576, - "end": 51594, + "start": 51730, + "end": 51748, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51576, - "end": 51587, + "start": 51730, + "end": 51741, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51576, - "end": 51580, + "start": 51730, + "end": 51734, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 24 } }, @@ -204838,15 +205568,15 @@ }, "property": { "type": "Identifier", - "start": 51581, - "end": 51587, + "start": 51735, + "end": 51741, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 25 }, "end": { - "line": 1440, + "line": 1445, "column": 31 }, "identifierName": "surfer" @@ -204858,15 +205588,15 @@ }, "property": { "type": "Identifier", - "start": 51588, - "end": 51594, + "start": 51742, + "end": 51748, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 32 }, "end": { - "line": 1440, + "line": 1445, "column": 38 }, "identifierName": "surfer" @@ -204878,15 +205608,15 @@ }, "property": { "type": "Identifier", - "start": 51595, - "end": 51600, + "start": 51749, + "end": 51754, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 39 }, "end": { - "line": 1440, + "line": 1445, "column": 44 }, "identifierName": "empty" @@ -204903,15 +205633,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51536, - "end": 51555, + "start": 51690, + "end": 51709, "loc": { "start": { - "line": 1439, + "line": 1444, "column": 20 }, "end": { - "line": 1439, + "line": 1444, "column": 39 } } @@ -204925,15 +205655,15 @@ }, { "type": "BreakStatement", - "start": 51638, - "end": 51644, + "start": 51792, + "end": 51798, "loc": { "start": { - "line": 1442, + "line": 1447, "column": 16 }, "end": { - "line": 1442, + "line": 1447, "column": 22 } }, @@ -204942,15 +205672,15 @@ ], "test": { "type": "Identifier", - "start": 51447, - "end": 51457, + "start": 51601, + "end": 51611, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 17 }, "end": { - "line": 1437, + "line": 1442, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -204960,30 +205690,30 @@ }, { "type": "SwitchCase", - "start": 51658, - "end": 51674, + "start": 51812, + "end": 51828, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 12 }, "end": { - "line": 1444, + "line": 1449, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 51663, - "end": 51673, + "start": 51817, + "end": 51827, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 17 }, "end": { - "line": 1444, + "line": 1449, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -204993,100 +205723,100 @@ }, { "type": "SwitchCase", - "start": 51687, - "end": 51851, + "start": 51841, + "end": 52005, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 12 }, "end": { - "line": 1449, + "line": 1454, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51747, - "end": 51779, + "start": 51901, + "end": 51933, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51747, - "end": 51778, + "start": 51901, + "end": 51932, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51747, - "end": 51776, + "start": 51901, + "end": 51930, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51747, - "end": 51771, + "start": 51901, + "end": 51925, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51747, - "end": 51758, + "start": 51901, + "end": 51912, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51747, - "end": 51751, + "start": 51901, + "end": 51905, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 20 } }, @@ -205094,15 +205824,15 @@ }, "property": { "type": "Identifier", - "start": 51752, - "end": 51758, + "start": 51906, + "end": 51912, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 21 }, "end": { - "line": 1447, + "line": 1452, "column": 27 }, "identifierName": "player" @@ -205114,15 +205844,15 @@ }, "property": { "type": "Identifier", - "start": 51759, - "end": 51771, + "start": 51913, + "end": 51925, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 28 }, "end": { - "line": 1447, + "line": 1452, "column": 40 }, "identifierName": "recordCanvas" @@ -205134,15 +205864,15 @@ }, "property": { "type": "Identifier", - "start": 51772, - "end": 51776, + "start": 51926, + "end": 51930, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 41 }, "end": { - "line": 1447, + "line": 1452, "column": 45 }, "identifierName": "hide" @@ -205159,15 +205889,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51719, - "end": 51730, + "start": 51873, + "end": 51884, "loc": { "start": { - "line": 1446, + "line": 1451, "column": 16 }, "end": { - "line": 1446, + "line": 1451, "column": 27 } } @@ -205176,100 +205906,100 @@ }, { "type": "ExpressionStatement", - "start": 51796, - "end": 51828, + "start": 51950, + "end": 51982, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51796, - "end": 51827, + "start": 51950, + "end": 51981, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51796, - "end": 51825, + "start": 51950, + "end": 51979, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51796, - "end": 51820, + "start": 51950, + "end": 51974, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51796, - "end": 51807, + "start": 51950, + "end": 51961, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51796, - "end": 51800, + "start": 51950, + "end": 51954, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51801, - "end": 51807, + "start": 51955, + "end": 51961, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 21 }, "end": { - "line": 1448, + "line": 1453, "column": 27 }, "identifierName": "player" @@ -205280,15 +206010,15 @@ }, "property": { "type": "Identifier", - "start": 51808, - "end": 51820, + "start": 51962, + "end": 51974, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 28 }, "end": { - "line": 1448, + "line": 1453, "column": 40 }, "identifierName": "cameraButton" @@ -205299,15 +206029,15 @@ }, "property": { "type": "Identifier", - "start": 51821, - "end": 51825, + "start": 51975, + "end": 51979, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 41 }, "end": { - "line": 1448, + "line": 1453, "column": 45 }, "identifierName": "hide" @@ -205321,15 +206051,15 @@ }, { "type": "BreakStatement", - "start": 51845, - "end": 51851, + "start": 51999, + "end": 52005, "loc": { "start": { - "line": 1449, + "line": 1454, "column": 16 }, "end": { - "line": 1449, + "line": 1454, "column": 22 } }, @@ -205338,15 +206068,15 @@ ], "test": { "type": "Identifier", - "start": 51692, - "end": 51701, + "start": 51846, + "end": 51855, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 17 }, "end": { - "line": 1445, + "line": 1450, "column": 26 }, "identifierName": "ANIMATION" @@ -205359,15 +206089,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -205376,85 +206106,85 @@ }, { "type": "IfStatement", - "start": 51900, - "end": 52018, + "start": 52054, + "end": 52172, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 8 }, "end": { - "line": 1455, + "line": 1460, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 51904, - "end": 51951, + "start": 52058, + "end": 52105, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 51904, - "end": 51937, + "start": 52058, + "end": 52091, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51904, - "end": 51926, + "start": 52058, + "end": 52080, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 51904, - "end": 51915, + "start": 52058, + "end": 52069, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51904, - "end": 51908, + "start": 52058, + "end": 52062, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 16 } }, @@ -205462,15 +206192,15 @@ }, "property": { "type": "Identifier", - "start": 51909, - "end": 51915, + "start": 52063, + "end": 52069, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 17 }, "end": { - "line": 1453, + "line": 1458, "column": 23 }, "identifierName": "player" @@ -205482,15 +206212,15 @@ }, "property": { "type": "Identifier", - "start": 51916, - "end": 51926, + "start": 52070, + "end": 52080, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 34 }, "identifierName": "controlBar" @@ -205502,15 +206232,15 @@ }, "property": { "type": "Identifier", - "start": 51927, - "end": 51937, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 35 }, "end": { - "line": 1453, + "line": 1458, "column": 45 }, "identifierName": "playToggle" @@ -205523,15 +206253,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 51942, - "end": 51951, + "start": 52096, + "end": 52105, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 50 }, "end": { - "line": 1453, + "line": 1458, "column": 59 }, "identifierName": "undefined" @@ -205542,129 +206272,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 51953, - "end": 52018, + "start": 52107, + "end": 52172, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 61 }, "end": { - "line": 1455, + "line": 1460, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51967, - "end": 52008, + "start": 52121, + "end": 52162, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 51967, - "end": 52007, + "start": 52121, + "end": 52161, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 51967, - "end": 52005, + "start": 52121, + "end": 52159, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 52000, + "start": 52121, + "end": 52154, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 51989, + "start": 52121, + "end": 52143, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 51967, - "end": 51978, + "start": 52121, + "end": 52132, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51967, - "end": 51971, + "start": 52121, + "end": 52125, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51972, - "end": 51978, + "start": 52126, + "end": 52132, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 17 }, "end": { - "line": 1454, + "line": 1459, "column": 23 }, "identifierName": "player" @@ -205675,15 +206405,15 @@ }, "property": { "type": "Identifier", - "start": 51979, - "end": 51989, + "start": 52133, + "end": 52143, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 24 }, "end": { - "line": 1454, + "line": 1459, "column": 34 }, "identifierName": "controlBar" @@ -205694,15 +206424,15 @@ }, "property": { "type": "Identifier", - "start": 51990, - "end": 52000, + "start": 52144, + "end": 52154, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 35 }, "end": { - "line": 1454, + "line": 1459, "column": 45 }, "identifierName": "playToggle" @@ -205713,15 +206443,15 @@ }, "property": { "type": "Identifier", - "start": 52001, - "end": 52005, + "start": 52155, + "end": 52159, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 46 }, "end": { - "line": 1454, + "line": 1459, "column": 50 }, "identifierName": "hide" @@ -205742,15 +206472,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -205760,15 +206490,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -205777,85 +206507,85 @@ }, { "type": "ExpressionStatement", - "start": 52068, - "end": 52100, + "start": 52222, + "end": 52254, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52068, - "end": 52099, + "start": 52222, + "end": 52253, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52068, - "end": 52097, + "start": 52222, + "end": 52251, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52068, - "end": 52092, + "start": 52222, + "end": 52246, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52068, - "end": 52079, + "start": 52222, + "end": 52233, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52068, - "end": 52072, + "start": 52222, + "end": 52226, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 12 } }, @@ -205863,15 +206593,15 @@ }, "property": { "type": "Identifier", - "start": 52073, - "end": 52079, + "start": 52227, + "end": 52233, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 13 }, "end": { - "line": 1458, + "line": 1463, "column": 19 }, "identifierName": "player" @@ -205883,15 +206613,15 @@ }, "property": { "type": "Identifier", - "start": 52080, - "end": 52092, + "start": 52234, + "end": 52246, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 20 }, "end": { - "line": 1458, + "line": 1463, "column": 32 }, "identifierName": "deviceButton" @@ -205903,15 +206633,15 @@ }, "property": { "type": "Identifier", - "start": 52093, - "end": 52097, + "start": 52247, + "end": 52251, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 33 }, "end": { - "line": 1458, + "line": 1463, "column": 37 }, "identifierName": "show" @@ -205928,15 +206658,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -205946,15 +206676,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -205963,85 +206693,85 @@ }, { "type": "ExpressionStatement", - "start": 52140, - "end": 52172, + "start": 52294, + "end": 52326, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52140, - "end": 52171, + "start": 52294, + "end": 52325, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52140, - "end": 52169, + "start": 52294, + "end": 52323, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52140, - "end": 52164, + "start": 52294, + "end": 52318, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52140, - "end": 52151, + "start": 52294, + "end": 52305, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52140, - "end": 52144, + "start": 52294, + "end": 52298, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 12 } }, @@ -206049,15 +206779,15 @@ }, "property": { "type": "Identifier", - "start": 52145, - "end": 52151, + "start": 52299, + "end": 52305, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 13 }, "end": { - "line": 1461, + "line": 1466, "column": 19 }, "identifierName": "player" @@ -206069,15 +206799,15 @@ }, "property": { "type": "Identifier", - "start": 52152, - "end": 52164, + "start": 52306, + "end": 52318, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 20 }, "end": { - "line": 1461, + "line": 1466, "column": 32 }, "identifierName": "recordToggle" @@ -206089,15 +206819,15 @@ }, "property": { "type": "Identifier", - "start": 52165, - "end": 52169, + "start": 52319, + "end": 52323, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 33 }, "end": { - "line": 1461, + "line": 1466, "column": 37 }, "identifierName": "hide" @@ -206114,15 +206844,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -206132,15 +206862,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -206148,15 +206878,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -206165,71 +206895,71 @@ }, { "type": "ExpressionStatement", - "start": 52265, - "end": 52407, + "start": 52419, + "end": 52561, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1468, + "line": 1473, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 52265, - "end": 52406, + "start": 52419, + "end": 52560, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1468, + "line": 1473, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 52265, - "end": 52280, + "start": 52419, + "end": 52434, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 52265, - "end": 52276, + "start": 52419, + "end": 52430, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52265, - "end": 52269, + "start": 52419, + "end": 52423, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 12 } }, @@ -206237,15 +206967,15 @@ }, "property": { "type": "Identifier", - "start": 52270, - "end": 52276, + "start": 52424, + "end": 52430, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 13 }, "end": { - "line": 1465, + "line": 1470, "column": 19 }, "identifierName": "player" @@ -206257,15 +206987,15 @@ }, "property": { "type": "Identifier", - "start": 52277, - "end": 52280, + "start": 52431, + "end": 52434, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 20 }, "end": { - "line": 1465, + "line": 1470, "column": 23 }, "identifierName": "one" @@ -206278,29 +207008,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52281, - "end": 52301, + "start": 52435, + "end": 52455, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 24 }, "end": { - "line": 1465, + "line": 1470, "column": 44 } }, "object": { "type": "Identifier", - "start": 52281, - "end": 52286, + "start": 52435, + "end": 52440, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 24 }, "end": { - "line": 1465, + "line": 1470, "column": 29 }, "identifierName": "Event" @@ -206309,15 +207039,15 @@ }, "property": { "type": "Identifier", - "start": 52287, - "end": 52301, + "start": 52441, + "end": 52455, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 30 }, "end": { - "line": 1465, + "line": 1470, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -206328,15 +207058,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 52303, - "end": 52405, + "start": 52457, + "end": 52559, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 46 }, "end": { - "line": 1468, + "line": 1473, "column": 9 } }, @@ -206347,72 +207077,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52309, - "end": 52405, + "start": 52463, + "end": 52559, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 52 }, "end": { - "line": 1468, + "line": 1473, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52362, - "end": 52395, + "start": 52516, + "end": 52549, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 52362, - "end": 52394, + "start": 52516, + "end": 52548, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 52362, - "end": 52378, + "start": 52516, + "end": 52532, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 52362, - "end": 52366, + "start": 52516, + "end": 52520, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 16 } }, @@ -206420,15 +207150,15 @@ }, "property": { "type": "Identifier", - "start": 52367, - "end": 52378, + "start": 52521, + "end": 52532, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 17 }, "end": { - "line": 1467, + "line": 1472, "column": 28 }, "identifierName": "setDuration" @@ -206441,44 +207171,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52379, - "end": 52393, + "start": 52533, + "end": 52547, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 29 }, "end": { - "line": 1467, + "line": 1472, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52379, - "end": 52383, + "start": 52533, + "end": 52537, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 29 }, "end": { - "line": 1467, + "line": 1472, "column": 33 } } }, "property": { "type": "Identifier", - "start": 52384, - "end": 52393, + "start": 52538, + "end": 52547, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 34 }, "end": { - "line": 1467, + "line": 1472, "column": 43 }, "identifierName": "maxLength" @@ -206494,15 +207224,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52323, - "end": 52349, + "start": 52477, + "end": 52503, "loc": { "start": { - "line": 1466, + "line": 1471, "column": 12 }, "end": { - "line": 1466, + "line": 1471, "column": 38 } } @@ -206520,15 +207250,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -206536,15 +207266,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -206559,15 +207289,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -206577,15 +207307,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -206594,15 +207324,15 @@ }, { "type": "ClassMethod", - "start": 52491, - "end": 52641, + "start": 52645, + "end": 52795, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1480, + "line": 1485, "column": 5 } }, @@ -206610,15 +207340,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52491, - "end": 52501, + "start": 52645, + "end": 52655, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1475, + "line": 1480, "column": 14 }, "identifierName": "resetState" @@ -206634,88 +207364,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52504, - "end": 52641, + "start": 52658, + "end": 52795, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 17 }, "end": { - "line": 1480, + "line": 1485, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52514, - "end": 52538, + "start": 52668, + "end": 52692, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 52514, - "end": 52537, + "start": 52668, + "end": 52691, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52514, - "end": 52529, + "start": 52668, + "end": 52683, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52514, - "end": 52518, + "start": 52668, + "end": 52672, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52519, - "end": 52529, + "start": 52673, + "end": 52683, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 13 }, "end": { - "line": 1476, + "line": 1481, "column": 23 }, "identifierName": "_recording" @@ -206726,15 +207456,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52532, - "end": 52537, + "start": 52686, + "end": 52691, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 26 }, "end": { - "line": 1476, + "line": 1481, "column": 31 } }, @@ -206744,73 +207474,73 @@ }, { "type": "ExpressionStatement", - "start": 52547, - "end": 52572, + "start": 52701, + "end": 52726, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 52547, - "end": 52571, + "start": 52701, + "end": 52725, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52547, - "end": 52563, + "start": 52701, + "end": 52717, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 52547, - "end": 52551, + "start": 52701, + "end": 52705, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52552, - "end": 52563, + "start": 52706, + "end": 52717, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 13 }, "end": { - "line": 1477, + "line": 1482, "column": 24 }, "identifierName": "_processing" @@ -206821,15 +207551,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52566, - "end": 52571, + "start": 52720, + "end": 52725, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 27 }, "end": { - "line": 1477, + "line": 1482, "column": 32 } }, @@ -206839,73 +207569,73 @@ }, { "type": "ExpressionStatement", - "start": 52581, - "end": 52608, + "start": 52735, + "end": 52762, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 52581, - "end": 52607, + "start": 52735, + "end": 52761, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52581, - "end": 52599, + "start": 52735, + "end": 52753, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 52581, - "end": 52585, + "start": 52735, + "end": 52739, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52586, - "end": 52599, + "start": 52740, + "end": 52753, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 13 }, "end": { - "line": 1478, + "line": 1483, "column": 26 }, "identifierName": "_deviceActive" @@ -206916,15 +207646,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52602, - "end": 52607, + "start": 52756, + "end": 52761, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 29 }, "end": { - "line": 1478, + "line": 1483, "column": 34 } }, @@ -206934,73 +207664,73 @@ }, { "type": "ExpressionStatement", - "start": 52617, - "end": 52635, + "start": 52771, + "end": 52789, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 52617, - "end": 52634, + "start": 52771, + "end": 52788, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52617, - "end": 52629, + "start": 52771, + "end": 52783, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 52617, - "end": 52621, + "start": 52771, + "end": 52775, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52622, - "end": 52629, + "start": 52776, + "end": 52783, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 13 }, "end": { - "line": 1479, + "line": 1484, "column": 20 }, "identifierName": "devices" @@ -207011,15 +207741,15 @@ }, "right": { "type": "ArrayExpression", - "start": 52632, - "end": 52634, + "start": 52786, + "end": 52788, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 23 }, "end": { - "line": 1479, + "line": 1484, "column": 25 } }, @@ -207035,15 +207765,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -207053,15 +207783,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -207070,15 +207800,15 @@ }, { "type": "ClassMethod", - "start": 52722, - "end": 52940, + "start": 52876, + "end": 53094, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 4 }, "end": { - "line": 1491, + "line": 1496, "column": 5 } }, @@ -207086,15 +207816,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52722, - "end": 52737, + "start": 52876, + "end": 52891, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 4 }, "end": { - "line": 1486, + "line": 1491, "column": 19 }, "identifierName": "removeRecording" @@ -207110,87 +207840,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52740, - "end": 52940, + "start": 52894, + "end": 53094, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 22 }, "end": { - "line": 1491, + "line": 1496, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 52750, - "end": 52934, + "start": 52904, + "end": 53088, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 8 }, "end": { - "line": 1490, + "line": 1495, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 52754, - "end": 52825, + "start": 52908, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, "left": { "type": "MemberExpression", - "start": 52754, - "end": 52771, + "start": 52908, + "end": 52925, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52754, - "end": 52758, + "start": 52908, + "end": 52912, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52759, - "end": 52771, + "start": 52913, + "end": 52925, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 17 }, "end": { - "line": 1487, + "line": 1492, "column": 29 }, "identifierName": "mediaElement" @@ -207202,100 +207932,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 52775, - "end": 52825, + "start": 52929, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, "left": { "type": "CallExpression", - "start": 52775, - "end": 52816, + "start": 52929, + "end": 52970, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52775, - "end": 52807, + "start": 52929, + "end": 52961, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 52775, - "end": 52796, + "start": 52929, + "end": 52950, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 52775, - "end": 52792, + "start": 52929, + "end": 52946, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 52775, - "end": 52779, + "start": 52929, + "end": 52933, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } }, "property": { "type": "Identifier", - "start": 52780, - "end": 52792, + "start": 52934, + "end": 52946, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 38 }, "end": { - "line": 1487, + "line": 1492, "column": 50 }, "identifierName": "mediaElement" @@ -207306,15 +208036,15 @@ }, "property": { "type": "Identifier", - "start": 52793, - "end": 52796, + "start": 52947, + "end": 52950, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 51 }, "end": { - "line": 1487, + "line": 1492, "column": 54 }, "identifierName": "src" @@ -207325,15 +208055,15 @@ }, "property": { "type": "Identifier", - "start": 52797, - "end": 52807, + "start": 52951, + "end": 52961, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 55 }, "end": { - "line": 1487, + "line": 1492, "column": 65 }, "identifierName": "startsWith" @@ -207345,15 +208075,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 52808, - "end": 52815, + "start": 52962, + "end": 52969, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 66 }, "end": { - "line": 1487, + "line": 1492, "column": 73 } }, @@ -207368,15 +208098,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 52821, - "end": 52825, + "start": 52975, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 79 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } }, @@ -207386,72 +208116,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52827, - "end": 52934, + "start": 52981, + "end": 53088, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 85 }, "end": { - "line": 1490, + "line": 1495, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52841, - "end": 52884, + "start": 52995, + "end": 53038, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 52841, - "end": 52883, + "start": 52995, + "end": 53037, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 52841, - "end": 52860, + "start": 52995, + "end": 53014, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 31 } }, "object": { "type": "Identifier", - "start": 52841, - "end": 52844, + "start": 52995, + "end": 52998, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 15 }, "identifierName": "URL" @@ -207460,15 +208190,15 @@ }, "property": { "type": "Identifier", - "start": 52845, - "end": 52860, + "start": 52999, + "end": 53014, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 16 }, "end": { - "line": 1488, + "line": 1493, "column": 31 }, "identifierName": "revokeObjectURL" @@ -207480,58 +208210,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 52861, - "end": 52882, + "start": 53015, + "end": 53036, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 52861, - "end": 52878, + "start": 53015, + "end": 53032, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 52861, - "end": 52865, + "start": 53015, + "end": 53019, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 36 } } }, "property": { "type": "Identifier", - "start": 52866, - "end": 52878, + "start": 53020, + "end": 53032, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 37 }, "end": { - "line": 1488, + "line": 1493, "column": 49 }, "identifierName": "mediaElement" @@ -207542,15 +208272,15 @@ }, "property": { "type": "Identifier", - "start": 52879, - "end": 52882, + "start": 53033, + "end": 53036, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 50 }, "end": { - "line": 1488, + "line": 1493, "column": 53 }, "identifierName": "src" @@ -207564,87 +208294,87 @@ }, { "type": "ExpressionStatement", - "start": 52897, - "end": 52924, + "start": 53051, + "end": 53078, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 52897, - "end": 52923, + "start": 53051, + "end": 53077, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52897, - "end": 52918, + "start": 53051, + "end": 53072, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 52897, - "end": 52914, + "start": 53051, + "end": 53068, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52897, - "end": 52901, + "start": 53051, + "end": 53055, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52902, - "end": 52914, + "start": 53056, + "end": 53068, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 17 }, "end": { - "line": 1489, + "line": 1494, "column": 29 }, "identifierName": "mediaElement" @@ -207655,15 +208385,15 @@ }, "property": { "type": "Identifier", - "start": 52915, - "end": 52918, + "start": 53069, + "end": 53072, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 33 }, "identifierName": "src" @@ -207674,15 +208404,15 @@ }, "right": { "type": "StringLiteral", - "start": 52921, - "end": 52923, + "start": 53075, + "end": 53077, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 36 }, "end": { - "line": 1489, + "line": 1494, "column": 38 } }, @@ -207707,15 +208437,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -207725,15 +208455,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -207742,15 +208472,15 @@ }, { "type": "ClassMethod", - "start": 53585, - "end": 54107, + "start": 53739, + "end": 54261, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 5 } }, @@ -207758,15 +208488,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53585, - "end": 53596, + "start": 53739, + "end": 53750, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 4 }, "end": { - "line": 1507, + "line": 1512, "column": 15 }, "identifierName": "exportImage" @@ -207782,29 +208512,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 53597, - "end": 53617, + "start": 53751, + "end": 53771, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 16 }, "end": { - "line": 1507, + "line": 1512, "column": 36 } }, "left": { "type": "Identifier", - "start": 53597, - "end": 53603, + "start": 53751, + "end": 53757, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 16 }, "end": { - "line": 1507, + "line": 1512, "column": 22 }, "identifierName": "format" @@ -207813,15 +208543,15 @@ }, "right": { "type": "StringLiteral", - "start": 53606, - "end": 53617, + "start": 53760, + "end": 53771, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 25 }, "end": { - "line": 1507, + "line": 1512, "column": 36 } }, @@ -207834,29 +208564,29 @@ }, { "type": "AssignmentPattern", - "start": 53619, - "end": 53630, + "start": 53773, + "end": 53784, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 38 }, "end": { - "line": 1507, + "line": 1512, "column": 49 } }, "left": { "type": "Identifier", - "start": 53619, - "end": 53626, + "start": 53773, + "end": 53780, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 38 }, "end": { - "line": 1507, + "line": 1512, "column": 45 }, "identifierName": "quality" @@ -207865,15 +208595,15 @@ }, "right": { "type": "NumericLiteral", - "start": 53629, - "end": 53630, + "start": 53783, + "end": 53784, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 48 }, "end": { - "line": 1507, + "line": 1512, "column": 49 } }, @@ -207887,101 +208617,101 @@ ], "body": { "type": "BlockStatement", - "start": 53632, - "end": 54107, + "start": 53786, + "end": 54261, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 51 }, "end": { - "line": 1519, + "line": 1524, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 53642, - "end": 54101, + "start": 53796, + "end": 54255, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 8 }, "end": { - "line": 1518, + "line": 1523, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 53646, - "end": 53681, + "start": 53800, + "end": 53835, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 47 } }, "left": { "type": "CallExpression", - "start": 53646, - "end": 53666, + "start": 53800, + "end": 53820, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 53646, - "end": 53664, + "start": 53800, + "end": 53818, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53646, - "end": 53650, + "start": 53800, + "end": 53804, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53651, - "end": 53664, + "start": 53805, + "end": 53818, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 17 }, "end": { - "line": 1508, + "line": 1513, "column": 30 }, "identifierName": "getRecordType" @@ -207995,15 +208725,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 53671, - "end": 53681, + "start": 53825, + "end": 53835, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 37 }, "end": { - "line": 1508, + "line": 1513, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -208013,115 +208743,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 53683, - "end": 53770, + "start": 53837, + "end": 53924, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 49 }, "end": { - "line": 1510, + "line": 1515, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 53697, - "end": 53760, + "start": 53851, + "end": 53914, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 12 }, "end": { - "line": 1509, + "line": 1514, "column": 75 } }, "argument": { "type": "CallExpression", - "start": 53704, - "end": 53759, + "start": 53858, + "end": 53913, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53704, - "end": 53734, + "start": 53858, + "end": 53888, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53704, - "end": 53722, + "start": 53858, + "end": 53876, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53704, - "end": 53715, + "start": 53858, + "end": 53869, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53704, - "end": 53708, + "start": 53858, + "end": 53862, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 23 } } }, "property": { "type": "Identifier", - "start": 53709, - "end": 53715, + "start": 53863, + "end": 53869, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 24 }, "end": { - "line": 1509, + "line": 1514, "column": 30 }, "identifierName": "surfer" @@ -208132,15 +208862,15 @@ }, "property": { "type": "Identifier", - "start": 53716, - "end": 53722, + "start": 53870, + "end": 53876, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 31 }, "end": { - "line": 1509, + "line": 1514, "column": 37 }, "identifierName": "surfer" @@ -208151,15 +208881,15 @@ }, "property": { "type": "Identifier", - "start": 53723, - "end": 53734, + "start": 53877, + "end": 53888, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 38 }, "end": { - "line": 1509, + "line": 1514, "column": 49 }, "identifierName": "exportImage" @@ -208171,15 +208901,15 @@ "arguments": [ { "type": "Identifier", - "start": 53735, - "end": 53741, + "start": 53889, + "end": 53895, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 50 }, "end": { - "line": 1509, + "line": 1514, "column": 56 }, "identifierName": "format" @@ -208188,15 +208918,15 @@ }, { "type": "Identifier", - "start": 53743, - "end": 53750, + "start": 53897, + "end": 53904, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 58 }, "end": { - "line": 1509, + "line": 1514, "column": 65 }, "identifierName": "quality" @@ -208205,15 +208935,15 @@ }, { "type": "StringLiteral", - "start": 53752, - "end": 53758, + "start": 53906, + "end": 53912, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 67 }, "end": { - "line": 1509, + "line": 1514, "column": 73 } }, @@ -208231,59 +208961,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 53776, - "end": 54101, + "start": 53930, + "end": 54255, "loc": { "start": { - "line": 1510, + "line": 1515, "column": 15 }, "end": { - "line": 1518, + "line": 1523, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 53845, - "end": 53905, + "start": 53999, + "end": 54059, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 12 }, "end": { - "line": 1512, + "line": 1517, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53849, - "end": 53904, + "start": 54003, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 16 }, "end": { - "line": 1512, + "line": 1517, "column": 71 } }, "id": { "type": "Identifier", - "start": 53849, - "end": 53861, + "start": 54003, + "end": 54015, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 16 }, "end": { - "line": 1512, + "line": 1517, "column": 28 }, "identifierName": "recordCanvas" @@ -208293,100 +209023,100 @@ }, "init": { "type": "MemberExpression", - "start": 53864, - "end": 53904, + "start": 54018, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 71 } }, "object": { "type": "CallExpression", - "start": 53864, - "end": 53893, + "start": 54018, + "end": 54047, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53864, - "end": 53891, + "start": 54018, + "end": 54045, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 53864, - "end": 53888, + "start": 54018, + "end": 54042, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 53864, - "end": 53875, + "start": 54018, + "end": 54029, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 53864, - "end": 53868, + "start": 54018, + "end": 54022, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 35 } } }, "property": { "type": "Identifier", - "start": 53869, - "end": 53875, + "start": 54023, + "end": 54029, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 36 }, "end": { - "line": 1512, + "line": 1517, "column": 42 }, "identifierName": "player" @@ -208397,15 +209127,15 @@ }, "property": { "type": "Identifier", - "start": 53876, - "end": 53888, + "start": 54030, + "end": 54042, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 43 }, "end": { - "line": 1512, + "line": 1517, "column": 55 }, "identifierName": "recordCanvas" @@ -208416,15 +209146,15 @@ }, "property": { "type": "Identifier", - "start": 53889, - "end": 53891, + "start": 54043, + "end": 54045, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 56 }, "end": { - "line": 1512, + "line": 1517, "column": 58 }, "identifierName": "el" @@ -208437,15 +209167,15 @@ }, "property": { "type": "Identifier", - "start": 53894, - "end": 53904, + "start": 54048, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 61 }, "end": { - "line": 1512, + "line": 1517, "column": 71 }, "identifierName": "firstChild" @@ -208462,15 +209192,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53790, - "end": 53832, + "start": 53944, + "end": 53986, "loc": { "start": { - "line": 1511, + "line": 1516, "column": 12 }, "end": { - "line": 1511, + "line": 1516, "column": 54 } } @@ -208479,72 +209209,72 @@ }, { "type": "ExpressionStatement", - "start": 53918, - "end": 53967, + "start": 54072, + "end": 54121, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 53918, - "end": 53966, + "start": 54072, + "end": 54120, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53918, - "end": 53933, + "start": 54072, + "end": 54087, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 53918, - "end": 53922, + "start": 54072, + "end": 54076, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53923, - "end": 53933, + "start": 54077, + "end": 54087, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 17 }, "end": { - "line": 1513, + "line": 1518, "column": 27 }, "identifierName": "drawCanvas" @@ -208556,15 +209286,15 @@ "arguments": [ { "type": "Identifier", - "start": 53934, - "end": 53946, + "start": 54088, + "end": 54100, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 28 }, "end": { - "line": 1513, + "line": 1518, "column": 40 }, "identifierName": "recordCanvas" @@ -208573,44 +209303,44 @@ }, { "type": "MemberExpression", - "start": 53948, - "end": 53965, + "start": 54102, + "end": 54119, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 42 }, "end": { - "line": 1513, + "line": 1518, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 53948, - "end": 53952, + "start": 54102, + "end": 54106, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 42 }, "end": { - "line": 1513, + "line": 1518, "column": 46 } } }, "property": { "type": "Identifier", - "start": 53953, - "end": 53965, + "start": 54107, + "end": 54119, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 47 }, "end": { - "line": 1513, + "line": 1518, "column": 59 }, "identifierName": "mediaElement" @@ -208624,43 +209354,43 @@ }, { "type": "ReturnStatement", - "start": 53981, - "end": 54091, + "start": 54135, + "end": 54245, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 12 }, "end": { - "line": 1517, + "line": 1522, "column": 15 } }, "argument": { "type": "NewExpression", - "start": 53988, - "end": 54090, + "start": 54142, + "end": 54244, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 19 }, "end": { - "line": 1517, + "line": 1522, "column": 14 } }, "callee": { "type": "Identifier", - "start": 53992, - "end": 53999, + "start": 54146, + "end": 54153, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 23 }, "end": { - "line": 1515, + "line": 1520, "column": 30 }, "identifierName": "Promise" @@ -208670,15 +209400,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54000, - "end": 54089, + "start": 54154, + "end": 54243, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 31 }, "end": { - "line": 1517, + "line": 1522, "column": 13 } }, @@ -208689,15 +209419,15 @@ "params": [ { "type": "Identifier", - "start": 54000, - "end": 54007, + "start": 54154, + "end": 54161, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 31 }, "end": { - "line": 1515, + "line": 1520, "column": 38 }, "identifierName": "resolve" @@ -208707,72 +209437,72 @@ ], "body": { "type": "BlockStatement", - "start": 54011, - "end": 54089, + "start": 54165, + "end": 54243, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 42 }, "end": { - "line": 1517, + "line": 1522, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 54029, - "end": 54075, + "start": 54183, + "end": 54229, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 54029, - "end": 54074, + "start": 54183, + "end": 54228, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 54029, - "end": 54048, + "start": 54183, + "end": 54202, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 35 } }, "object": { "type": "Identifier", - "start": 54029, - "end": 54041, + "start": 54183, + "end": 54195, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 28 }, "identifierName": "recordCanvas" @@ -208781,15 +209511,15 @@ }, "property": { "type": "Identifier", - "start": 54042, - "end": 54048, + "start": 54196, + "end": 54202, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 29 }, "end": { - "line": 1516, + "line": 1521, "column": 35 }, "identifierName": "toBlob" @@ -208801,15 +209531,15 @@ "arguments": [ { "type": "Identifier", - "start": 54049, - "end": 54056, + "start": 54203, + "end": 54210, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 36 }, "end": { - "line": 1516, + "line": 1521, "column": 43 }, "identifierName": "resolve" @@ -208818,15 +209548,15 @@ }, { "type": "Identifier", - "start": 54058, - "end": 54064, + "start": 54212, + "end": 54218, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 45 }, "end": { - "line": 1516, + "line": 1521, "column": 51 }, "identifierName": "format" @@ -208835,15 +209565,15 @@ }, { "type": "Identifier", - "start": 54066, - "end": 54073, + "start": 54220, + "end": 54227, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 53 }, "end": { - "line": 1516, + "line": 1521, "column": 60 }, "identifierName": "quality" @@ -208872,15 +209602,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -208890,15 +209620,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -208907,15 +209637,15 @@ }, { "type": "ClassMethod", - "start": 54258, - "end": 54744, + "start": 54412, + "end": 54898, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 4 }, "end": { - "line": 1538, + "line": 1543, "column": 5 } }, @@ -208923,15 +209653,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54258, - "end": 54268, + "start": 54412, + "end": 54422, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 4 }, "end": { - "line": 1526, + "line": 1531, "column": 14 }, "identifierName": "muteTracks" @@ -208947,15 +209677,15 @@ "params": [ { "type": "Identifier", - "start": 54269, - "end": 54273, + "start": 54423, + "end": 54427, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 15 }, "end": { - "line": 1526, + "line": 1531, "column": 19 }, "identifierName": "mute" @@ -208965,143 +209695,143 @@ ], "body": { "type": "BlockStatement", - "start": 54275, - "end": 54744, + "start": 54429, + "end": 54898, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 21 }, "end": { - "line": 1538, + "line": 1543, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 54285, - "end": 54560, + "start": 54439, + "end": 54714, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 8 }, "end": { - "line": 1532, + "line": 1537, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54289, - "end": 54486, + "start": 54443, + "end": 54640, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 54290, - "end": 54430, + "start": 54444, + "end": 54584, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1529, + "line": 1534, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 54290, - "end": 54378, + "start": 54444, + "end": 54532, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1528, + "line": 1533, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 54290, - "end": 54325, + "start": 54444, + "end": 54479, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54290, - "end": 54310, + "start": 54444, + "end": 54464, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 54290, - "end": 54308, + "start": 54444, + "end": 54462, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 54290, - "end": 54294, + "start": 54444, + "end": 54448, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 17 } } }, "property": { "type": "Identifier", - "start": 54295, - "end": 54308, + "start": 54449, + "end": 54462, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 18 }, "end": { - "line": 1527, + "line": 1532, "column": 31 }, "identifierName": "getRecordType" @@ -209115,15 +209845,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54315, - "end": 54325, + "start": 54469, + "end": 54479, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 38 }, "end": { - "line": 1527, + "line": 1532, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -209134,72 +209864,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54341, - "end": 54378, + "start": 54495, + "end": 54532, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 49 } }, "left": { "type": "CallExpression", - "start": 54341, - "end": 54361, + "start": 54495, + "end": 54515, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54341, - "end": 54359, + "start": 54495, + "end": 54513, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54341, - "end": 54345, + "start": 54495, + "end": 54499, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54346, - "end": 54359, + "start": 54500, + "end": 54513, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 17 }, "end": { - "line": 1528, + "line": 1533, "column": 30 }, "identifierName": "getRecordType" @@ -209213,15 +209943,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54366, - "end": 54378, + "start": 54520, + "end": 54532, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 37 }, "end": { - "line": 1528, + "line": 1533, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -209233,72 +209963,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54394, - "end": 54430, + "start": 54548, + "end": 54584, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54394, - "end": 54414, + "start": 54548, + "end": 54568, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54394, - "end": 54412, + "start": 54548, + "end": 54566, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54394, - "end": 54398, + "start": 54548, + "end": 54552, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54399, - "end": 54412, + "start": 54553, + "end": 54566, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 17 }, "end": { - "line": 1529, + "line": 1534, "column": 30 }, "identifierName": "getRecordType" @@ -209312,15 +210042,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54419, - "end": 54430, + "start": 54573, + "end": 54584, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 37 }, "end": { - "line": 1529, + "line": 1534, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -209330,106 +210060,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 54289 + "parenStart": 54443 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54447, - "end": 54486, + "start": 54601, + "end": 54640, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54447, - "end": 54482, + "start": 54601, + "end": 54636, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54447, - "end": 54475, + "start": 54601, + "end": 54629, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54447, - "end": 54473, + "start": 54601, + "end": 54627, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54447, - "end": 54458, + "start": 54601, + "end": 54612, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54447, - "end": 54451, + "start": 54601, + "end": 54605, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54452, - "end": 54458, + "start": 54606, + "end": 54612, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 17 }, "end": { - "line": 1530, + "line": 1535, "column": 23 }, "identifierName": "stream" @@ -209440,15 +210170,15 @@ }, "property": { "type": "Identifier", - "start": 54459, - "end": 54473, + "start": 54613, + "end": 54627, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 24 }, "end": { - "line": 1530, + "line": 1535, "column": 38 }, "identifierName": "getAudioTracks" @@ -209461,15 +210191,15 @@ }, "property": { "type": "Identifier", - "start": 54476, - "end": 54482, + "start": 54630, + "end": 54636, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 41 }, "end": { - "line": 1530, + "line": 1535, "column": 47 }, "identifierName": "length" @@ -209481,15 +210211,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54485, - "end": 54486, + "start": 54639, + "end": 54640, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 50 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } }, @@ -209503,144 +210233,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54488, - "end": 54560, + "start": 54642, + "end": 54714, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 53 }, "end": { - "line": 1532, + "line": 1537, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54502, - "end": 54550, + "start": 54656, + "end": 54704, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54502, - "end": 54549, + "start": 54656, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54502, - "end": 54541, + "start": 54656, + "end": 54695, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54502, - "end": 54533, + "start": 54656, + "end": 54687, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54502, - "end": 54530, + "start": 54656, + "end": 54684, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54502, - "end": 54528, + "start": 54656, + "end": 54682, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54502, - "end": 54513, + "start": 54656, + "end": 54667, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54502, - "end": 54506, + "start": 54656, + "end": 54660, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54507, - "end": 54513, + "start": 54661, + "end": 54667, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 17 }, "end": { - "line": 1531, + "line": 1536, "column": 23 }, "identifierName": "stream" @@ -209651,15 +210381,15 @@ }, "property": { "type": "Identifier", - "start": 54514, - "end": 54528, + "start": 54668, + "end": 54682, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 24 }, "end": { - "line": 1531, + "line": 1536, "column": 38 }, "identifierName": "getAudioTracks" @@ -209672,15 +210402,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54531, - "end": 54532, + "start": 54685, + "end": 54686, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 41 }, "end": { - "line": 1531, + "line": 1536, "column": 42 } }, @@ -209694,15 +210424,15 @@ }, "property": { "type": "Identifier", - "start": 54534, - "end": 54541, + "start": 54688, + "end": 54695, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 44 }, "end": { - "line": 1531, + "line": 1536, "column": 51 }, "identifierName": "enabled" @@ -209713,15 +210443,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54544, - "end": 54549, + "start": 54698, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 54 }, "end": { - "line": 1531, + "line": 1536, "column": 59 } }, @@ -209729,15 +210459,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54545, - "end": 54549, + "start": 54699, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 55 }, "end": { - "line": 1531, + "line": 1536, "column": 59 }, "identifierName": "mute" @@ -209757,100 +210487,100 @@ }, { "type": "IfStatement", - "start": 54570, - "end": 54738, + "start": 54724, + "end": 54892, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 8 }, "end": { - "line": 1537, + "line": 1542, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54574, - "end": 54664, + "start": 54728, + "end": 54818, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 54574, - "end": 54609, + "start": 54728, + "end": 54763, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 47 } }, "left": { "type": "CallExpression", - "start": 54574, - "end": 54594, + "start": 54728, + "end": 54748, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54574, - "end": 54592, + "start": 54728, + "end": 54746, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54574, - "end": 54578, + "start": 54728, + "end": 54732, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54579, - "end": 54592, + "start": 54733, + "end": 54746, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 17 }, "end": { - "line": 1534, + "line": 1539, "column": 30 }, "identifierName": "getRecordType" @@ -209864,15 +210594,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 54599, - "end": 54609, + "start": 54753, + "end": 54763, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 37 }, "end": { - "line": 1534, + "line": 1539, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -209883,100 +210613,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54625, - "end": 54664, + "start": 54779, + "end": 54818, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54625, - "end": 54660, + "start": 54779, + "end": 54814, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54625, - "end": 54653, + "start": 54779, + "end": 54807, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54625, - "end": 54651, + "start": 54779, + "end": 54805, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54625, - "end": 54636, + "start": 54779, + "end": 54790, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54625, - "end": 54629, + "start": 54779, + "end": 54783, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54630, - "end": 54636, + "start": 54784, + "end": 54790, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 17 }, "end": { - "line": 1535, + "line": 1540, "column": 23 }, "identifierName": "stream" @@ -209987,15 +210717,15 @@ }, "property": { "type": "Identifier", - "start": 54637, - "end": 54651, + "start": 54791, + "end": 54805, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 24 }, "end": { - "line": 1535, + "line": 1540, "column": 38 }, "identifierName": "getVideoTracks" @@ -210008,15 +210738,15 @@ }, "property": { "type": "Identifier", - "start": 54654, - "end": 54660, + "start": 54808, + "end": 54814, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 41 }, "end": { - "line": 1535, + "line": 1540, "column": 47 }, "identifierName": "length" @@ -210028,15 +210758,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54663, - "end": 54664, + "start": 54817, + "end": 54818, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 50 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } }, @@ -210050,144 +210780,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54666, - "end": 54738, + "start": 54820, + "end": 54892, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 53 }, "end": { - "line": 1537, + "line": 1542, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54680, - "end": 54728, + "start": 54834, + "end": 54882, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54680, - "end": 54727, + "start": 54834, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54680, - "end": 54719, + "start": 54834, + "end": 54873, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54680, - "end": 54711, + "start": 54834, + "end": 54865, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54680, - "end": 54708, + "start": 54834, + "end": 54862, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54680, - "end": 54706, + "start": 54834, + "end": 54860, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54680, - "end": 54691, + "start": 54834, + "end": 54845, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54680, - "end": 54684, + "start": 54834, + "end": 54838, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54685, - "end": 54691, + "start": 54839, + "end": 54845, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 17 }, "end": { - "line": 1536, + "line": 1541, "column": 23 }, "identifierName": "stream" @@ -210198,15 +210928,15 @@ }, "property": { "type": "Identifier", - "start": 54692, - "end": 54706, + "start": 54846, + "end": 54860, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 24 }, "end": { - "line": 1536, + "line": 1541, "column": 38 }, "identifierName": "getVideoTracks" @@ -210219,15 +210949,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54709, - "end": 54710, + "start": 54863, + "end": 54864, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 41 }, "end": { - "line": 1536, + "line": 1541, "column": 42 } }, @@ -210241,15 +210971,15 @@ }, "property": { "type": "Identifier", - "start": 54712, - "end": 54719, + "start": 54866, + "end": 54873, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 44 }, "end": { - "line": 1536, + "line": 1541, "column": 51 }, "identifierName": "enabled" @@ -210260,15 +210990,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54722, - "end": 54727, + "start": 54876, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 54 }, "end": { - "line": 1536, + "line": 1541, "column": 59 } }, @@ -210276,15 +211006,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54723, - "end": 54727, + "start": 54877, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 55 }, "end": { - "line": 1536, + "line": 1541, "column": 59 }, "identifierName": "mute" @@ -210310,15 +211040,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -210328,15 +211058,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -210345,15 +211075,15 @@ }, { "type": "ClassMethod", - "start": 54934, - "end": 55096, + "start": 55088, + "end": 55250, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 4 }, "end": { - "line": 1550, + "line": 1555, "column": 5 } }, @@ -210361,15 +211091,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54934, - "end": 54947, + "start": 55088, + "end": 55101, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 4 }, "end": { - "line": 1547, + "line": 1552, "column": 17 }, "identifierName": "getRecordType" @@ -210385,58 +211115,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 54950, - "end": 55096, + "start": 55104, + "end": 55250, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 20 }, "end": { - "line": 1550, + "line": 1555, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 54960, - "end": 55090, + "start": 55114, + "end": 55244, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 8 }, "end": { - "line": 1549, + "line": 1554, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 54967, - "end": 55089, + "start": 55121, + "end": 55243, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 15 }, "end": { - "line": 1549, + "line": 1554, "column": 70 } }, "callee": { "type": "Identifier", - "start": 54967, - "end": 54982, + "start": 55121, + "end": 55136, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 15 }, "end": { - "line": 1548, + "line": 1553, "column": 30 }, "identifierName": "getRecorderMode" @@ -210446,44 +211176,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 54983, - "end": 54999, + "start": 55137, + "end": 55153, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 31 }, "end": { - "line": 1548, + "line": 1553, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 54983, - "end": 54987, + "start": 55137, + "end": 55141, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 31 }, "end": { - "line": 1548, + "line": 1553, "column": 35 } } }, "property": { "type": "Identifier", - "start": 54988, - "end": 54999, + "start": 55142, + "end": 55153, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 36 }, "end": { - "line": 1548, + "line": 1553, "column": 47 }, "identifierName": "recordImage" @@ -210494,44 +211224,44 @@ }, { "type": "MemberExpression", - "start": 55001, - "end": 55017, + "start": 55155, + "end": 55171, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 49 }, "end": { - "line": 1548, + "line": 1553, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 55001, - "end": 55005, + "start": 55155, + "end": 55159, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 49 }, "end": { - "line": 1548, + "line": 1553, "column": 53 } } }, "property": { "type": "Identifier", - "start": 55006, - "end": 55017, + "start": 55160, + "end": 55171, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 54 }, "end": { - "line": 1548, + "line": 1553, "column": 65 }, "identifierName": "recordAudio" @@ -210542,44 +211272,44 @@ }, { "type": "MemberExpression", - "start": 55031, - "end": 55047, + "start": 55185, + "end": 55201, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 12 }, "end": { - "line": 1549, + "line": 1554, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 55031, - "end": 55035, + "start": 55185, + "end": 55189, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 12 }, "end": { - "line": 1549, + "line": 1554, "column": 16 } } }, "property": { "type": "Identifier", - "start": 55036, - "end": 55047, + "start": 55190, + "end": 55201, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 17 }, "end": { - "line": 1549, + "line": 1554, "column": 28 }, "identifierName": "recordVideo" @@ -210590,44 +211320,44 @@ }, { "type": "MemberExpression", - "start": 55049, - "end": 55069, + "start": 55203, + "end": 55223, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 30 }, "end": { - "line": 1549, + "line": 1554, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 55049, - "end": 55053, + "start": 55203, + "end": 55207, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 30 }, "end": { - "line": 1549, + "line": 1554, "column": 34 } } }, "property": { "type": "Identifier", - "start": 55054, - "end": 55069, + "start": 55208, + "end": 55223, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 35 }, "end": { - "line": 1549, + "line": 1554, "column": 50 }, "identifierName": "recordAnimation" @@ -210638,44 +211368,44 @@ }, { "type": "MemberExpression", - "start": 55071, - "end": 55088, + "start": 55225, + "end": 55242, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 52 }, "end": { - "line": 1549, + "line": 1554, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 55071, - "end": 55075, + "start": 55225, + "end": 55229, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 52 }, "end": { - "line": 1549, + "line": 1554, "column": 56 } } }, "property": { "type": "Identifier", - "start": 55076, - "end": 55088, + "start": 55230, + "end": 55242, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 57 }, "end": { - "line": 1549, + "line": 1554, "column": 69 }, "identifierName": "recordScreen" @@ -210695,15 +211425,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -210713,15 +211443,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -210730,15 +211460,15 @@ }, { "type": "ClassMethod", - "start": 55176, - "end": 55959, + "start": 55330, + "end": 56113, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 4 }, "end": { - "line": 1575, + "line": 1580, "column": 5 } }, @@ -210746,15 +211476,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55176, - "end": 55190, + "start": 55330, + "end": 55344, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 4 }, "end": { - "line": 1556, + "line": 1561, "column": 18 }, "identifierName": "createSnapshot" @@ -210770,115 +211500,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55193, - "end": 55959, + "start": 55347, + "end": 56113, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 21 }, "end": { - "line": 1575, + "line": 1580, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55203, - "end": 55953, + "start": 55357, + "end": 56107, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1574, + "line": 1579, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 55203, - "end": 55952, + "start": 55357, + "end": 56106, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1574, + "line": 1579, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 55203, - "end": 55227, + "start": 55357, + "end": 55381, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 32 } }, "object": { "type": "CallExpression", - "start": 55203, - "end": 55222, + "start": 55357, + "end": 55376, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 55203, - "end": 55220, + "start": 55357, + "end": 55374, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 55203, - "end": 55207, + "start": 55357, + "end": 55361, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55208, - "end": 55220, + "start": 55362, + "end": 55374, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 13 }, "end": { - "line": 1557, + "line": 1562, "column": 25 }, "identifierName": "captureFrame" @@ -210891,15 +211621,15 @@ }, "property": { "type": "Identifier", - "start": 55223, - "end": 55227, + "start": 55377, + "end": 55381, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 28 }, "end": { - "line": 1557, + "line": 1562, "column": 32 }, "identifierName": "then" @@ -210911,15 +211641,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55228, - "end": 55902, + "start": 55382, + "end": 56056, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 33 }, "end": { - "line": 1574, + "line": 1579, "column": 9 } }, @@ -210930,15 +211660,15 @@ "params": [ { "type": "Identifier", - "start": 55229, - "end": 55235, + "start": 55383, + "end": 55389, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 34 }, "end": { - "line": 1557, + "line": 1562, "column": 40 }, "identifierName": "result" @@ -210948,87 +211678,87 @@ ], "body": { "type": "BlockStatement", - "start": 55240, - "end": 55902, + "start": 55394, + "end": 56056, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 45 }, "end": { - "line": 1574, + "line": 1579, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55254, - "end": 55892, + "start": 55408, + "end": 56046, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 12 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55258, - "end": 55289, + "start": 55412, + "end": 55443, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 55258, - "end": 55278, + "start": 55412, + "end": 55432, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55258, - "end": 55262, + "start": 55412, + "end": 55416, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 20 } } }, "property": { "type": "Identifier", - "start": 55263, - "end": 55278, + "start": 55417, + "end": 55432, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 21 }, "end": { - "line": 1558, + "line": 1563, "column": 36 }, "identifierName": "imageOutputType" @@ -211040,15 +211770,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55283, - "end": 55289, + "start": 55437, + "end": 55443, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 41 }, "end": { - "line": 1558, + "line": 1563, "column": 47 } }, @@ -211061,72 +211791,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 55291, - "end": 55562, + "start": 55445, + "end": 55716, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 49 }, "end": { - "line": 1566, + "line": 1571, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55361, - "end": 55548, + "start": 55515, + "end": 55702, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1565, + "line": 1570, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 55361, - "end": 55547, + "start": 55515, + "end": 55701, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1565, + "line": 1570, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 55361, - "end": 55374, + "start": 55515, + "end": 55528, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1560, + "line": 1565, "column": 29 } }, "object": { "type": "Identifier", - "start": 55361, - "end": 55367, + "start": 55515, + "end": 55521, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1560, + "line": 1565, "column": 22 }, "identifierName": "result" @@ -211136,15 +211866,15 @@ }, "property": { "type": "Identifier", - "start": 55368, - "end": 55374, + "start": 55522, + "end": 55528, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 23 }, "end": { - "line": 1560, + "line": 1565, "column": 29 }, "identifierName": "toBlob" @@ -211157,15 +211887,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55375, - "end": 55546, + "start": 55529, + "end": 55700, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 30 }, "end": { - "line": 1565, + "line": 1570, "column": 17 } }, @@ -211176,15 +211906,15 @@ "params": [ { "type": "Identifier", - "start": 55376, - "end": 55380, + "start": 55530, + "end": 55534, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 31 }, "end": { - "line": 1560, + "line": 1565, "column": 35 }, "identifierName": "blob" @@ -211194,102 +211924,102 @@ ], "body": { "type": "BlockStatement", - "start": 55385, - "end": 55546, + "start": 55539, + "end": 55700, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 40 }, "end": { - "line": 1565, + "line": 1570, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 55407, - "end": 55439, + "start": 55561, + "end": 55593, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 55407, - "end": 55438, + "start": 55561, + "end": 55592, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55407, - "end": 55431, + "start": 55561, + "end": 55585, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 55407, - "end": 55418, + "start": 55561, + "end": 55572, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 55407, - "end": 55411, + "start": 55561, + "end": 55565, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55412, - "end": 55418, + "start": 55566, + "end": 55572, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 25 }, "end": { - "line": 1561, + "line": 1566, "column": 31 }, "identifierName": "player" @@ -211300,15 +212030,15 @@ }, "property": { "type": "Identifier", - "start": 55419, - "end": 55431, + "start": 55573, + "end": 55585, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 32 }, "end": { - "line": 1561, + "line": 1566, "column": 44 }, "identifierName": "recordedData" @@ -211319,15 +212049,15 @@ }, "right": { "type": "Identifier", - "start": 55434, - "end": 55438, + "start": 55588, + "end": 55592, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 47 }, "end": { - "line": 1561, + "line": 1566, "column": 51 }, "identifierName": "blob" @@ -211339,15 +212069,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -211356,57 +212086,57 @@ }, { "type": "ExpressionStatement", - "start": 55505, - "end": 55528, + "start": 55659, + "end": 55682, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 55505, - "end": 55527, + "start": 55659, + "end": 55681, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 55505, - "end": 55525, + "start": 55659, + "end": 55679, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 55505, - "end": 55509, + "start": 55659, + "end": 55663, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 24 } }, @@ -211414,15 +212144,15 @@ }, "property": { "type": "Identifier", - "start": 55510, - "end": 55525, + "start": 55664, + "end": 55679, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 25 }, "end": { - "line": 1564, + "line": 1569, "column": 40 }, "identifierName": "displaySnapshot" @@ -211439,15 +212169,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -211465,15 +212195,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55309, - "end": 55344, + "start": 55463, + "end": 55498, "loc": { "start": { - "line": 1559, + "line": 1564, "column": 16 }, "end": { - "line": 1559, + "line": 1564, "column": 51 } } @@ -211485,72 +212215,72 @@ }, "alternate": { "type": "IfStatement", - "start": 55568, - "end": 55892, + "start": 55722, + "end": 56046, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 19 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55572, - "end": 55606, + "start": 55726, + "end": 55760, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 55572, - "end": 55592, + "start": 55726, + "end": 55746, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 55572, - "end": 55576, + "start": 55726, + "end": 55730, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 27 } } }, "property": { "type": "Identifier", - "start": 55577, - "end": 55592, + "start": 55731, + "end": 55746, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 28 }, "end": { - "line": 1566, + "line": 1571, "column": 43 }, "identifierName": "imageOutputType" @@ -211562,15 +212292,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55597, - "end": 55606, + "start": 55751, + "end": 55760, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 48 }, "end": { - "line": 1566, + "line": 1571, "column": 57 } }, @@ -211583,87 +212313,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 55608, - "end": 55892, + "start": 55762, + "end": 56046, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 59 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55683, - "end": 55797, + "start": 55837, + "end": 55951, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1574, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 55683, - "end": 55796, + "start": 55837, + "end": 55950, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1574, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55683, - "end": 55707, + "start": 55837, + "end": 55861, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 55683, - "end": 55694, + "start": 55837, + "end": 55848, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55683, - "end": 55687, + "start": 55837, + "end": 55841, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 20 } }, @@ -211671,15 +212401,15 @@ }, "property": { "type": "Identifier", - "start": 55688, - "end": 55694, + "start": 55842, + "end": 55848, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 21 }, "end": { - "line": 1568, + "line": 1573, "column": 27 }, "identifierName": "player" @@ -211691,15 +212421,15 @@ }, "property": { "type": "Identifier", - "start": 55695, - "end": 55707, + "start": 55849, + "end": 55861, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 28 }, "end": { - "line": 1568, + "line": 1573, "column": 40 }, "identifierName": "recordedData" @@ -211711,43 +212441,43 @@ }, "right": { "type": "CallExpression", - "start": 55710, - "end": 55796, + "start": 55864, + "end": 55950, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1569, + "line": 1574, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 55710, - "end": 55726, + "start": 55864, + "end": 55880, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1568, + "line": 1573, "column": 59 } }, "object": { "type": "Identifier", - "start": 55710, - "end": 55716, + "start": 55864, + "end": 55870, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1568, + "line": 1573, "column": 49 }, "identifierName": "result" @@ -211756,15 +212486,15 @@ }, "property": { "type": "Identifier", - "start": 55717, - "end": 55726, + "start": 55871, + "end": 55880, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 50 }, "end": { - "line": 1568, + "line": 1573, "column": 59 }, "identifierName": "toDataURL" @@ -211776,44 +212506,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55748, - "end": 55770, + "start": 55902, + "end": 55924, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 20 }, "end": { - "line": 1569, + "line": 1574, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 55748, - "end": 55752, + "start": 55902, + "end": 55906, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 20 }, "end": { - "line": 1569, + "line": 1574, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55753, - "end": 55770, + "start": 55907, + "end": 55924, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 25 }, "end": { - "line": 1569, + "line": 1574, "column": 42 }, "identifierName": "imageOutputFormat" @@ -211824,44 +212554,44 @@ }, { "type": "MemberExpression", - "start": 55772, - "end": 55795, + "start": 55926, + "end": 55949, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 44 }, "end": { - "line": 1569, + "line": 1574, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 55772, - "end": 55776, + "start": 55926, + "end": 55930, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 44 }, "end": { - "line": 1569, + "line": 1574, "column": 48 } } }, "property": { "type": "Identifier", - "start": 55777, - "end": 55795, + "start": 55931, + "end": 55949, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 49 }, "end": { - "line": 1569, + "line": 1574, "column": 67 }, "identifierName": "imageOutputQuality" @@ -211878,15 +212608,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55626, - "end": 55666, + "start": 55780, + "end": 55820, "loc": { "start": { - "line": 1567, + "line": 1572, "column": 16 }, "end": { - "line": 1567, + "line": 1572, "column": 56 } } @@ -211896,15 +212626,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -211913,57 +212643,57 @@ }, { "type": "ExpressionStatement", - "start": 55855, - "end": 55878, + "start": 56009, + "end": 56032, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 55855, - "end": 55877, + "start": 56009, + "end": 56031, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 55855, - "end": 55875, + "start": 56009, + "end": 56029, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55855, - "end": 55859, + "start": 56009, + "end": 56013, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 20 } }, @@ -211971,15 +212701,15 @@ }, "property": { "type": "Identifier", - "start": 55860, - "end": 55875, + "start": 56014, + "end": 56029, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 21 }, "end": { - "line": 1572, + "line": 1577, "column": 36 }, "identifierName": "displaySnapshot" @@ -211996,15 +212726,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -212023,44 +212753,44 @@ }, { "type": "MemberExpression", - "start": 55904, - "end": 55926, + "start": 56058, + "end": 56080, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 11 }, "end": { - "line": 1574, + "line": 1579, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 55904, - "end": 55908, + "start": 56058, + "end": 56062, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 11 }, "end": { - "line": 1574, + "line": 1579, "column": 15 } } }, "property": { "type": "Identifier", - "start": 55909, - "end": 55926, + "start": 56063, + "end": 56080, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 16 }, "end": { - "line": 1574, + "line": 1579, "column": 33 }, "identifierName": "imageOutputFormat" @@ -212071,44 +212801,44 @@ }, { "type": "MemberExpression", - "start": 55928, - "end": 55951, + "start": 56082, + "end": 56105, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 35 }, "end": { - "line": 1574, + "line": 1579, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 55928, - "end": 55932, + "start": 56082, + "end": 56086, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 35 }, "end": { - "line": 1574, + "line": 1579, "column": 39 } } }, "property": { "type": "Identifier", - "start": 55933, - "end": 55951, + "start": 56087, + "end": 56105, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 40 }, "end": { - "line": 1574, + "line": 1579, "column": 58 }, "identifierName": "imageOutputQuality" @@ -212128,15 +212858,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -212146,15 +212876,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -212163,15 +212893,15 @@ }, { "type": "ClassMethod", - "start": 56028, - "end": 56252, + "start": 56182, + "end": 56406, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1590, + "line": 1595, "column": 5 } }, @@ -212179,15 +212909,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56028, - "end": 56043, + "start": 56182, + "end": 56197, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1581, + "line": 1586, "column": 19 }, "identifierName": "displaySnapshot" @@ -212203,101 +212933,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56046, - "end": 56252, + "start": 56200, + "end": 56406, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 22 }, "end": { - "line": 1590, + "line": 1595, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56086, - "end": 56127, + "start": 56240, + "end": 56281, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 56086, - "end": 56126, + "start": 56240, + "end": 56280, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56086, - "end": 56117, + "start": 56240, + "end": 56271, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 56086, - "end": 56109, + "start": 56240, + "end": 56263, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56086, - "end": 56103, + "start": 56240, + "end": 56257, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56086, - "end": 56090, + "start": 56240, + "end": 56244, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 12 } }, @@ -212305,15 +213035,15 @@ }, "property": { "type": "Identifier", - "start": 56091, - "end": 56103, + "start": 56245, + "end": 56257, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 13 }, "end": { - "line": 1583, + "line": 1588, "column": 25 }, "identifierName": "mediaElement" @@ -212325,15 +213055,15 @@ }, "property": { "type": "Identifier", - "start": 56104, - "end": 56109, + "start": 56258, + "end": 56263, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 26 }, "end": { - "line": 1583, + "line": 1588, "column": 31 }, "identifierName": "style" @@ -212345,15 +213075,15 @@ }, "property": { "type": "Identifier", - "start": 56110, - "end": 56117, + "start": 56264, + "end": 56271, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 32 }, "end": { - "line": 1583, + "line": 1588, "column": 39 }, "identifierName": "display" @@ -212365,15 +213095,15 @@ }, "right": { "type": "StringLiteral", - "start": 56120, - "end": 56126, + "start": 56274, + "end": 56280, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 42 }, "end": { - "line": 1583, + "line": 1588, "column": 48 } }, @@ -212389,15 +213119,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56056, - "end": 56077, + "start": 56210, + "end": 56231, "loc": { "start": { - "line": 1582, + "line": 1587, "column": 8 }, "end": { - "line": 1582, + "line": 1587, "column": 29 } } @@ -212407,15 +213137,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -212424,85 +213154,85 @@ }, { "type": "ExpressionStatement", - "start": 56166, - "end": 56198, + "start": 56320, + "end": 56352, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56166, - "end": 56197, + "start": 56320, + "end": 56351, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56166, - "end": 56195, + "start": 56320, + "end": 56349, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56166, - "end": 56190, + "start": 56320, + "end": 56344, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56166, - "end": 56177, + "start": 56320, + "end": 56331, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56166, - "end": 56170, + "start": 56320, + "end": 56324, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 12 } }, @@ -212510,15 +213240,15 @@ }, "property": { "type": "Identifier", - "start": 56171, - "end": 56177, + "start": 56325, + "end": 56331, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 13 }, "end": { - "line": 1586, + "line": 1591, "column": 19 }, "identifierName": "player" @@ -212530,15 +213260,15 @@ }, "property": { "type": "Identifier", - "start": 56178, - "end": 56190, + "start": 56332, + "end": 56344, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 20 }, "end": { - "line": 1586, + "line": 1591, "column": 32 }, "identifierName": "recordCanvas" @@ -212550,15 +213280,15 @@ }, "property": { "type": "Identifier", - "start": 56191, - "end": 56195, + "start": 56345, + "end": 56349, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 33 }, "end": { - "line": 1586, + "line": 1591, "column": 37 }, "identifierName": "show" @@ -212575,15 +213305,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -212593,15 +213323,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -212610,57 +213340,57 @@ }, { "type": "ExpressionStatement", - "start": 56234, - "end": 56246, + "start": 56388, + "end": 56400, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 56234, - "end": 56245, + "start": 56388, + "end": 56399, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 56234, - "end": 56243, + "start": 56388, + "end": 56397, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56234, - "end": 56238, + "start": 56388, + "end": 56392, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 12 } }, @@ -212668,15 +213398,15 @@ }, "property": { "type": "Identifier", - "start": 56239, - "end": 56243, + "start": 56393, + "end": 56397, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 13 }, "end": { - "line": 1589, + "line": 1594, "column": 17 }, "identifierName": "stop" @@ -212693,15 +213423,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -212716,15 +213446,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -212734,15 +213464,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -212751,15 +213481,15 @@ }, { "type": "ClassMethod", - "start": 56337, - "end": 56564, + "start": 56491, + "end": 56718, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 4 }, "end": { - "line": 1604, + "line": 1609, "column": 5 } }, @@ -212767,15 +213497,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56337, - "end": 56350, + "start": 56491, + "end": 56504, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 4 }, "end": { - "line": 1596, + "line": 1601, "column": 17 }, "identifierName": "retrySnapshot" @@ -212791,88 +213521,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56353, - "end": 56564, + "start": 56507, + "end": 56718, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 20 }, "end": { - "line": 1604, + "line": 1609, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56363, - "end": 56388, + "start": 56517, + "end": 56542, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 56363, - "end": 56387, + "start": 56517, + "end": 56541, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56363, - "end": 56379, + "start": 56517, + "end": 56533, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 56363, - "end": 56367, + "start": 56517, + "end": 56521, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56368, - "end": 56379, + "start": 56522, + "end": 56533, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 13 }, "end": { - "line": 1597, + "line": 1602, "column": 24 }, "identifierName": "_processing" @@ -212883,15 +213613,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56382, - "end": 56387, + "start": 56536, + "end": 56541, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 27 }, "end": { - "line": 1597, + "line": 1602, "column": 32 } }, @@ -212902,15 +213632,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -212919,85 +213649,85 @@ }, { "type": "ExpressionStatement", - "start": 56434, - "end": 56466, + "start": 56588, + "end": 56620, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56434, - "end": 56465, + "start": 56588, + "end": 56619, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56434, - "end": 56463, + "start": 56588, + "end": 56617, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56434, - "end": 56458, + "start": 56588, + "end": 56612, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56434, - "end": 56445, + "start": 56588, + "end": 56599, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56434, - "end": 56438, + "start": 56588, + "end": 56592, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 12 } }, @@ -213005,15 +213735,15 @@ }, "property": { "type": "Identifier", - "start": 56439, - "end": 56445, + "start": 56593, + "end": 56599, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 13 }, "end": { - "line": 1600, + "line": 1605, "column": 19 }, "identifierName": "player" @@ -213025,15 +213755,15 @@ }, "property": { "type": "Identifier", - "start": 56446, - "end": 56458, + "start": 56600, + "end": 56612, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 20 }, "end": { - "line": 1600, + "line": 1605, "column": 32 }, "identifierName": "recordCanvas" @@ -213045,15 +213775,15 @@ }, "property": { "type": "Identifier", - "start": 56459, - "end": 56463, + "start": 56613, + "end": 56617, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 33 }, "end": { - "line": 1600, + "line": 1605, "column": 37 }, "identifierName": "hide" @@ -213070,15 +213800,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -213088,15 +213818,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -213105,128 +213835,128 @@ }, { "type": "ExpressionStatement", - "start": 56506, - "end": 56558, + "start": 56660, + "end": 56712, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 56506, - "end": 56557, + "start": 56660, + "end": 56711, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56506, - "end": 56547, + "start": 56660, + "end": 56701, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56539, + "start": 56660, + "end": 56693, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56533, + "start": 56660, + "end": 56687, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 35 } }, "object": { "type": "CallExpression", - "start": 56506, - "end": 56522, + "start": 56660, + "end": 56676, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 56506, - "end": 56520, + "start": 56660, + "end": 56674, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 56506, - "end": 56517, + "start": 56660, + "end": 56671, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56506, - "end": 56510, + "start": 56660, + "end": 56664, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 12 } }, @@ -213234,15 +213964,15 @@ }, "property": { "type": "Identifier", - "start": 56511, - "end": 56517, + "start": 56665, + "end": 56671, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 13 }, "end": { - "line": 1603, + "line": 1608, "column": 19 }, "identifierName": "player" @@ -213254,15 +213984,15 @@ }, "property": { "type": "Identifier", - "start": 56518, - "end": 56520, + "start": 56672, + "end": 56674, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 20 }, "end": { - "line": 1603, + "line": 1608, "column": 22 }, "identifierName": "el" @@ -213277,15 +214007,15 @@ }, "property": { "type": "Identifier", - "start": 56523, - "end": 56533, + "start": 56677, + "end": 56687, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 25 }, "end": { - "line": 1603, + "line": 1608, "column": 35 }, "identifierName": "firstChild" @@ -213297,15 +214027,15 @@ }, "property": { "type": "Identifier", - "start": 56534, - "end": 56539, + "start": 56688, + "end": 56693, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 36 }, "end": { - "line": 1603, + "line": 1608, "column": 41 }, "identifierName": "style" @@ -213317,15 +214047,15 @@ }, "property": { "type": "Identifier", - "start": 56540, - "end": 56547, + "start": 56694, + "end": 56701, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 42 }, "end": { - "line": 1603, + "line": 1608, "column": 49 }, "identifierName": "display" @@ -213337,15 +214067,15 @@ }, "right": { "type": "StringLiteral", - "start": 56550, - "end": 56557, + "start": 56704, + "end": 56711, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 52 }, "end": { - "line": 1603, + "line": 1608, "column": 59 } }, @@ -213361,15 +214091,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -213384,15 +214114,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -213402,15 +214132,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -213419,15 +214149,15 @@ }, { "type": "ClassMethod", - "start": 56683, - "end": 59842, + "start": 56837, + "end": 59996, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 5 } }, @@ -213435,15 +214165,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56683, - "end": 56695, + "start": 56837, + "end": 56849, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 4 }, "end": { - "line": 1611, + "line": 1616, "column": 16 }, "identifierName": "captureFrame" @@ -213459,59 +214189,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56698, - "end": 59842, + "start": 56852, + "end": 59996, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 19 }, "end": { - "line": 1678, + "line": 1683, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56708, - "end": 56739, + "start": 56862, + "end": 56893, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 8 }, "end": { - "line": 1612, + "line": 1617, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56712, - "end": 56738, + "start": 56866, + "end": 56892, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 38 } }, "id": { "type": "Identifier", - "start": 56712, - "end": 56720, + "start": 56866, + "end": 56874, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 20 }, "identifierName": "detected" @@ -213520,29 +214250,29 @@ }, "init": { "type": "CallExpression", - "start": 56723, - "end": 56738, + "start": 56877, + "end": 56892, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 23 }, "end": { - "line": 1612, + "line": 1617, "column": 38 } }, "callee": { "type": "Identifier", - "start": 56723, - "end": 56736, + "start": 56877, + "end": 56890, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 23 }, "end": { - "line": 1612, + "line": 1617, "column": 36 }, "identifierName": "detectBrowser" @@ -213557,44 +214287,44 @@ }, { "type": "VariableDeclaration", - "start": 56748, - "end": 56808, + "start": 56902, + "end": 56962, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56752, - "end": 56807, + "start": 56906, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 12 }, "end": { - "line": 1613, + "line": 1618, "column": 67 } }, "id": { "type": "Identifier", - "start": 56752, - "end": 56764, + "start": 56906, + "end": 56918, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 12 }, "end": { - "line": 1613, + "line": 1618, "column": 24 }, "identifierName": "recordCanvas" @@ -213603,100 +214333,100 @@ }, "init": { "type": "MemberExpression", - "start": 56767, - "end": 56807, + "start": 56921, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 67 } }, "object": { "type": "CallExpression", - "start": 56767, - "end": 56796, + "start": 56921, + "end": 56950, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 56767, - "end": 56794, + "start": 56921, + "end": 56948, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 56767, - "end": 56791, + "start": 56921, + "end": 56945, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 56767, - "end": 56778, + "start": 56921, + "end": 56932, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 56767, - "end": 56771, + "start": 56921, + "end": 56925, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56772, - "end": 56778, + "start": 56926, + "end": 56932, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 32 }, "end": { - "line": 1613, + "line": 1618, "column": 38 }, "identifierName": "player" @@ -213707,15 +214437,15 @@ }, "property": { "type": "Identifier", - "start": 56779, - "end": 56791, + "start": 56933, + "end": 56945, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 39 }, "end": { - "line": 1613, + "line": 1618, "column": 51 }, "identifierName": "recordCanvas" @@ -213726,15 +214456,15 @@ }, "property": { "type": "Identifier", - "start": 56792, - "end": 56794, + "start": 56946, + "end": 56948, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 52 }, "end": { - "line": 1613, + "line": 1618, "column": 54 }, "identifierName": "el" @@ -213747,15 +214477,15 @@ }, "property": { "type": "Identifier", - "start": 56797, - "end": 56807, + "start": 56951, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 57 }, "end": { - "line": 1613, + "line": 1618, "column": 67 }, "identifierName": "firstChild" @@ -213770,44 +214500,44 @@ }, { "type": "VariableDeclaration", - "start": 56817, - "end": 56861, + "start": 56971, + "end": 57015, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 52 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56821, - "end": 56860, + "start": 56975, + "end": 57014, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 12 }, "end": { - "line": 1614, + "line": 1619, "column": 51 } }, "id": { "type": "Identifier", - "start": 56821, - "end": 56826, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 12 }, "end": { - "line": 1614, + "line": 1619, "column": 17 }, "identifierName": "track" @@ -213816,86 +214546,86 @@ }, "init": { "type": "MemberExpression", - "start": 56829, - "end": 56860, + "start": 56983, + "end": 57014, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 51 } }, "object": { "type": "CallExpression", - "start": 56829, - "end": 56857, + "start": 56983, + "end": 57011, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 56829, - "end": 56855, + "start": 56983, + "end": 57009, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 56829, - "end": 56840, + "start": 56983, + "end": 56994, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 56829, - "end": 56833, + "start": 56983, + "end": 56987, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 24 } } }, "property": { "type": "Identifier", - "start": 56834, - "end": 56840, + "start": 56988, + "end": 56994, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 25 }, "end": { - "line": 1614, + "line": 1619, "column": 31 }, "identifierName": "stream" @@ -213906,15 +214636,15 @@ }, "property": { "type": "Identifier", - "start": 56841, - "end": 56855, + "start": 56995, + "end": 57009, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 32 }, "end": { - "line": 1614, + "line": 1619, "column": 46 }, "identifierName": "getVideoTracks" @@ -213927,15 +214657,15 @@ }, "property": { "type": "NumericLiteral", - "start": 56858, - "end": 56859, + "start": 57012, + "end": 57013, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 49 }, "end": { - "line": 1614, + "line": 1619, "column": 50 } }, @@ -213953,44 +214683,44 @@ }, { "type": "VariableDeclaration", - "start": 56870, - "end": 56905, + "start": 57024, + "end": 57059, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56874, - "end": 56904, + "start": 57028, + "end": 57058, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 12 }, "end": { - "line": 1615, + "line": 1620, "column": 42 } }, "id": { "type": "Identifier", - "start": 56874, - "end": 56882, + "start": 57028, + "end": 57036, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 12 }, "end": { - "line": 1615, + "line": 1620, "column": 20 }, "identifierName": "settings" @@ -213999,43 +214729,43 @@ }, "init": { "type": "CallExpression", - "start": 56885, - "end": 56904, + "start": 57039, + "end": 57058, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 56885, - "end": 56902, + "start": 57039, + "end": 57056, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 40 } }, "object": { "type": "Identifier", - "start": 56885, - "end": 56890, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 28 }, "identifierName": "track" @@ -214044,15 +214774,15 @@ }, "property": { "type": "Identifier", - "start": 56891, - "end": 56902, + "start": 57045, + "end": 57056, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 29 }, "end": { - "line": 1615, + "line": 1620, "column": 40 }, "identifierName": "getSettings" @@ -214070,15 +214800,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -214086,15 +214816,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -214103,58 +214833,58 @@ }, { "type": "ExpressionStatement", - "start": 57033, - "end": 57069, + "start": 57187, + "end": 57223, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 57033, - "end": 57068, + "start": 57187, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57033, - "end": 57051, + "start": 57187, + "end": 57205, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 26 } }, "object": { "type": "Identifier", - "start": 57033, - "end": 57045, + "start": 57187, + "end": 57199, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 20 }, "identifierName": "recordCanvas" @@ -214164,15 +214894,15 @@ }, "property": { "type": "Identifier", - "start": 57046, - "end": 57051, + "start": 57200, + "end": 57205, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 21 }, "end": { - "line": 1619, + "line": 1624, "column": 26 }, "identifierName": "width" @@ -214184,29 +214914,29 @@ }, "right": { "type": "MemberExpression", - "start": 57054, - "end": 57068, + "start": 57208, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 43 } }, "object": { "type": "Identifier", - "start": 57054, - "end": 57062, + "start": 57208, + "end": 57216, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 37 }, "identifierName": "settings" @@ -214215,15 +214945,15 @@ }, "property": { "type": "Identifier", - "start": 57063, - "end": 57068, + "start": 57217, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 38 }, "end": { - "line": 1619, + "line": 1624, "column": 43 }, "identifierName": "width" @@ -214238,15 +214968,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -214254,15 +214984,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -214271,58 +215001,58 @@ }, { "type": "ExpressionStatement", - "start": 57078, - "end": 57116, + "start": 57232, + "end": 57270, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 57078, - "end": 57115, + "start": 57232, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57078, - "end": 57097, + "start": 57232, + "end": 57251, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 27 } }, "object": { "type": "Identifier", - "start": 57078, - "end": 57090, + "start": 57232, + "end": 57244, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 20 }, "identifierName": "recordCanvas" @@ -214331,15 +215061,15 @@ }, "property": { "type": "Identifier", - "start": 57091, - "end": 57097, + "start": 57245, + "end": 57251, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 21 }, "end": { - "line": 1620, + "line": 1625, "column": 27 }, "identifierName": "height" @@ -214350,29 +215080,29 @@ }, "right": { "type": "MemberExpression", - "start": 57100, - "end": 57115, + "start": 57254, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 45 } }, "object": { "type": "Identifier", - "start": 57100, - "end": 57108, + "start": 57254, + "end": 57262, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 38 }, "identifierName": "settings" @@ -214381,15 +215111,15 @@ }, "property": { "type": "Identifier", - "start": 57109, - "end": 57115, + "start": 57263, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 39 }, "end": { - "line": 1620, + "line": 1625, "column": 45 }, "identifierName": "height" @@ -214402,43 +215132,43 @@ }, { "type": "ReturnStatement", - "start": 57126, - "end": 59836, + "start": 57280, + "end": 59990, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1677, + "line": 1682, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 57133, - "end": 59835, + "start": 57287, + "end": 59989, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 15 }, "end": { - "line": 1677, + "line": 1682, "column": 10 } }, "callee": { "type": "Identifier", - "start": 57137, - "end": 57144, + "start": 57291, + "end": 57298, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 19 }, "end": { - "line": 1622, + "line": 1627, "column": 26 }, "identifierName": "Promise" @@ -214448,15 +215178,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57145, - "end": 59834, + "start": 57299, + "end": 59988, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 27 }, "end": { - "line": 1677, + "line": 1682, "column": 9 } }, @@ -214467,15 +215197,15 @@ "params": [ { "type": "Identifier", - "start": 57146, - "end": 57153, + "start": 57300, + "end": 57307, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 28 }, "end": { - "line": 1622, + "line": 1627, "column": 35 }, "identifierName": "resolve" @@ -214484,15 +215214,15 @@ }, { "type": "Identifier", - "start": 57155, - "end": 57161, + "start": 57309, + "end": 57315, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 37 }, "end": { - "line": 1622, + "line": 1627, "column": 43 }, "identifierName": "reject" @@ -214502,59 +215232,59 @@ ], "body": { "type": "BlockStatement", - "start": 57166, - "end": 59834, + "start": 57320, + "end": 59988, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 48 }, "end": { - "line": 1677, + "line": 1682, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57180, - "end": 57239, + "start": 57334, + "end": 57393, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 12 }, "end": { - "line": 1623, + "line": 1628, "column": 71 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57186, - "end": 57238, + "start": 57340, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 18 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "id": { "type": "Identifier", - "start": 57186, - "end": 57203, + "start": 57340, + "end": 57357, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 18 }, "end": { - "line": 1623, + "line": 1628, "column": 35 }, "identifierName": "cameraAspectRatio" @@ -214563,43 +215293,43 @@ }, "init": { "type": "BinaryExpression", - "start": 57206, - "end": 57238, + "start": 57360, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 57206, - "end": 57220, + "start": 57360, + "end": 57374, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 52 } }, "object": { "type": "Identifier", - "start": 57206, - "end": 57214, + "start": 57360, + "end": 57368, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 46 }, "identifierName": "settings" @@ -214608,15 +215338,15 @@ }, "property": { "type": "Identifier", - "start": 57215, - "end": 57220, + "start": 57369, + "end": 57374, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 47 }, "end": { - "line": 1623, + "line": 1628, "column": 52 }, "identifierName": "width" @@ -214628,29 +215358,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57223, - "end": 57238, + "start": 57377, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 55 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } }, "object": { "type": "Identifier", - "start": 57223, - "end": 57231, + "start": 57377, + "end": 57385, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 55 }, "end": { - "line": 1623, + "line": 1628, "column": 63 }, "identifierName": "settings" @@ -214659,15 +215389,15 @@ }, "property": { "type": "Identifier", - "start": 57232, - "end": 57238, + "start": 57386, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 64 }, "end": { - "line": 1623, + "line": 1628, "column": 70 }, "identifierName": "height" @@ -214683,44 +215413,44 @@ }, { "type": "VariableDeclaration", - "start": 57252, - "end": 57321, + "start": 57406, + "end": 57475, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 12 }, "end": { - "line": 1624, + "line": 1629, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57258, - "end": 57320, + "start": 57412, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 18 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "id": { "type": "Identifier", - "start": 57258, - "end": 57275, + "start": 57412, + "end": 57429, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 18 }, "end": { - "line": 1624, + "line": 1629, "column": 35 }, "identifierName": "playerAspectRatio" @@ -214729,86 +215459,86 @@ }, "init": { "type": "BinaryExpression", - "start": 57278, - "end": 57320, + "start": 57432, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "left": { "type": "CallExpression", - "start": 57278, - "end": 57297, + "start": 57432, + "end": 57451, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57278, - "end": 57295, + "start": 57432, + "end": 57449, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57278, - "end": 57289, + "start": 57432, + "end": 57443, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 57278, - "end": 57282, + "start": 57432, + "end": 57436, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 42 } } }, "property": { "type": "Identifier", - "start": 57283, - "end": 57289, + "start": 57437, + "end": 57443, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 43 }, "end": { - "line": 1624, + "line": 1629, "column": 49 }, "identifierName": "player" @@ -214819,15 +215549,15 @@ }, "property": { "type": "Identifier", - "start": 57290, - "end": 57295, + "start": 57444, + "end": 57449, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 50 }, "end": { - "line": 1624, + "line": 1629, "column": 55 }, "identifierName": "width" @@ -214841,72 +215571,72 @@ "operator": "/", "right": { "type": "CallExpression", - "start": 57300, - "end": 57320, + "start": 57454, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 57300, - "end": 57318, + "start": 57454, + "end": 57472, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 78 } }, "object": { "type": "MemberExpression", - "start": 57300, - "end": 57311, + "start": 57454, + "end": 57465, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 57300, - "end": 57304, + "start": 57454, + "end": 57458, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 64 } } }, "property": { "type": "Identifier", - "start": 57305, - "end": 57311, + "start": 57459, + "end": 57465, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 65 }, "end": { - "line": 1624, + "line": 1629, "column": 71 }, "identifierName": "player" @@ -214917,15 +215647,15 @@ }, "property": { "type": "Identifier", - "start": 57312, - "end": 57318, + "start": 57466, + "end": 57472, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 72 }, "end": { - "line": 1624, + "line": 1629, "column": 78 }, "identifierName": "height" @@ -214943,44 +215673,44 @@ }, { "type": "VariableDeclaration", - "start": 57334, - "end": 57361, + "start": 57488, + "end": 57515, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 12 }, "end": { - "line": 1625, + "line": 1630, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57338, - "end": 57360, + "start": 57492, + "end": 57514, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 16 }, "end": { - "line": 1625, + "line": 1630, "column": 38 } }, "id": { "type": "Identifier", - "start": 57338, - "end": 57356, + "start": 57492, + "end": 57510, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 16 }, "end": { - "line": 1625, + "line": 1630, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -214989,15 +215719,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57359, - "end": 57360, + "start": 57513, + "end": 57514, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 37 }, "end": { - "line": 1625, + "line": 1630, "column": 38 } }, @@ -215013,44 +215743,44 @@ }, { "type": "VariableDeclaration", - "start": 57374, - "end": 57400, + "start": 57528, + "end": 57554, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 12 }, "end": { - "line": 1626, + "line": 1631, "column": 38 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57378, - "end": 57399, + "start": 57532, + "end": 57553, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 16 }, "end": { - "line": 1626, + "line": 1631, "column": 37 } }, "id": { "type": "Identifier", - "start": 57378, - "end": 57395, + "start": 57532, + "end": 57549, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 16 }, "end": { - "line": 1626, + "line": 1631, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -215059,15 +215789,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57398, - "end": 57399, + "start": 57552, + "end": 57553, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 36 }, "end": { - "line": 1626, + "line": 1631, "column": 37 } }, @@ -215083,44 +215813,44 @@ }, { "type": "VariableDeclaration", - "start": 57413, - "end": 57436, + "start": 57567, + "end": 57590, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 12 }, "end": { - "line": 1627, + "line": 1632, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57417, - "end": 57435, + "start": 57571, + "end": 57589, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 16 }, "end": { - "line": 1627, + "line": 1632, "column": 34 } }, "id": { "type": "Identifier", - "start": 57417, - "end": 57431, + "start": 57571, + "end": 57585, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 16 }, "end": { - "line": 1627, + "line": 1632, "column": 30 }, "identifierName": "imageXPosition" @@ -215129,15 +215859,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57434, - "end": 57435, + "start": 57588, + "end": 57589, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 33 }, "end": { - "line": 1627, + "line": 1632, "column": 34 } }, @@ -215153,44 +215883,44 @@ }, { "type": "VariableDeclaration", - "start": 57449, - "end": 57472, + "start": 57603, + "end": 57626, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 12 }, "end": { - "line": 1628, + "line": 1633, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57453, - "end": 57471, + "start": 57607, + "end": 57625, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 16 }, "end": { - "line": 1628, + "line": 1633, "column": 34 } }, "id": { "type": "Identifier", - "start": 57453, - "end": 57467, + "start": 57607, + "end": 57621, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 16 }, "end": { - "line": 1628, + "line": 1633, "column": 30 }, "identifierName": "imageYPosition" @@ -215199,15 +215929,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57470, - "end": 57471, + "start": 57624, + "end": 57625, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 33 }, "end": { - "line": 1628, + "line": 1633, "column": 34 } }, @@ -215224,15 +215954,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -215240,15 +215970,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -215257,43 +215987,43 @@ }, { "type": "IfStatement", - "start": 57557, - "end": 58215, + "start": 57711, + "end": 58369, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 12 }, "end": { - "line": 1642, + "line": 1647, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 57561, - "end": 57599, + "start": 57715, + "end": 57753, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 16 }, "end": { - "line": 1632, + "line": 1637, "column": 54 } }, "left": { "type": "Identifier", - "start": 57561, - "end": 57578, + "start": 57715, + "end": 57732, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 16 }, "end": { - "line": 1632, + "line": 1637, "column": 33 }, "identifierName": "cameraAspectRatio" @@ -215304,15 +216034,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 57582, - "end": 57599, + "start": 57736, + "end": 57753, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 37 }, "end": { - "line": 1632, + "line": 1637, "column": 54 }, "identifierName": "playerAspectRatio" @@ -215323,59 +216053,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 57601, - "end": 57905, + "start": 57755, + "end": 58059, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 56 }, "end": { - "line": 1637, + "line": 1642, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57668, - "end": 57746, + "start": 57822, + "end": 57900, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 57668, - "end": 57745, + "start": 57822, + "end": 57899, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57668, - "end": 57686, + "start": 57822, + "end": 57840, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -215385,43 +216115,43 @@ }, "right": { "type": "BinaryExpression", - "start": 57689, - "end": 57745, + "start": 57843, + "end": 57899, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 57689, - "end": 57704, + "start": 57843, + "end": 57858, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 52 } }, "object": { "type": "Identifier", - "start": 57689, - "end": 57697, + "start": 57843, + "end": 57851, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 45 }, "identifierName": "settings" @@ -215430,15 +216160,15 @@ }, "property": { "type": "Identifier", - "start": 57698, - "end": 57704, + "start": 57852, + "end": 57858, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 46 }, "end": { - "line": 1634, + "line": 1639, "column": 52 }, "identifierName": "height" @@ -215450,86 +216180,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 57708, - "end": 57744, + "start": 57862, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 92 } }, "left": { "type": "CallExpression", - "start": 57708, - "end": 57727, + "start": 57862, + "end": 57881, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 57708, - "end": 57725, + "start": 57862, + "end": 57879, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 57708, - "end": 57719, + "start": 57862, + "end": 57873, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 57708, - "end": 57712, + "start": 57862, + "end": 57866, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 60 } } }, "property": { "type": "Identifier", - "start": 57713, - "end": 57719, + "start": 57867, + "end": 57873, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 61 }, "end": { - "line": 1634, + "line": 1639, "column": 67 }, "identifierName": "player" @@ -215540,15 +216270,15 @@ }, "property": { "type": "Identifier", - "start": 57720, - "end": 57725, + "start": 57874, + "end": 57879, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 68 }, "end": { - "line": 1634, + "line": 1639, "column": 73 }, "identifierName": "width" @@ -215562,29 +216292,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57730, - "end": 57744, + "start": 57884, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 78 }, "end": { - "line": 1634, + "line": 1639, "column": 92 } }, "object": { "type": "Identifier", - "start": 57730, - "end": 57738, + "start": 57884, + "end": 57892, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 78 }, "end": { - "line": 1634, + "line": 1639, "column": 86 }, "identifierName": "settings" @@ -215593,15 +216323,15 @@ }, "property": { "type": "Identifier", - "start": 57739, - "end": 57744, + "start": 57893, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 87 }, "end": { - "line": 1634, + "line": 1639, "column": 92 }, "identifierName": "width" @@ -215612,7 +216342,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57707 + "parenStart": 57861 } } }, @@ -215622,15 +216352,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57619, - "end": 57651, + "start": 57773, + "end": 57805, "loc": { "start": { - "line": 1633, + "line": 1638, "column": 16 }, "end": { - "line": 1633, + "line": 1638, "column": 48 } } @@ -215639,44 +216369,44 @@ }, { "type": "ExpressionStatement", - "start": 57763, - "end": 57803, + "start": 57917, + "end": 57957, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 57763, - "end": 57802, + "start": 57917, + "end": 57956, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57763, - "end": 57780, + "start": 57917, + "end": 57934, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -215685,72 +216415,72 @@ }, "right": { "type": "CallExpression", - "start": 57783, - "end": 57802, + "start": 57937, + "end": 57956, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 57783, - "end": 57800, + "start": 57937, + "end": 57954, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 57783, - "end": 57794, + "start": 57937, + "end": 57948, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 57783, - "end": 57787, + "start": 57937, + "end": 57941, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 40 } } }, "property": { "type": "Identifier", - "start": 57788, - "end": 57794, + "start": 57942, + "end": 57948, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 41 }, "end": { - "line": 1635, + "line": 1640, "column": 47 }, "identifierName": "player" @@ -215761,15 +216491,15 @@ }, "property": { "type": "Identifier", - "start": 57795, - "end": 57800, + "start": 57949, + "end": 57954, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 48 }, "end": { - "line": 1635, + "line": 1640, "column": 53 }, "identifierName": "width" @@ -215784,44 +216514,44 @@ }, { "type": "ExpressionStatement", - "start": 57820, - "end": 57891, + "start": 57974, + "end": 58045, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 57820, - "end": 57890, + "start": 57974, + "end": 58044, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 86 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57820, - "end": 57834, + "start": 57974, + "end": 57988, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 30 }, "identifierName": "imageYPosition" @@ -215830,100 +216560,100 @@ }, "right": { "type": "BinaryExpression", - "start": 57837, - "end": 57890, + "start": 57991, + "end": 58044, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 33 }, "end": { - "line": 1636, + "line": 1641, "column": 86 } }, "left": { "type": "BinaryExpression", - "start": 57838, - "end": 57862, + "start": 57992, + "end": 58016, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 58 } }, "left": { "type": "CallExpression", - "start": 57838, - "end": 57858, + "start": 57992, + "end": 58012, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57838, - "end": 57856, + "start": 57992, + "end": 58010, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 57838, - "end": 57849, + "start": 57992, + "end": 58003, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 57838, - "end": 57842, + "start": 57992, + "end": 57996, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 38 } } }, "property": { "type": "Identifier", - "start": 57843, - "end": 57849, + "start": 57997, + "end": 58003, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 39 }, "end": { - "line": 1636, + "line": 1641, "column": 45 }, "identifierName": "player" @@ -215934,15 +216664,15 @@ }, "property": { "type": "Identifier", - "start": 57850, - "end": 57856, + "start": 58004, + "end": 58010, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 46 }, "end": { - "line": 1636, + "line": 1641, "column": 52 }, "identifierName": "height" @@ -215956,15 +216686,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 57861, - "end": 57862, + "start": 58015, + "end": 58016, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 57 }, "end": { - "line": 1636, + "line": 1641, "column": 58 } }, @@ -215976,35 +216706,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 57837 + "parenStart": 57991 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 57867, - "end": 57889, + "start": 58021, + "end": 58043, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 63 }, "end": { - "line": 1636, + "line": 1641, "column": 85 } }, "left": { "type": "Identifier", - "start": 57867, - "end": 57885, + "start": 58021, + "end": 58039, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 63 }, "end": { - "line": 1636, + "line": 1641, "column": 81 }, "identifierName": "imagePreviewHeight" @@ -216014,15 +216744,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 57888, - "end": 57889, + "start": 58042, + "end": 58043, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 84 }, "end": { - "line": 1636, + "line": 1641, "column": 85 } }, @@ -216034,7 +216764,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57866 + "parenStart": 58020 } } } @@ -216045,59 +216775,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 57911, - "end": 58215, + "start": 58065, + "end": 58369, "loc": { "start": { - "line": 1637, + "line": 1642, "column": 19 }, "end": { - "line": 1642, + "line": 1647, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57978, - "end": 58020, + "start": 58132, + "end": 58174, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 57978, - "end": 58019, + "start": 58132, + "end": 58173, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57978, - "end": 57996, + "start": 58132, + "end": 58150, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -216107,72 +216837,72 @@ }, "right": { "type": "CallExpression", - "start": 57999, - "end": 58019, + "start": 58153, + "end": 58173, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57999, - "end": 58017, + "start": 58153, + "end": 58171, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57999, - "end": 58010, + "start": 58153, + "end": 58164, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 57999, - "end": 58003, + "start": 58153, + "end": 58157, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58004, - "end": 58010, + "start": 58158, + "end": 58164, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 42 }, "end": { - "line": 1639, + "line": 1644, "column": 48 }, "identifierName": "player" @@ -216183,15 +216913,15 @@ }, "property": { "type": "Identifier", - "start": 58011, - "end": 58017, + "start": 58165, + "end": 58171, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 49 }, "end": { - "line": 1639, + "line": 1644, "column": 55 }, "identifierName": "height" @@ -216208,15 +216938,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 57929, - "end": 57961, + "start": 58083, + "end": 58115, "loc": { "start": { - "line": 1638, + "line": 1643, "column": 16 }, "end": { - "line": 1638, + "line": 1643, "column": 48 } } @@ -216225,44 +216955,44 @@ }, { "type": "ExpressionStatement", - "start": 58037, - "end": 58115, + "start": 58191, + "end": 58269, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 58037, - "end": 58114, + "start": 58191, + "end": 58268, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58037, - "end": 58054, + "start": 58191, + "end": 58208, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -216271,43 +217001,43 @@ }, "right": { "type": "BinaryExpression", - "start": 58057, - "end": 58114, + "start": 58211, + "end": 58268, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 58057, - "end": 58071, + "start": 58211, + "end": 58225, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 50 } }, "object": { "type": "Identifier", - "start": 58057, - "end": 58065, + "start": 58211, + "end": 58219, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 44 }, "identifierName": "settings" @@ -216316,15 +217046,15 @@ }, "property": { "type": "Identifier", - "start": 58066, - "end": 58071, + "start": 58220, + "end": 58225, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 45 }, "end": { - "line": 1640, + "line": 1645, "column": 50 }, "identifierName": "width" @@ -216336,86 +217066,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 58075, - "end": 58113, + "start": 58229, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 92 } }, "left": { "type": "CallExpression", - "start": 58075, - "end": 58095, + "start": 58229, + "end": 58249, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 58075, - "end": 58093, + "start": 58229, + "end": 58247, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 58075, - "end": 58086, + "start": 58229, + "end": 58240, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 58075, - "end": 58079, + "start": 58229, + "end": 58233, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 58 } } }, "property": { "type": "Identifier", - "start": 58080, - "end": 58086, + "start": 58234, + "end": 58240, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 59 }, "end": { - "line": 1640, + "line": 1645, "column": 65 }, "identifierName": "player" @@ -216426,15 +217156,15 @@ }, "property": { "type": "Identifier", - "start": 58087, - "end": 58093, + "start": 58241, + "end": 58247, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 66 }, "end": { - "line": 1640, + "line": 1645, "column": 72 }, "identifierName": "height" @@ -216448,29 +217178,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 58098, - "end": 58113, + "start": 58252, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 77 }, "end": { - "line": 1640, + "line": 1645, "column": 92 } }, "object": { "type": "Identifier", - "start": 58098, - "end": 58106, + "start": 58252, + "end": 58260, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 77 }, "end": { - "line": 1640, + "line": 1645, "column": 85 }, "identifierName": "settings" @@ -216479,15 +217209,15 @@ }, "property": { "type": "Identifier", - "start": 58107, - "end": 58113, + "start": 58261, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 86 }, "end": { - "line": 1640, + "line": 1645, "column": 92 }, "identifierName": "height" @@ -216498,7 +217228,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58074 + "parenStart": 58228 } } } @@ -216506,44 +217236,44 @@ }, { "type": "ExpressionStatement", - "start": 58132, - "end": 58201, + "start": 58286, + "end": 58355, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 85 } }, "expression": { "type": "AssignmentExpression", - "start": 58132, - "end": 58200, + "start": 58286, + "end": 58354, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58132, - "end": 58146, + "start": 58286, + "end": 58300, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 30 }, "identifierName": "imageXPosition" @@ -216552,100 +217282,100 @@ }, "right": { "type": "BinaryExpression", - "start": 58149, - "end": 58200, + "start": 58303, + "end": 58354, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 33 }, "end": { - "line": 1641, + "line": 1646, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 58150, - "end": 58173, + "start": 58304, + "end": 58327, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 57 } }, "left": { "type": "CallExpression", - "start": 58150, - "end": 58169, + "start": 58304, + "end": 58323, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 58150, - "end": 58167, + "start": 58304, + "end": 58321, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 58150, - "end": 58161, + "start": 58304, + "end": 58315, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 58150, - "end": 58154, + "start": 58304, + "end": 58308, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 38 } } }, "property": { "type": "Identifier", - "start": 58155, - "end": 58161, + "start": 58309, + "end": 58315, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 39 }, "end": { - "line": 1641, + "line": 1646, "column": 45 }, "identifierName": "player" @@ -216656,15 +217386,15 @@ }, "property": { "type": "Identifier", - "start": 58162, - "end": 58167, + "start": 58316, + "end": 58321, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 46 }, "end": { - "line": 1641, + "line": 1646, "column": 51 }, "identifierName": "width" @@ -216678,15 +217408,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58172, - "end": 58173, + "start": 58326, + "end": 58327, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 56 }, "end": { - "line": 1641, + "line": 1646, "column": 57 } }, @@ -216698,35 +217428,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 58149 + "parenStart": 58303 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58178, - "end": 58199, + "start": 58332, + "end": 58353, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 62 }, "end": { - "line": 1641, + "line": 1646, "column": 83 } }, "left": { "type": "Identifier", - "start": 58178, - "end": 58195, + "start": 58332, + "end": 58349, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 62 }, "end": { - "line": 1641, + "line": 1646, "column": 79 }, "identifierName": "imagePreviewWidth" @@ -216736,15 +217466,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58198, - "end": 58199, + "start": 58352, + "end": 58353, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 82 }, "end": { - "line": 1641, + "line": 1646, "column": 83 } }, @@ -216756,7 +217486,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58177 + "parenStart": 58331 } } } @@ -216770,15 +217500,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -216786,15 +217516,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -216804,15 +217534,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -216820,15 +217550,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -216836,15 +217566,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -216852,15 +217582,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -216868,15 +217598,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -216884,15 +217614,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -216900,15 +217630,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -216916,15 +217646,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -216933,85 +217663,85 @@ }, { "type": "IfStatement", - "start": 58690, - "end": 59489, + "start": 58844, + "end": 59643, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1668, + "line": 1673, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 58694, - "end": 58811, + "start": 58848, + "end": 58965, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 58695, - "end": 58750, + "start": 58849, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 58695, - "end": 58724, + "start": 58849, + "end": 58878, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 58695, - "end": 58711, + "start": 58849, + "end": 58865, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 33 } }, "object": { "type": "Identifier", - "start": 58695, - "end": 58703, + "start": 58849, + "end": 58857, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 25 }, "identifierName": "detected" @@ -217021,15 +217751,15 @@ }, "property": { "type": "Identifier", - "start": 58704, - "end": 58711, + "start": 58858, + "end": 58865, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 26 }, "end": { - "line": 1652, + "line": 1657, "column": 33 }, "identifierName": "browser" @@ -217042,15 +217772,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 58716, - "end": 58724, + "start": 58870, + "end": 58878, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 38 }, "end": { - "line": 1652, + "line": 1657, "column": 46 } }, @@ -217065,43 +217795,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58728, - "end": 58750, + "start": 58882, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 58728, - "end": 58744, + "start": 58882, + "end": 58898, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 66 } }, "object": { "type": "Identifier", - "start": 58728, - "end": 58736, + "start": 58882, + "end": 58890, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 58 }, "identifierName": "detected" @@ -217110,15 +217840,15 @@ }, "property": { "type": "Identifier", - "start": 58737, - "end": 58744, + "start": 58891, + "end": 58898, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 59 }, "end": { - "line": 1652, + "line": 1657, "column": 66 }, "identifierName": "version" @@ -217130,15 +217860,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 58748, - "end": 58750, + "start": 58902, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 70 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } }, @@ -217152,35 +217882,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 58694 + "parenStart": 58848 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58771, - "end": 58810, + "start": 58925, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 58771, - "end": 58790, + "start": 58925, + "end": 58944, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 35 } }, @@ -217188,15 +217918,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58778, - "end": 58790, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 23 }, "end": { - "line": 1653, + "line": 1658, "column": 35 }, "identifierName": "ImageCapture" @@ -217210,15 +217940,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 58795, - "end": 58810, + "start": 58949, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 40 }, "end": { - "line": 1653, + "line": 1658, "column": 55 } }, @@ -217226,15 +217956,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58802, - "end": 58810, + "start": 58956, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 47 }, "end": { - "line": 1653, + "line": 1658, "column": 55 }, "identifierName": "Function" @@ -217247,95 +217977,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 58770 + "parenStart": 58924 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 58813, - "end": 59489, + "start": 58967, + "end": 59643, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 58 }, "end": { - "line": 1668, + "line": 1673, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 58831, - "end": 59475, + "start": 58985, + "end": 59629, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 16 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 58835, - "end": 59460, + "start": 58989, + "end": 59614, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 20 }, "end": { - "line": 1667, + "line": 1672, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 58857, - "end": 58900, + "start": 59011, + "end": 59054, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 20 }, "end": { - "line": 1655, + "line": 1660, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 58861, - "end": 58899, + "start": 59015, + "end": 59053, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 24 }, "end": { - "line": 1655, + "line": 1660, "column": 62 } }, "id": { "type": "Identifier", - "start": 58861, - "end": 58873, + "start": 59015, + "end": 59027, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 24 }, "end": { - "line": 1655, + "line": 1660, "column": 36 }, "identifierName": "imageCapture" @@ -217344,29 +218074,29 @@ }, "init": { "type": "NewExpression", - "start": 58876, - "end": 58899, + "start": 59030, + "end": 59053, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 39 }, "end": { - "line": 1655, + "line": 1660, "column": 62 } }, "callee": { "type": "Identifier", - "start": 58880, - "end": 58892, + "start": 59034, + "end": 59046, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 43 }, "end": { - "line": 1655, + "line": 1660, "column": 55 }, "identifierName": "ImageCapture" @@ -217376,15 +218106,15 @@ "arguments": [ { "type": "Identifier", - "start": 58893, - "end": 58898, + "start": 59047, + "end": 59052, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 56 }, "end": { - "line": 1655, + "line": 1660, "column": 61 }, "identifierName": "track" @@ -217400,15 +218130,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -217417,113 +218147,113 @@ }, { "type": "ExpressionStatement", - "start": 58957, - "end": 59442, + "start": 59111, + "end": 59596, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1666, + "line": 1671, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 58957, - "end": 59441, + "start": 59111, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1666, + "line": 1671, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 59357, + "start": 59111, + "end": 59511, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } }, "object": { "type": "CallExpression", - "start": 58957, - "end": 59351, + "start": 59111, + "end": 59505, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1664, + "line": 1669, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 58986, + "start": 59111, + "end": 59140, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 49 } }, "object": { "type": "CallExpression", - "start": 58957, - "end": 58981, + "start": 59111, + "end": 59135, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 58957, - "end": 58979, + "start": 59111, + "end": 59133, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 42 } }, "object": { "type": "Identifier", - "start": 58957, - "end": 58969, + "start": 59111, + "end": 59123, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 32 }, "identifierName": "imageCapture" @@ -217533,15 +218263,15 @@ }, "property": { "type": "Identifier", - "start": 58970, - "end": 58979, + "start": 59124, + "end": 59133, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 33 }, "end": { - "line": 1657, + "line": 1662, "column": 42 }, "identifierName": "grabFrame" @@ -217556,15 +218286,15 @@ }, "property": { "type": "Identifier", - "start": 58982, - "end": 58986, + "start": 59136, + "end": 59140, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 45 }, "end": { - "line": 1657, + "line": 1662, "column": 49 }, "identifierName": "then" @@ -217577,15 +218307,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 58987, - "end": 59350, + "start": 59141, + "end": 59504, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 50 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } }, @@ -217596,15 +218326,15 @@ "params": [ { "type": "Identifier", - "start": 58988, - "end": 58999, + "start": 59142, + "end": 59153, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 51 }, "end": { - "line": 1657, + "line": 1662, "column": 62 }, "identifierName": "imageBitmap" @@ -217614,72 +218344,72 @@ ], "body": { "type": "BlockStatement", - "start": 59004, - "end": 59350, + "start": 59158, + "end": 59504, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 67 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 59097, - "end": 59239, + "start": 59251, + "end": 59393, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1665, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 59097, - "end": 59238, + "start": 59251, + "end": 59392, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1665, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 59097, - "end": 59112, + "start": 59251, + "end": 59266, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1659, + "line": 1664, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 59097, - "end": 59101, + "start": 59251, + "end": 59255, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1659, + "line": 1664, "column": 28 } }, @@ -217687,15 +218417,15 @@ }, "property": { "type": "Identifier", - "start": 59102, - "end": 59112, + "start": 59256, + "end": 59266, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 29 }, "end": { - "line": 1659, + "line": 1664, "column": 39 }, "identifierName": "drawCanvas" @@ -217708,15 +218438,15 @@ "arguments": [ { "type": "Identifier", - "start": 59113, - "end": 59125, + "start": 59267, + "end": 59279, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 40 }, "end": { - "line": 1659, + "line": 1664, "column": 52 }, "identifierName": "recordCanvas" @@ -217725,15 +218455,15 @@ }, { "type": "Identifier", - "start": 59127, - "end": 59138, + "start": 59281, + "end": 59292, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 54 }, "end": { - "line": 1659, + "line": 1664, "column": 65 }, "identifierName": "imageBitmap" @@ -217742,15 +218472,15 @@ }, { "type": "Identifier", - "start": 59140, - "end": 59157, + "start": 59294, + "end": 59311, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 67 }, "end": { - "line": 1659, + "line": 1664, "column": 84 }, "identifierName": "imagePreviewWidth" @@ -217759,15 +218489,15 @@ }, { "type": "Identifier", - "start": 59187, - "end": 59205, + "start": 59341, + "end": 59359, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 28 }, "end": { - "line": 1660, + "line": 1665, "column": 46 }, "identifierName": "imagePreviewHeight" @@ -217776,15 +218506,15 @@ }, { "type": "Identifier", - "start": 59207, - "end": 59221, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 48 }, "end": { - "line": 1660, + "line": 1665, "column": 62 }, "identifierName": "imageXPosition" @@ -217793,15 +218523,15 @@ }, { "type": "Identifier", - "start": 59223, - "end": 59237, + "start": 59377, + "end": 59391, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 64 }, "end": { - "line": 1660, + "line": 1665, "column": 78 }, "identifierName": "imageYPosition" @@ -217815,15 +218545,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59030, - "end": 59072, + "start": 59184, + "end": 59226, "loc": { "start": { - "line": 1658, + "line": 1663, "column": 24 }, "end": { - "line": 1658, + "line": 1663, "column": 66 } } @@ -217833,15 +218563,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -217850,43 +218580,43 @@ }, { "type": "ExpressionStatement", - "start": 59306, - "end": 59328, + "start": 59460, + "end": 59482, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 59306, - "end": 59327, + "start": 59460, + "end": 59481, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 45 } }, "callee": { "type": "Identifier", - "start": 59306, - "end": 59313, + "start": 59460, + "end": 59467, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 31 }, "identifierName": "resolve" @@ -217897,15 +218627,15 @@ "arguments": [ { "type": "Identifier", - "start": 59314, - "end": 59326, + "start": 59468, + "end": 59480, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 32 }, "end": { - "line": 1663, + "line": 1668, "column": 44 }, "identifierName": "recordCanvas" @@ -217919,15 +218649,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -217943,15 +218673,15 @@ }, "property": { "type": "Identifier", - "start": 59352, - "end": 59357, + "start": 59506, + "end": 59511, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 23 }, "end": { - "line": 1664, + "line": 1669, "column": 28 }, "identifierName": "catch" @@ -217964,15 +218694,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59358, - "end": 59440, + "start": 59512, + "end": 59594, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 29 }, "end": { - "line": 1666, + "line": 1671, "column": 21 } }, @@ -217983,15 +218713,15 @@ "params": [ { "type": "Identifier", - "start": 59359, - "end": 59364, + "start": 59513, + "end": 59518, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 30 }, "end": { - "line": 1664, + "line": 1669, "column": 35 }, "identifierName": "error" @@ -218001,15 +218731,15 @@ ], "body": { "type": "BlockStatement", - "start": 59369, - "end": 59440, + "start": 59523, + "end": 59594, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 40 }, "end": { - "line": 1666, + "line": 1671, "column": 21 } }, @@ -218020,15 +218750,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -218039,15 +218769,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -218061,15 +218791,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -218081,29 +218811,29 @@ }, "handler": { "type": "CatchClause", - "start": 59461, - "end": 59475, + "start": 59615, + "end": 59629, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 18 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, "param": { "type": "Identifier", - "start": 59468, - "end": 59471, + "start": 59622, + "end": 59625, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 25 }, "end": { - "line": 1667, + "line": 1672, "column": 28 }, "identifierName": "err" @@ -218112,15 +218842,15 @@ }, "body": { "type": "BlockStatement", - "start": 59473, - "end": 59475, + "start": 59627, + "end": 59629, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 30 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } }, @@ -218140,15 +218870,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -218156,15 +218886,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -218172,15 +218902,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -218188,15 +218918,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -218204,15 +218934,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -218220,15 +218950,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -218236,15 +218966,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -218252,15 +218982,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -218270,15 +219000,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -218286,15 +219016,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -218303,57 +219033,57 @@ }, { "type": "ExpressionStatement", - "start": 59623, - "end": 59759, + "start": 59777, + "end": 59913, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1673, + "line": 1678, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 59623, - "end": 59758, + "start": 59777, + "end": 59912, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1673, + "line": 1678, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 59623, - "end": 59638, + "start": 59777, + "end": 59792, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1677, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59623, - "end": 59627, + "start": 59777, + "end": 59781, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1677, "column": 16 } }, @@ -218361,15 +219091,15 @@ }, "property": { "type": "Identifier", - "start": 59628, - "end": 59638, + "start": 59782, + "end": 59792, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 17 }, "end": { - "line": 1672, + "line": 1677, "column": 27 }, "identifierName": "drawCanvas" @@ -218382,15 +219112,15 @@ "arguments": [ { "type": "Identifier", - "start": 59639, - "end": 59651, + "start": 59793, + "end": 59805, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 28 }, "end": { - "line": 1672, + "line": 1677, "column": 40 }, "identifierName": "recordCanvas" @@ -218399,44 +219129,44 @@ }, { "type": "MemberExpression", - "start": 59653, - "end": 59670, + "start": 59807, + "end": 59824, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 42 }, "end": { - "line": 1672, + "line": 1677, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 59653, - "end": 59657, + "start": 59807, + "end": 59811, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 42 }, "end": { - "line": 1672, + "line": 1677, "column": 46 } } }, "property": { "type": "Identifier", - "start": 59658, - "end": 59670, + "start": 59812, + "end": 59824, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 47 }, "end": { - "line": 1672, + "line": 1677, "column": 59 }, "identifierName": "mediaElement" @@ -218447,15 +219177,15 @@ }, { "type": "Identifier", - "start": 59672, - "end": 59689, + "start": 59826, + "end": 59843, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 61 }, "end": { - "line": 1672, + "line": 1677, "column": 78 }, "identifierName": "imagePreviewWidth" @@ -218464,15 +219194,15 @@ }, { "type": "Identifier", - "start": 59707, - "end": 59725, + "start": 59861, + "end": 59879, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 16 }, "end": { - "line": 1673, + "line": 1678, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -218481,15 +219211,15 @@ }, { "type": "Identifier", - "start": 59727, - "end": 59741, + "start": 59881, + "end": 59895, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 36 }, "end": { - "line": 1673, + "line": 1678, "column": 50 }, "identifierName": "imageXPosition" @@ -218498,15 +219228,15 @@ }, { "type": "Identifier", - "start": 59743, - "end": 59757, + "start": 59897, + "end": 59911, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 52 }, "end": { - "line": 1673, + "line": 1678, "column": 66 }, "identifierName": "imageYPosition" @@ -218520,15 +219250,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -218536,15 +219266,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -218554,15 +219284,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -218571,43 +219301,43 @@ }, { "type": "ExpressionStatement", - "start": 59802, - "end": 59824, + "start": 59956, + "end": 59978, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 59802, - "end": 59823, + "start": 59956, + "end": 59977, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 33 } }, "callee": { "type": "Identifier", - "start": 59802, - "end": 59809, + "start": 59956, + "end": 59963, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 19 }, "identifierName": "resolve" @@ -218618,15 +219348,15 @@ "arguments": [ { "type": "Identifier", - "start": 59810, - "end": 59822, + "start": 59964, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 20 }, "end": { - "line": 1676, + "line": 1681, "column": 32 }, "identifierName": "recordCanvas" @@ -218640,15 +219370,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -218670,15 +219400,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -218688,15 +219418,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -218705,15 +219435,15 @@ }, { "type": "ClassMethod", - "start": 60316, - "end": 60614, + "start": 60470, + "end": 60768, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1698, + "line": 1703, "column": 5 } }, @@ -218721,15 +219451,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60316, - "end": 60326, + "start": 60470, + "end": 60480, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1690, + "line": 1695, "column": 14 }, "identifierName": "drawCanvas" @@ -218745,15 +219475,15 @@ "params": [ { "type": "Identifier", - "start": 60327, - "end": 60333, + "start": 60481, + "end": 60487, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 15 }, "end": { - "line": 1690, + "line": 1695, "column": 21 }, "identifierName": "canvas" @@ -218762,15 +219492,15 @@ }, { "type": "Identifier", - "start": 60335, - "end": 60342, + "start": 60489, + "end": 60496, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 23 }, "end": { - "line": 1690, + "line": 1695, "column": 30 }, "identifierName": "element" @@ -218779,15 +219509,15 @@ }, { "type": "Identifier", - "start": 60344, - "end": 60349, + "start": 60498, + "end": 60503, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 32 }, "end": { - "line": 1690, + "line": 1695, "column": 37 }, "identifierName": "width" @@ -218796,15 +219526,15 @@ }, { "type": "Identifier", - "start": 60351, - "end": 60357, + "start": 60505, + "end": 60511, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 39 }, "end": { - "line": 1690, + "line": 1695, "column": 45 }, "identifierName": "height" @@ -218813,29 +219543,29 @@ }, { "type": "AssignmentPattern", - "start": 60359, - "end": 60364, + "start": 60513, + "end": 60518, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 47 }, "end": { - "line": 1690, + "line": 1695, "column": 52 } }, "left": { "type": "Identifier", - "start": 60359, - "end": 60360, + "start": 60513, + "end": 60514, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 47 }, "end": { - "line": 1690, + "line": 1695, "column": 48 }, "identifierName": "x" @@ -218844,15 +219574,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60363, - "end": 60364, + "start": 60517, + "end": 60518, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 51 }, "end": { - "line": 1690, + "line": 1695, "column": 52 } }, @@ -218865,29 +219595,29 @@ }, { "type": "AssignmentPattern", - "start": 60366, - "end": 60371, + "start": 60520, + "end": 60525, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 54 }, "end": { - "line": 1690, + "line": 1695, "column": 59 } }, "left": { "type": "Identifier", - "start": 60366, - "end": 60367, + "start": 60520, + "end": 60521, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 54 }, "end": { - "line": 1690, + "line": 1695, "column": 55 }, "identifierName": "y" @@ -218896,15 +219626,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60370, - "end": 60371, + "start": 60524, + "end": 60525, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 58 }, "end": { - "line": 1690, + "line": 1695, "column": 59 } }, @@ -218918,58 +219648,58 @@ ], "body": { "type": "BlockStatement", - "start": 60373, - "end": 60614, + "start": 60527, + "end": 60768, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 61 }, "end": { - "line": 1698, + "line": 1703, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 60383, - "end": 60453, + "start": 60537, + "end": 60607, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 8 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60387, - "end": 60406, + "start": 60541, + "end": 60560, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 31 } }, "left": { "type": "Identifier", - "start": 60387, - "end": 60392, + "start": 60541, + "end": 60546, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 17 }, "identifierName": "width" @@ -218979,15 +219709,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60397, - "end": 60406, + "start": 60551, + "end": 60560, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 22 }, "end": { - "line": 1691, + "line": 1696, "column": 31 }, "identifierName": "undefined" @@ -218997,59 +219727,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60408, - "end": 60453, + "start": 60562, + "end": 60607, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 33 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60422, - "end": 60443, + "start": 60576, + "end": 60597, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 60422, - "end": 60442, + "start": 60576, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60422, - "end": 60427, + "start": 60576, + "end": 60581, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 17 }, "identifierName": "width" @@ -219058,29 +219788,29 @@ }, "right": { "type": "MemberExpression", - "start": 60430, - "end": 60442, + "start": 60584, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 20 }, "end": { - "line": 1692, + "line": 1697, "column": 32 } }, "object": { "type": "Identifier", - "start": 60430, - "end": 60436, + "start": 60584, + "end": 60590, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 20 }, "end": { - "line": 1692, + "line": 1697, "column": 26 }, "identifierName": "canvas" @@ -219089,15 +219819,15 @@ }, "property": { "type": "Identifier", - "start": 60437, - "end": 60442, + "start": 60591, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 27 }, "end": { - "line": 1692, + "line": 1697, "column": 32 }, "identifierName": "width" @@ -219115,43 +219845,43 @@ }, { "type": "IfStatement", - "start": 60462, - "end": 60535, + "start": 60616, + "end": 60689, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 8 }, "end": { - "line": 1696, + "line": 1701, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60466, - "end": 60486, + "start": 60620, + "end": 60640, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 12 }, "end": { - "line": 1694, + "line": 1699, "column": 32 } }, "left": { "type": "Identifier", - "start": 60466, - "end": 60472, + "start": 60620, + "end": 60626, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 12 }, "end": { - "line": 1694, + "line": 1699, "column": 18 }, "identifierName": "height" @@ -219161,15 +219891,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60477, - "end": 60486, + "start": 60631, + "end": 60640, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 23 }, "end": { - "line": 1694, + "line": 1699, "column": 32 }, "identifierName": "undefined" @@ -219179,59 +219909,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60488, - "end": 60535, + "start": 60642, + "end": 60689, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 34 }, "end": { - "line": 1696, + "line": 1701, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60502, - "end": 60525, + "start": 60656, + "end": 60679, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 60502, - "end": 60524, + "start": 60656, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60502, - "end": 60508, + "start": 60656, + "end": 60662, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 18 }, "identifierName": "height" @@ -219240,29 +219970,29 @@ }, "right": { "type": "MemberExpression", - "start": 60511, - "end": 60524, + "start": 60665, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 21 }, "end": { - "line": 1695, + "line": 1700, "column": 34 } }, "object": { "type": "Identifier", - "start": 60511, - "end": 60517, + "start": 60665, + "end": 60671, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 21 }, "end": { - "line": 1695, + "line": 1700, "column": 27 }, "identifierName": "canvas" @@ -219271,15 +220001,15 @@ }, "property": { "type": "Identifier", - "start": 60518, - "end": 60524, + "start": 60672, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 28 }, "end": { - "line": 1695, + "line": 1700, "column": 34 }, "identifierName": "height" @@ -219297,85 +220027,85 @@ }, { "type": "ExpressionStatement", - "start": 60544, - "end": 60608, + "start": 60698, + "end": 60762, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 60544, - "end": 60607, + "start": 60698, + "end": 60761, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 60544, - "end": 60577, + "start": 60698, + "end": 60731, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 41 } }, "object": { "type": "CallExpression", - "start": 60544, - "end": 60567, + "start": 60698, + "end": 60721, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 60544, - "end": 60561, + "start": 60698, + "end": 60715, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 25 } }, "object": { "type": "Identifier", - "start": 60544, - "end": 60550, + "start": 60698, + "end": 60704, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 14 }, "identifierName": "canvas" @@ -219384,15 +220114,15 @@ }, "property": { "type": "Identifier", - "start": 60551, - "end": 60561, + "start": 60705, + "end": 60715, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 15 }, "end": { - "line": 1697, + "line": 1702, "column": 25 }, "identifierName": "getContext" @@ -219404,15 +220134,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60562, - "end": 60566, + "start": 60716, + "end": 60720, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 26 }, "end": { - "line": 1697, + "line": 1702, "column": 30 } }, @@ -219426,15 +220156,15 @@ }, "property": { "type": "Identifier", - "start": 60568, - "end": 60577, + "start": 60722, + "end": 60731, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 32 }, "end": { - "line": 1697, + "line": 1702, "column": 41 }, "identifierName": "drawImage" @@ -219446,15 +220176,15 @@ "arguments": [ { "type": "Identifier", - "start": 60578, - "end": 60585, + "start": 60732, + "end": 60739, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 42 }, "end": { - "line": 1697, + "line": 1702, "column": 49 }, "identifierName": "element" @@ -219463,15 +220193,15 @@ }, { "type": "Identifier", - "start": 60587, - "end": 60588, + "start": 60741, + "end": 60742, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 51 }, "end": { - "line": 1697, + "line": 1702, "column": 52 }, "identifierName": "x" @@ -219480,15 +220210,15 @@ }, { "type": "Identifier", - "start": 60590, - "end": 60591, + "start": 60744, + "end": 60745, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 54 }, "end": { - "line": 1697, + "line": 1702, "column": 55 }, "identifierName": "y" @@ -219497,15 +220227,15 @@ }, { "type": "Identifier", - "start": 60593, - "end": 60598, + "start": 60747, + "end": 60752, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 57 }, "end": { - "line": 1697, + "line": 1702, "column": 62 }, "identifierName": "width" @@ -219514,15 +220244,15 @@ }, { "type": "Identifier", - "start": 60600, - "end": 60606, + "start": 60754, + "end": 60760, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 64 }, "end": { - "line": 1697, + "line": 1702, "column": 70 }, "identifierName": "height" @@ -219540,15 +220270,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -219558,15 +220288,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -219575,15 +220305,15 @@ }, { "type": "ClassMethod", - "start": 60690, - "end": 61247, + "start": 60844, + "end": 61401, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 4 }, "end": { - "line": 1723, + "line": 1728, "column": 5 } }, @@ -219591,15 +220321,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60690, - "end": 60707, + "start": 60844, + "end": 60861, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 4 }, "end": { - "line": 1704, + "line": 1709, "column": 21 }, "identifierName": "startVideoPreview" @@ -219615,72 +220345,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60710, - "end": 61247, + "start": 60864, + "end": 61401, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 24 }, "end": { - "line": 1723, + "line": 1728, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 60755, - "end": 60782, + "start": 60909, + "end": 60936, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 60755, - "end": 60781, + "start": 60909, + "end": 60935, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 60755, - "end": 60763, + "start": 60909, + "end": 60917, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60755, - "end": 60759, + "start": 60909, + "end": 60913, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 12 } }, @@ -219688,15 +220418,15 @@ }, "property": { "type": "Identifier", - "start": 60760, - "end": 60763, + "start": 60914, + "end": 60917, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 13 }, "end": { - "line": 1706, + "line": 1711, "column": 16 }, "identifierName": "off" @@ -219709,29 +220439,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60764, - "end": 60780, + "start": 60918, + "end": 60934, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 17 }, "end": { - "line": 1706, + "line": 1711, "column": 33 } }, "object": { "type": "Identifier", - "start": 60764, - "end": 60769, + "start": 60918, + "end": 60923, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 17 }, "end": { - "line": 1706, + "line": 1711, "column": 22 }, "identifierName": "Event" @@ -219740,15 +220470,15 @@ }, "property": { "type": "Identifier", - "start": 60770, - "end": 60780, + "start": 60924, + "end": 60934, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 23 }, "end": { - "line": 1706, + "line": 1711, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -219764,15 +220494,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60720, - "end": 60746, + "start": 60874, + "end": 60900, "loc": { "start": { - "line": 1705, + "line": 1710, "column": 8 }, "end": { - "line": 1705, + "line": 1710, "column": 34 } } @@ -219781,72 +220511,72 @@ }, { "type": "ExpressionStatement", - "start": 60791, - "end": 60822, + "start": 60945, + "end": 60976, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60791, - "end": 60821, + "start": 60945, + "end": 60975, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60791, - "end": 60799, + "start": 60945, + "end": 60953, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60791, - "end": 60795, + "start": 60945, + "end": 60949, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60796, - "end": 60799, + "start": 60950, + "end": 60953, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 13 }, "end": { - "line": 1707, + "line": 1712, "column": 16 }, "identifierName": "off" @@ -219858,29 +220588,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60800, - "end": 60820, + "start": 60954, + "end": 60974, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 17 }, "end": { - "line": 1707, + "line": 1712, "column": 37 } }, "object": { "type": "Identifier", - "start": 60800, - "end": 60805, + "start": 60954, + "end": 60959, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 17 }, "end": { - "line": 1707, + "line": 1712, "column": 22 }, "identifierName": "Event" @@ -219889,15 +220619,15 @@ }, "property": { "type": "Identifier", - "start": 60806, - "end": 60820, + "start": 60960, + "end": 60974, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 23 }, "end": { - "line": 1707, + "line": 1712, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -219911,72 +220641,72 @@ }, { "type": "ExpressionStatement", - "start": 60831, - "end": 60862, + "start": 60985, + "end": 61016, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60831, - "end": 60861, + "start": 60985, + "end": 61015, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60831, - "end": 60839, + "start": 60985, + "end": 60993, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60831, - "end": 60835, + "start": 60985, + "end": 60989, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60836, - "end": 60839, + "start": 60990, + "end": 60993, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 13 }, "end": { - "line": 1708, + "line": 1713, "column": 16 }, "identifierName": "off" @@ -219988,29 +220718,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60840, - "end": 60860, + "start": 60994, + "end": 61014, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 17 }, "end": { - "line": 1708, + "line": 1713, "column": 37 } }, "object": { "type": "Identifier", - "start": 60840, - "end": 60845, + "start": 60994, + "end": 60999, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 17 }, "end": { - "line": 1708, + "line": 1713, "column": 22 }, "identifierName": "Event" @@ -220019,15 +220749,15 @@ }, "property": { "type": "Identifier", - "start": 60846, - "end": 60860, + "start": 61000, + "end": 61014, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 23 }, "end": { - "line": 1708, + "line": 1713, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -220041,72 +220771,72 @@ }, { "type": "ExpressionStatement", - "start": 60871, - "end": 60892, + "start": 61025, + "end": 61046, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 60871, - "end": 60891, + "start": 61025, + "end": 61045, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 60871, - "end": 60879, + "start": 61025, + "end": 61033, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60871, - "end": 60875, + "start": 61025, + "end": 61029, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60876, - "end": 60879, + "start": 61030, + "end": 61033, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 13 }, "end": { - "line": 1709, + "line": 1714, "column": 16 }, "identifierName": "off" @@ -220118,29 +220848,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60880, - "end": 60890, + "start": 61034, + "end": 61044, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 17 }, "end": { - "line": 1709, + "line": 1714, "column": 27 } }, "object": { "type": "Identifier", - "start": 60880, - "end": 60885, + "start": 61034, + "end": 61039, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 17 }, "end": { - "line": 1709, + "line": 1714, "column": 22 }, "identifierName": "Event" @@ -220149,15 +220879,15 @@ }, "property": { "type": "Identifier", - "start": 60886, - "end": 60890, + "start": 61040, + "end": 61044, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 23 }, "end": { - "line": 1709, + "line": 1714, "column": 27 }, "identifierName": "PLAY" @@ -220172,15 +220902,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -220189,72 +220919,72 @@ }, { "type": "ExpressionStatement", - "start": 60930, - "end": 60961, + "start": 61084, + "end": 61115, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 60930, - "end": 60960, + "start": 61084, + "end": 61114, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 60930, - "end": 60953, + "start": 61084, + "end": 61107, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 60930, - "end": 60947, + "start": 61084, + "end": 61101, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 60930, - "end": 60934, + "start": 61084, + "end": 61088, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 12 } }, @@ -220262,15 +220992,15 @@ }, "property": { "type": "Identifier", - "start": 60935, - "end": 60947, + "start": 61089, + "end": 61101, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 13 }, "end": { - "line": 1712, + "line": 1717, "column": 25 }, "identifierName": "mediaElement" @@ -220282,15 +221012,15 @@ }, "property": { "type": "Identifier", - "start": 60948, - "end": 60953, + "start": 61102, + "end": 61107, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 26 }, "end": { - "line": 1712, + "line": 1717, "column": 31 }, "identifierName": "muted" @@ -220302,15 +221032,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 60956, - "end": 60960, + "start": 61110, + "end": 61114, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 34 }, "end": { - "line": 1712, + "line": 1717, "column": 38 } }, @@ -220322,15 +221052,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -220340,15 +221070,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -220357,57 +221087,57 @@ }, { "type": "ExpressionStatement", - "start": 61022, - "end": 61055, + "start": 61176, + "end": 61209, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 61022, - "end": 61054, + "start": 61176, + "end": 61208, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 61022, - "end": 61047, + "start": 61176, + "end": 61201, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 61022, - "end": 61026, + "start": 61176, + "end": 61180, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 12 } }, @@ -220415,15 +221145,15 @@ }, "property": { "type": "Identifier", - "start": 61027, - "end": 61047, + "start": 61181, + "end": 61201, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 13 }, "end": { - "line": 1715, + "line": 1720, "column": 33 }, "identifierName": "displayVolumeControl" @@ -220436,15 +221166,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 61048, - "end": 61053, + "start": 61202, + "end": 61207, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 34 }, "end": { - "line": 1715, + "line": 1720, "column": 39 } }, @@ -220457,15 +221187,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -220475,15 +221205,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -220492,57 +221222,57 @@ }, { "type": "ExpressionStatement", - "start": 61111, - "end": 61134, + "start": 61265, + "end": 61288, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61111, - "end": 61133, + "start": 61265, + "end": 61287, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61111, - "end": 61131, + "start": 61265, + "end": 61285, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 61111, - "end": 61115, + "start": 61265, + "end": 61269, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 12 } }, @@ -220550,15 +221280,15 @@ }, "property": { "type": "Identifier", - "start": 61116, - "end": 61131, + "start": 61270, + "end": 61285, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 13 }, "end": { - "line": 1718, + "line": 1723, "column": 28 }, "identifierName": "removeRecording" @@ -220575,15 +221305,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -220593,15 +221323,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -220610,57 +221340,57 @@ }, { "type": "ExpressionStatement", - "start": 61184, - "end": 61207, + "start": 61338, + "end": 61361, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61184, - "end": 61206, + "start": 61338, + "end": 61360, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61184, - "end": 61193, + "start": 61338, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 61184, - "end": 61188, + "start": 61338, + "end": 61342, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 12 } }, @@ -220668,15 +221398,15 @@ }, "property": { "type": "Identifier", - "start": 61189, - "end": 61193, + "start": 61343, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 13 }, "end": { - "line": 1721, + "line": 1726, "column": 17 }, "identifierName": "load" @@ -220689,44 +221419,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 61194, - "end": 61205, + "start": 61348, + "end": 61359, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 18 }, "end": { - "line": 1721, + "line": 1726, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 61194, - "end": 61198, + "start": 61348, + "end": 61352, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 18 }, "end": { - "line": 1721, + "line": 1726, "column": 22 } } }, "property": { "type": "Identifier", - "start": 61199, - "end": 61205, + "start": 61353, + "end": 61359, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 23 }, "end": { - "line": 1721, + "line": 1726, "column": 29 }, "identifierName": "stream" @@ -220742,15 +221472,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -220759,86 +221489,86 @@ }, { "type": "ExpressionStatement", - "start": 61216, - "end": 61241, + "start": 61370, + "end": 61395, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 61216, - "end": 61240, + "start": 61370, + "end": 61394, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 61216, - "end": 61238, + "start": 61370, + "end": 61392, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 61216, - "end": 61233, + "start": 61370, + "end": 61387, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61216, - "end": 61220, + "start": 61370, + "end": 61374, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61221, - "end": 61233, + "start": 61375, + "end": 61387, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 13 }, "end": { - "line": 1722, + "line": 1727, "column": 25 }, "identifierName": "mediaElement" @@ -220849,15 +221579,15 @@ }, "property": { "type": "Identifier", - "start": 61234, - "end": 61238, + "start": 61388, + "end": 61392, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 26 }, "end": { - "line": 1722, + "line": 1727, "column": 30 }, "identifierName": "play" @@ -220877,15 +221607,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -220895,15 +221625,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -220912,15 +221642,15 @@ }, { "type": "ClassMethod", - "start": 61311, - "end": 61812, + "start": 61465, + "end": 61966, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 4 }, "end": { - "line": 1742, + "line": 1747, "column": 5 } }, @@ -220928,15 +221658,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61311, - "end": 61324, + "start": 61465, + "end": 61478, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 4 }, "end": { - "line": 1729, + "line": 1734, "column": 17 }, "identifierName": "showAnimation" @@ -220952,59 +221682,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61327, - "end": 61812, + "start": 61481, + "end": 61966, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 20 }, "end": { - "line": 1742, + "line": 1747, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 61337, - "end": 61405, + "start": 61491, + "end": 61559, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 8 }, "end": { - "line": 1730, + "line": 1735, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61341, - "end": 61404, + "start": 61495, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 12 }, "end": { - "line": 1730, + "line": 1735, "column": 75 } }, "id": { "type": "Identifier", - "start": 61341, - "end": 61357, + "start": 61495, + "end": 61511, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 12 }, "end": { - "line": 1730, + "line": 1735, "column": 28 }, "identifierName": "animationDisplay" @@ -221013,100 +221743,100 @@ }, "init": { "type": "MemberExpression", - "start": 61360, - "end": 61404, + "start": 61514, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 75 } }, "object": { "type": "CallExpression", - "start": 61360, - "end": 61393, + "start": 61514, + "end": 61547, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 61360, - "end": 61391, + "start": 61514, + "end": 61545, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 61360, - "end": 61388, + "start": 61514, + "end": 61542, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 61360, - "end": 61371, + "start": 61514, + "end": 61525, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 61360, - "end": 61364, + "start": 61514, + "end": 61518, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 35 } } }, "property": { "type": "Identifier", - "start": 61365, - "end": 61371, + "start": 61519, + "end": 61525, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 36 }, "end": { - "line": 1730, + "line": 1735, "column": 42 }, "identifierName": "player" @@ -221117,15 +221847,15 @@ }, "property": { "type": "Identifier", - "start": 61372, - "end": 61388, + "start": 61526, + "end": 61542, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 43 }, "end": { - "line": 1730, + "line": 1735, "column": 59 }, "identifierName": "animationDisplay" @@ -221136,15 +221866,15 @@ }, "property": { "type": "Identifier", - "start": 61389, - "end": 61391, + "start": 61543, + "end": 61545, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 60 }, "end": { - "line": 1730, + "line": 1735, "column": 62 }, "identifierName": "el" @@ -221157,15 +221887,15 @@ }, "property": { "type": "Identifier", - "start": 61394, - "end": 61404, + "start": 61548, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 65 }, "end": { - "line": 1730, + "line": 1735, "column": 75 }, "identifierName": "firstChild" @@ -221181,15 +221911,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -221198,58 +221928,58 @@ }, { "type": "ExpressionStatement", - "start": 61489, - "end": 61534, + "start": 61643, + "end": 61688, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 61489, - "end": 61533, + "start": 61643, + "end": 61687, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61489, - "end": 61511, + "start": 61643, + "end": 61665, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 30 } }, "object": { "type": "Identifier", - "start": 61489, - "end": 61505, + "start": 61643, + "end": 61659, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 24 }, "identifierName": "animationDisplay" @@ -221259,15 +221989,15 @@ }, "property": { "type": "Identifier", - "start": 61506, - "end": 61511, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 25 }, "end": { - "line": 1733, + "line": 1738, "column": 30 }, "identifierName": "width" @@ -221279,72 +222009,72 @@ }, "right": { "type": "CallExpression", - "start": 61514, - "end": 61533, + "start": 61668, + "end": 61687, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61531, + "start": 61668, + "end": 61685, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 61668, + "end": 61679, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 61668, + "end": 61672, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 37 } } }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 61673, + "end": 61679, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 38 }, "end": { - "line": 1733, + "line": 1738, "column": 44 }, "identifierName": "player" @@ -221355,15 +222085,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61531, + "start": 61680, + "end": 61685, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 45 }, "end": { - "line": 1733, + "line": 1738, "column": 50 }, "identifierName": "width" @@ -221380,15 +222110,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -221397,58 +222127,58 @@ }, { "type": "ExpressionStatement", - "start": 61543, - "end": 61590, + "start": 61697, + "end": 61744, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 61543, - "end": 61589, + "start": 61697, + "end": 61743, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61543, - "end": 61566, + "start": 61697, + "end": 61720, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 31 } }, "object": { "type": "Identifier", - "start": 61543, - "end": 61559, + "start": 61697, + "end": 61713, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 24 }, "identifierName": "animationDisplay" @@ -221457,15 +222187,15 @@ }, "property": { "type": "Identifier", - "start": 61560, - "end": 61566, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 25 }, "end": { - "line": 1734, + "line": 1739, "column": 31 }, "identifierName": "height" @@ -221476,72 +222206,72 @@ }, "right": { "type": "CallExpression", - "start": 61569, - "end": 61589, + "start": 61723, + "end": 61743, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61569, - "end": 61587, + "start": 61723, + "end": 61741, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 61569, - "end": 61580, + "start": 61723, + "end": 61734, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 61569, - "end": 61573, + "start": 61723, + "end": 61727, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 38 } } }, "property": { "type": "Identifier", - "start": 61574, - "end": 61580, + "start": 61728, + "end": 61734, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 39 }, "end": { - "line": 1734, + "line": 1739, "column": 45 }, "identifierName": "player" @@ -221552,15 +222282,15 @@ }, "property": { "type": "Identifier", - "start": 61581, - "end": 61587, + "start": 61735, + "end": 61741, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 46 }, "end": { - "line": 1734, + "line": 1739, "column": 52 }, "identifierName": "height" @@ -221576,15 +222306,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -221593,85 +222323,85 @@ }, { "type": "ExpressionStatement", - "start": 61632, - "end": 61664, + "start": 61786, + "end": 61818, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61632, - "end": 61663, + "start": 61786, + "end": 61817, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61632, - "end": 61661, + "start": 61786, + "end": 61815, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61632, - "end": 61656, + "start": 61786, + "end": 61810, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61632, - "end": 61643, + "start": 61786, + "end": 61797, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61632, - "end": 61636, + "start": 61786, + "end": 61790, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 12 } }, @@ -221679,15 +222409,15 @@ }, "property": { "type": "Identifier", - "start": 61637, - "end": 61643, + "start": 61791, + "end": 61797, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 13 }, "end": { - "line": 1737, + "line": 1742, "column": 19 }, "identifierName": "player" @@ -221699,15 +222429,15 @@ }, "property": { "type": "Identifier", - "start": 61644, - "end": 61656, + "start": 61798, + "end": 61810, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 20 }, "end": { - "line": 1737, + "line": 1742, "column": 32 }, "identifierName": "recordCanvas" @@ -221719,15 +222449,15 @@ }, "property": { "type": "Identifier", - "start": 61657, - "end": 61661, + "start": 61811, + "end": 61815, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 33 }, "end": { - "line": 1737, + "line": 1742, "column": 37 }, "identifierName": "hide" @@ -221744,15 +222474,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -221762,15 +222492,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -221779,43 +222509,43 @@ }, { "type": "ExpressionStatement", - "start": 61704, - "end": 61761, + "start": 61858, + "end": 61915, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 61704, - "end": 61760, + "start": 61858, + "end": 61914, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 64 } }, "callee": { "type": "Identifier", - "start": 61704, - "end": 61716, + "start": 61858, + "end": 61870, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 20 }, "identifierName": "setSrcObject" @@ -221826,58 +222556,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 61717, - "end": 61741, + "start": 61871, + "end": 61895, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 61717, - "end": 61728, + "start": 61871, + "end": 61882, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 61717, - "end": 61721, + "start": 61871, + "end": 61875, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 25 } } }, "property": { "type": "Identifier", - "start": 61722, - "end": 61728, + "start": 61876, + "end": 61882, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 26 }, "end": { - "line": 1740, + "line": 1745, "column": 32 }, "identifierName": "player" @@ -221888,15 +222618,15 @@ }, "property": { "type": "Identifier", - "start": 61729, - "end": 61741, + "start": 61883, + "end": 61895, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 33 }, "end": { - "line": 1740, + "line": 1745, "column": 45 }, "identifierName": "recordedData" @@ -221907,15 +222637,15 @@ }, { "type": "Identifier", - "start": 61743, - "end": 61759, + "start": 61897, + "end": 61913, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 47 }, "end": { - "line": 1740, + "line": 1745, "column": 63 }, "identifierName": "animationDisplay" @@ -221929,15 +222659,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -221946,100 +222676,100 @@ }, { "type": "ExpressionStatement", - "start": 61770, - "end": 61806, + "start": 61924, + "end": 61960, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 61770, - "end": 61805, + "start": 61924, + "end": 61959, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 61770, - "end": 61803, + "start": 61924, + "end": 61957, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 61770, - "end": 61798, + "start": 61924, + "end": 61952, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 61770, - "end": 61781, + "start": 61924, + "end": 61935, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61770, - "end": 61774, + "start": 61924, + "end": 61928, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61775, - "end": 61781, + "start": 61929, + "end": 61935, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 13 }, "end": { - "line": 1741, + "line": 1746, "column": 19 }, "identifierName": "player" @@ -222050,15 +222780,15 @@ }, "property": { "type": "Identifier", - "start": 61782, - "end": 61798, + "start": 61936, + "end": 61952, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 20 }, "end": { - "line": 1741, + "line": 1746, "column": 36 }, "identifierName": "animationDisplay" @@ -222069,15 +222799,15 @@ }, "property": { "type": "Identifier", - "start": 61799, - "end": 61803, + "start": 61953, + "end": 61957, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 37 }, "end": { - "line": 1741, + "line": 1746, "column": 41 }, "identifierName": "show" @@ -222097,15 +222827,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -222115,15 +222845,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -222132,15 +222862,15 @@ }, { "type": "ClassMethod", - "start": 61876, - "end": 62048, + "start": 62030, + "end": 62202, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 4 }, "end": { - "line": 1754, + "line": 1759, "column": 5 } }, @@ -222148,15 +222878,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61876, - "end": 61889, + "start": 62030, + "end": 62043, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 4 }, "end": { - "line": 1748, + "line": 1753, "column": 17 }, "identifierName": "hideAnimation" @@ -222172,100 +222902,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61892, - "end": 62048, + "start": 62046, + "end": 62202, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 20 }, "end": { - "line": 1754, + "line": 1759, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 61934, - "end": 61966, + "start": 62088, + "end": 62120, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61934, - "end": 61965, + "start": 62088, + "end": 62119, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61934, - "end": 61963, + "start": 62088, + "end": 62117, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61934, - "end": 61958, + "start": 62088, + "end": 62112, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61934, - "end": 61945, + "start": 62088, + "end": 62099, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61934, - "end": 61938, + "start": 62088, + "end": 62092, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 12 } }, @@ -222273,15 +223003,15 @@ }, "property": { "type": "Identifier", - "start": 61939, - "end": 61945, + "start": 62093, + "end": 62099, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 13 }, "end": { - "line": 1750, + "line": 1755, "column": 19 }, "identifierName": "player" @@ -222293,15 +223023,15 @@ }, "property": { "type": "Identifier", - "start": 61946, - "end": 61958, + "start": 62100, + "end": 62112, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 20 }, "end": { - "line": 1750, + "line": 1755, "column": 32 }, "identifierName": "recordCanvas" @@ -222313,15 +223043,15 @@ }, "property": { "type": "Identifier", - "start": 61959, - "end": 61963, + "start": 62113, + "end": 62117, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 33 }, "end": { - "line": 1750, + "line": 1755, "column": 37 }, "identifierName": "show" @@ -222338,15 +223068,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 61902, - "end": 61925, + "start": 62056, + "end": 62079, "loc": { "start": { - "line": 1749, + "line": 1754, "column": 8 }, "end": { - "line": 1749, + "line": 1754, "column": 31 } } @@ -222356,15 +223086,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -222373,85 +223103,85 @@ }, { "type": "ExpressionStatement", - "start": 62006, - "end": 62042, + "start": 62160, + "end": 62196, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 62006, - "end": 62041, + "start": 62160, + "end": 62195, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 62006, - "end": 62039, + "start": 62160, + "end": 62193, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 62006, - "end": 62034, + "start": 62160, + "end": 62188, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 62006, - "end": 62017, + "start": 62160, + "end": 62171, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62006, - "end": 62010, + "start": 62160, + "end": 62164, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 12 } }, @@ -222459,15 +223189,15 @@ }, "property": { "type": "Identifier", - "start": 62011, - "end": 62017, + "start": 62165, + "end": 62171, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 13 }, "end": { - "line": 1753, + "line": 1758, "column": 19 }, "identifierName": "player" @@ -222479,15 +223209,15 @@ }, "property": { "type": "Identifier", - "start": 62018, - "end": 62034, + "start": 62172, + "end": 62188, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 20 }, "end": { - "line": 1753, + "line": 1758, "column": 36 }, "identifierName": "animationDisplay" @@ -222499,15 +223229,15 @@ }, "property": { "type": "Identifier", - "start": 62035, - "end": 62039, + "start": 62189, + "end": 62193, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 37 }, "end": { - "line": 1753, + "line": 1758, "column": 41 }, "identifierName": "hide" @@ -222524,15 +223254,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -222547,15 +223277,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -222565,15 +223295,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -222582,15 +223312,15 @@ }, { "type": "ClassMethod", - "start": 62122, - "end": 62239, + "start": 62276, + "end": 62393, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 4 }, "end": { - "line": 1763, + "line": 1768, "column": 5 } }, @@ -222598,15 +223328,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62122, - "end": 62140, + "start": 62276, + "end": 62294, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 4 }, "end": { - "line": 1760, + "line": 1765, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -222622,87 +223352,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62143, - "end": 62239, + "start": 62297, + "end": 62393, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 25 }, "end": { - "line": 1763, + "line": 1768, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62153, - "end": 62233, + "start": 62307, + "end": 62387, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1762, + "line": 1767, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 62153, - "end": 62232, + "start": 62307, + "end": 62386, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1762, + "line": 1767, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 62153, - "end": 62172, + "start": 62307, + "end": 62326, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1761, + "line": 1766, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 62153, - "end": 62157, + "start": 62307, + "end": 62311, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1761, + "line": 1766, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62158, - "end": 62172, + "start": 62312, + "end": 62326, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 13 }, "end": { - "line": 1761, + "line": 1766, "column": 27 }, "identifierName": "setCurrentTime" @@ -222714,72 +223444,72 @@ "arguments": [ { "type": "CallExpression", - "start": 62173, - "end": 62198, + "start": 62327, + "end": 62352, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62173, - "end": 62196, + "start": 62327, + "end": 62350, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 62173, - "end": 62184, + "start": 62327, + "end": 62338, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 62173, - "end": 62177, + "start": 62327, + "end": 62331, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 32 } } }, "property": { "type": "Identifier", - "start": 62178, - "end": 62184, + "start": 62332, + "end": 62338, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 33 }, "end": { - "line": 1761, + "line": 1766, "column": 39 }, "identifierName": "player" @@ -222790,15 +223520,15 @@ }, "property": { "type": "Identifier", - "start": 62185, - "end": 62196, + "start": 62339, + "end": 62350, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 40 }, "end": { - "line": 1761, + "line": 1766, "column": 51 }, "identifierName": "currentTime" @@ -222811,44 +223541,44 @@ }, { "type": "MemberExpression", - "start": 62212, - "end": 62231, + "start": 62366, + "end": 62385, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 12 }, "end": { - "line": 1762, + "line": 1767, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 62212, - "end": 62216, + "start": 62366, + "end": 62370, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 12 }, "end": { - "line": 1762, + "line": 1767, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62217, - "end": 62231, + "start": 62371, + "end": 62385, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 17 }, "end": { - "line": 1762, + "line": 1767, "column": 31 }, "identifierName": "streamDuration" @@ -222868,15 +223598,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -222886,15 +223616,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -222903,15 +223633,15 @@ }, { "type": "ClassMethod", - "start": 62362, - "end": 63121, + "start": 62516, + "end": 63275, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 4 }, "end": { - "line": 1789, + "line": 1794, "column": 5 } }, @@ -222919,15 +223649,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62362, - "end": 62378, + "start": 62516, + "end": 62532, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 4 }, "end": { - "line": 1769, + "line": 1774, "column": 20 }, "identifierName": "enumerateDevices" @@ -222943,58 +223673,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62381, - "end": 63121, + "start": 62535, + "end": 63275, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 23 }, "end": { - "line": 1789, + "line": 1794, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 62391, - "end": 62633, + "start": 62545, + "end": 62787, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 8 }, "end": { - "line": 1774, + "line": 1779, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 62395, - "end": 62462, + "start": 62549, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 12 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 62395, - "end": 62418, + "start": 62549, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 12 }, "end": { - "line": 1770, + "line": 1775, "column": 35 } }, @@ -223002,29 +223732,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62396, - "end": 62418, + "start": 62550, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 13 }, "end": { - "line": 1770, + "line": 1775, "column": 35 } }, "object": { "type": "Identifier", - "start": 62396, - "end": 62405, + "start": 62550, + "end": 62559, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 13 }, "end": { - "line": 1770, + "line": 1775, "column": 22 }, "identifierName": "navigator" @@ -223033,15 +223763,15 @@ }, "property": { "type": "Identifier", - "start": 62406, - "end": 62418, + "start": 62560, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 23 }, "end": { - "line": 1770, + "line": 1775, "column": 35 }, "identifierName": "mediaDevices" @@ -223057,15 +223787,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 62422, - "end": 62462, + "start": 62576, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 39 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, @@ -223073,43 +223803,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62423, - "end": 62462, + "start": 62577, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 62423, - "end": 62445, + "start": 62577, + "end": 62599, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 62 } }, "object": { "type": "Identifier", - "start": 62423, - "end": 62432, + "start": 62577, + "end": 62586, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 49 }, "identifierName": "navigator" @@ -223118,15 +223848,15 @@ }, "property": { "type": "Identifier", - "start": 62433, - "end": 62445, + "start": 62587, + "end": 62599, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 50 }, "end": { - "line": 1770, + "line": 1775, "column": 62 }, "identifierName": "mediaDevices" @@ -223137,15 +223867,15 @@ }, "property": { "type": "Identifier", - "start": 62446, - "end": 62462, + "start": 62600, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 63 }, "end": { - "line": 1770, + "line": 1775, "column": 79 }, "identifierName": "enumerateDevices" @@ -223161,102 +223891,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 62464, - "end": 62633, + "start": 62618, + "end": 62787, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 81 }, "end": { - "line": 1774, + "line": 1779, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62478, - "end": 62547, + "start": 62632, + "end": 62701, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 62478, - "end": 62546, + "start": 62632, + "end": 62700, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62478, - "end": 62508, + "start": 62632, + "end": 62662, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 62478, - "end": 62489, + "start": 62632, + "end": 62643, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62478, - "end": 62482, + "start": 62632, + "end": 62636, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62483, - "end": 62489, + "start": 62637, + "end": 62643, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 17 }, "end": { - "line": 1771, + "line": 1776, "column": 23 }, "identifierName": "player" @@ -223267,15 +223997,15 @@ }, "property": { "type": "Identifier", - "start": 62490, - "end": 62508, + "start": 62644, + "end": 62662, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 24 }, "end": { - "line": 1771, + "line": 1776, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -223286,15 +224016,15 @@ }, "right": { "type": "StringLiteral", - "start": 62511, - "end": 62546, + "start": 62665, + "end": 62700, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 45 }, "end": { - "line": 1771, + "line": 1776, "column": 80 } }, @@ -223308,86 +224038,86 @@ }, { "type": "ExpressionStatement", - "start": 62560, - "end": 62603, + "start": 62714, + "end": 62757, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62560, - "end": 62602, + "start": 62714, + "end": 62756, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62560, - "end": 62579, + "start": 62714, + "end": 62733, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62560, - "end": 62571, + "start": 62714, + "end": 62725, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62560, - "end": 62564, + "start": 62714, + "end": 62718, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62565, - "end": 62571, + "start": 62719, + "end": 62725, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 17 }, "end": { - "line": 1772, + "line": 1777, "column": 23 }, "identifierName": "player" @@ -223398,15 +224128,15 @@ }, "property": { "type": "Identifier", - "start": 62572, - "end": 62579, + "start": 62726, + "end": 62733, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 24 }, "end": { - "line": 1772, + "line": 1777, "column": 31 }, "identifierName": "trigger" @@ -223418,29 +224148,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62580, - "end": 62601, + "start": 62734, + "end": 62755, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 32 }, "end": { - "line": 1772, + "line": 1777, "column": 53 } }, "object": { "type": "Identifier", - "start": 62580, - "end": 62585, + "start": 62734, + "end": 62739, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 32 }, "end": { - "line": 1772, + "line": 1777, "column": 37 }, "identifierName": "Event" @@ -223449,15 +224179,15 @@ }, "property": { "type": "Identifier", - "start": 62586, - "end": 62601, + "start": 62740, + "end": 62755, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 38 }, "end": { - "line": 1772, + "line": 1777, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -223471,15 +224201,15 @@ }, { "type": "ReturnStatement", - "start": 62616, - "end": 62623, + "start": 62770, + "end": 62777, "loc": { "start": { - "line": 1773, + "line": 1778, "column": 12 }, "end": { - "line": 1773, + "line": 1778, "column": 19 } }, @@ -223494,15 +224224,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -223511,127 +224241,127 @@ }, { "type": "ExpressionStatement", - "start": 62683, - "end": 63115, + "start": 62837, + "end": 63269, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1788, + "line": 1793, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 62683, - "end": 63114, + "start": 62837, + "end": 63268, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1788, + "line": 1793, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62986, + "start": 62837, + "end": 63140, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1785, + "line": 1790, "column": 16 } }, "object": { "type": "CallExpression", - "start": 62683, - "end": 62980, + "start": 62837, + "end": 63134, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1785, + "line": 1790, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62733, + "start": 62837, + "end": 62887, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 58 } }, "object": { "type": "CallExpression", - "start": 62683, - "end": 62728, + "start": 62837, + "end": 62882, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62683, - "end": 62722, + "start": 62837, + "end": 62876, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 62683, - "end": 62705, + "start": 62837, + "end": 62859, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 30 } }, "object": { "type": "Identifier", - "start": 62683, - "end": 62692, + "start": 62837, + "end": 62846, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 17 }, "identifierName": "navigator" @@ -223641,15 +224371,15 @@ }, "property": { "type": "Identifier", - "start": 62693, - "end": 62705, + "start": 62847, + "end": 62859, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 18 }, "end": { - "line": 1777, + "line": 1782, "column": 30 }, "identifierName": "mediaDevices" @@ -223661,15 +224391,15 @@ }, "property": { "type": "Identifier", - "start": 62706, - "end": 62722, + "start": 62860, + "end": 62876, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 31 }, "end": { - "line": 1777, + "line": 1782, "column": 47 }, "identifierName": "enumerateDevices" @@ -223682,15 +224412,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 62723, - "end": 62727, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 48 }, "end": { - "line": 1777, + "line": 1782, "column": 52 } } @@ -223700,15 +224430,15 @@ }, "property": { "type": "Identifier", - "start": 62729, - "end": 62733, + "start": 62883, + "end": 62887, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 54 }, "end": { - "line": 1777, + "line": 1782, "column": 58 }, "identifierName": "then" @@ -223721,15 +224451,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62734, - "end": 62979, + "start": 62888, + "end": 63133, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 59 }, "end": { - "line": 1785, + "line": 1790, "column": 9 } }, @@ -223740,15 +224470,15 @@ "params": [ { "type": "Identifier", - "start": 62735, - "end": 62742, + "start": 62889, + "end": 62896, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 60 }, "end": { - "line": 1777, + "line": 1782, "column": 67 }, "identifierName": "devices" @@ -223758,88 +224488,88 @@ ], "body": { "type": "BlockStatement", - "start": 62747, - "end": 62979, + "start": 62901, + "end": 63133, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 72 }, "end": { - "line": 1785, + "line": 1790, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62761, - "end": 62779, + "start": 62915, + "end": 62933, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 62761, - "end": 62778, + "start": 62915, + "end": 62932, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62761, - "end": 62773, + "start": 62915, + "end": 62927, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 62761, - "end": 62765, + "start": 62915, + "end": 62919, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62766, - "end": 62773, + "start": 62920, + "end": 62927, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 17 }, "end": { - "line": 1778, + "line": 1783, "column": 24 }, "identifierName": "devices" @@ -223850,15 +224580,15 @@ }, "right": { "type": "ArrayExpression", - "start": 62776, - "end": 62778, + "start": 62930, + "end": 62932, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 27 }, "end": { - "line": 1778, + "line": 1783, "column": 29 } }, @@ -223868,57 +224598,57 @@ }, { "type": "ExpressionStatement", - "start": 62792, - "end": 62880, + "start": 62946, + "end": 63034, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1781, + "line": 1786, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 62792, - "end": 62879, + "start": 62946, + "end": 63033, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1781, + "line": 1786, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 62792, - "end": 62807, + "start": 62946, + "end": 62961, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 27 } }, "object": { "type": "Identifier", - "start": 62792, - "end": 62799, + "start": 62946, + "end": 62953, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 19 }, "identifierName": "devices" @@ -223927,15 +224657,15 @@ }, "property": { "type": "Identifier", - "start": 62800, - "end": 62807, + "start": 62954, + "end": 62961, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 20 }, "end": { - "line": 1779, + "line": 1784, "column": 27 }, "identifierName": "forEach" @@ -223947,15 +224677,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62808, - "end": 62878, + "start": 62962, + "end": 63032, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 28 }, "end": { - "line": 1781, + "line": 1786, "column": 13 } }, @@ -223966,15 +224696,15 @@ "params": [ { "type": "Identifier", - "start": 62809, - "end": 62815, + "start": 62963, + "end": 62969, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 29 }, "end": { - "line": 1779, + "line": 1784, "column": 35 }, "identifierName": "device" @@ -223984,101 +224714,101 @@ ], "body": { "type": "BlockStatement", - "start": 62820, - "end": 62878, + "start": 62974, + "end": 63032, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 40 }, "end": { - "line": 1781, + "line": 1786, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 62838, - "end": 62864, + "start": 62992, + "end": 63018, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62838, - "end": 62863, + "start": 62992, + "end": 63017, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62838, - "end": 62855, + "start": 62992, + "end": 63009, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 62838, - "end": 62850, + "start": 62992, + "end": 63004, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 62838, - "end": 62842, + "start": 62992, + "end": 62996, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 20 } } }, "property": { "type": "Identifier", - "start": 62843, - "end": 62850, + "start": 62997, + "end": 63004, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 21 }, "end": { - "line": 1780, + "line": 1785, "column": 28 }, "identifierName": "devices" @@ -224089,15 +224819,15 @@ }, "property": { "type": "Identifier", - "start": 62851, - "end": 62855, + "start": 63005, + "end": 63009, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 29 }, "end": { - "line": 1780, + "line": 1785, "column": 33 }, "identifierName": "push" @@ -224109,15 +224839,15 @@ "arguments": [ { "type": "Identifier", - "start": 62856, - "end": 62862, + "start": 63010, + "end": 63016, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 34 }, "end": { - "line": 1780, + "line": 1785, "column": 40 }, "identifierName": "device" @@ -224137,15 +224867,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -224154,71 +224884,71 @@ }, { "type": "ExpressionStatement", - "start": 62926, - "end": 62969, + "start": 63080, + "end": 63123, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62926, - "end": 62968, + "start": 63080, + "end": 63122, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62926, - "end": 62945, + "start": 63080, + "end": 63099, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62926, - "end": 62937, + "start": 63080, + "end": 63091, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62926, - "end": 62930, + "start": 63080, + "end": 63084, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 16 } }, @@ -224226,15 +224956,15 @@ }, "property": { "type": "Identifier", - "start": 62931, - "end": 62937, + "start": 63085, + "end": 63091, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 17 }, "end": { - "line": 1784, + "line": 1789, "column": 23 }, "identifierName": "player" @@ -224246,15 +224976,15 @@ }, "property": { "type": "Identifier", - "start": 62938, - "end": 62945, + "start": 63092, + "end": 63099, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 24 }, "end": { - "line": 1784, + "line": 1789, "column": 31 }, "identifierName": "trigger" @@ -224267,29 +224997,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62946, - "end": 62967, + "start": 63100, + "end": 63121, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 32 }, "end": { - "line": 1784, + "line": 1789, "column": 53 } }, "object": { "type": "Identifier", - "start": 62946, - "end": 62951, + "start": 63100, + "end": 63105, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 32 }, "end": { - "line": 1784, + "line": 1789, "column": 37 }, "identifierName": "Event" @@ -224298,15 +225028,15 @@ }, "property": { "type": "Identifier", - "start": 62952, - "end": 62967, + "start": 63106, + "end": 63121, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 38 }, "end": { - "line": 1784, + "line": 1789, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -224322,15 +225052,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -224346,15 +225076,15 @@ }, "property": { "type": "Identifier", - "start": 62981, - "end": 62986, + "start": 63135, + "end": 63140, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 11 }, "end": { - "line": 1785, + "line": 1790, "column": 16 }, "identifierName": "catch" @@ -224367,15 +225097,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62987, - "end": 63113, + "start": 63141, + "end": 63267, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 17 }, "end": { - "line": 1788, + "line": 1793, "column": 9 } }, @@ -224386,15 +225116,15 @@ "params": [ { "type": "Identifier", - "start": 62988, - "end": 62991, + "start": 63142, + "end": 63145, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 18 }, "end": { - "line": 1785, + "line": 1790, "column": 21 }, "identifierName": "err" @@ -224404,102 +225134,102 @@ ], "body": { "type": "BlockStatement", - "start": 62996, - "end": 63113, + "start": 63150, + "end": 63267, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 26 }, "end": { - "line": 1788, + "line": 1793, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63010, - "end": 63047, + "start": 63164, + "end": 63201, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63010, - "end": 63046, + "start": 63164, + "end": 63200, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63010, - "end": 63040, + "start": 63164, + "end": 63194, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 63010, - "end": 63021, + "start": 63164, + "end": 63175, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63010, - "end": 63014, + "start": 63164, + "end": 63168, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63015, - "end": 63021, + "start": 63169, + "end": 63175, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 17 }, "end": { - "line": 1786, + "line": 1791, "column": 23 }, "identifierName": "player" @@ -224510,15 +225240,15 @@ }, "property": { "type": "Identifier", - "start": 63022, - "end": 63040, + "start": 63176, + "end": 63194, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 24 }, "end": { - "line": 1786, + "line": 1791, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -224529,15 +225259,15 @@ }, "right": { "type": "Identifier", - "start": 63043, - "end": 63046, + "start": 63197, + "end": 63200, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 45 }, "end": { - "line": 1786, + "line": 1791, "column": 48 }, "identifierName": "err" @@ -224548,86 +225278,86 @@ }, { "type": "ExpressionStatement", - "start": 63060, - "end": 63103, + "start": 63214, + "end": 63257, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63060, - "end": 63102, + "start": 63214, + "end": 63256, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63060, - "end": 63079, + "start": 63214, + "end": 63233, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63060, - "end": 63071, + "start": 63214, + "end": 63225, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63060, - "end": 63064, + "start": 63214, + "end": 63218, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63065, - "end": 63071, + "start": 63219, + "end": 63225, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 17 }, "end": { - "line": 1787, + "line": 1792, "column": 23 }, "identifierName": "player" @@ -224638,15 +225368,15 @@ }, "property": { "type": "Identifier", - "start": 63072, - "end": 63079, + "start": 63226, + "end": 63233, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 24 }, "end": { - "line": 1787, + "line": 1792, "column": 31 }, "identifierName": "trigger" @@ -224658,29 +225388,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63080, - "end": 63101, + "start": 63234, + "end": 63255, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 32 }, "end": { - "line": 1787, + "line": 1792, "column": 53 } }, "object": { "type": "Identifier", - "start": 63080, - "end": 63085, + "start": 63234, + "end": 63239, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 32 }, "end": { - "line": 1787, + "line": 1792, "column": 37 }, "identifierName": "Event" @@ -224689,15 +225419,15 @@ }, "property": { "type": "Identifier", - "start": 63086, - "end": 63101, + "start": 63240, + "end": 63255, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 38 }, "end": { - "line": 1787, + "line": 1792, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -224720,15 +225450,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -224743,15 +225473,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -224761,15 +225491,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -224778,15 +225508,15 @@ }, { "type": "ClassMethod", - "start": 63252, - "end": 63822, + "start": 63406, + "end": 63976, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 4 }, "end": { - "line": 1813, + "line": 1818, "column": 5 } }, @@ -224794,15 +225524,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63252, - "end": 63265, + "start": 63406, + "end": 63419, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 4 }, "end": { - "line": 1796, + "line": 1801, "column": 17 }, "identifierName": "setVideoInput" @@ -224818,15 +225548,15 @@ "params": [ { "type": "Identifier", - "start": 63266, - "end": 63274, + "start": 63420, + "end": 63428, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 18 }, "end": { - "line": 1796, + "line": 1801, "column": 26 }, "identifierName": "deviceId" @@ -224836,87 +225566,87 @@ ], "body": { "type": "BlockStatement", - "start": 63276, - "end": 63822, + "start": 63430, + "end": 63976, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 28 }, "end": { - "line": 1813, + "line": 1818, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63286, - "end": 63659, + "start": 63440, + "end": 63813, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 8 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63290, - "end": 63335, + "start": 63444, + "end": 63489, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63290, - "end": 63306, + "start": 63444, + "end": 63460, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63290, - "end": 63294, + "start": 63444, + "end": 63448, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63295, - "end": 63306, + "start": 63449, + "end": 63460, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 17 }, "end": { - "line": 1797, + "line": 1802, "column": 28 }, "identifierName": "recordVideo" @@ -224928,29 +225658,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 63311, - "end": 63335, + "start": 63465, + "end": 63489, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 33 }, "end": { - "line": 1797, + "line": 1802, "column": 57 } }, "callee": { "type": "Identifier", - "start": 63311, - "end": 63317, + "start": 63465, + "end": 63471, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 33 }, "end": { - "line": 1797, + "line": 1802, "column": 39 }, "identifierName": "Object" @@ -224960,44 +225690,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 63318, - "end": 63334, + "start": 63472, + "end": 63488, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 40 }, "end": { - "line": 1797, + "line": 1802, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 63318, - "end": 63322, + "start": 63472, + "end": 63476, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 40 }, "end": { - "line": 1797, + "line": 1802, "column": 44 } } }, "property": { "type": "Identifier", - "start": 63323, - "end": 63334, + "start": 63477, + "end": 63488, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 45 }, "end": { - "line": 1797, + "line": 1802, "column": 56 }, "identifierName": "recordVideo" @@ -225011,87 +225741,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 63337, - "end": 63455, + "start": 63491, + "end": 63609, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 59 }, "end": { - "line": 1801, + "line": 1806, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63398, - "end": 63444, + "start": 63552, + "end": 63598, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 63398, - "end": 63443, + "start": 63552, + "end": 63597, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63398, - "end": 63423, + "start": 63552, + "end": 63577, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 63398, - "end": 63414, + "start": 63552, + "end": 63568, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63398, - "end": 63402, + "start": 63552, + "end": 63556, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 16 } }, @@ -225099,15 +225829,15 @@ }, "property": { "type": "Identifier", - "start": 63403, - "end": 63414, + "start": 63557, + "end": 63568, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 17 }, "end": { - "line": 1799, + "line": 1804, "column": 28 }, "identifierName": "recordVideo" @@ -225119,15 +225849,15 @@ }, "property": { "type": "Identifier", - "start": 63415, - "end": 63423, + "start": 63569, + "end": 63577, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 29 }, "end": { - "line": 1799, + "line": 1804, "column": 37 }, "identifierName": "deviceId" @@ -225139,30 +225869,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63426, - "end": 63443, + "start": 63580, + "end": 63597, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 40 }, "end": { - "line": 1799, + "line": 1804, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 63427, - "end": 63442, + "start": 63581, + "end": 63596, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 41 }, "end": { - "line": 1799, + "line": 1804, "column": 56 } }, @@ -225171,15 +225901,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63427, - "end": 63432, + "start": 63581, + "end": 63586, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 41 }, "end": { - "line": 1799, + "line": 1804, "column": 46 }, "identifierName": "exact" @@ -225188,15 +225918,15 @@ }, "value": { "type": "Identifier", - "start": 63434, - "end": 63442, + "start": 63588, + "end": 63596, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 48 }, "end": { - "line": 1799, + "line": 1804, "column": 56 }, "identifierName": "deviceId" @@ -225212,15 +225942,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63351, - "end": 63385, + "start": 63505, + "end": 63539, "loc": { "start": { - "line": 1798, + "line": 1803, "column": 12 }, "end": { - "line": 1798, + "line": 1803, "column": 46 } } @@ -225232,72 +225962,72 @@ }, "alternate": { "type": "IfStatement", - "start": 63461, - "end": 63659, + "start": 63615, + "end": 63813, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 15 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63465, - "end": 63490, + "start": 63619, + "end": 63644, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 63465, - "end": 63481, + "start": 63619, + "end": 63635, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 63465, - "end": 63469, + "start": 63619, + "end": 63623, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 23 } } }, "property": { "type": "Identifier", - "start": 63470, - "end": 63481, + "start": 63624, + "end": 63635, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 24 }, "end": { - "line": 1801, + "line": 1806, "column": 35 }, "identifierName": "recordVideo" @@ -225309,15 +226039,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 63486, - "end": 63490, + "start": 63640, + "end": 63644, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 40 }, "end": { - "line": 1801, + "line": 1806, "column": 44 } }, @@ -225326,73 +226056,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 63492, - "end": 63659, + "start": 63646, + "end": 63813, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 46 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63570, - "end": 63649, + "start": 63724, + "end": 63803, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1805, + "line": 1810, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 63570, - "end": 63648, + "start": 63724, + "end": 63802, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1805, + "line": 1810, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63570, - "end": 63586, + "start": 63724, + "end": 63740, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1803, + "line": 1808, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63570, - "end": 63574, + "start": 63724, + "end": 63728, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1803, + "line": 1808, "column": 16 } }, @@ -225400,15 +226130,15 @@ }, "property": { "type": "Identifier", - "start": 63575, - "end": 63586, + "start": 63729, + "end": 63740, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 17 }, "end": { - "line": 1803, + "line": 1808, "column": 28 }, "identifierName": "recordVideo" @@ -225420,30 +226150,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63589, - "end": 63648, + "start": 63743, + "end": 63802, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 31 }, "end": { - "line": 1805, + "line": 1810, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 63607, - "end": 63634, + "start": 63761, + "end": 63788, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 16 }, "end": { - "line": 1804, + "line": 1809, "column": 43 } }, @@ -225452,15 +226182,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63607, - "end": 63615, + "start": 63761, + "end": 63769, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 16 }, "end": { - "line": 1804, + "line": 1809, "column": 24 }, "identifierName": "deviceId" @@ -225469,30 +226199,30 @@ }, "value": { "type": "ObjectExpression", - "start": 63617, - "end": 63634, + "start": 63771, + "end": 63788, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 26 }, "end": { - "line": 1804, + "line": 1809, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 63618, - "end": 63633, + "start": 63772, + "end": 63787, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 27 }, "end": { - "line": 1804, + "line": 1809, "column": 42 } }, @@ -225501,15 +226231,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63618, - "end": 63623, + "start": 63772, + "end": 63777, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 27 }, "end": { - "line": 1804, + "line": 1809, "column": 32 }, "identifierName": "exact" @@ -225518,15 +226248,15 @@ }, "value": { "type": "Identifier", - "start": 63625, - "end": 63633, + "start": 63779, + "end": 63787, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 34 }, "end": { - "line": 1804, + "line": 1809, "column": 42 }, "identifierName": "deviceId" @@ -225545,15 +226275,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63506, - "end": 63557, + "start": 63660, + "end": 63711, "loc": { "start": { - "line": 1802, + "line": 1807, "column": 12 }, "end": { - "line": 1802, + "line": 1807, "column": 63 } } @@ -225571,15 +226301,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -225588,57 +226318,57 @@ }, { "type": "ExpressionStatement", - "start": 63704, - "end": 63722, + "start": 63858, + "end": 63876, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 63704, - "end": 63721, + "start": 63858, + "end": 63875, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 63704, - "end": 63719, + "start": 63858, + "end": 63873, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63704, - "end": 63708, + "start": 63858, + "end": 63862, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 12 } }, @@ -225646,15 +226376,15 @@ }, "property": { "type": "Identifier", - "start": 63709, - "end": 63719, + "start": 63863, + "end": 63873, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 13 }, "end": { - "line": 1809, + "line": 1814, "column": 23 }, "identifierName": "stopDevice" @@ -225671,15 +226401,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -225689,15 +226419,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -225706,57 +226436,57 @@ }, { "type": "ExpressionStatement", - "start": 63799, - "end": 63816, + "start": 63953, + "end": 63970, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 63799, - "end": 63815, + "start": 63953, + "end": 63969, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 63799, - "end": 63813, + "start": 63953, + "end": 63967, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 63799, - "end": 63803, + "start": 63953, + "end": 63957, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 12 } }, @@ -225764,15 +226494,15 @@ }, "property": { "type": "Identifier", - "start": 63804, - "end": 63813, + "start": 63958, + "end": 63967, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 13 }, "end": { - "line": 1812, + "line": 1817, "column": 22 }, "identifierName": "getDevice" @@ -225789,15 +226519,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -225812,15 +226542,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -225830,15 +226560,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -225847,15 +226577,15 @@ }, { "type": "ClassMethod", - "start": 63953, - "end": 64844, + "start": 64107, + "end": 64998, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 4 }, "end": { - "line": 1847, + "line": 1852, "column": 5 } }, @@ -225863,15 +226593,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63953, - "end": 63966, + "start": 64107, + "end": 64120, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 4 }, "end": { - "line": 1820, + "line": 1825, "column": 17 }, "identifierName": "setAudioInput" @@ -225887,15 +226617,15 @@ "params": [ { "type": "Identifier", - "start": 63967, - "end": 63975, + "start": 64121, + "end": 64129, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 18 }, "end": { - "line": 1820, + "line": 1825, "column": 26 }, "identifierName": "deviceId" @@ -225905,87 +226635,87 @@ ], "body": { "type": "BlockStatement", - "start": 63977, - "end": 64844, + "start": 64131, + "end": 64998, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 28 }, "end": { - "line": 1847, + "line": 1852, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63987, - "end": 64360, + "start": 64141, + "end": 64514, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 8 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63991, - "end": 64036, + "start": 64145, + "end": 64190, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63991, - "end": 64007, + "start": 64145, + "end": 64161, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63991, - "end": 63995, + "start": 64145, + "end": 64149, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63996, - "end": 64007, + "start": 64150, + "end": 64161, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 17 }, "end": { - "line": 1821, + "line": 1826, "column": 28 }, "identifierName": "recordAudio" @@ -225997,29 +226727,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 64012, - "end": 64036, + "start": 64166, + "end": 64190, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 33 }, "end": { - "line": 1821, + "line": 1826, "column": 57 } }, "callee": { "type": "Identifier", - "start": 64012, - "end": 64018, + "start": 64166, + "end": 64172, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 33 }, "end": { - "line": 1821, + "line": 1826, "column": 39 }, "identifierName": "Object" @@ -226029,44 +226759,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 64019, - "end": 64035, + "start": 64173, + "end": 64189, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 40 }, "end": { - "line": 1821, + "line": 1826, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 64019, - "end": 64023, + "start": 64173, + "end": 64177, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 40 }, "end": { - "line": 1821, + "line": 1826, "column": 44 } } }, "property": { "type": "Identifier", - "start": 64024, - "end": 64035, + "start": 64178, + "end": 64189, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 45 }, "end": { - "line": 1821, + "line": 1826, "column": 56 }, "identifierName": "recordAudio" @@ -226080,87 +226810,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 64038, - "end": 64156, + "start": 64192, + "end": 64310, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 59 }, "end": { - "line": 1825, + "line": 1830, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64099, - "end": 64145, + "start": 64253, + "end": 64299, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 64099, - "end": 64144, + "start": 64253, + "end": 64298, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64099, - "end": 64124, + "start": 64253, + "end": 64278, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 64099, - "end": 64115, + "start": 64253, + "end": 64269, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64099, - "end": 64103, + "start": 64253, + "end": 64257, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 16 } }, @@ -226168,15 +226898,15 @@ }, "property": { "type": "Identifier", - "start": 64104, - "end": 64115, + "start": 64258, + "end": 64269, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 17 }, "end": { - "line": 1823, + "line": 1828, "column": 28 }, "identifierName": "recordAudio" @@ -226188,15 +226918,15 @@ }, "property": { "type": "Identifier", - "start": 64116, - "end": 64124, + "start": 64270, + "end": 64278, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 29 }, "end": { - "line": 1823, + "line": 1828, "column": 37 }, "identifierName": "deviceId" @@ -226208,30 +226938,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64127, - "end": 64144, + "start": 64281, + "end": 64298, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 40 }, "end": { - "line": 1823, + "line": 1828, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 64128, - "end": 64143, + "start": 64282, + "end": 64297, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 41 }, "end": { - "line": 1823, + "line": 1828, "column": 56 } }, @@ -226240,15 +226970,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64128, - "end": 64133, + "start": 64282, + "end": 64287, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 41 }, "end": { - "line": 1823, + "line": 1828, "column": 46 }, "identifierName": "exact" @@ -226257,15 +226987,15 @@ }, "value": { "type": "Identifier", - "start": 64135, - "end": 64143, + "start": 64289, + "end": 64297, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 48 }, "end": { - "line": 1823, + "line": 1828, "column": 56 }, "identifierName": "deviceId" @@ -226281,15 +227011,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64052, - "end": 64086, + "start": 64206, + "end": 64240, "loc": { "start": { - "line": 1822, + "line": 1827, "column": 12 }, "end": { - "line": 1822, + "line": 1827, "column": 46 } } @@ -226301,72 +227031,72 @@ }, "alternate": { "type": "IfStatement", - "start": 64162, - "end": 64360, + "start": 64316, + "end": 64514, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 15 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64166, - "end": 64191, + "start": 64320, + "end": 64345, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 64166, - "end": 64182, + "start": 64320, + "end": 64336, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 64166, - "end": 64170, + "start": 64320, + "end": 64324, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 23 } } }, "property": { "type": "Identifier", - "start": 64171, - "end": 64182, + "start": 64325, + "end": 64336, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 24 }, "end": { - "line": 1825, + "line": 1830, "column": 35 }, "identifierName": "recordAudio" @@ -226378,15 +227108,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 64187, - "end": 64191, + "start": 64341, + "end": 64345, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 40 }, "end": { - "line": 1825, + "line": 1830, "column": 44 } }, @@ -226395,73 +227125,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64193, - "end": 64360, + "start": 64347, + "end": 64514, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 46 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64271, - "end": 64350, + "start": 64425, + "end": 64504, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1829, + "line": 1834, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 64271, - "end": 64349, + "start": 64425, + "end": 64503, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1829, + "line": 1834, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64271, - "end": 64287, + "start": 64425, + "end": 64441, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1827, + "line": 1832, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64271, - "end": 64275, + "start": 64425, + "end": 64429, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1827, + "line": 1832, "column": 16 } }, @@ -226469,15 +227199,15 @@ }, "property": { "type": "Identifier", - "start": 64276, - "end": 64287, + "start": 64430, + "end": 64441, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 17 }, "end": { - "line": 1827, + "line": 1832, "column": 28 }, "identifierName": "recordAudio" @@ -226489,30 +227219,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64290, - "end": 64349, + "start": 64444, + "end": 64503, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 31 }, "end": { - "line": 1829, + "line": 1834, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 64308, - "end": 64335, + "start": 64462, + "end": 64489, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 16 }, "end": { - "line": 1828, + "line": 1833, "column": 43 } }, @@ -226521,15 +227251,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64308, - "end": 64316, + "start": 64462, + "end": 64470, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 16 }, "end": { - "line": 1828, + "line": 1833, "column": 24 }, "identifierName": "deviceId" @@ -226538,30 +227268,30 @@ }, "value": { "type": "ObjectExpression", - "start": 64318, - "end": 64335, + "start": 64472, + "end": 64489, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 26 }, "end": { - "line": 1828, + "line": 1833, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 64319, - "end": 64334, + "start": 64473, + "end": 64488, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 27 }, "end": { - "line": 1828, + "line": 1833, "column": 42 } }, @@ -226570,15 +227300,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64319, - "end": 64324, + "start": 64473, + "end": 64478, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 27 }, "end": { - "line": 1828, + "line": 1833, "column": 32 }, "identifierName": "exact" @@ -226587,15 +227317,15 @@ }, "value": { "type": "Identifier", - "start": 64326, - "end": 64334, + "start": 64480, + "end": 64488, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 34 }, "end": { - "line": 1828, + "line": 1833, "column": 42 }, "identifierName": "deviceId" @@ -226614,15 +227344,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64207, - "end": 64258, + "start": 64361, + "end": 64412, "loc": { "start": { - "line": 1826, + "line": 1831, "column": 12 }, "end": { - "line": 1826, + "line": 1831, "column": 63 } } @@ -226640,15 +227370,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -226657,57 +227387,57 @@ }, { "type": "SwitchStatement", - "start": 64429, - "end": 64681, + "start": 64583, + "end": 64835, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 8 }, "end": { - "line": 1840, + "line": 1845, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 64437, - "end": 64457, + "start": 64591, + "end": 64611, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 64437, - "end": 64455, + "start": 64591, + "end": 64609, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 64437, - "end": 64441, + "start": 64591, + "end": 64595, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 20 } }, @@ -226715,15 +227445,15 @@ }, "property": { "type": "Identifier", - "start": 64442, - "end": 64455, + "start": 64596, + "end": 64609, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 21 }, "end": { - "line": 1833, + "line": 1838, "column": 34 }, "identifierName": "getRecordType" @@ -226739,130 +227469,130 @@ "cases": [ { "type": "SwitchCase", - "start": 64473, - "end": 64671, + "start": 64627, + "end": 64825, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 12 }, "end": { - "line": 1839, + "line": 1844, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 64506, - "end": 64648, + "start": 64660, + "end": 64802, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1838, + "line": 1843, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 64506, - "end": 64647, + "start": 64660, + "end": 64801, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1838, + "line": 1843, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64506, - "end": 64547, + "start": 64660, + "end": 64701, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64535, + "start": 64660, + "end": 64689, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64524, + "start": 64660, + "end": 64678, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 64506, - "end": 64517, + "start": 64660, + "end": 64671, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 64506, - "end": 64510, + "start": 64660, + "end": 64664, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 20 } } }, "property": { "type": "Identifier", - "start": 64511, - "end": 64517, + "start": 64665, + "end": 64671, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 21 }, "end": { - "line": 1835, + "line": 1840, "column": 27 }, "identifierName": "surfer" @@ -226873,15 +227603,15 @@ }, "property": { "type": "Identifier", - "start": 64518, - "end": 64524, + "start": 64672, + "end": 64678, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 28 }, "end": { - "line": 1835, + "line": 1840, "column": 34 }, "identifierName": "surfer" @@ -226892,15 +227622,15 @@ }, "property": { "type": "Identifier", - "start": 64525, - "end": 64535, + "start": 64679, + "end": 64689, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 35 }, "end": { - "line": 1835, + "line": 1840, "column": 45 }, "identifierName": "microphone" @@ -226911,15 +227641,15 @@ }, "property": { "type": "Identifier", - "start": 64536, - "end": 64547, + "start": 64690, + "end": 64701, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 46 }, "end": { - "line": 1835, + "line": 1840, "column": 57 }, "identifierName": "constraints" @@ -226930,30 +227660,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64550, - "end": 64647, + "start": 64704, + "end": 64801, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 60 }, "end": { - "line": 1838, + "line": 1843, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 64572, - "end": 64584, + "start": 64726, + "end": 64738, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 20 }, "end": { - "line": 1836, + "line": 1841, "column": 32 } }, @@ -226962,15 +227692,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64572, - "end": 64577, + "start": 64726, + "end": 64731, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 20 }, "end": { - "line": 1836, + "line": 1841, "column": 25 }, "identifierName": "video" @@ -226979,15 +227709,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 64579, - "end": 64584, + "start": 64733, + "end": 64738, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 27 }, "end": { - "line": 1836, + "line": 1841, "column": 32 } }, @@ -226996,15 +227726,15 @@ }, { "type": "ObjectProperty", - "start": 64606, - "end": 64629, + "start": 64760, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 20 }, "end": { - "line": 1837, + "line": 1842, "column": 43 } }, @@ -227013,15 +227743,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64606, - "end": 64611, + "start": 64760, + "end": 64765, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 20 }, "end": { - "line": 1837, + "line": 1842, "column": 25 }, "identifierName": "audio" @@ -227030,44 +227760,44 @@ }, "value": { "type": "MemberExpression", - "start": 64613, - "end": 64629, + "start": 64767, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 27 }, "end": { - "line": 1837, + "line": 1842, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 64613, - "end": 64617, + "start": 64767, + "end": 64771, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 27 }, "end": { - "line": 1837, + "line": 1842, "column": 31 } } }, "property": { "type": "Identifier", - "start": 64618, - "end": 64629, + "start": 64772, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 32 }, "end": { - "line": 1837, + "line": 1842, "column": 43 }, "identifierName": "recordAudio" @@ -227083,15 +227813,15 @@ }, { "type": "BreakStatement", - "start": 64665, - "end": 64671, + "start": 64819, + "end": 64825, "loc": { "start": { - "line": 1839, + "line": 1844, "column": 16 }, "end": { - "line": 1839, + "line": 1844, "column": 22 } }, @@ -227100,15 +227830,15 @@ ], "test": { "type": "Identifier", - "start": 64478, - "end": 64488, + "start": 64632, + "end": 64642, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 17 }, "end": { - "line": 1834, + "line": 1839, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -227121,15 +227851,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -227139,15 +227869,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -227156,57 +227886,57 @@ }, { "type": "ExpressionStatement", - "start": 64726, - "end": 64744, + "start": 64880, + "end": 64898, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 64726, - "end": 64743, + "start": 64880, + "end": 64897, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 64726, - "end": 64741, + "start": 64880, + "end": 64895, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 64726, - "end": 64730, + "start": 64880, + "end": 64884, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 12 } }, @@ -227214,15 +227944,15 @@ }, "property": { "type": "Identifier", - "start": 64731, - "end": 64741, + "start": 64885, + "end": 64895, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 13 }, "end": { - "line": 1843, + "line": 1848, "column": 23 }, "identifierName": "stopDevice" @@ -227239,15 +227969,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -227257,15 +227987,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -227274,57 +228004,57 @@ }, { "type": "ExpressionStatement", - "start": 64821, - "end": 64838, + "start": 64975, + "end": 64992, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 64821, - "end": 64837, + "start": 64975, + "end": 64991, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 64821, - "end": 64835, + "start": 64975, + "end": 64989, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 64821, - "end": 64825, + "start": 64975, + "end": 64979, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 12 } }, @@ -227332,15 +228062,15 @@ }, "property": { "type": "Identifier", - "start": 64826, - "end": 64835, + "start": 64980, + "end": 64989, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 13 }, "end": { - "line": 1846, + "line": 1851, "column": 22 }, "identifierName": "getDevice" @@ -227357,15 +228087,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -227380,15 +228110,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -227398,15 +228128,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -227415,15 +228145,15 @@ }, { "type": "ClassMethod", - "start": 64973, - "end": 66379, + "start": 65127, + "end": 66533, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 4 }, "end": { - "line": 1890, + "line": 1895, "column": 5 } }, @@ -227431,15 +228161,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64973, - "end": 64987, + "start": 65127, + "end": 65141, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 4 }, "end": { - "line": 1854, + "line": 1859, "column": 18 }, "identifierName": "setAudioOutput" @@ -227455,15 +228185,15 @@ "params": [ { "type": "Identifier", - "start": 64988, - "end": 64996, + "start": 65142, + "end": 65150, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 19 }, "end": { - "line": 1854, + "line": 1859, "column": 27 }, "identifierName": "deviceId" @@ -227473,59 +228203,59 @@ ], "body": { "type": "BlockStatement", - "start": 64998, - "end": 66379, + "start": 65152, + "end": 66533, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 29 }, "end": { - "line": 1890, + "line": 1895, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 65008, - "end": 65025, + "start": 65162, + "end": 65179, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 8 }, "end": { - "line": 1855, + "line": 1860, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65012, - "end": 65024, + "start": 65166, + "end": 65178, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 12 }, "end": { - "line": 1855, + "line": 1860, "column": 24 } }, "id": { "type": "Identifier", - "start": 65012, - "end": 65024, + "start": 65166, + "end": 65178, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 12 }, "end": { - "line": 1855, + "line": 1860, "column": 24 }, "identifierName": "errorMessage" @@ -227539,72 +228269,72 @@ }, { "type": "SwitchStatement", - "start": 65034, - "end": 66266, + "start": 65188, + "end": 66420, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 8 }, "end": { - "line": 1886, + "line": 1891, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 65042, - "end": 65062, + "start": 65196, + "end": 65216, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 65042, - "end": 65060, + "start": 65196, + "end": 65214, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 65042, - "end": 65046, + "start": 65196, + "end": 65200, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 20 } } }, "property": { "type": "Identifier", - "start": 65047, - "end": 65060, + "start": 65201, + "end": 65214, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 21 }, "end": { - "line": 1856, + "line": 1861, "column": 34 }, "identifierName": "getRecordType" @@ -227618,156 +228348,156 @@ "cases": [ { "type": "SwitchCase", - "start": 65078, - "end": 65456, + "start": 65232, + "end": 65610, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 12 }, "end": { - "line": 1866, + "line": 1871, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65145, - "end": 65433, + "start": 65299, + "end": 65587, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1865, + "line": 1870, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 65145, - "end": 65432, + "start": 65299, + "end": 65586, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1865, + "line": 1870, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65362, + "start": 65299, + "end": 65516, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1863, + "line": 1868, "column": 24 } }, "object": { "type": "CallExpression", - "start": 65145, - "end": 65356, + "start": 65299, + "end": 65510, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1863, + "line": 1868, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65188, + "start": 65299, + "end": 65342, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 59 } }, "object": { "type": "CallExpression", - "start": 65145, - "end": 65183, + "start": 65299, + "end": 65337, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 65145, - "end": 65173, + "start": 65299, + "end": 65327, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 65145, - "end": 65163, + "start": 65299, + "end": 65317, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 65145, - "end": 65156, + "start": 65299, + "end": 65310, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 65145, - "end": 65149, + "start": 65299, + "end": 65303, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 20 } }, @@ -227775,15 +228505,15 @@ }, "property": { "type": "Identifier", - "start": 65150, - "end": 65156, + "start": 65304, + "end": 65310, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 21 }, "end": { - "line": 1859, + "line": 1864, "column": 27 }, "identifierName": "surfer" @@ -227795,15 +228525,15 @@ }, "property": { "type": "Identifier", - "start": 65157, - "end": 65163, + "start": 65311, + "end": 65317, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 28 }, "end": { - "line": 1859, + "line": 1864, "column": 34 }, "identifierName": "surfer" @@ -227815,15 +228545,15 @@ }, "property": { "type": "Identifier", - "start": 65164, - "end": 65173, + "start": 65318, + "end": 65327, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 35 }, "end": { - "line": 1859, + "line": 1864, "column": 44 }, "identifierName": "setSinkId" @@ -227836,15 +228566,15 @@ "arguments": [ { "type": "Identifier", - "start": 65174, - "end": 65182, + "start": 65328, + "end": 65336, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 45 }, "end": { - "line": 1859, + "line": 1864, "column": 53 }, "identifierName": "deviceId" @@ -227856,15 +228586,15 @@ }, "property": { "type": "Identifier", - "start": 65184, - "end": 65188, + "start": 65338, + "end": 65342, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 55 }, "end": { - "line": 1859, + "line": 1864, "column": 59 }, "identifierName": "then" @@ -227877,15 +228607,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65189, - "end": 65355, + "start": 65343, + "end": 65509, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 60 }, "end": { - "line": 1863, + "line": 1868, "column": 17 } }, @@ -227896,15 +228626,15 @@ "params": [ { "type": "Identifier", - "start": 65190, - "end": 65196, + "start": 65344, + "end": 65350, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 61 }, "end": { - "line": 1859, + "line": 1864, "column": 67 }, "identifierName": "result" @@ -227914,86 +228644,86 @@ ], "body": { "type": "BlockStatement", - "start": 65201, - "end": 65355, + "start": 65355, + "end": 65509, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 72 }, "end": { - "line": 1863, + "line": 1868, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65263, - "end": 65309, + "start": 65417, + "end": 65463, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 65263, - "end": 65308, + "start": 65417, + "end": 65462, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 65263, - "end": 65282, + "start": 65417, + "end": 65436, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 65263, - "end": 65274, + "start": 65417, + "end": 65428, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 65263, - "end": 65267, + "start": 65417, + "end": 65421, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 24 } }, @@ -228001,15 +228731,15 @@ }, "property": { "type": "Identifier", - "start": 65268, - "end": 65274, + "start": 65422, + "end": 65428, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 25 }, "end": { - "line": 1861, + "line": 1866, "column": 31 }, "identifierName": "player" @@ -228021,15 +228751,15 @@ }, "property": { "type": "Identifier", - "start": 65275, - "end": 65282, + "start": 65429, + "end": 65436, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 32 }, "end": { - "line": 1861, + "line": 1866, "column": 39 }, "identifierName": "trigger" @@ -228042,29 +228772,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65283, - "end": 65307, + "start": 65437, + "end": 65461, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 40 }, "end": { - "line": 1861, + "line": 1866, "column": 64 } }, "object": { "type": "Identifier", - "start": 65283, - "end": 65288, + "start": 65437, + "end": 65442, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 40 }, "end": { - "line": 1861, + "line": 1866, "column": 45 }, "identifierName": "Event" @@ -228073,15 +228803,15 @@ }, "property": { "type": "Identifier", - "start": 65289, - "end": 65307, + "start": 65443, + "end": 65461, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 46 }, "end": { - "line": 1861, + "line": 1866, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -228097,15 +228827,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65223, - "end": 65242, + "start": 65377, + "end": 65396, "loc": { "start": { - "line": 1860, + "line": 1865, "column": 20 }, "end": { - "line": 1860, + "line": 1865, "column": 39 } } @@ -228114,15 +228844,15 @@ }, { "type": "ReturnStatement", - "start": 65330, - "end": 65337, + "start": 65484, + "end": 65491, "loc": { "start": { - "line": 1862, + "line": 1867, "column": 20 }, "end": { - "line": 1862, + "line": 1867, "column": 27 } }, @@ -228137,15 +228867,15 @@ }, "property": { "type": "Identifier", - "start": 65357, - "end": 65362, + "start": 65511, + "end": 65516, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 19 }, "end": { - "line": 1863, + "line": 1868, "column": 24 }, "identifierName": "catch" @@ -228158,15 +228888,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65363, - "end": 65431, + "start": 65517, + "end": 65585, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 25 }, "end": { - "line": 1865, + "line": 1870, "column": 17 } }, @@ -228177,15 +228907,15 @@ "params": [ { "type": "Identifier", - "start": 65364, - "end": 65367, + "start": 65518, + "end": 65521, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 26 }, "end": { - "line": 1863, + "line": 1868, "column": 29 }, "identifierName": "err" @@ -228195,59 +228925,59 @@ ], "body": { "type": "BlockStatement", - "start": 65372, - "end": 65431, + "start": 65526, + "end": 65585, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 34 }, "end": { - "line": 1865, + "line": 1870, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65394, - "end": 65413, + "start": 65548, + "end": 65567, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 65394, - "end": 65412, + "start": 65548, + "end": 65566, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65394, - "end": 65406, + "start": 65548, + "end": 65560, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 32 }, "identifierName": "errorMessage" @@ -228256,15 +228986,15 @@ }, "right": { "type": "Identifier", - "start": 65409, - "end": 65412, + "start": 65563, + "end": 65566, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 35 }, "end": { - "line": 1864, + "line": 1869, "column": 38 }, "identifierName": "err" @@ -228284,15 +229014,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65111, - "end": 65128, + "start": 65265, + "end": 65282, "loc": { "start": { - "line": 1858, + "line": 1863, "column": 16 }, "end": { - "line": 1858, + "line": 1863, "column": 33 } } @@ -228301,15 +229031,15 @@ }, { "type": "BreakStatement", - "start": 65450, - "end": 65456, + "start": 65604, + "end": 65610, "loc": { "start": { - "line": 1866, + "line": 1871, "column": 16 }, "end": { - "line": 1866, + "line": 1871, "column": 22 } }, @@ -228318,15 +229048,15 @@ ], "test": { "type": "Identifier", - "start": 65083, - "end": 65093, + "start": 65237, + "end": 65247, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 17 }, "end": { - "line": 1857, + "line": 1862, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -228336,59 +229066,59 @@ }, { "type": "SwitchCase", - "start": 65470, - "end": 66256, + "start": 65624, + "end": 66410, "loc": { "start": { - "line": 1868, + "line": 1873, "column": 12 }, "end": { - "line": 1885, + "line": 1890, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 65495, - "end": 65526, + "start": 65649, + "end": 65680, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 16 }, "end": { - "line": 1869, + "line": 1874, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65499, - "end": 65525, + "start": 65653, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 20 }, "end": { - "line": 1869, + "line": 1874, "column": 46 } }, "id": { "type": "Identifier", - "start": 65499, - "end": 65506, + "start": 65653, + "end": 65660, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 20 }, "end": { - "line": 1869, + "line": 1874, "column": 27 }, "identifierName": "element" @@ -228397,43 +229127,43 @@ }, "init": { "type": "MemberExpression", - "start": 65509, - "end": 65525, + "start": 65663, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 65509, - "end": 65521, + "start": 65663, + "end": 65675, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 42 } }, "object": { "type": "Identifier", - "start": 65509, - "end": 65515, + "start": 65663, + "end": 65669, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 36 }, "identifierName": "player" @@ -228442,15 +229172,15 @@ }, "property": { "type": "Identifier", - "start": 65516, - "end": 65521, + "start": 65670, + "end": 65675, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 37 }, "end": { - "line": 1869, + "line": 1874, "column": 42 }, "identifierName": "tech_" @@ -228461,15 +229191,15 @@ }, "property": { "type": "Identifier", - "start": 65522, - "end": 65525, + "start": 65676, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 43 }, "end": { - "line": 1869, + "line": 1874, "column": 46 }, "identifierName": "el_" @@ -228484,29 +229214,29 @@ }, { "type": "IfStatement", - "start": 65543, - "end": 66233, + "start": 65697, + "end": 66387, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 16 }, "end": { - "line": 1884, + "line": 1889, "column": 17 } }, "test": { "type": "Identifier", - "start": 65547, - "end": 65555, + "start": 65701, + "end": 65709, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 20 }, "end": { - "line": 1870, + "line": 1875, "column": 28 }, "identifierName": "deviceId" @@ -228515,58 +229245,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 65557, - "end": 66140, + "start": 65711, + "end": 66294, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 30 }, "end": { - "line": 1882, + "line": 1887, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 65579, - "end": 66122, + "start": 65733, + "end": 66276, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 20 }, "end": { - "line": 1881, + "line": 1886, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 65583, - "end": 65620, + "start": 65737, + "end": 65774, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 24 }, "end": { - "line": 1871, + "line": 1876, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 65583, - "end": 65604, + "start": 65737, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 24 }, "end": { - "line": 1871, + "line": 1876, "column": 45 } }, @@ -228574,29 +229304,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 65590, - "end": 65604, + "start": 65744, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 31 }, "end": { - "line": 1871, + "line": 1876, "column": 45 } }, "object": { "type": "Identifier", - "start": 65590, - "end": 65597, + "start": 65744, + "end": 65751, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 31 }, "end": { - "line": 1871, + "line": 1876, "column": 38 }, "identifierName": "element" @@ -228605,15 +229335,15 @@ }, "property": { "type": "Identifier", - "start": 65598, - "end": 65604, + "start": 65752, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 39 }, "end": { - "line": 1871, + "line": 1876, "column": 45 }, "identifierName": "sinkId" @@ -228629,15 +229359,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 65609, - "end": 65620, + "start": 65763, + "end": 65774, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 50 }, "end": { - "line": 1871, + "line": 1876, "column": 61 } }, @@ -228650,128 +229380,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 65622, - "end": 65995, + "start": 65776, + "end": 66149, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 63 }, "end": { - "line": 1879, + "line": 1884, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 65648, - "end": 65973, + "start": 65802, + "end": 66127, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1878, + "line": 1883, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 65648, - "end": 65972, + "start": 65802, + "end": 66126, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1878, + "line": 1883, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65886, + "start": 65802, + "end": 66040, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1876, + "line": 1881, "column": 32 } }, "object": { "type": "CallExpression", - "start": 65648, - "end": 65880, + "start": 65802, + "end": 66034, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1876, + "line": 1881, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65680, + "start": 65802, + "end": 65834, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 56 } }, "object": { "type": "CallExpression", - "start": 65648, - "end": 65675, + "start": 65802, + "end": 65829, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 65648, - "end": 65665, + "start": 65802, + "end": 65819, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 41 } }, "object": { "type": "Identifier", - "start": 65648, - "end": 65655, + "start": 65802, + "end": 65809, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 31 }, "identifierName": "element" @@ -228780,15 +229510,15 @@ }, "property": { "type": "Identifier", - "start": 65656, - "end": 65665, + "start": 65810, + "end": 65819, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 32 }, "end": { - "line": 1872, + "line": 1877, "column": 41 }, "identifierName": "setSinkId" @@ -228800,15 +229530,15 @@ "arguments": [ { "type": "Identifier", - "start": 65666, - "end": 65674, + "start": 65820, + "end": 65828, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 42 }, "end": { - "line": 1872, + "line": 1877, "column": 50 }, "identifierName": "deviceId" @@ -228819,15 +229549,15 @@ }, "property": { "type": "Identifier", - "start": 65676, - "end": 65680, + "start": 65830, + "end": 65834, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 52 }, "end": { - "line": 1872, + "line": 1877, "column": 56 }, "identifierName": "then" @@ -228839,15 +229569,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65681, - "end": 65879, + "start": 65835, + "end": 66033, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 57 }, "end": { - "line": 1876, + "line": 1881, "column": 25 } }, @@ -228858,15 +229588,15 @@ "params": [ { "type": "Identifier", - "start": 65682, - "end": 65688, + "start": 65836, + "end": 65842, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 58 }, "end": { - "line": 1872, + "line": 1877, "column": 64 }, "identifierName": "result" @@ -228876,86 +229606,86 @@ ], "body": { "type": "BlockStatement", - "start": 65693, - "end": 65879, + "start": 65847, + "end": 66033, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 69 }, "end": { - "line": 1876, + "line": 1881, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65771, - "end": 65817, + "start": 65925, + "end": 65971, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 65771, - "end": 65816, + "start": 65925, + "end": 65970, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 65771, - "end": 65790, + "start": 65925, + "end": 65944, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 65771, - "end": 65782, + "start": 65925, + "end": 65936, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 65771, - "end": 65775, + "start": 65925, + "end": 65929, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 32 } }, @@ -228963,15 +229693,15 @@ }, "property": { "type": "Identifier", - "start": 65776, - "end": 65782, + "start": 65930, + "end": 65936, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 33 }, "end": { - "line": 1874, + "line": 1879, "column": 39 }, "identifierName": "player" @@ -228983,15 +229713,15 @@ }, "property": { "type": "Identifier", - "start": 65783, - "end": 65790, + "start": 65937, + "end": 65944, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 40 }, "end": { - "line": 1874, + "line": 1879, "column": 47 }, "identifierName": "trigger" @@ -229004,29 +229734,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65791, - "end": 65815, + "start": 65945, + "end": 65969, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 48 }, "end": { - "line": 1874, + "line": 1879, "column": 72 } }, "object": { "type": "Identifier", - "start": 65791, - "end": 65796, + "start": 65945, + "end": 65950, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 48 }, "end": { - "line": 1874, + "line": 1879, "column": 53 }, "identifierName": "Event" @@ -229035,15 +229765,15 @@ }, "property": { "type": "Identifier", - "start": 65797, - "end": 65815, + "start": 65951, + "end": 65969, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 54 }, "end": { - "line": 1874, + "line": 1879, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -229059,15 +229789,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65723, - "end": 65742, + "start": 65877, + "end": 65896, "loc": { "start": { - "line": 1873, + "line": 1878, "column": 28 }, "end": { - "line": 1873, + "line": 1878, "column": 47 } } @@ -229076,15 +229806,15 @@ }, { "type": "ReturnStatement", - "start": 65846, - "end": 65853, + "start": 66000, + "end": 66007, "loc": { "start": { - "line": 1875, + "line": 1880, "column": 28 }, "end": { - "line": 1875, + "line": 1880, "column": 35 } }, @@ -229098,15 +229828,15 @@ }, "property": { "type": "Identifier", - "start": 65881, - "end": 65886, + "start": 66035, + "end": 66040, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 27 }, "end": { - "line": 1876, + "line": 1881, "column": 32 }, "identifierName": "catch" @@ -229118,15 +229848,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65887, - "end": 65971, + "start": 66041, + "end": 66125, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 33 }, "end": { - "line": 1878, + "line": 1883, "column": 25 } }, @@ -229137,15 +229867,15 @@ "params": [ { "type": "Identifier", - "start": 65888, - "end": 65891, + "start": 66042, + "end": 66045, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 34 }, "end": { - "line": 1876, + "line": 1881, "column": 37 }, "identifierName": "err" @@ -229155,59 +229885,59 @@ ], "body": { "type": "BlockStatement", - "start": 65896, - "end": 65971, + "start": 66050, + "end": 66125, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 42 }, "end": { - "line": 1878, + "line": 1883, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65926, - "end": 65945, + "start": 66080, + "end": 66099, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 65926, - "end": 65944, + "start": 66080, + "end": 66098, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65926, - "end": 65938, + "start": 66080, + "end": 66092, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 40 }, "identifierName": "errorMessage" @@ -229216,15 +229946,15 @@ }, "right": { "type": "Identifier", - "start": 65941, - "end": 65944, + "start": 66095, + "end": 66098, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 43 }, "end": { - "line": 1877, + "line": 1882, "column": 46 }, "identifierName": "err" @@ -229245,59 +229975,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66001, - "end": 66122, + "start": 66155, + "end": 66276, "loc": { "start": { - "line": 1879, + "line": 1884, "column": 27 }, "end": { - "line": 1881, + "line": 1886, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 66027, - "end": 66100, + "start": 66181, + "end": 66254, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 66027, - "end": 66099, + "start": 66181, + "end": 66253, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66027, - "end": 66039, + "start": 66181, + "end": 66193, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 36 }, "identifierName": "errorMessage" @@ -229306,15 +230036,15 @@ }, "right": { "type": "StringLiteral", - "start": 66042, - "end": 66099, + "start": 66196, + "end": 66253, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 39 }, "end": { - "line": 1880, + "line": 1885, "column": 96 } }, @@ -229335,59 +230065,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66146, - "end": 66233, + "start": 66300, + "end": 66387, "loc": { "start": { - "line": 1882, + "line": 1887, "column": 23 }, "end": { - "line": 1884, + "line": 1889, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 66168, - "end": 66215, + "start": 66322, + "end": 66369, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 66168, - "end": 66214, + "start": 66322, + "end": 66368, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66168, - "end": 66180, + "start": 66322, + "end": 66334, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 32 }, "identifierName": "errorMessage" @@ -229396,30 +230126,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 66183, - "end": 66214, + "start": 66337, + "end": 66368, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 35 }, "end": { - "line": 1883, + "line": 1888, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 66204, - "end": 66212, + "start": 66358, + "end": 66366, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 56 }, "end": { - "line": 1883, + "line": 1888, "column": 64 }, "identifierName": "deviceId" @@ -229430,15 +230160,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 66184, - "end": 66202, + "start": 66338, + "end": 66356, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 36 }, "end": { - "line": 1883, + "line": 1888, "column": 54 } }, @@ -229450,15 +230180,15 @@ }, { "type": "TemplateElement", - "start": 66213, - "end": 66213, + "start": 66367, + "end": 66367, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 65 }, "end": { - "line": 1883, + "line": 1888, "column": 65 } }, @@ -229478,15 +230208,15 @@ }, { "type": "BreakStatement", - "start": 66250, - "end": 66256, + "start": 66404, + "end": 66410, "loc": { "start": { - "line": 1885, + "line": 1890, "column": 16 }, "end": { - "line": 1885, + "line": 1890, "column": 22 } }, @@ -229500,15 +230230,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -229517,71 +230247,71 @@ }, { "type": "ExpressionStatement", - "start": 66326, - "end": 66373, + "start": 66480, + "end": 66527, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 66326, - "end": 66372, + "start": 66480, + "end": 66526, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 66326, - "end": 66345, + "start": 66480, + "end": 66499, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 66326, - "end": 66337, + "start": 66480, + "end": 66491, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66326, - "end": 66330, + "start": 66480, + "end": 66484, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 12 } }, @@ -229589,15 +230319,15 @@ }, "property": { "type": "Identifier", - "start": 66331, - "end": 66337, + "start": 66485, + "end": 66491, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 13 }, "end": { - "line": 1889, + "line": 1894, "column": 19 }, "identifierName": "player" @@ -229609,15 +230339,15 @@ }, "property": { "type": "Identifier", - "start": 66338, - "end": 66345, + "start": 66492, + "end": 66499, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 20 }, "end": { - "line": 1889, + "line": 1894, "column": 27 }, "identifierName": "trigger" @@ -229630,29 +230360,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66346, - "end": 66357, + "start": 66500, + "end": 66511, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 28 }, "end": { - "line": 1889, + "line": 1894, "column": 39 } }, "object": { "type": "Identifier", - "start": 66346, - "end": 66351, + "start": 66500, + "end": 66505, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 28 }, "end": { - "line": 1889, + "line": 1894, "column": 33 }, "identifierName": "Event" @@ -229661,15 +230391,15 @@ }, "property": { "type": "Identifier", - "start": 66352, - "end": 66357, + "start": 66506, + "end": 66511, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 34 }, "end": { - "line": 1889, + "line": 1894, "column": 39 }, "identifierName": "ERROR" @@ -229680,15 +230410,15 @@ }, { "type": "Identifier", - "start": 66359, - "end": 66371, + "start": 66513, + "end": 66525, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 41 }, "end": { - "line": 1889, + "line": 1894, "column": 53 }, "identifierName": "errorMessage" @@ -229702,15 +230432,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -229725,15 +230455,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -229743,15 +230473,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -229760,15 +230490,15 @@ }, { "type": "ClassMethod", - "start": 66729, - "end": 67039, + "start": 66883, + "end": 67193, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 4 }, "end": { - "line": 1909, + "line": 1914, "column": 5 } }, @@ -229776,15 +230506,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66729, - "end": 66742, + "start": 66883, + "end": 66896, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 4 }, "end": { - "line": 1899, + "line": 1904, "column": 17 }, "identifierName": "setFormatTime" @@ -229800,15 +230530,15 @@ "params": [ { "type": "Identifier", - "start": 66743, - "end": 66763, + "start": 66897, + "end": 66917, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 18 }, "end": { - "line": 1899, + "line": 1904, "column": 38 }, "identifierName": "customImplementation" @@ -229818,88 +230548,88 @@ ], "body": { "type": "BlockStatement", - "start": 66765, - "end": 67039, + "start": 66919, + "end": 67193, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 40 }, "end": { - "line": 1909, + "line": 1914, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66775, - "end": 66815, + "start": 66929, + "end": 66969, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 66775, - "end": 66814, + "start": 66929, + "end": 66968, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 66775, - "end": 66791, + "start": 66929, + "end": 66945, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 66775, - "end": 66779, + "start": 66929, + "end": 66933, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66780, - "end": 66791, + "start": 66934, + "end": 66945, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 13 }, "end": { - "line": 1900, + "line": 1905, "column": 24 }, "identifierName": "_formatTime" @@ -229910,15 +230640,15 @@ }, "right": { "type": "Identifier", - "start": 66794, - "end": 66814, + "start": 66948, + "end": 66968, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 27 }, "end": { - "line": 1900, + "line": 1905, "column": 47 }, "identifierName": "customImplementation" @@ -229929,57 +230659,57 @@ }, { "type": "ExpressionStatement", - "start": 66825, - "end": 66865, + "start": 66979, + "end": 67019, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 66825, - "end": 66864, + "start": 66979, + "end": 67018, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 66825, - "end": 66846, + "start": 66979, + "end": 67000, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 29 } }, "object": { "type": "Identifier", - "start": 66825, - "end": 66832, + "start": 66979, + "end": 66986, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 15 }, "identifierName": "videojs" @@ -229988,15 +230718,15 @@ }, "property": { "type": "Identifier", - "start": 66833, - "end": 66846, + "start": 66987, + "end": 67000, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 16 }, "end": { - "line": 1902, + "line": 1907, "column": 29 }, "identifierName": "setFormatTime" @@ -230008,44 +230738,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 66847, - "end": 66863, + "start": 67001, + "end": 67017, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 30 }, "end": { - "line": 1902, + "line": 1907, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 66847, - "end": 66851, + "start": 67001, + "end": 67005, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 30 }, "end": { - "line": 1902, + "line": 1907, "column": 34 } } }, "property": { "type": "Identifier", - "start": 66852, - "end": 66863, + "start": 67006, + "end": 67017, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 35 }, "end": { - "line": 1902, + "line": 1907, "column": 46 }, "identifierName": "_formatTime" @@ -230060,15 +230790,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -230077,43 +230807,43 @@ }, { "type": "IfStatement", - "start": 66897, - "end": 67033, + "start": 67051, + "end": 67187, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 8 }, "end": { - "line": 1908, + "line": 1913, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 66901, - "end": 66912, + "start": 67055, + "end": 67066, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 12 }, "end": { - "line": 1905, + "line": 1910, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 66901, - "end": 66905, + "start": 67055, + "end": 67059, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 12 }, "end": { - "line": 1905, + "line": 1910, "column": 16 } }, @@ -230121,15 +230851,15 @@ }, "property": { "type": "Identifier", - "start": 66906, - "end": 66912, + "start": 67060, + "end": 67066, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 17 }, "end": { - "line": 1905, + "line": 1910, "column": 23 }, "identifierName": "surfer" @@ -230141,86 +230871,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 66914, - "end": 67033, + "start": 67068, + "end": 67187, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 25 }, "end": { - "line": 1908, + "line": 1913, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 66979, - "end": 67023, + "start": 67133, + "end": 67177, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 66979, - "end": 67022, + "start": 67133, + "end": 67176, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 66979, - "end": 67004, + "start": 67133, + "end": 67158, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 66979, - "end": 66990, + "start": 67133, + "end": 67144, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 66979, - "end": 66983, + "start": 67133, + "end": 67137, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 16 } }, @@ -230228,15 +230958,15 @@ }, "property": { "type": "Identifier", - "start": 66984, - "end": 66990, + "start": 67138, + "end": 67144, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 17 }, "end": { - "line": 1907, + "line": 1912, "column": 23 }, "identifierName": "surfer" @@ -230248,15 +230978,15 @@ }, "property": { "type": "Identifier", - "start": 66991, - "end": 67004, + "start": 67145, + "end": 67158, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 24 }, "end": { - "line": 1907, + "line": 1912, "column": 37 }, "identifierName": "setFormatTime" @@ -230269,44 +230999,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67005, - "end": 67021, + "start": 67159, + "end": 67175, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 38 }, "end": { - "line": 1907, + "line": 1912, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 67005, - "end": 67009, + "start": 67159, + "end": 67163, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 38 }, "end": { - "line": 1907, + "line": 1912, "column": 42 } } }, "property": { "type": "Identifier", - "start": 67010, - "end": 67021, + "start": 67164, + "end": 67175, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 43 }, "end": { - "line": 1907, + "line": 1912, "column": 54 }, "identifierName": "_formatTime" @@ -230322,15 +231052,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 66928, - "end": 66966, + "start": 67082, + "end": 67120, "loc": { "start": { - "line": 1906, + "line": 1911, "column": 12 }, "end": { - "line": 1906, + "line": 1911, "column": 50 } } @@ -230345,15 +231075,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -230368,15 +231098,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -230386,15 +231116,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -230403,15 +231133,15 @@ }, { "type": "ClassMethod", - "start": 67181, - "end": 67508, + "start": 67335, + "end": 67662, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 4 }, "end": { - "line": 1926, + "line": 1931, "column": 5 } }, @@ -230419,15 +231149,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67181, - "end": 67201, + "start": 67335, + "end": 67355, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 4 }, "end": { - "line": 1917, + "line": 1922, "column": 24 }, "identifierName": "displayVolumeControl" @@ -230443,15 +231173,15 @@ "params": [ { "type": "Identifier", - "start": 67202, - "end": 67209, + "start": 67356, + "end": 67363, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 25 }, "end": { - "line": 1917, + "line": 1922, "column": 32 }, "identifierName": "display" @@ -230461,115 +231191,115 @@ ], "body": { "type": "BlockStatement", - "start": 67211, - "end": 67508, + "start": 67365, + "end": 67662, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 34 }, "end": { - "line": 1926, + "line": 1931, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 67221, - "end": 67502, + "start": 67375, + "end": 67656, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 8 }, "end": { - "line": 1925, + "line": 1930, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 67225, - "end": 67273, + "start": 67379, + "end": 67427, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 67225, - "end": 67259, + "start": 67379, + "end": 67413, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67225, - "end": 67247, + "start": 67379, + "end": 67401, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67225, - "end": 67236, + "start": 67379, + "end": 67390, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67225, - "end": 67229, + "start": 67379, + "end": 67383, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67230, - "end": 67236, + "start": 67384, + "end": 67390, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 17 }, "end": { - "line": 1918, + "line": 1923, "column": 23 }, "identifierName": "player" @@ -230580,15 +231310,15 @@ }, "property": { "type": "Identifier", - "start": 67237, - "end": 67247, + "start": 67391, + "end": 67401, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 24 }, "end": { - "line": 1918, + "line": 1923, "column": 34 }, "identifierName": "controlBar" @@ -230599,15 +231329,15 @@ }, "property": { "type": "Identifier", - "start": 67248, - "end": 67259, + "start": 67402, + "end": 67413, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 35 }, "end": { - "line": 1918, + "line": 1923, "column": 46 }, "identifierName": "volumePanel" @@ -230619,15 +231349,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 67264, - "end": 67273, + "start": 67418, + "end": 67427, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 51 }, "end": { - "line": 1918, + "line": 1923, "column": 60 }, "identifierName": "undefined" @@ -230637,58 +231367,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 67275, - "end": 67502, + "start": 67429, + "end": 67656, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 62 }, "end": { - "line": 1925, + "line": 1930, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 67289, - "end": 67415, + "start": 67443, + "end": 67569, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 12 }, "end": { - "line": 1923, + "line": 1928, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 67293, - "end": 67309, + "start": 67447, + "end": 67463, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 16 }, "end": { - "line": 1919, + "line": 1924, "column": 32 } }, "left": { "type": "Identifier", - "start": 67293, - "end": 67300, + "start": 67447, + "end": 67454, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 16 }, "end": { - "line": 1919, + "line": 1924, "column": 23 }, "identifierName": "display" @@ -230698,15 +231428,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 67305, - "end": 67309, + "start": 67459, + "end": 67463, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 28 }, "end": { - "line": 1919, + "line": 1924, "column": 32 } }, @@ -230715,59 +231445,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67311, - "end": 67360, + "start": 67465, + "end": 67514, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 34 }, "end": { - "line": 1921, + "line": 1926, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67329, - "end": 67346, + "start": 67483, + "end": 67500, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67329, - "end": 67345, + "start": 67483, + "end": 67499, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67329, - "end": 67336, + "start": 67483, + "end": 67490, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 23 }, "identifierName": "display" @@ -230776,15 +231506,15 @@ }, "right": { "type": "StringLiteral", - "start": 67339, - "end": 67345, + "start": 67493, + "end": 67499, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 26 }, "end": { - "line": 1920, + "line": 1925, "column": 32 } }, @@ -230801,59 +231531,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 67366, - "end": 67415, + "start": 67520, + "end": 67569, "loc": { "start": { - "line": 1921, + "line": 1926, "column": 19 }, "end": { - "line": 1923, + "line": 1928, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67384, - "end": 67401, + "start": 67538, + "end": 67555, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67384, - "end": 67400, + "start": 67538, + "end": 67554, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67384, - "end": 67391, + "start": 67538, + "end": 67545, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 23 }, "identifierName": "display" @@ -230862,15 +231592,15 @@ }, "right": { "type": "StringLiteral", - "start": 67394, - "end": 67400, + "start": 67548, + "end": 67554, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 26 }, "end": { - "line": 1922, + "line": 1927, "column": 32 } }, @@ -230888,157 +231618,157 @@ }, { "type": "ExpressionStatement", - "start": 67428, - "end": 67492, + "start": 67582, + "end": 67646, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 67428, - "end": 67491, + "start": 67582, + "end": 67645, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 67428, - "end": 67481, + "start": 67582, + "end": 67635, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67473, + "start": 67582, + "end": 67627, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 57 } }, "object": { "type": "CallExpression", - "start": 67428, - "end": 67467, + "start": 67582, + "end": 67621, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 67428, - "end": 67465, + "start": 67582, + "end": 67619, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67462, + "start": 67582, + "end": 67616, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67450, + "start": 67582, + "end": 67604, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67428, - "end": 67439, + "start": 67582, + "end": 67593, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67428, - "end": 67432, + "start": 67582, + "end": 67586, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67433, - "end": 67439, + "start": 67587, + "end": 67593, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 17 }, "end": { - "line": 1924, + "line": 1929, "column": 23 }, "identifierName": "player" @@ -231049,15 +231779,15 @@ }, "property": { "type": "Identifier", - "start": 67440, - "end": 67450, + "start": 67594, + "end": 67604, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 24 }, "end": { - "line": 1924, + "line": 1929, "column": 34 }, "identifierName": "controlBar" @@ -231068,15 +231798,15 @@ }, "property": { "type": "Identifier", - "start": 67451, - "end": 67462, + "start": 67605, + "end": 67616, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 35 }, "end": { - "line": 1924, + "line": 1929, "column": 46 }, "identifierName": "volumePanel" @@ -231087,15 +231817,15 @@ }, "property": { "type": "Identifier", - "start": 67463, - "end": 67465, + "start": 67617, + "end": 67619, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 47 }, "end": { - "line": 1924, + "line": 1929, "column": 49 }, "identifierName": "el" @@ -231108,15 +231838,15 @@ }, "property": { "type": "Identifier", - "start": 67468, - "end": 67473, + "start": 67622, + "end": 67627, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 52 }, "end": { - "line": 1924, + "line": 1929, "column": 57 }, "identifierName": "style" @@ -231127,15 +231857,15 @@ }, "property": { "type": "Identifier", - "start": 67474, - "end": 67481, + "start": 67628, + "end": 67635, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 58 }, "end": { - "line": 1924, + "line": 1929, "column": 65 }, "identifierName": "display" @@ -231146,15 +231876,15 @@ }, "right": { "type": "Identifier", - "start": 67484, - "end": 67491, + "start": 67638, + "end": 67645, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 68 }, "end": { - "line": 1924, + "line": 1929, "column": 75 }, "identifierName": "display" @@ -231176,15 +231906,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -231194,15 +231924,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -231211,15 +231941,15 @@ }, { "type": "ClassMethod", - "start": 67668, - "end": 67967, + "start": 67822, + "end": 68121, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 4 }, "end": { - "line": 1941, + "line": 1946, "column": 5 } }, @@ -231227,15 +231957,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67668, - "end": 67683, + "start": 67822, + "end": 67837, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 4 }, "end": { - "line": 1934, + "line": 1939, "column": 19 }, "identifierName": "onStreamVisible" @@ -231251,15 +231981,15 @@ "params": [ { "type": "Identifier", - "start": 67684, - "end": 67689, + "start": 67838, + "end": 67843, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 20 }, "end": { - "line": 1934, + "line": 1939, "column": 25 }, "identifierName": "event" @@ -231269,86 +231999,86 @@ ], "body": { "type": "BlockStatement", - "start": 67691, - "end": 67967, + "start": 67845, + "end": 68121, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 27 }, "end": { - "line": 1941, + "line": 1946, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 67755, - "end": 67836, + "start": 67909, + "end": 67990, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 67755, - "end": 67835, + "start": 67909, + "end": 67989, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 67755, - "end": 67792, + "start": 67909, + "end": 67946, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 67755, - "end": 67772, + "start": 67909, + "end": 67926, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 67755, - "end": 67759, + "start": 67909, + "end": 67913, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 12 } }, @@ -231356,15 +232086,15 @@ }, "property": { "type": "Identifier", - "start": 67760, - "end": 67772, + "start": 67914, + "end": 67926, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 13 }, "end": { - "line": 1936, + "line": 1941, "column": 25 }, "identifierName": "mediaElement" @@ -231376,15 +232106,15 @@ }, "property": { "type": "Identifier", - "start": 67773, - "end": 67792, + "start": 67927, + "end": 67946, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 26 }, "end": { - "line": 1936, + "line": 1941, "column": 45 }, "identifierName": "removeEventListener" @@ -231397,29 +232127,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67793, - "end": 67806, + "start": 67947, + "end": 67960, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 46 }, "end": { - "line": 1936, + "line": 1941, "column": 59 } }, "object": { "type": "Identifier", - "start": 67793, - "end": 67798, + "start": 67947, + "end": 67952, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 46 }, "end": { - "line": 1936, + "line": 1941, "column": 51 }, "identifierName": "Event" @@ -231428,15 +232158,15 @@ }, "property": { "type": "Identifier", - "start": 67799, - "end": 67806, + "start": 67953, + "end": 67960, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 52 }, "end": { - "line": 1936, + "line": 1941, "column": 59 }, "identifierName": "PLAYING" @@ -231447,44 +232177,44 @@ }, { "type": "MemberExpression", - "start": 67808, - "end": 67834, + "start": 67962, + "end": 67988, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 61 }, "end": { - "line": 1936, + "line": 1941, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 67808, - "end": 67812, + "start": 67962, + "end": 67966, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 61 }, "end": { - "line": 1936, + "line": 1941, "column": 65 } } }, "property": { "type": "Identifier", - "start": 67813, - "end": 67834, + "start": 67967, + "end": 67988, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 66 }, "end": { - "line": 1936, + "line": 1941, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -231500,15 +232230,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67701, - "end": 67746, + "start": 67855, + "end": 67900, "loc": { "start": { - "line": 1935, + "line": 1940, "column": 8 }, "end": { - "line": 1935, + "line": 1940, "column": 53 } } @@ -231518,15 +232248,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -231535,85 +232265,85 @@ }, { "type": "ExpressionStatement", - "start": 67886, - "end": 67920, + "start": 68040, + "end": 68074, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 67886, - "end": 67919, + "start": 68040, + "end": 68073, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 67886, - "end": 67917, + "start": 68040, + "end": 68071, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 67886, - "end": 67910, + "start": 68040, + "end": 68064, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 67886, - "end": 67897, + "start": 68040, + "end": 68051, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 67886, - "end": 67890, + "start": 68040, + "end": 68044, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 12 } }, @@ -231621,15 +232351,15 @@ }, "property": { "type": "Identifier", - "start": 67891, - "end": 67897, + "start": 68045, + "end": 68051, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 13 }, "end": { - "line": 1939, + "line": 1944, "column": 19 }, "identifierName": "player" @@ -231641,15 +232371,15 @@ }, "property": { "type": "Identifier", - "start": 67898, - "end": 67910, + "start": 68052, + "end": 68064, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 20 }, "end": { - "line": 1939, + "line": 1944, "column": 32 }, "identifierName": "cameraButton" @@ -231661,15 +232391,15 @@ }, "property": { "type": "Identifier", - "start": 67911, - "end": 67917, + "start": 68065, + "end": 68071, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 33 }, "end": { - "line": 1939, + "line": 1944, "column": 39 }, "identifierName": "onStop" @@ -231686,15 +232416,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -231703,100 +232433,100 @@ }, { "type": "ExpressionStatement", - "start": 67929, - "end": 67961, + "start": 68083, + "end": 68115, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 67929, - "end": 67960, + "start": 68083, + "end": 68114, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 67929, - "end": 67958, + "start": 68083, + "end": 68112, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 67929, - "end": 67953, + "start": 68083, + "end": 68107, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 67929, - "end": 67940, + "start": 68083, + "end": 68094, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 67929, - "end": 67933, + "start": 68083, + "end": 68087, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 12 } } }, "property": { "type": "Identifier", - "start": 67934, - "end": 67940, + "start": 68088, + "end": 68094, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 13 }, "end": { - "line": 1940, + "line": 1945, "column": 19 }, "identifierName": "player" @@ -231807,15 +232537,15 @@ }, "property": { "type": "Identifier", - "start": 67941, - "end": 67953, + "start": 68095, + "end": 68107, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 20 }, "end": { - "line": 1940, + "line": 1945, "column": 32 }, "identifierName": "cameraButton" @@ -231826,15 +232556,15 @@ }, "property": { "type": "Identifier", - "start": 67954, - "end": 67958, + "start": 68108, + "end": 68112, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 33 }, "end": { - "line": 1940, + "line": 1945, "column": 37 }, "identifierName": "show" @@ -231854,15 +232584,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -231872,15 +232602,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, + "start": 68127, + "end": 68258, "loc": { "start": { - "line": 1943, + "line": 1948, "column": 4 }, "end": { - "line": 1948, + "line": 1953, "column": 7 } } @@ -231889,15 +232619,15 @@ }, { "type": "ClassMethod", - "start": 68109, - "end": 68187, + "start": 68263, + "end": 68341, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 4 }, "end": { - "line": 1951, + "line": 1956, "column": 5 } }, @@ -231905,15 +232635,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68109, - "end": 68119, + "start": 68263, + "end": 68273, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 4 }, "end": { - "line": 1949, + "line": 1954, "column": 14 }, "identifierName": "onEnterPiP" @@ -231929,15 +232659,15 @@ "params": [ { "type": "Identifier", - "start": 68120, - "end": 68125, + "start": 68274, + "end": 68279, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 15 }, "end": { - "line": 1949, + "line": 1954, "column": 20 }, "identifierName": "event" @@ -231947,101 +232677,101 @@ ], "body": { "type": "BlockStatement", - "start": 68127, - "end": 68187, + "start": 68281, + "end": 68341, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 22 }, "end": { - "line": 1951, + "line": 1956, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68137, - "end": 68181, + "start": 68291, + "end": 68335, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 68137, - "end": 68180, + "start": 68291, + "end": 68334, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 68137, - "end": 68156, + "start": 68291, + "end": 68310, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68137, - "end": 68148, + "start": 68291, + "end": 68302, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68137, - "end": 68141, + "start": 68291, + "end": 68295, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68142, - "end": 68148, + "start": 68296, + "end": 68302, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 13 }, "end": { - "line": 1950, + "line": 1955, "column": 19 }, "identifierName": "player" @@ -232052,15 +232782,15 @@ }, "property": { "type": "Identifier", - "start": 68149, - "end": 68156, + "start": 68303, + "end": 68310, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 20 }, "end": { - "line": 1950, + "line": 1955, "column": 27 }, "identifierName": "trigger" @@ -232072,29 +232802,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68157, - "end": 68172, + "start": 68311, + "end": 68326, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 28 }, "end": { - "line": 1950, + "line": 1955, "column": 43 } }, "object": { "type": "Identifier", - "start": 68157, - "end": 68162, + "start": 68311, + "end": 68316, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 28 }, "end": { - "line": 1950, + "line": 1955, "column": 33 }, "identifierName": "Event" @@ -232103,15 +232833,15 @@ }, "property": { "type": "Identifier", - "start": 68163, - "end": 68172, + "start": 68317, + "end": 68326, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 34 }, "end": { - "line": 1950, + "line": 1955, "column": 43 }, "identifierName": "ENTER_PIP" @@ -232122,15 +232852,15 @@ }, { "type": "Identifier", - "start": 68174, - "end": 68179, + "start": 68328, + "end": 68333, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 45 }, "end": { - "line": 1950, + "line": 1955, "column": 50 }, "identifierName": "event" @@ -232148,15 +232878,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, + "start": 68127, + "end": 68258, "loc": { "start": { - "line": 1943, + "line": 1948, "column": 4 }, "end": { - "line": 1948, + "line": 1953, "column": 7 } } @@ -232166,15 +232896,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, + "start": 68347, + "end": 68477, "loc": { "start": { - "line": 1953, + "line": 1958, "column": 4 }, "end": { - "line": 1958, + "line": 1963, "column": 7 } } @@ -232183,15 +232913,15 @@ }, { "type": "ClassMethod", - "start": 68328, - "end": 68399, + "start": 68482, + "end": 68553, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 4 }, "end": { - "line": 1961, + "line": 1966, "column": 5 } }, @@ -232199,15 +232929,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68328, - "end": 68338, + "start": 68482, + "end": 68492, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 4 }, "end": { - "line": 1959, + "line": 1964, "column": 14 }, "identifierName": "onLeavePiP" @@ -232223,15 +232953,15 @@ "params": [ { "type": "Identifier", - "start": 68339, - "end": 68344, + "start": 68493, + "end": 68498, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 15 }, "end": { - "line": 1959, + "line": 1964, "column": 20 }, "identifierName": "event" @@ -232241,101 +232971,101 @@ ], "body": { "type": "BlockStatement", - "start": 68346, - "end": 68399, + "start": 68500, + "end": 68553, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 22 }, "end": { - "line": 1961, + "line": 1966, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68356, - "end": 68393, + "start": 68510, + "end": 68547, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68356, - "end": 68392, + "start": 68510, + "end": 68546, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68356, - "end": 68375, + "start": 68510, + "end": 68529, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68356, - "end": 68367, + "start": 68510, + "end": 68521, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68356, - "end": 68360, + "start": 68510, + "end": 68514, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68361, - "end": 68367, + "start": 68515, + "end": 68521, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 13 }, "end": { - "line": 1960, + "line": 1965, "column": 19 }, "identifierName": "player" @@ -232346,15 +233076,15 @@ }, "property": { "type": "Identifier", - "start": 68368, - "end": 68375, + "start": 68522, + "end": 68529, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 20 }, "end": { - "line": 1960, + "line": 1965, "column": 27 }, "identifierName": "trigger" @@ -232366,29 +233096,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68376, - "end": 68391, + "start": 68530, + "end": 68545, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 28 }, "end": { - "line": 1960, + "line": 1965, "column": 43 } }, "object": { "type": "Identifier", - "start": 68376, - "end": 68381, + "start": 68530, + "end": 68535, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 28 }, "end": { - "line": 1960, + "line": 1965, "column": 33 }, "identifierName": "Event" @@ -232397,15 +233127,15 @@ }, "property": { "type": "Identifier", - "start": 68382, - "end": 68391, + "start": 68536, + "end": 68545, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 34 }, "end": { - "line": 1960, + "line": 1965, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -232424,15 +233154,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, + "start": 68347, + "end": 68477, "loc": { "start": { - "line": 1953, + "line": 1958, "column": 4 }, "end": { - "line": 1958, + "line": 1963, "column": 7 } } @@ -232464,15 +233194,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68403, - "end": 68441, + "start": 68557, + "end": 68595, "loc": { "start": { - "line": 1964, + "line": 1969, "column": 0 }, "end": { - "line": 1964, + "line": 1969, "column": 38 } } @@ -234042,9 +234772,9 @@ }, { "type": "CommentLine", - "value": " store reference to stream for stopping etc.", + "value": " stop previous stream if it is active", "start": 24294, - "end": 24340, + "end": 24333, "loc": { "start": { "line": 615, @@ -234052,6 +234782,22 @@ }, "end": { "line": 615, + "column": 47 + } + } + }, + { + "type": "CommentLine", + "value": " store reference to stream for stopping etc.", + "start": 24448, + "end": 24494, + "loc": { + "start": { + "line": 620, + "column": 8 + }, + "end": { + "line": 620, "column": 54 } } @@ -234059,15 +234805,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -234075,15 +234821,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -234091,15 +234837,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -234107,15 +234853,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -234123,15 +234869,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -234139,15 +234885,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25055, - "end": 25120, + "start": 25209, + "end": 25274, "loc": { "start": { - "line": 636, + "line": 641, "column": 12 }, "end": { - "line": 636, + "line": 641, "column": 77 } } @@ -234155,15 +234901,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -234171,15 +234917,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25535, - "end": 25597, + "start": 25689, + "end": 25751, "loc": { "start": { - "line": 646, + "line": 651, "column": 20 }, "end": { - "line": 646, + "line": 651, "column": 82 } } @@ -234187,15 +234933,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25790, - "end": 25852, + "start": 25944, + "end": 26006, "loc": { "start": { - "line": 652, + "line": 657, "column": 20 }, "end": { - "line": 652, + "line": 657, "column": 82 } } @@ -234203,15 +234949,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -234219,15 +234965,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26060, - "end": 26097, + "start": 26214, + "end": 26251, "loc": { "start": { - "line": 659, + "line": 664, "column": 16 }, "end": { - "line": 659, + "line": 664, "column": 53 } } @@ -234235,15 +234981,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -234251,15 +234997,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -234267,15 +235013,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -234283,15 +235029,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -234299,15 +235045,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -234315,15 +235061,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -234331,15 +235077,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -234347,15 +235093,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -234363,15 +235109,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -234379,15 +235125,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -234395,15 +235141,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -234411,15 +235157,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -234427,15 +235173,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -234443,15 +235189,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -234459,15 +235205,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29778, - "end": 29805, + "start": 29932, + "end": 29959, "loc": { "start": { - "line": 751, + "line": 756, "column": 12 }, "end": { - "line": 751, + "line": 756, "column": 39 } } @@ -234475,15 +235221,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -234491,15 +235237,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -234507,15 +235253,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 29998, - "end": 30070, + "start": 30152, + "end": 30224, "loc": { "start": { - "line": 758, + "line": 763, "column": 12 }, "end": { - "line": 758, + "line": 763, "column": 84 } } @@ -234523,15 +235269,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -234539,15 +235285,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30170, - "end": 30190, + "start": 30324, + "end": 30344, "loc": { "start": { - "line": 763, + "line": 768, "column": 12 }, "end": { - "line": 763, + "line": 768, "column": 32 } } @@ -234555,15 +235301,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -234571,15 +235317,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -234587,15 +235333,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -234603,15 +235349,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30599, - "end": 30613, + "start": 30753, + "end": 30767, "loc": { "start": { - "line": 775, + "line": 780, "column": 16 }, "end": { - "line": 775, + "line": 780, "column": 30 } } @@ -234619,15 +235365,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -234635,15 +235381,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -234651,15 +235397,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -234667,15 +235413,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -234683,15 +235429,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31488, - "end": 31503, + "start": 31642, + "end": 31657, "loc": { "start": { - "line": 794, + "line": 799, "column": 16 }, "end": { - "line": 794, + "line": 799, "column": 31 } } @@ -234699,15 +235445,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -234715,15 +235461,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31689, - "end": 31712, + "start": 31843, + "end": 31866, "loc": { "start": { - "line": 801, + "line": 806, "column": 12 }, "end": { - "line": 801, + "line": 806, "column": 35 } } @@ -234731,15 +235477,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -234747,15 +235493,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32041, - "end": 32054, + "start": 32195, + "end": 32208, "loc": { "start": { - "line": 816, + "line": 821, "column": 12 }, "end": { - "line": 816, + "line": 821, "column": 25 } } @@ -234763,15 +235509,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -234779,15 +235525,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -234795,15 +235541,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32315, - "end": 32384, + "start": 32469, + "end": 32538, "loc": { "start": { - "line": 829, + "line": 834, "column": 12 }, "end": { - "line": 829, + "line": 834, "column": 81 } } @@ -234811,15 +235557,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32464, - "end": 32492, + "start": 32618, + "end": 32646, "loc": { "start": { - "line": 831, + "line": 836, "column": 16 }, "end": { - "line": 831, + "line": 836, "column": 44 } } @@ -234827,15 +235573,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -234843,15 +235589,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -234859,15 +235605,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -234875,15 +235621,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33099, - "end": 33125, + "start": 33253, + "end": 33279, "loc": { "start": { - "line": 849, + "line": 854, "column": 20 }, "end": { - "line": 849, + "line": 854, "column": 46 } } @@ -234891,15 +235637,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -234907,15 +235653,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33605, - "end": 33645, + "start": 33759, + "end": 33799, "loc": { "start": { - "line": 862, + "line": 867, "column": 20 }, "end": { - "line": 862, + "line": 867, "column": 60 } } @@ -234923,15 +235669,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33772, - "end": 33795, + "start": 33926, + "end": 33949, "loc": { "start": { - "line": 867, + "line": 872, "column": 20 }, "end": { - "line": 867, + "line": 872, "column": 43 } } @@ -234939,15 +235685,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -234955,15 +235701,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -234971,15 +235717,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -234987,15 +235733,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -235003,15 +235749,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -235019,15 +235765,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34303, - "end": 34357, + "start": 34457, + "end": 34511, "loc": { "start": { - "line": 880, + "line": 885, "column": 24 }, "end": { - "line": 880, + "line": 885, "column": 78 } } @@ -235035,15 +235781,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34529, - "end": 34545, + "start": 34683, + "end": 34699, "loc": { "start": { - "line": 887, + "line": 892, "column": 16 }, "end": { - "line": 887, + "line": 892, "column": 32 } } @@ -235051,15 +235797,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -235067,15 +235813,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34729, - "end": 34747, + "start": 34883, + "end": 34901, "loc": { "start": { - "line": 894, + "line": 899, "column": 20 }, "end": { - "line": 894, + "line": 899, "column": 38 } } @@ -235083,15 +235829,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -235099,15 +235845,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35102, - "end": 35160, + "start": 35256, + "end": 35314, "loc": { "start": { - "line": 906, + "line": 911, "column": 20 }, "end": { - "line": 906, + "line": 911, "column": 78 } } @@ -235115,15 +235861,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35251, - "end": 35286, + "start": 35405, + "end": 35440, "loc": { "start": { - "line": 908, + "line": 913, "column": 24 }, "end": { - "line": 908, + "line": 913, "column": 59 } } @@ -235131,15 +235877,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35431, - "end": 35484, + "start": 35585, + "end": 35638, "loc": { "start": { - "line": 914, + "line": 919, "column": 20 }, "end": { - "line": 914, + "line": 919, "column": 73 } } @@ -235147,15 +235893,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35505, - "end": 35528, + "start": 35659, + "end": 35682, "loc": { "start": { - "line": 915, + "line": 920, "column": 20 }, "end": { - "line": 915, + "line": 920, "column": 43 } } @@ -235163,15 +235909,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -235179,15 +235925,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35690, - "end": 35716, + "start": 35844, + "end": 35870, "loc": { "start": { - "line": 926, + "line": 931, "column": 8 }, "end": { - "line": 926, + "line": 931, "column": 34 } } @@ -235195,15 +235941,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -235211,15 +235957,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -235227,15 +235973,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -235243,15 +235989,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -235259,15 +236005,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -235275,15 +236021,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -235291,15 +236037,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36517, - "end": 36529, + "start": 36671, + "end": 36683, "loc": { "start": { - "line": 957, + "line": 962, "column": 16 }, "end": { - "line": 957, + "line": 962, "column": 28 } } @@ -235307,15 +236053,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -235323,15 +236069,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -235339,15 +236085,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 36912, - "end": 36926, + "start": 37066, + "end": 37080, "loc": { "start": { - "line": 969, + "line": 974, "column": 20 }, "end": { - "line": 969, + "line": 974, "column": 34 } } @@ -235355,15 +236101,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37077, - "end": 37135, + "start": 37231, + "end": 37289, "loc": { "start": { - "line": 974, + "line": 979, "column": 20 }, "end": { - "line": 974, + "line": 979, "column": 78 } } @@ -235371,15 +236117,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -235387,15 +236133,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37375, - "end": 37422, + "start": 37529, + "end": 37576, "loc": { "start": { - "line": 986, + "line": 991, "column": 12 }, "end": { - "line": 986, + "line": 991, "column": 59 } } @@ -235403,15 +236149,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37435, - "end": 37469, + "start": 37589, + "end": 37623, "loc": { "start": { - "line": 987, + "line": 992, "column": 12 }, "end": { - "line": 987, + "line": 992, "column": 46 } } @@ -235419,15 +236165,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -235435,15 +236181,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37633, - "end": 37693, + "start": 37787, + "end": 37847, "loc": { "start": { - "line": 993, + "line": 998, "column": 12 }, "end": { - "line": 993, + "line": 998, "column": 72 } } @@ -235451,15 +236197,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -235467,15 +236213,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37816, - "end": 37841, + "start": 37970, + "end": 37995, "loc": { "start": { - "line": 1002, + "line": 1007, "column": 8 }, "end": { - "line": 1002, + "line": 1007, "column": 33 } } @@ -235483,15 +236229,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 37981, - "end": 38027, + "start": 38135, + "end": 38181, "loc": { "start": { - "line": 1007, + "line": 1012, "column": 16 }, "end": { - "line": 1007, + "line": 1012, "column": 62 } } @@ -235499,15 +236245,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -235515,15 +236261,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -235531,15 +236277,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -235547,15 +236293,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 38847, - "end": 38889, + "start": 39001, + "end": 39043, "loc": { "start": { - "line": 1047, + "line": 1052, "column": 8 }, "end": { - "line": 1047, + "line": 1052, "column": 50 } } @@ -235563,15 +236309,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -235579,15 +236325,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -235595,15 +236341,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -235611,15 +236357,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -235627,15 +236373,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -235643,15 +236389,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39723, - "end": 39765, + "start": 39877, + "end": 39919, "loc": { "start": { - "line": 1072, + "line": 1077, "column": 16 }, "end": { - "line": 1072, + "line": 1077, "column": 58 } } @@ -235659,15 +236405,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -235675,15 +236421,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -235691,15 +236437,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -235707,15 +236453,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -235723,15 +236469,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -235739,15 +236485,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40486, - "end": 40545, + "start": 40640, + "end": 40699, "loc": { "start": { - "line": 1095, + "line": 1100, "column": 16 }, "end": { - "line": 1095, + "line": 1100, "column": 75 } } @@ -235755,15 +236501,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40562, - "end": 40617, + "start": 40716, + "end": 40771, "loc": { "start": { - "line": 1096, + "line": 1101, "column": 16 }, "end": { - "line": 1096, + "line": 1101, "column": 71 } } @@ -235771,15 +236517,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40634, - "end": 40654, + "start": 40788, + "end": 40808, "loc": { "start": { - "line": 1097, + "line": 1102, "column": 16 }, "end": { - "line": 1097, + "line": 1102, "column": 36 } } @@ -235787,15 +236533,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40728, - "end": 40750, + "start": 40882, + "end": 40904, "loc": { "start": { - "line": 1099, + "line": 1104, "column": 20 }, "end": { - "line": 1099, + "line": 1104, "column": 42 } } @@ -235803,15 +236549,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -235819,15 +236565,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -235835,15 +236581,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -235851,15 +236597,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -235867,15 +236613,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -235883,15 +236629,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -235899,15 +236645,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -235915,15 +236661,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 41926, - "end": 41952, + "start": 42080, + "end": 42106, "loc": { "start": { - "line": 1131, + "line": 1136, "column": 16 }, "end": { - "line": 1131, + "line": 1136, "column": 42 } } @@ -235931,15 +236677,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -235947,15 +236693,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -235963,15 +236709,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -235979,15 +236725,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -235995,15 +236741,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -236011,15 +236757,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -236027,15 +236773,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -236043,15 +236789,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -236059,15 +236805,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -236075,15 +236821,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43190, - "end": 43203, + "start": 43344, + "end": 43357, "loc": { "start": { - "line": 1172, + "line": 1177, "column": 16 }, "end": { - "line": 1172, + "line": 1177, "column": 29 } } @@ -236091,15 +236837,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -236107,15 +236853,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -236123,15 +236869,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -236139,15 +236885,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -236155,15 +236901,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -236171,15 +236917,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -236187,15 +236933,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -236203,15 +236949,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -236219,15 +236965,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -236235,15 +236981,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46385, - "end": 46421, + "start": 46539, + "end": 46575, "loc": { "start": { - "line": 1275, + "line": 1280, "column": 16 }, "end": { - "line": 1275, + "line": 1280, "column": 52 } } @@ -236251,15 +236997,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -236267,15 +237013,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47234, - "end": 47267, + "start": 47388, + "end": 47421, "loc": { "start": { - "line": 1296, + "line": 1301, "column": 16 }, "end": { - "line": 1296, + "line": 1301, "column": 49 } } @@ -236283,15 +237029,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47594, - "end": 47625, + "start": 47748, + "end": 47779, "loc": { "start": { - "line": 1307, + "line": 1312, "column": 20 }, "end": { - "line": 1307, + "line": 1312, "column": 51 } } @@ -236299,15 +237045,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -236315,15 +237061,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 47854, - "end": 47885, + "start": 48008, + "end": 48039, "loc": { "start": { - "line": 1312, + "line": 1317, "column": 20 }, "end": { - "line": 1312, + "line": 1317, "column": 51 } } @@ -236331,15 +237077,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -236347,15 +237093,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -236363,15 +237109,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49282, - "end": 49315, + "start": 49436, + "end": 49469, "loc": { "start": { - "line": 1356, + "line": 1361, "column": 8 }, "end": { - "line": 1356, + "line": 1361, "column": 41 } } @@ -236379,15 +237125,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -236395,15 +237141,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -236411,15 +237157,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -236427,15 +237173,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -236443,15 +237189,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -236459,15 +237205,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50054, - "end": 50077, + "start": 50208, + "end": 50231, "loc": { "start": { - "line": 1381, + "line": 1386, "column": 16 }, "end": { - "line": 1381, + "line": 1386, "column": 39 } } @@ -236475,15 +237221,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50272, - "end": 50292, + "start": 50426, + "end": 50446, "loc": { "start": { - "line": 1386, + "line": 1391, "column": 16 }, "end": { - "line": 1386, + "line": 1391, "column": 36 } } @@ -236491,15 +237237,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -236507,15 +237253,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -236523,15 +237269,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50686, - "end": 50734, + "start": 50840, + "end": 50888, "loc": { "start": { - "line": 1408, + "line": 1413, "column": 8 }, "end": { - "line": 1408, + "line": 1413, "column": 56 } } @@ -236539,15 +237285,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -236555,15 +237301,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -236571,15 +237317,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -236587,15 +237333,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -236603,15 +237349,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -236619,15 +237365,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -236635,15 +237381,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -236651,15 +237397,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51536, - "end": 51555, + "start": 51690, + "end": 51709, "loc": { "start": { - "line": 1439, + "line": 1444, "column": 20 }, "end": { - "line": 1439, + "line": 1444, "column": 39 } } @@ -236667,15 +237413,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51719, - "end": 51730, + "start": 51873, + "end": 51884, "loc": { "start": { - "line": 1446, + "line": 1451, "column": 16 }, "end": { - "line": 1446, + "line": 1451, "column": 27 } } @@ -236683,15 +237429,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -236699,15 +237445,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -236715,15 +237461,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -236731,15 +237477,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -236747,15 +237493,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -236763,15 +237509,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52323, - "end": 52349, + "start": 52477, + "end": 52503, "loc": { "start": { - "line": 1466, + "line": 1471, "column": 12 }, "end": { - "line": 1466, + "line": 1471, "column": 38 } } @@ -236779,15 +237525,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -236795,15 +237541,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -236811,15 +237557,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -236827,15 +237573,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53790, - "end": 53832, + "start": 53944, + "end": 53986, "loc": { "start": { - "line": 1511, + "line": 1516, "column": 12 }, "end": { - "line": 1511, + "line": 1516, "column": 54 } } @@ -236843,15 +237589,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -236859,15 +237605,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -236875,15 +237621,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -236891,15 +237637,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55309, - "end": 55344, + "start": 55463, + "end": 55498, "loc": { "start": { - "line": 1559, + "line": 1564, "column": 16 }, "end": { - "line": 1559, + "line": 1564, "column": 51 } } @@ -236907,15 +237653,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -236923,15 +237669,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55626, - "end": 55666, + "start": 55780, + "end": 55820, "loc": { "start": { - "line": 1567, + "line": 1572, "column": 16 }, "end": { - "line": 1567, + "line": 1572, "column": 56 } } @@ -236939,15 +237685,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -236955,15 +237701,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -236971,15 +237717,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56056, - "end": 56077, + "start": 56210, + "end": 56231, "loc": { "start": { - "line": 1582, + "line": 1587, "column": 8 }, "end": { - "line": 1582, + "line": 1587, "column": 29 } } @@ -236987,15 +237733,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -237003,15 +237749,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -237019,15 +237765,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -237035,15 +237781,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -237051,15 +237797,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -237067,15 +237813,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -237083,15 +237829,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -237099,15 +237845,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -237115,15 +237861,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -237131,15 +237877,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -237147,15 +237893,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57619, - "end": 57651, + "start": 57773, + "end": 57805, "loc": { "start": { - "line": 1633, + "line": 1638, "column": 16 }, "end": { - "line": 1633, + "line": 1638, "column": 48 } } @@ -237163,15 +237909,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 57929, - "end": 57961, + "start": 58083, + "end": 58115, "loc": { "start": { - "line": 1638, + "line": 1643, "column": 16 }, "end": { - "line": 1638, + "line": 1643, "column": 48 } } @@ -237179,15 +237925,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -237195,15 +237941,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -237211,15 +237957,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -237227,15 +237973,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -237243,15 +237989,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -237259,15 +238005,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -237275,15 +238021,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -237291,15 +238037,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -237307,15 +238053,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -237323,15 +238069,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59030, - "end": 59072, + "start": 59184, + "end": 59226, "loc": { "start": { - "line": 1658, + "line": 1663, "column": 24 }, "end": { - "line": 1658, + "line": 1663, "column": 66 } } @@ -237339,15 +238085,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -237355,15 +238101,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -237371,15 +238117,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -237387,15 +238133,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -237403,15 +238149,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -237419,15 +238165,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -237435,15 +238181,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -237451,15 +238197,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60720, - "end": 60746, + "start": 60874, + "end": 60900, "loc": { "start": { - "line": 1705, + "line": 1710, "column": 8 }, "end": { - "line": 1705, + "line": 1710, "column": 34 } } @@ -237467,15 +238213,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -237483,15 +238229,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -237499,15 +238245,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -237515,15 +238261,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -237531,15 +238277,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -237547,15 +238293,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -237563,15 +238309,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -237579,15 +238325,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -237595,15 +238341,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -237611,15 +238357,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 61902, - "end": 61925, + "start": 62056, + "end": 62079, "loc": { "start": { - "line": 1749, + "line": 1754, "column": 8 }, "end": { - "line": 1749, + "line": 1754, "column": 31 } } @@ -237627,15 +238373,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -237643,15 +238389,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -237659,15 +238405,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -237675,15 +238421,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -237691,15 +238437,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -237707,15 +238453,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -237723,15 +238469,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63351, - "end": 63385, + "start": 63505, + "end": 63539, "loc": { "start": { - "line": 1798, + "line": 1803, "column": 12 }, "end": { - "line": 1798, + "line": 1803, "column": 46 } } @@ -237739,15 +238485,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63506, - "end": 63557, + "start": 63660, + "end": 63711, "loc": { "start": { - "line": 1802, + "line": 1807, "column": 12 }, "end": { - "line": 1802, + "line": 1807, "column": 63 } } @@ -237755,15 +238501,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -237771,15 +238517,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -237787,15 +238533,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -237803,15 +238549,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64052, - "end": 64086, + "start": 64206, + "end": 64240, "loc": { "start": { - "line": 1822, + "line": 1827, "column": 12 }, "end": { - "line": 1822, + "line": 1827, "column": 46 } } @@ -237819,15 +238565,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64207, - "end": 64258, + "start": 64361, + "end": 64412, "loc": { "start": { - "line": 1826, + "line": 1831, "column": 12 }, "end": { - "line": 1826, + "line": 1831, "column": 63 } } @@ -237835,15 +238581,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -237851,15 +238597,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -237867,15 +238613,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -237883,15 +238629,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -237899,15 +238645,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65111, - "end": 65128, + "start": 65265, + "end": 65282, "loc": { "start": { - "line": 1858, + "line": 1863, "column": 16 }, "end": { - "line": 1858, + "line": 1863, "column": 33 } } @@ -237915,15 +238661,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65223, - "end": 65242, + "start": 65377, + "end": 65396, "loc": { "start": { - "line": 1860, + "line": 1865, "column": 20 }, "end": { - "line": 1860, + "line": 1865, "column": 39 } } @@ -237931,15 +238677,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65723, - "end": 65742, + "start": 65877, + "end": 65896, "loc": { "start": { - "line": 1873, + "line": 1878, "column": 28 }, "end": { - "line": 1873, + "line": 1878, "column": 47 } } @@ -237947,15 +238693,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -237963,15 +238709,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -237979,15 +238725,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -237995,15 +238741,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 66928, - "end": 66966, + "start": 67082, + "end": 67120, "loc": { "start": { - "line": 1906, + "line": 1911, "column": 12 }, "end": { - "line": 1906, + "line": 1911, "column": 50 } } @@ -238011,15 +238757,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -238027,15 +238773,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -238043,15 +238789,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67701, - "end": 67746, + "start": 67855, + "end": 67900, "loc": { "start": { - "line": 1935, + "line": 1940, "column": 8 }, "end": { - "line": 1935, + "line": 1940, "column": 53 } } @@ -238059,15 +238805,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -238075,15 +238821,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, + "start": 68127, + "end": 68258, "loc": { "start": { - "line": 1943, + "line": 1948, "column": 4 }, "end": { - "line": 1948, + "line": 1953, "column": 7 } } @@ -238091,15 +238837,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, + "start": 68347, + "end": 68477, "loc": { "start": { - "line": 1953, + "line": 1958, "column": 4 }, "end": { - "line": 1958, + "line": 1963, "column": 7 } } @@ -238107,15 +238853,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68403, - "end": 68441, + "start": 68557, + "end": 68595, "loc": { "start": { - "line": 1964, + "line": 1969, "column": 0 }, "end": { - "line": 1964, + "line": 1969, "column": 38 } } @@ -238123,15 +238869,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68473, - "end": 68491, + "start": 68627, + "end": 68645, "loc": { "start": { - "line": 1967, + "line": 1972, "column": 0 }, "end": { - "line": 1967, + "line": 1972, "column": 18 } } @@ -238139,15 +238885,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68615, - "end": 68631, + "start": 68769, + "end": 68785, "loc": { "start": { - "line": 1973, + "line": 1978, "column": 0 }, "end": { - "line": 1973, + "line": 1978, "column": 16 } } @@ -315525,9 +316271,9 @@ }, { "type": "CommentLine", - "value": " store reference to stream for stopping etc.", + "value": " stop previous stream if it is active", "start": 24294, - "end": 24340, + "end": 24333, "loc": { "start": { "line": 615, @@ -315535,7 +316281,60 @@ }, "end": { "line": 615, - "column": 54 + "column": 47 + } + } + }, + { + "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": 24342, + "end": 24344, + "loc": { + "start": { + "line": 616, + "column": 8 + }, + "end": { + "line": 616, + "column": 10 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24345, + "end": 24346, + "loc": { + "start": { + "line": 616, + "column": 11 + }, + "end": { + "line": 616, + "column": 12 } } }, @@ -315554,16 +316353,16 @@ "updateContext": null }, "value": "this", - "start": 24349, - "end": 24353, + "start": 24346, + "end": 24350, "loc": { "start": { "line": 616, - "column": 8 + "column": 12 }, "end": { "line": 616, - "column": 12 + "column": 16 } } }, @@ -315580,16 +316379,16 @@ "binop": null, "updateContext": null }, - "start": 24353, - "end": 24354, + "start": 24350, + "end": 24351, "loc": { "start": { "line": 616, - "column": 12 + "column": 16 }, "end": { "line": 616, - "column": 13 + "column": 17 } } }, @@ -315606,15 +316405,606 @@ "binop": null }, "value": "stream", - "start": 24354, - "end": 24360, + "start": 24351, + "end": 24357, "loc": { "start": { "line": 616, - "column": 13 + "column": 17 }, "end": { "line": 616, + "column": 23 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "!==", + "start": 24358, + "end": 24361, + "loc": { + "start": { + "line": 616, + "column": 24 + }, + "end": { + "line": 616, + "column": 27 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "undefined", + "start": 24362, + "end": 24371, + "loc": { + "start": { + "line": 616, + "column": 28 + }, + "end": { + "line": 616, + "column": 37 + } + } + }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 24372, + "end": 24374, + "loc": { + "start": { + "line": 616, + "column": 38 + }, + "end": { + "line": 616, + "column": 40 + } + } + }, + { + "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": 24375, + "end": 24379, + "loc": { + "start": { + "line": 616, + "column": 41 + }, + "end": { + "line": 616, + "column": 45 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24379, + "end": 24380, + "loc": { + "start": { + "line": 616, + "column": 45 + }, + "end": { + "line": 616, + "column": 46 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stream", + "start": 24380, + "end": 24386, + "loc": { + "start": { + "line": 616, + "column": 46 + }, + "end": { + "line": 616, + "column": 52 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24386, + "end": 24387, + "loc": { + "start": { + "line": 616, + "column": 52 + }, + "end": { + "line": 616, + "column": 53 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "active", + "start": 24387, + "end": 24393, + "loc": { + "start": { + "line": 616, + "column": 53 + }, + "end": { + "line": 616, + "column": 59 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24393, + "end": 24394, + "loc": { + "start": { + "line": 616, + "column": 59 + }, + "end": { + "line": 616, + "column": 60 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24395, + "end": 24396, + "loc": { + "start": { + "line": 616, + "column": 61 + }, + "end": { + "line": 616, + "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": 24409, + "end": 24413, + "loc": { + "start": { + "line": 617, + "column": 12 + }, + "end": { + "line": 617, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24413, + "end": 24414, + "loc": { + "start": { + "line": 617, + "column": 16 + }, + "end": { + "line": 617, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stream", + "start": 24414, + "end": 24420, + "loc": { + "start": { + "line": 617, + "column": 17 + }, + "end": { + "line": 617, + "column": 23 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24420, + "end": 24421, + "loc": { + "start": { + "line": 617, + "column": 23 + }, + "end": { + "line": 617, + "column": 24 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stop", + "start": 24421, + "end": 24425, + "loc": { + "start": { + "line": 617, + "column": 24 + }, + "end": { + "line": 617, + "column": 28 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24425, + "end": 24426, + "loc": { + "start": { + "line": 617, + "column": 28 + }, + "end": { + "line": 617, + "column": 29 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24426, + "end": 24427, + "loc": { + "start": { + "line": 617, + "column": 29 + }, + "end": { + "line": 617, + "column": 30 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24427, + "end": 24428, + "loc": { + "start": { + "line": 617, + "column": 30 + }, + "end": { + "line": 617, + "column": 31 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 24437, + "end": 24438, + "loc": { + "start": { + "line": 618, + "column": 8 + }, + "end": { + "line": 618, + "column": 9 + } + } + }, + { + "type": "CommentLine", + "value": " store reference to stream for stopping etc.", + "start": 24448, + "end": 24494, + "loc": { + "start": { + "line": 620, + "column": 8 + }, + "end": { + "line": 620, + "column": 54 + } + } + }, + { + "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": 24503, + "end": 24507, + "loc": { + "start": { + "line": 621, + "column": 8 + }, + "end": { + "line": 621, + "column": 12 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 24507, + "end": 24508, + "loc": { + "start": { + "line": 621, + "column": 12 + }, + "end": { + "line": 621, + "column": 13 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stream", + "start": 24508, + "end": 24514, + "loc": { + "start": { + "line": 621, + "column": 13 + }, + "end": { + "line": 621, "column": 19 } } @@ -315633,15 +317023,15 @@ "updateContext": null }, "value": "=", - "start": 24361, - "end": 24362, + "start": 24515, + "end": 24516, "loc": { "start": { - "line": 616, + "line": 621, "column": 20 }, "end": { - "line": 616, + "line": 621, "column": 21 } } @@ -315659,15 +317049,15 @@ "binop": null }, "value": "stream", - "start": 24363, - "end": 24369, + "start": 24517, + "end": 24523, "loc": { "start": { - "line": 616, + "line": 621, "column": 22 }, "end": { - "line": 616, + "line": 621, "column": 28 } } @@ -315685,15 +317075,15 @@ "binop": null, "updateContext": null }, - "start": 24369, - "end": 24370, + "start": 24523, + "end": 24524, "loc": { "start": { - "line": 616, + "line": 621, "column": 28 }, "end": { - "line": 616, + "line": 621, "column": 29 } } @@ -315701,15 +317091,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24380, - "end": 24411, + "start": 24534, + "end": 24565, "loc": { "start": { - "line": 618, + "line": 623, "column": 8 }, "end": { - "line": 618, + "line": 623, "column": 39 } } @@ -315729,15 +317119,15 @@ "updateContext": null }, "value": "this", - "start": 24420, - "end": 24424, + "start": 24574, + "end": 24578, "loc": { "start": { - "line": 619, + "line": 624, "column": 8 }, "end": { - "line": 619, + "line": 624, "column": 12 } } @@ -315755,15 +317145,15 @@ "binop": null, "updateContext": null }, - "start": 24424, - "end": 24425, + "start": 24578, + "end": 24579, "loc": { "start": { - "line": 619, + "line": 624, "column": 12 }, "end": { - "line": 619, + "line": 624, "column": 13 } } @@ -315781,15 +317171,15 @@ "binop": null }, "value": "player", - "start": 24425, - "end": 24431, + "start": 24579, + "end": 24585, "loc": { "start": { - "line": 619, + "line": 624, "column": 13 }, "end": { - "line": 619, + "line": 624, "column": 19 } } @@ -315807,15 +317197,15 @@ "binop": null, "updateContext": null }, - "start": 24431, - "end": 24432, + "start": 24585, + "end": 24586, "loc": { "start": { - "line": 619, + "line": 624, "column": 19 }, "end": { - "line": 619, + "line": 624, "column": 20 } } @@ -315833,15 +317223,15 @@ "binop": null }, "value": "deviceButton", - "start": 24432, - "end": 24444, + "start": 24586, + "end": 24598, "loc": { "start": { - "line": 619, + "line": 624, "column": 20 }, "end": { - "line": 619, + "line": 624, "column": 32 } } @@ -315859,15 +317249,15 @@ "binop": null, "updateContext": null }, - "start": 24444, - "end": 24445, + "start": 24598, + "end": 24599, "loc": { "start": { - "line": 619, + "line": 624, "column": 32 }, "end": { - "line": 619, + "line": 624, "column": 33 } } @@ -315885,15 +317275,15 @@ "binop": null }, "value": "hide", - "start": 24445, - "end": 24449, + "start": 24599, + "end": 24603, "loc": { "start": { - "line": 619, + "line": 624, "column": 33 }, "end": { - "line": 619, + "line": 624, "column": 37 } } @@ -315910,15 +317300,15 @@ "postfix": false, "binop": null }, - "start": 24449, - "end": 24450, + "start": 24603, + "end": 24604, "loc": { "start": { - "line": 619, + "line": 624, "column": 37 }, "end": { - "line": 619, + "line": 624, "column": 38 } } @@ -315935,15 +317325,15 @@ "postfix": false, "binop": null }, - "start": 24450, - "end": 24451, + "start": 24604, + "end": 24605, "loc": { "start": { - "line": 619, + "line": 624, "column": 38 }, "end": { - "line": 619, + "line": 624, "column": 39 } } @@ -315961,15 +317351,15 @@ "binop": null, "updateContext": null }, - "start": 24451, - "end": 24452, + "start": 24605, + "end": 24606, "loc": { "start": { - "line": 619, + "line": 624, "column": 39 }, "end": { - "line": 619, + "line": 624, "column": 40 } } @@ -315977,15 +317367,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24462, - "end": 24507, + "start": 24616, + "end": 24661, "loc": { "start": { - "line": 621, + "line": 626, "column": 8 }, "end": { - "line": 621, + "line": 626, "column": 53 } } @@ -316005,15 +317395,15 @@ "updateContext": null }, "value": "this", - "start": 24516, - "end": 24520, + "start": 24670, + "end": 24674, "loc": { "start": { - "line": 622, + "line": 627, "column": 8 }, "end": { - "line": 622, + "line": 627, "column": 12 } } @@ -316031,15 +317421,15 @@ "binop": null, "updateContext": null }, - "start": 24520, - "end": 24521, + "start": 24674, + "end": 24675, "loc": { "start": { - "line": 622, + "line": 627, "column": 12 }, "end": { - "line": 622, + "line": 627, "column": 13 } } @@ -316057,15 +317447,15 @@ "binop": null }, "value": "setDuration", - "start": 24521, - "end": 24532, + "start": 24675, + "end": 24686, "loc": { "start": { - "line": 622, + "line": 627, "column": 13 }, "end": { - "line": 622, + "line": 627, "column": 24 } } @@ -316082,15 +317472,15 @@ "postfix": false, "binop": null }, - "start": 24532, - "end": 24533, + "start": 24686, + "end": 24687, "loc": { "start": { - "line": 622, + "line": 627, "column": 24 }, "end": { - "line": 622, + "line": 627, "column": 25 } } @@ -316110,15 +317500,15 @@ "updateContext": null }, "value": "this", - "start": 24533, - "end": 24537, + "start": 24687, + "end": 24691, "loc": { "start": { - "line": 622, + "line": 627, "column": 25 }, "end": { - "line": 622, + "line": 627, "column": 29 } } @@ -316136,15 +317526,15 @@ "binop": null, "updateContext": null }, - "start": 24537, - "end": 24538, + "start": 24691, + "end": 24692, "loc": { "start": { - "line": 622, + "line": 627, "column": 29 }, "end": { - "line": 622, + "line": 627, "column": 30 } } @@ -316162,15 +317552,15 @@ "binop": null }, "value": "maxLength", - "start": 24538, - "end": 24547, + "start": 24692, + "end": 24701, "loc": { "start": { - "line": 622, + "line": 627, "column": 30 }, "end": { - "line": 622, + "line": 627, "column": 39 } } @@ -316187,15 +317577,15 @@ "postfix": false, "binop": null }, - "start": 24547, - "end": 24548, + "start": 24701, + "end": 24702, "loc": { "start": { - "line": 622, + "line": 627, "column": 39 }, "end": { - "line": 622, + "line": 627, "column": 40 } } @@ -316213,15 +317603,15 @@ "binop": null, "updateContext": null }, - "start": 24548, - "end": 24549, + "start": 24702, + "end": 24703, "loc": { "start": { - "line": 622, + "line": 627, "column": 40 }, "end": { - "line": 622, + "line": 627, "column": 41 } } @@ -316241,15 +317631,15 @@ "updateContext": null }, "value": "this", - "start": 24558, - "end": 24562, + "start": 24712, + "end": 24716, "loc": { "start": { - "line": 623, + "line": 628, "column": 8 }, "end": { - "line": 623, + "line": 628, "column": 12 } } @@ -316267,15 +317657,15 @@ "binop": null, "updateContext": null }, - "start": 24562, - "end": 24563, + "start": 24716, + "end": 24717, "loc": { "start": { - "line": 623, + "line": 628, "column": 12 }, "end": { - "line": 623, + "line": 628, "column": 13 } } @@ -316293,15 +317683,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 24563, - "end": 24577, + "start": 24717, + "end": 24731, "loc": { "start": { - "line": 623, + "line": 628, "column": 13 }, "end": { - "line": 623, + "line": 628, "column": 27 } } @@ -316318,15 +317708,15 @@ "postfix": false, "binop": null }, - "start": 24577, - "end": 24578, + "start": 24731, + "end": 24732, "loc": { "start": { - "line": 623, + "line": 628, "column": 27 }, "end": { - "line": 623, + "line": 628, "column": 28 } } @@ -316345,15 +317735,15 @@ "updateContext": null }, "value": 0, - "start": 24578, - "end": 24579, + "start": 24732, + "end": 24733, "loc": { "start": { - "line": 623, + "line": 628, "column": 28 }, "end": { - "line": 623, + "line": 628, "column": 29 } } @@ -316370,15 +317760,15 @@ "postfix": false, "binop": null }, - "start": 24579, - "end": 24580, + "start": 24733, + "end": 24734, "loc": { "start": { - "line": 623, + "line": 628, "column": 29 }, "end": { - "line": 623, + "line": 628, "column": 30 } } @@ -316396,15 +317786,15 @@ "binop": null, "updateContext": null }, - "start": 24580, - "end": 24581, + "start": 24734, + "end": 24735, "loc": { "start": { - "line": 623, + "line": 628, "column": 30 }, "end": { - "line": 623, + "line": 628, "column": 31 } } @@ -316412,15 +317802,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24591, - "end": 24649, + "start": 24745, + "end": 24803, "loc": { "start": { - "line": 625, + "line": 630, "column": 8 }, "end": { - "line": 625, + "line": 630, "column": 66 } } @@ -316440,15 +317830,15 @@ "updateContext": null }, "value": "if", - "start": 24658, - "end": 24660, + "start": 24812, + "end": 24814, "loc": { "start": { - "line": 626, + "line": 631, "column": 8 }, "end": { - "line": 626, + "line": 631, "column": 10 } } @@ -316465,15 +317855,15 @@ "postfix": false, "binop": null }, - "start": 24661, - "end": 24662, + "start": 24815, + "end": 24816, "loc": { "start": { - "line": 626, + "line": 631, "column": 11 }, "end": { - "line": 626, + "line": 631, "column": 12 } } @@ -316493,15 +317883,15 @@ "updateContext": null }, "value": "this", - "start": 24662, - "end": 24666, + "start": 24816, + "end": 24820, "loc": { "start": { - "line": 626, + "line": 631, "column": 12 }, "end": { - "line": 626, + "line": 631, "column": 16 } } @@ -316519,15 +317909,15 @@ "binop": null, "updateContext": null }, - "start": 24666, - "end": 24667, + "start": 24820, + "end": 24821, "loc": { "start": { - "line": 626, + "line": 631, "column": 16 }, "end": { - "line": 626, + "line": 631, "column": 17 } } @@ -316545,15 +317935,15 @@ "binop": null }, "value": "player", - "start": 24667, - "end": 24673, + "start": 24821, + "end": 24827, "loc": { "start": { - "line": 626, + "line": 631, "column": 17 }, "end": { - "line": 626, + "line": 631, "column": 23 } } @@ -316571,15 +317961,15 @@ "binop": null, "updateContext": null }, - "start": 24673, - "end": 24674, + "start": 24827, + "end": 24828, "loc": { "start": { - "line": 626, + "line": 631, "column": 23 }, "end": { - "line": 626, + "line": 631, "column": 24 } } @@ -316597,15 +317987,15 @@ "binop": null }, "value": "controlBar", - "start": 24674, - "end": 24684, + "start": 24828, + "end": 24838, "loc": { "start": { - "line": 626, + "line": 631, "column": 24 }, "end": { - "line": 626, + "line": 631, "column": 34 } } @@ -316623,15 +318013,15 @@ "binop": null, "updateContext": null }, - "start": 24684, - "end": 24685, + "start": 24838, + "end": 24839, "loc": { "start": { - "line": 626, + "line": 631, "column": 34 }, "end": { - "line": 626, + "line": 631, "column": 35 } } @@ -316649,15 +318039,15 @@ "binop": null }, "value": "playToggle", - "start": 24685, - "end": 24695, + "start": 24839, + "end": 24849, "loc": { "start": { - "line": 626, + "line": 631, "column": 35 }, "end": { - "line": 626, + "line": 631, "column": 45 } } @@ -316676,15 +318066,15 @@ "updateContext": null }, "value": "!==", - "start": 24696, - "end": 24699, + "start": 24850, + "end": 24853, "loc": { "start": { - "line": 626, + "line": 631, "column": 46 }, "end": { - "line": 626, + "line": 631, "column": 49 } } @@ -316702,15 +318092,15 @@ "binop": null }, "value": "undefined", - "start": 24700, - "end": 24709, + "start": 24854, + "end": 24863, "loc": { "start": { - "line": 626, + "line": 631, "column": 50 }, "end": { - "line": 626, + "line": 631, "column": 59 } } @@ -316727,15 +318117,15 @@ "postfix": false, "binop": null }, - "start": 24709, - "end": 24710, + "start": 24863, + "end": 24864, "loc": { "start": { - "line": 626, + "line": 631, "column": 59 }, "end": { - "line": 626, + "line": 631, "column": 60 } } @@ -316752,15 +318142,15 @@ "postfix": false, "binop": null }, - "start": 24711, - "end": 24712, + "start": 24865, + "end": 24866, "loc": { "start": { - "line": 626, + "line": 631, "column": 61 }, "end": { - "line": 626, + "line": 631, "column": 62 } } @@ -316780,15 +318170,15 @@ "updateContext": null }, "value": "this", - "start": 24725, - "end": 24729, + "start": 24879, + "end": 24883, "loc": { "start": { - "line": 627, + "line": 632, "column": 12 }, "end": { - "line": 627, + "line": 632, "column": 16 } } @@ -316806,15 +318196,15 @@ "binop": null, "updateContext": null }, - "start": 24729, - "end": 24730, + "start": 24883, + "end": 24884, "loc": { "start": { - "line": 627, + "line": 632, "column": 16 }, "end": { - "line": 627, + "line": 632, "column": 17 } } @@ -316832,15 +318222,15 @@ "binop": null }, "value": "player", - "start": 24730, - "end": 24736, + "start": 24884, + "end": 24890, "loc": { "start": { - "line": 627, + "line": 632, "column": 17 }, "end": { - "line": 627, + "line": 632, "column": 23 } } @@ -316858,15 +318248,15 @@ "binop": null, "updateContext": null }, - "start": 24736, - "end": 24737, + "start": 24890, + "end": 24891, "loc": { "start": { - "line": 627, + "line": 632, "column": 23 }, "end": { - "line": 627, + "line": 632, "column": 24 } } @@ -316884,15 +318274,15 @@ "binop": null }, "value": "controlBar", - "start": 24737, - "end": 24747, + "start": 24891, + "end": 24901, "loc": { "start": { - "line": 627, + "line": 632, "column": 24 }, "end": { - "line": 627, + "line": 632, "column": 34 } } @@ -316910,15 +318300,15 @@ "binop": null, "updateContext": null }, - "start": 24747, - "end": 24748, + "start": 24901, + "end": 24902, "loc": { "start": { - "line": 627, + "line": 632, "column": 34 }, "end": { - "line": 627, + "line": 632, "column": 35 } } @@ -316936,15 +318326,15 @@ "binop": null }, "value": "playToggle", - "start": 24748, - "end": 24758, + "start": 24902, + "end": 24912, "loc": { "start": { - "line": 627, + "line": 632, "column": 35 }, "end": { - "line": 627, + "line": 632, "column": 45 } } @@ -316962,15 +318352,15 @@ "binop": null, "updateContext": null }, - "start": 24758, - "end": 24759, + "start": 24912, + "end": 24913, "loc": { "start": { - "line": 627, + "line": 632, "column": 45 }, "end": { - "line": 627, + "line": 632, "column": 46 } } @@ -316988,15 +318378,15 @@ "binop": null }, "value": "hide", - "start": 24759, - "end": 24763, + "start": 24913, + "end": 24917, "loc": { "start": { - "line": 627, + "line": 632, "column": 46 }, "end": { - "line": 627, + "line": 632, "column": 50 } } @@ -317013,15 +318403,15 @@ "postfix": false, "binop": null }, - "start": 24763, - "end": 24764, + "start": 24917, + "end": 24918, "loc": { "start": { - "line": 627, + "line": 632, "column": 50 }, "end": { - "line": 627, + "line": 632, "column": 51 } } @@ -317038,15 +318428,15 @@ "postfix": false, "binop": null }, - "start": 24764, - "end": 24765, + "start": 24918, + "end": 24919, "loc": { "start": { - "line": 627, + "line": 632, "column": 51 }, "end": { - "line": 627, + "line": 632, "column": 52 } } @@ -317064,15 +318454,15 @@ "binop": null, "updateContext": null }, - "start": 24765, - "end": 24766, + "start": 24919, + "end": 24920, "loc": { "start": { - "line": 627, + "line": 632, "column": 52 }, "end": { - "line": 627, + "line": 632, "column": 53 } } @@ -317089,15 +318479,15 @@ "postfix": false, "binop": null }, - "start": 24775, - "end": 24776, + "start": 24929, + "end": 24930, "loc": { "start": { - "line": 628, + "line": 633, "column": 8 }, "end": { - "line": 628, + "line": 633, "column": 9 } } @@ -317105,15 +318495,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24786, - "end": 24813, + "start": 24940, + "end": 24967, "loc": { "start": { - "line": 630, + "line": 635, "column": 8 }, "end": { - "line": 630, + "line": 635, "column": 35 } } @@ -317133,15 +318523,15 @@ "updateContext": null }, "value": "this", - "start": 24822, - "end": 24826, + "start": 24976, + "end": 24980, "loc": { "start": { - "line": 631, + "line": 636, "column": 8 }, "end": { - "line": 631, + "line": 636, "column": 12 } } @@ -317159,15 +318549,15 @@ "binop": null, "updateContext": null }, - "start": 24826, - "end": 24827, + "start": 24980, + "end": 24981, "loc": { "start": { - "line": 631, + "line": 636, "column": 12 }, "end": { - "line": 631, + "line": 636, "column": 13 } } @@ -317185,15 +318575,15 @@ "binop": null }, "value": "off", - "start": 24827, - "end": 24830, + "start": 24981, + "end": 24984, "loc": { "start": { - "line": 631, + "line": 636, "column": 13 }, "end": { - "line": 631, + "line": 636, "column": 16 } } @@ -317210,15 +318600,15 @@ "postfix": false, "binop": null }, - "start": 24830, - "end": 24831, + "start": 24984, + "end": 24985, "loc": { "start": { - "line": 631, + "line": 636, "column": 16 }, "end": { - "line": 631, + "line": 636, "column": 17 } } @@ -317238,15 +318628,15 @@ "updateContext": null }, "value": "this", - "start": 24831, - "end": 24835, + "start": 24985, + "end": 24989, "loc": { "start": { - "line": 631, + "line": 636, "column": 17 }, "end": { - "line": 631, + "line": 636, "column": 21 } } @@ -317264,15 +318654,15 @@ "binop": null, "updateContext": null }, - "start": 24835, - "end": 24836, + "start": 24989, + "end": 24990, "loc": { "start": { - "line": 631, + "line": 636, "column": 21 }, "end": { - "line": 631, + "line": 636, "column": 22 } } @@ -317290,15 +318680,15 @@ "binop": null }, "value": "player", - "start": 24836, - "end": 24842, + "start": 24990, + "end": 24996, "loc": { "start": { - "line": 631, + "line": 636, "column": 22 }, "end": { - "line": 631, + "line": 636, "column": 28 } } @@ -317316,15 +318706,15 @@ "binop": null, "updateContext": null }, - "start": 24842, - "end": 24843, + "start": 24996, + "end": 24997, "loc": { "start": { - "line": 631, + "line": 636, "column": 28 }, "end": { - "line": 631, + "line": 636, "column": 29 } } @@ -317342,15 +318732,15 @@ "binop": null }, "value": "Event", - "start": 24844, - "end": 24849, + "start": 24998, + "end": 25003, "loc": { "start": { - "line": 631, + "line": 636, "column": 30 }, "end": { - "line": 631, + "line": 636, "column": 35 } } @@ -317368,15 +318758,15 @@ "binop": null, "updateContext": null }, - "start": 24849, - "end": 24850, + "start": 25003, + "end": 25004, "loc": { "start": { - "line": 631, + "line": 636, "column": 35 }, "end": { - "line": 631, + "line": 636, "column": 36 } } @@ -317394,15 +318784,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 24850, - "end": 24860, + "start": 25004, + "end": 25014, "loc": { "start": { - "line": 631, + "line": 636, "column": 36 }, "end": { - "line": 631, + "line": 636, "column": 46 } } @@ -317420,15 +318810,15 @@ "binop": null, "updateContext": null }, - "start": 24860, - "end": 24861, + "start": 25014, + "end": 25015, "loc": { "start": { - "line": 631, + "line": 636, "column": 46 }, "end": { - "line": 631, + "line": 636, "column": 47 } } @@ -317448,15 +318838,15 @@ "updateContext": null }, "value": "this", - "start": 24862, - "end": 24866, + "start": 25016, + "end": 25020, "loc": { "start": { - "line": 631, + "line": 636, "column": 48 }, "end": { - "line": 631, + "line": 636, "column": 52 } } @@ -317474,15 +318864,15 @@ "binop": null, "updateContext": null }, - "start": 24866, - "end": 24867, + "start": 25020, + "end": 25021, "loc": { "start": { - "line": 631, + "line": 636, "column": 52 }, "end": { - "line": 631, + "line": 636, "column": 53 } } @@ -317500,15 +318890,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 24867, - "end": 24885, + "start": 25021, + "end": 25039, "loc": { "start": { - "line": 631, + "line": 636, "column": 53 }, "end": { - "line": 631, + "line": 636, "column": 71 } } @@ -317525,15 +318915,15 @@ "postfix": false, "binop": null }, - "start": 24885, - "end": 24886, + "start": 25039, + "end": 25040, "loc": { "start": { - "line": 631, + "line": 636, "column": 71 }, "end": { - "line": 631, + "line": 636, "column": 72 } } @@ -317551,15 +318941,15 @@ "binop": null, "updateContext": null }, - "start": 24886, - "end": 24887, + "start": 25040, + "end": 25041, "loc": { "start": { - "line": 631, + "line": 636, "column": 72 }, "end": { - "line": 631, + "line": 636, "column": 73 } } @@ -317579,15 +318969,15 @@ "updateContext": null }, "value": "this", - "start": 24896, - "end": 24900, + "start": 25050, + "end": 25054, "loc": { "start": { - "line": 632, + "line": 637, "column": 8 }, "end": { - "line": 632, + "line": 637, "column": 12 } } @@ -317605,15 +318995,15 @@ "binop": null, "updateContext": null }, - "start": 24900, - "end": 24901, + "start": 25054, + "end": 25055, "loc": { "start": { - "line": 632, + "line": 637, "column": 12 }, "end": { - "line": 632, + "line": 637, "column": 13 } } @@ -317631,15 +319021,15 @@ "binop": null }, "value": "off", - "start": 24901, - "end": 24904, + "start": 25055, + "end": 25058, "loc": { "start": { - "line": 632, + "line": 637, "column": 13 }, "end": { - "line": 632, + "line": 637, "column": 16 } } @@ -317656,15 +319046,15 @@ "postfix": false, "binop": null }, - "start": 24904, - "end": 24905, + "start": 25058, + "end": 25059, "loc": { "start": { - "line": 632, + "line": 637, "column": 16 }, "end": { - "line": 632, + "line": 637, "column": 17 } } @@ -317684,15 +319074,15 @@ "updateContext": null }, "value": "this", - "start": 24905, - "end": 24909, + "start": 25059, + "end": 25063, "loc": { "start": { - "line": 632, + "line": 637, "column": 17 }, "end": { - "line": 632, + "line": 637, "column": 21 } } @@ -317710,15 +319100,15 @@ "binop": null, "updateContext": null }, - "start": 24909, - "end": 24910, + "start": 25063, + "end": 25064, "loc": { "start": { - "line": 632, + "line": 637, "column": 21 }, "end": { - "line": 632, + "line": 637, "column": 22 } } @@ -317736,15 +319126,15 @@ "binop": null }, "value": "player", - "start": 24910, - "end": 24916, + "start": 25064, + "end": 25070, "loc": { "start": { - "line": 632, + "line": 637, "column": 22 }, "end": { - "line": 632, + "line": 637, "column": 28 } } @@ -317762,15 +319152,15 @@ "binop": null, "updateContext": null }, - "start": 24916, - "end": 24917, + "start": 25070, + "end": 25071, "loc": { "start": { - "line": 632, + "line": 637, "column": 28 }, "end": { - "line": 632, + "line": 637, "column": 29 } } @@ -317788,15 +319178,15 @@ "binop": null }, "value": "Event", - "start": 24918, - "end": 24923, + "start": 25072, + "end": 25077, "loc": { "start": { - "line": 632, + "line": 637, "column": 30 }, "end": { - "line": 632, + "line": 637, "column": 35 } } @@ -317814,15 +319204,15 @@ "binop": null, "updateContext": null }, - "start": 24923, - "end": 24924, + "start": 25077, + "end": 25078, "loc": { "start": { - "line": 632, + "line": 637, "column": 35 }, "end": { - "line": 632, + "line": 637, "column": 36 } } @@ -317840,15 +319230,15 @@ "binop": null }, "value": "ENDED", - "start": 24924, - "end": 24929, + "start": 25078, + "end": 25083, "loc": { "start": { - "line": 632, + "line": 637, "column": 36 }, "end": { - "line": 632, + "line": 637, "column": 41 } } @@ -317866,15 +319256,15 @@ "binop": null, "updateContext": null }, - "start": 24929, - "end": 24930, + "start": 25083, + "end": 25084, "loc": { "start": { - "line": 632, + "line": 637, "column": 41 }, "end": { - "line": 632, + "line": 637, "column": 42 } } @@ -317894,15 +319284,15 @@ "updateContext": null }, "value": "this", - "start": 24931, - "end": 24935, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 632, + "line": 637, "column": 43 }, "end": { - "line": 632, + "line": 637, "column": 47 } } @@ -317920,15 +319310,15 @@ "binop": null, "updateContext": null }, - "start": 24935, - "end": 24936, + "start": 25089, + "end": 25090, "loc": { "start": { - "line": 632, + "line": 637, "column": 47 }, "end": { - "line": 632, + "line": 637, "column": 48 } } @@ -317946,15 +319336,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 24936, - "end": 24954, + "start": 25090, + "end": 25108, "loc": { "start": { - "line": 632, + "line": 637, "column": 48 }, "end": { - "line": 632, + "line": 637, "column": 66 } } @@ -317971,15 +319361,15 @@ "postfix": false, "binop": null }, - "start": 24954, - "end": 24955, + "start": 25108, + "end": 25109, "loc": { "start": { - "line": 632, + "line": 637, "column": 66 }, "end": { - "line": 632, + "line": 637, "column": 67 } } @@ -317997,15 +319387,15 @@ "binop": null, "updateContext": null }, - "start": 24955, - "end": 24956, + "start": 25109, + "end": 25110, "loc": { "start": { - "line": 632, + "line": 637, "column": 67 }, "end": { - "line": 632, + "line": 637, "column": 68 } } @@ -318013,15 +319403,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 24966, - "end": 24991, + "start": 25120, + "end": 25145, "loc": { "start": { - "line": 634, + "line": 639, "column": 8 }, "end": { - "line": 634, + "line": 639, "column": 33 } } @@ -318041,15 +319431,15 @@ "updateContext": null }, "value": "if", - "start": 25000, - "end": 25002, + "start": 25154, + "end": 25156, "loc": { "start": { - "line": 635, + "line": 640, "column": 8 }, "end": { - "line": 635, + "line": 640, "column": 10 } } @@ -318066,15 +319456,15 @@ "postfix": false, "binop": null }, - "start": 25003, - "end": 25004, + "start": 25157, + "end": 25158, "loc": { "start": { - "line": 635, + "line": 640, "column": 11 }, "end": { - "line": 635, + "line": 640, "column": 12 } } @@ -318094,15 +319484,15 @@ "updateContext": null }, "value": "this", - "start": 25004, - "end": 25008, + "start": 25158, + "end": 25162, "loc": { "start": { - "line": 635, + "line": 640, "column": 12 }, "end": { - "line": 635, + "line": 640, "column": 16 } } @@ -318120,15 +319510,15 @@ "binop": null, "updateContext": null }, - "start": 25008, - "end": 25009, + "start": 25162, + "end": 25163, "loc": { "start": { - "line": 635, + "line": 640, "column": 16 }, "end": { - "line": 635, + "line": 640, "column": 17 } } @@ -318146,15 +319536,15 @@ "binop": null }, "value": "getRecordType", - "start": 25009, - "end": 25022, + "start": 25163, + "end": 25176, "loc": { "start": { - "line": 635, + "line": 640, "column": 17 }, "end": { - "line": 635, + "line": 640, "column": 30 } } @@ -318171,15 +319561,15 @@ "postfix": false, "binop": null }, - "start": 25022, - "end": 25023, + "start": 25176, + "end": 25177, "loc": { "start": { - "line": 635, + "line": 640, "column": 30 }, "end": { - "line": 635, + "line": 640, "column": 31 } } @@ -318196,15 +319586,15 @@ "postfix": false, "binop": null }, - "start": 25023, - "end": 25024, + "start": 25177, + "end": 25178, "loc": { "start": { - "line": 635, + "line": 640, "column": 31 }, "end": { - "line": 635, + "line": 640, "column": 32 } } @@ -318223,15 +319613,15 @@ "updateContext": null }, "value": "!==", - "start": 25025, - "end": 25028, + "start": 25179, + "end": 25182, "loc": { "start": { - "line": 635, + "line": 640, "column": 33 }, "end": { - "line": 635, + "line": 640, "column": 36 } } @@ -318249,15 +319639,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 25029, - "end": 25039, + "start": 25183, + "end": 25193, "loc": { "start": { - "line": 635, + "line": 640, "column": 37 }, "end": { - "line": 635, + "line": 640, "column": 47 } } @@ -318274,15 +319664,15 @@ "postfix": false, "binop": null }, - "start": 25039, - "end": 25040, + "start": 25193, + "end": 25194, "loc": { "start": { - "line": 635, + "line": 640, "column": 47 }, "end": { - "line": 635, + "line": 640, "column": 48 } } @@ -318299,15 +319689,15 @@ "postfix": false, "binop": null }, - "start": 25041, - "end": 25042, + "start": 25195, + "end": 25196, "loc": { "start": { - "line": 635, + "line": 640, "column": 49 }, "end": { - "line": 635, + "line": 640, "column": 50 } } @@ -318315,15 +319705,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25055, - "end": 25120, + "start": 25209, + "end": 25274, "loc": { "start": { - "line": 636, + "line": 641, "column": 12 }, "end": { - "line": 636, + "line": 641, "column": 77 } } @@ -318343,15 +319733,15 @@ "updateContext": null }, "value": "if", - "start": 25133, - "end": 25135, + "start": 25287, + "end": 25289, "loc": { "start": { - "line": 637, + "line": 642, "column": 12 }, "end": { - "line": 637, + "line": 642, "column": 14 } } @@ -318368,15 +319758,15 @@ "postfix": false, "binop": null }, - "start": 25136, - "end": 25137, + "start": 25290, + "end": 25291, "loc": { "start": { - "line": 637, + "line": 642, "column": 15 }, "end": { - "line": 637, + "line": 642, "column": 16 } } @@ -318396,15 +319786,15 @@ "updateContext": null }, "value": "this", - "start": 25137, - "end": 25141, + "start": 25291, + "end": 25295, "loc": { "start": { - "line": 637, + "line": 642, "column": 16 }, "end": { - "line": 637, + "line": 642, "column": 20 } } @@ -318422,15 +319812,15 @@ "binop": null, "updateContext": null }, - "start": 25141, - "end": 25142, + "start": 25295, + "end": 25296, "loc": { "start": { - "line": 637, + "line": 642, "column": 20 }, "end": { - "line": 637, + "line": 642, "column": 21 } } @@ -318448,15 +319838,15 @@ "binop": null }, "value": "getRecordType", - "start": 25142, - "end": 25155, + "start": 25296, + "end": 25309, "loc": { "start": { - "line": 637, + "line": 642, "column": 21 }, "end": { - "line": 637, + "line": 642, "column": 34 } } @@ -318473,15 +319863,15 @@ "postfix": false, "binop": null }, - "start": 25155, - "end": 25156, + "start": 25309, + "end": 25310, "loc": { "start": { - "line": 637, + "line": 642, "column": 34 }, "end": { - "line": 637, + "line": 642, "column": 35 } } @@ -318498,15 +319888,15 @@ "postfix": false, "binop": null }, - "start": 25156, - "end": 25157, + "start": 25310, + "end": 25311, "loc": { "start": { - "line": 637, + "line": 642, "column": 35 }, "end": { - "line": 637, + "line": 642, "column": 36 } } @@ -318525,15 +319915,15 @@ "updateContext": null }, "value": "!==", - "start": 25158, - "end": 25161, + "start": 25312, + "end": 25315, "loc": { "start": { - "line": 637, + "line": 642, "column": 37 }, "end": { - "line": 637, + "line": 642, "column": 40 } } @@ -318551,15 +319941,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 25162, - "end": 25172, + "start": 25316, + "end": 25326, "loc": { "start": { - "line": 637, + "line": 642, "column": 41 }, "end": { - "line": 637, + "line": 642, "column": 51 } } @@ -318578,15 +319968,15 @@ "updateContext": null }, "value": "&&", - "start": 25173, - "end": 25175, + "start": 25327, + "end": 25329, "loc": { "start": { - "line": 637, + "line": 642, "column": 52 }, "end": { - "line": 637, + "line": 642, "column": 54 } } @@ -318604,15 +319994,15 @@ "binop": null }, "value": "isAudioPluginActive", - "start": 25176, - "end": 25195, + "start": 25330, + "end": 25349, "loc": { "start": { - "line": 637, + "line": 642, "column": 55 }, "end": { - "line": 637, + "line": 642, "column": 74 } } @@ -318629,15 +320019,15 @@ "postfix": false, "binop": null }, - "start": 25195, - "end": 25196, + "start": 25349, + "end": 25350, "loc": { "start": { - "line": 637, + "line": 642, "column": 74 }, "end": { - "line": 637, + "line": 642, "column": 75 } } @@ -318657,15 +320047,15 @@ "updateContext": null }, "value": "this", - "start": 25196, - "end": 25200, + "start": 25350, + "end": 25354, "loc": { "start": { - "line": 637, + "line": 642, "column": 75 }, "end": { - "line": 637, + "line": 642, "column": 79 } } @@ -318683,15 +320073,15 @@ "binop": null, "updateContext": null }, - "start": 25200, - "end": 25201, + "start": 25354, + "end": 25355, "loc": { "start": { - "line": 637, + "line": 642, "column": 79 }, "end": { - "line": 637, + "line": 642, "column": 80 } } @@ -318709,15 +320099,15 @@ "binop": null }, "value": "audioEngine", - "start": 25201, - "end": 25212, + "start": 25355, + "end": 25366, "loc": { "start": { - "line": 637, + "line": 642, "column": 80 }, "end": { - "line": 637, + "line": 642, "column": 91 } } @@ -318734,15 +320124,15 @@ "postfix": false, "binop": null }, - "start": 25212, - "end": 25213, + "start": 25366, + "end": 25367, "loc": { "start": { - "line": 637, + "line": 642, "column": 91 }, "end": { - "line": 637, + "line": 642, "column": 92 } } @@ -318759,15 +320149,15 @@ "postfix": false, "binop": null }, - "start": 25213, - "end": 25214, + "start": 25367, + "end": 25368, "loc": { "start": { - "line": 637, + "line": 642, "column": 92 }, "end": { - "line": 637, + "line": 642, "column": 93 } } @@ -318784,15 +320174,15 @@ "postfix": false, "binop": null }, - "start": 25215, - "end": 25216, + "start": 25369, + "end": 25370, "loc": { "start": { - "line": 637, + "line": 642, "column": 94 }, "end": { - "line": 637, + "line": 642, "column": 95 } } @@ -318812,15 +320202,15 @@ "updateContext": null }, "value": "throw", - "start": 25233, - "end": 25238, + "start": 25387, + "end": 25392, "loc": { "start": { - "line": 638, + "line": 643, "column": 16 }, "end": { - "line": 638, + "line": 643, "column": 21 } } @@ -318840,15 +320230,15 @@ "updateContext": null }, "value": "new", - "start": 25239, - "end": 25242, + "start": 25393, + "end": 25396, "loc": { "start": { - "line": 638, + "line": 643, "column": 22 }, "end": { - "line": 638, + "line": 643, "column": 25 } } @@ -318866,15 +320256,15 @@ "binop": null }, "value": "Error", - "start": 25243, - "end": 25248, + "start": 25397, + "end": 25402, "loc": { "start": { - "line": 638, + "line": 643, "column": 26 }, "end": { - "line": 638, + "line": 643, "column": 31 } } @@ -318891,15 +320281,15 @@ "postfix": false, "binop": null }, - "start": 25248, - "end": 25249, + "start": 25402, + "end": 25403, "loc": { "start": { - "line": 638, + "line": 643, "column": 31 }, "end": { - "line": 638, + "line": 643, "column": 32 } } @@ -318918,15 +320308,15 @@ "updateContext": null }, "value": "Currently ", - "start": 25249, - "end": 25261, + "start": 25403, + "end": 25415, "loc": { "start": { - "line": 638, + "line": 643, "column": 32 }, "end": { - "line": 638, + "line": 643, "column": 44 } } @@ -318945,15 +320335,15 @@ "updateContext": null }, "value": "+", - "start": 25262, - "end": 25263, + "start": 25416, + "end": 25417, "loc": { "start": { - "line": 638, + "line": 643, "column": 45 }, "end": { - "line": 638, + "line": 643, "column": 46 } } @@ -318973,15 +320363,15 @@ "updateContext": null }, "value": "this", - "start": 25264, - "end": 25268, + "start": 25418, + "end": 25422, "loc": { "start": { - "line": 638, + "line": 643, "column": 47 }, "end": { - "line": 638, + "line": 643, "column": 51 } } @@ -318999,15 +320389,15 @@ "binop": null, "updateContext": null }, - "start": 25268, - "end": 25269, + "start": 25422, + "end": 25423, "loc": { "start": { - "line": 638, + "line": 643, "column": 51 }, "end": { - "line": 638, + "line": 643, "column": 52 } } @@ -319025,15 +320415,15 @@ "binop": null }, "value": "audioEngine", - "start": 25269, - "end": 25280, + "start": 25423, + "end": 25434, "loc": { "start": { - "line": 638, + "line": 643, "column": 52 }, "end": { - "line": 638, + "line": 643, "column": 63 } } @@ -319052,15 +320442,15 @@ "updateContext": null }, "value": "+", - "start": 25281, - "end": 25282, + "start": 25435, + "end": 25436, "loc": { "start": { - "line": 638, + "line": 643, "column": 64 }, "end": { - "line": 638, + "line": 643, "column": 65 } } @@ -319079,15 +320469,15 @@ "updateContext": null }, "value": " is only supported in audio-only mode.", - "start": 25303, - "end": 25343, + "start": 25457, + "end": 25497, "loc": { "start": { - "line": 639, + "line": 644, "column": 20 }, "end": { - "line": 639, + "line": 644, "column": 60 } } @@ -319104,15 +320494,15 @@ "postfix": false, "binop": null }, - "start": 25343, - "end": 25344, + "start": 25497, + "end": 25498, "loc": { "start": { - "line": 639, + "line": 644, "column": 60 }, "end": { - "line": 639, + "line": 644, "column": 61 } } @@ -319130,15 +320520,15 @@ "binop": null, "updateContext": null }, - "start": 25344, - "end": 25345, + "start": 25498, + "end": 25499, "loc": { "start": { - "line": 639, + "line": 644, "column": 61 }, "end": { - "line": 639, + "line": 644, "column": 62 } } @@ -319155,15 +320545,15 @@ "postfix": false, "binop": null }, - "start": 25358, - "end": 25359, + "start": 25512, + "end": 25513, "loc": { "start": { - "line": 640, + "line": 645, "column": 12 }, "end": { - "line": 640, + "line": 645, "column": 13 } } @@ -319171,15 +320561,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25373, - "end": 25396, + "start": 25527, + "end": 25550, "loc": { "start": { - "line": 642, + "line": 647, "column": 12 }, "end": { - "line": 642, + "line": 647, "column": 35 } } @@ -319199,15 +320589,15 @@ "updateContext": null }, "value": "let", - "start": 25409, - "end": 25412, + "start": 25563, + "end": 25566, "loc": { "start": { - "line": 643, + "line": 648, "column": 12 }, "end": { - "line": 643, + "line": 648, "column": 15 } } @@ -319225,15 +320615,15 @@ "binop": null }, "value": "EngineClass", - "start": 25413, - "end": 25424, + "start": 25567, + "end": 25578, "loc": { "start": { - "line": 643, + "line": 648, "column": 16 }, "end": { - "line": 643, + "line": 648, "column": 27 } } @@ -319251,15 +320641,15 @@ "binop": null, "updateContext": null }, - "start": 25424, - "end": 25425, + "start": 25578, + "end": 25579, "loc": { "start": { - "line": 643, + "line": 648, "column": 27 }, "end": { - "line": 643, + "line": 648, "column": 28 } } @@ -319277,15 +320667,15 @@ "binop": null }, "value": "engineType", - "start": 25426, - "end": 25436, + "start": 25580, + "end": 25590, "loc": { "start": { - "line": 643, + "line": 648, "column": 29 }, "end": { - "line": 643, + "line": 648, "column": 39 } } @@ -319303,15 +320693,15 @@ "binop": null, "updateContext": null }, - "start": 25436, - "end": 25437, + "start": 25590, + "end": 25591, "loc": { "start": { - "line": 643, + "line": 648, "column": 39 }, "end": { - "line": 643, + "line": 648, "column": 40 } } @@ -319331,15 +320721,15 @@ "updateContext": null }, "value": "switch", - "start": 25450, - "end": 25456, + "start": 25604, + "end": 25610, "loc": { "start": { - "line": 644, + "line": 649, "column": 12 }, "end": { - "line": 644, + "line": 649, "column": 18 } } @@ -319356,15 +320746,15 @@ "postfix": false, "binop": null }, - "start": 25457, - "end": 25458, + "start": 25611, + "end": 25612, "loc": { "start": { - "line": 644, + "line": 649, "column": 19 }, "end": { - "line": 644, + "line": 649, "column": 20 } } @@ -319384,15 +320774,15 @@ "updateContext": null }, "value": "this", - "start": 25458, - "end": 25462, + "start": 25612, + "end": 25616, "loc": { "start": { - "line": 644, + "line": 649, "column": 20 }, "end": { - "line": 644, + "line": 649, "column": 24 } } @@ -319410,15 +320800,15 @@ "binop": null, "updateContext": null }, - "start": 25462, - "end": 25463, + "start": 25616, + "end": 25617, "loc": { "start": { - "line": 644, + "line": 649, "column": 24 }, "end": { - "line": 644, + "line": 649, "column": 25 } } @@ -319436,15 +320826,15 @@ "binop": null }, "value": "getRecordType", - "start": 25463, - "end": 25476, + "start": 25617, + "end": 25630, "loc": { "start": { - "line": 644, + "line": 649, "column": 25 }, "end": { - "line": 644, + "line": 649, "column": 38 } } @@ -319461,15 +320851,15 @@ "postfix": false, "binop": null }, - "start": 25476, - "end": 25477, + "start": 25630, + "end": 25631, "loc": { "start": { - "line": 644, + "line": 649, "column": 38 }, "end": { - "line": 644, + "line": 649, "column": 39 } } @@ -319486,15 +320876,15 @@ "postfix": false, "binop": null }, - "start": 25477, - "end": 25478, + "start": 25631, + "end": 25632, "loc": { "start": { - "line": 644, + "line": 649, "column": 39 }, "end": { - "line": 644, + "line": 649, "column": 40 } } @@ -319511,15 +320901,15 @@ "postfix": false, "binop": null }, - "start": 25478, - "end": 25479, + "start": 25632, + "end": 25633, "loc": { "start": { - "line": 644, + "line": 649, "column": 40 }, "end": { - "line": 644, + "line": 649, "column": 41 } } @@ -319536,15 +320926,15 @@ "postfix": false, "binop": null }, - "start": 25480, - "end": 25481, + "start": 25634, + "end": 25635, "loc": { "start": { - "line": 644, + "line": 649, "column": 42 }, "end": { - "line": 644, + "line": 649, "column": 43 } } @@ -319564,15 +320954,15 @@ "updateContext": null }, "value": "case", - "start": 25498, - "end": 25502, + "start": 25652, + "end": 25656, "loc": { "start": { - "line": 645, + "line": 650, "column": 16 }, "end": { - "line": 645, + "line": 650, "column": 20 } } @@ -319590,15 +320980,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 25503, - "end": 25513, + "start": 25657, + "end": 25667, "loc": { "start": { - "line": 645, + "line": 650, "column": 21 }, "end": { - "line": 645, + "line": 650, "column": 31 } } @@ -319616,15 +321006,15 @@ "binop": null, "updateContext": null }, - "start": 25513, - "end": 25514, + "start": 25667, + "end": 25668, "loc": { "start": { - "line": 645, + "line": 650, "column": 31 }, "end": { - "line": 645, + "line": 650, "column": 32 } } @@ -319632,15 +321022,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25535, - "end": 25597, + "start": 25689, + "end": 25751, "loc": { "start": { - "line": 646, + "line": 651, "column": 20 }, "end": { - "line": 646, + "line": 651, "column": 82 } } @@ -319658,15 +321048,15 @@ "binop": null }, "value": "EngineClass", - "start": 25618, - "end": 25629, + "start": 25772, + "end": 25783, "loc": { "start": { - "line": 647, + "line": 652, "column": 20 }, "end": { - "line": 647, + "line": 652, "column": 31 } } @@ -319685,15 +321075,15 @@ "updateContext": null }, "value": "=", - "start": 25630, - "end": 25631, + "start": 25784, + "end": 25785, "loc": { "start": { - "line": 647, + "line": 652, "column": 32 }, "end": { - "line": 647, + "line": 652, "column": 33 } } @@ -319711,15 +321101,15 @@ "binop": null }, "value": "getAudioEngine", - "start": 25632, - "end": 25646, + "start": 25786, + "end": 25800, "loc": { "start": { - "line": 647, + "line": 652, "column": 34 }, "end": { - "line": 647, + "line": 652, "column": 48 } } @@ -319736,15 +321126,15 @@ "postfix": false, "binop": null }, - "start": 25646, - "end": 25647, + "start": 25800, + "end": 25801, "loc": { "start": { - "line": 647, + "line": 652, "column": 48 }, "end": { - "line": 647, + "line": 652, "column": 49 } } @@ -319764,15 +321154,15 @@ "updateContext": null }, "value": "this", - "start": 25647, - "end": 25651, + "start": 25801, + "end": 25805, "loc": { "start": { - "line": 647, + "line": 652, "column": 49 }, "end": { - "line": 647, + "line": 652, "column": 53 } } @@ -319790,15 +321180,15 @@ "binop": null, "updateContext": null }, - "start": 25651, - "end": 25652, + "start": 25805, + "end": 25806, "loc": { "start": { - "line": 647, + "line": 652, "column": 53 }, "end": { - "line": 647, + "line": 652, "column": 54 } } @@ -319816,15 +321206,15 @@ "binop": null }, "value": "audioEngine", - "start": 25652, - "end": 25663, + "start": 25806, + "end": 25817, "loc": { "start": { - "line": 647, + "line": 652, "column": 54 }, "end": { - "line": 647, + "line": 652, "column": 65 } } @@ -319841,15 +321231,15 @@ "postfix": false, "binop": null }, - "start": 25663, - "end": 25664, + "start": 25817, + "end": 25818, "loc": { "start": { - "line": 647, + "line": 652, "column": 65 }, "end": { - "line": 647, + "line": 652, "column": 66 } } @@ -319867,15 +321257,15 @@ "binop": null, "updateContext": null }, - "start": 25664, - "end": 25665, + "start": 25818, + "end": 25819, "loc": { "start": { - "line": 647, + "line": 652, "column": 66 }, "end": { - "line": 647, + "line": 652, "column": 67 } } @@ -319893,15 +321283,15 @@ "binop": null }, "value": "engineType", - "start": 25686, - "end": 25696, + "start": 25840, + "end": 25850, "loc": { "start": { - "line": 648, + "line": 653, "column": 20 }, "end": { - "line": 648, + "line": 653, "column": 30 } } @@ -319920,15 +321310,15 @@ "updateContext": null }, "value": "=", - "start": 25697, - "end": 25698, + "start": 25851, + "end": 25852, "loc": { "start": { - "line": 648, + "line": 653, "column": 31 }, "end": { - "line": 648, + "line": 653, "column": 32 } } @@ -319948,15 +321338,15 @@ "updateContext": null }, "value": "this", - "start": 25699, - "end": 25703, + "start": 25853, + "end": 25857, "loc": { "start": { - "line": 648, + "line": 653, "column": 33 }, "end": { - "line": 648, + "line": 653, "column": 37 } } @@ -319974,15 +321364,15 @@ "binop": null, "updateContext": null }, - "start": 25703, - "end": 25704, + "start": 25857, + "end": 25858, "loc": { "start": { - "line": 648, + "line": 653, "column": 37 }, "end": { - "line": 648, + "line": 653, "column": 38 } } @@ -320000,15 +321390,15 @@ "binop": null }, "value": "audioEngine", - "start": 25704, - "end": 25715, + "start": 25858, + "end": 25869, "loc": { "start": { - "line": 648, + "line": 653, "column": 38 }, "end": { - "line": 648, + "line": 653, "column": 49 } } @@ -320026,15 +321416,15 @@ "binop": null, "updateContext": null }, - "start": 25715, - "end": 25716, + "start": 25869, + "end": 25870, "loc": { "start": { - "line": 648, + "line": 653, "column": 49 }, "end": { - "line": 648, + "line": 653, "column": 50 } } @@ -320054,15 +321444,15 @@ "updateContext": null }, "value": "break", - "start": 25737, - "end": 25742, + "start": 25891, + "end": 25896, "loc": { "start": { - "line": 649, + "line": 654, "column": 20 }, "end": { - "line": 649, + "line": 654, "column": 25 } } @@ -320080,15 +321470,15 @@ "binop": null, "updateContext": null }, - "start": 25742, - "end": 25743, + "start": 25896, + "end": 25897, "loc": { "start": { - "line": 649, + "line": 654, "column": 25 }, "end": { - "line": 649, + "line": 654, "column": 26 } } @@ -320108,15 +321498,15 @@ "updateContext": null }, "value": "default", - "start": 25761, - "end": 25768, + "start": 25915, + "end": 25922, "loc": { "start": { - "line": 651, + "line": 656, "column": 16 }, "end": { - "line": 651, + "line": 656, "column": 23 } } @@ -320134,15 +321524,15 @@ "binop": null, "updateContext": null }, - "start": 25768, - "end": 25769, + "start": 25922, + "end": 25923, "loc": { "start": { - "line": 651, + "line": 656, "column": 23 }, "end": { - "line": 651, + "line": 656, "column": 24 } } @@ -320150,15 +321540,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25790, - "end": 25852, + "start": 25944, + "end": 26006, "loc": { "start": { - "line": 652, + "line": 657, "column": 20 }, "end": { - "line": 652, + "line": 657, "column": 82 } } @@ -320176,15 +321566,15 @@ "binop": null }, "value": "EngineClass", - "start": 25873, - "end": 25884, + "start": 26027, + "end": 26038, "loc": { "start": { - "line": 653, + "line": 658, "column": 20 }, "end": { - "line": 653, + "line": 658, "column": 31 } } @@ -320203,15 +321593,15 @@ "updateContext": null }, "value": "=", - "start": 25885, - "end": 25886, + "start": 26039, + "end": 26040, "loc": { "start": { - "line": 653, + "line": 658, "column": 32 }, "end": { - "line": 653, + "line": 658, "column": 33 } } @@ -320229,15 +321619,15 @@ "binop": null }, "value": "getVideoEngine", - "start": 25887, - "end": 25901, + "start": 26041, + "end": 26055, "loc": { "start": { - "line": 653, + "line": 658, "column": 34 }, "end": { - "line": 653, + "line": 658, "column": 48 } } @@ -320254,15 +321644,15 @@ "postfix": false, "binop": null }, - "start": 25901, - "end": 25902, + "start": 26055, + "end": 26056, "loc": { "start": { - "line": 653, + "line": 658, "column": 48 }, "end": { - "line": 653, + "line": 658, "column": 49 } } @@ -320282,15 +321672,15 @@ "updateContext": null }, "value": "this", - "start": 25902, - "end": 25906, + "start": 26056, + "end": 26060, "loc": { "start": { - "line": 653, + "line": 658, "column": 49 }, "end": { - "line": 653, + "line": 658, "column": 53 } } @@ -320308,15 +321698,15 @@ "binop": null, "updateContext": null }, - "start": 25906, - "end": 25907, + "start": 26060, + "end": 26061, "loc": { "start": { - "line": 653, + "line": 658, "column": 53 }, "end": { - "line": 653, + "line": 658, "column": 54 } } @@ -320334,15 +321724,15 @@ "binop": null }, "value": "videoEngine", - "start": 25907, - "end": 25918, + "start": 26061, + "end": 26072, "loc": { "start": { - "line": 653, + "line": 658, "column": 54 }, "end": { - "line": 653, + "line": 658, "column": 65 } } @@ -320359,15 +321749,15 @@ "postfix": false, "binop": null }, - "start": 25918, - "end": 25919, + "start": 26072, + "end": 26073, "loc": { "start": { - "line": 653, + "line": 658, "column": 65 }, "end": { - "line": 653, + "line": 658, "column": 66 } } @@ -320385,15 +321775,15 @@ "binop": null, "updateContext": null }, - "start": 25919, - "end": 25920, + "start": 26073, + "end": 26074, "loc": { "start": { - "line": 653, + "line": 658, "column": 66 }, "end": { - "line": 653, + "line": 658, "column": 67 } } @@ -320411,15 +321801,15 @@ "binop": null }, "value": "engineType", - "start": 25941, - "end": 25951, + "start": 26095, + "end": 26105, "loc": { "start": { - "line": 654, + "line": 659, "column": 20 }, "end": { - "line": 654, + "line": 659, "column": 30 } } @@ -320438,15 +321828,15 @@ "updateContext": null }, "value": "=", - "start": 25952, - "end": 25953, + "start": 26106, + "end": 26107, "loc": { "start": { - "line": 654, + "line": 659, "column": 31 }, "end": { - "line": 654, + "line": 659, "column": 32 } } @@ -320466,15 +321856,15 @@ "updateContext": null }, "value": "this", - "start": 25954, - "end": 25958, + "start": 26108, + "end": 26112, "loc": { "start": { - "line": 654, + "line": 659, "column": 33 }, "end": { - "line": 654, + "line": 659, "column": 37 } } @@ -320492,15 +321882,15 @@ "binop": null, "updateContext": null }, - "start": 25958, - "end": 25959, + "start": 26112, + "end": 26113, "loc": { "start": { - "line": 654, + "line": 659, "column": 37 }, "end": { - "line": 654, + "line": 659, "column": 38 } } @@ -320518,15 +321908,15 @@ "binop": null }, "value": "videoEngine", - "start": 25959, - "end": 25970, + "start": 26113, + "end": 26124, "loc": { "start": { - "line": 654, + "line": 659, "column": 38 }, "end": { - "line": 654, + "line": 659, "column": 49 } } @@ -320544,15 +321934,15 @@ "binop": null, "updateContext": null }, - "start": 25970, - "end": 25971, + "start": 26124, + "end": 26125, "loc": { "start": { - "line": 654, + "line": 659, "column": 49 }, "end": { - "line": 654, + "line": 659, "column": 50 } } @@ -320569,15 +321959,15 @@ "postfix": false, "binop": null }, - "start": 25984, - "end": 25985, + "start": 26138, + "end": 26139, "loc": { "start": { - "line": 655, + "line": 660, "column": 12 }, "end": { - "line": 655, + "line": 660, "column": 13 } } @@ -320585,15 +321975,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 25999, - "end": 26025, + "start": 26153, + "end": 26179, "loc": { "start": { - "line": 657, + "line": 662, "column": 12 }, "end": { - "line": 657, + "line": 662, "column": 38 } } @@ -320613,15 +322003,15 @@ "updateContext": null }, "value": "try", - "start": 26038, - "end": 26041, + "start": 26192, + "end": 26195, "loc": { "start": { - "line": 658, + "line": 663, "column": 12 }, "end": { - "line": 658, + "line": 663, "column": 15 } } @@ -320638,15 +322028,15 @@ "postfix": false, "binop": null }, - "start": 26042, - "end": 26043, + "start": 26196, + "end": 26197, "loc": { "start": { - "line": 658, + "line": 663, "column": 16 }, "end": { - "line": 658, + "line": 663, "column": 17 } } @@ -320654,15 +322044,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26060, - "end": 26097, + "start": 26214, + "end": 26251, "loc": { "start": { - "line": 659, + "line": 664, "column": 16 }, "end": { - "line": 659, + "line": 664, "column": 53 } } @@ -320682,15 +322072,15 @@ "updateContext": null }, "value": "this", - "start": 26114, - "end": 26118, + "start": 26268, + "end": 26272, "loc": { "start": { - "line": 660, + "line": 665, "column": 16 }, "end": { - "line": 660, + "line": 665, "column": 20 } } @@ -320708,15 +322098,15 @@ "binop": null, "updateContext": null }, - "start": 26118, - "end": 26119, + "start": 26272, + "end": 26273, "loc": { "start": { - "line": 660, + "line": 665, "column": 20 }, "end": { - "line": 660, + "line": 665, "column": 21 } } @@ -320734,15 +322124,15 @@ "binop": null }, "value": "engine", - "start": 26119, - "end": 26125, + "start": 26273, + "end": 26279, "loc": { "start": { - "line": 660, + "line": 665, "column": 21 }, "end": { - "line": 660, + "line": 665, "column": 27 } } @@ -320761,15 +322151,15 @@ "updateContext": null }, "value": "=", - "start": 26126, - "end": 26127, + "start": 26280, + "end": 26281, "loc": { "start": { - "line": 660, + "line": 665, "column": 28 }, "end": { - "line": 660, + "line": 665, "column": 29 } } @@ -320789,15 +322179,15 @@ "updateContext": null }, "value": "new", - "start": 26128, - "end": 26131, + "start": 26282, + "end": 26285, "loc": { "start": { - "line": 660, + "line": 665, "column": 30 }, "end": { - "line": 660, + "line": 665, "column": 33 } } @@ -320815,15 +322205,15 @@ "binop": null }, "value": "EngineClass", - "start": 26132, - "end": 26143, + "start": 26286, + "end": 26297, "loc": { "start": { - "line": 660, + "line": 665, "column": 34 }, "end": { - "line": 660, + "line": 665, "column": 45 } } @@ -320840,15 +322230,15 @@ "postfix": false, "binop": null }, - "start": 26143, - "end": 26144, + "start": 26297, + "end": 26298, "loc": { "start": { - "line": 660, + "line": 665, "column": 45 }, "end": { - "line": 660, + "line": 665, "column": 46 } } @@ -320868,15 +322258,15 @@ "updateContext": null }, "value": "this", - "start": 26144, - "end": 26148, + "start": 26298, + "end": 26302, "loc": { "start": { - "line": 660, + "line": 665, "column": 46 }, "end": { - "line": 660, + "line": 665, "column": 50 } } @@ -320894,15 +322284,15 @@ "binop": null, "updateContext": null }, - "start": 26148, - "end": 26149, + "start": 26302, + "end": 26303, "loc": { "start": { - "line": 660, + "line": 665, "column": 50 }, "end": { - "line": 660, + "line": 665, "column": 51 } } @@ -320920,15 +322310,15 @@ "binop": null }, "value": "player", - "start": 26149, - "end": 26155, + "start": 26303, + "end": 26309, "loc": { "start": { - "line": 660, + "line": 665, "column": 51 }, "end": { - "line": 660, + "line": 665, "column": 57 } } @@ -320946,15 +322336,15 @@ "binop": null, "updateContext": null }, - "start": 26155, - "end": 26156, + "start": 26309, + "end": 26310, "loc": { "start": { - "line": 660, + "line": 665, "column": 57 }, "end": { - "line": 660, + "line": 665, "column": 58 } } @@ -320974,15 +322364,15 @@ "updateContext": null }, "value": "this", - "start": 26157, - "end": 26161, + "start": 26311, + "end": 26315, "loc": { "start": { - "line": 660, + "line": 665, "column": 59 }, "end": { - "line": 660, + "line": 665, "column": 63 } } @@ -321000,15 +322390,15 @@ "binop": null, "updateContext": null }, - "start": 26161, - "end": 26162, + "start": 26315, + "end": 26316, "loc": { "start": { - "line": 660, + "line": 665, "column": 63 }, "end": { - "line": 660, + "line": 665, "column": 64 } } @@ -321026,15 +322416,15 @@ "binop": null }, "value": "player", - "start": 26162, - "end": 26168, + "start": 26316, + "end": 26322, "loc": { "start": { - "line": 660, + "line": 665, "column": 64 }, "end": { - "line": 660, + "line": 665, "column": 70 } } @@ -321052,15 +322442,15 @@ "binop": null, "updateContext": null }, - "start": 26168, - "end": 26169, + "start": 26322, + "end": 26323, "loc": { "start": { - "line": 660, + "line": 665, "column": 70 }, "end": { - "line": 660, + "line": 665, "column": 71 } } @@ -321078,15 +322468,15 @@ "binop": null }, "value": "options_", - "start": 26169, - "end": 26177, + "start": 26323, + "end": 26331, "loc": { "start": { - "line": 660, + "line": 665, "column": 71 }, "end": { - "line": 660, + "line": 665, "column": 79 } } @@ -321103,15 +322493,15 @@ "postfix": false, "binop": null }, - "start": 26177, - "end": 26178, + "start": 26331, + "end": 26332, "loc": { "start": { - "line": 660, + "line": 665, "column": 79 }, "end": { - "line": 660, + "line": 665, "column": 80 } } @@ -321129,15 +322519,15 @@ "binop": null, "updateContext": null }, - "start": 26178, - "end": 26179, + "start": 26332, + "end": 26333, "loc": { "start": { - "line": 660, + "line": 665, "column": 80 }, "end": { - "line": 660, + "line": 665, "column": 81 } } @@ -321154,15 +322544,15 @@ "postfix": false, "binop": null }, - "start": 26192, - "end": 26193, + "start": 26346, + "end": 26347, "loc": { "start": { - "line": 661, + "line": 666, "column": 12 }, "end": { - "line": 661, + "line": 666, "column": 13 } } @@ -321182,15 +322572,15 @@ "updateContext": null }, "value": "catch", - "start": 26194, - "end": 26199, + "start": 26348, + "end": 26353, "loc": { "start": { - "line": 661, + "line": 666, "column": 14 }, "end": { - "line": 661, + "line": 666, "column": 19 } } @@ -321207,15 +322597,15 @@ "postfix": false, "binop": null }, - "start": 26200, - "end": 26201, + "start": 26354, + "end": 26355, "loc": { "start": { - "line": 661, + "line": 666, "column": 20 }, "end": { - "line": 661, + "line": 666, "column": 21 } } @@ -321233,15 +322623,15 @@ "binop": null }, "value": "err", - "start": 26201, - "end": 26204, + "start": 26355, + "end": 26358, "loc": { "start": { - "line": 661, + "line": 666, "column": 21 }, "end": { - "line": 661, + "line": 666, "column": 24 } } @@ -321258,15 +322648,15 @@ "postfix": false, "binop": null }, - "start": 26204, - "end": 26205, + "start": 26358, + "end": 26359, "loc": { "start": { - "line": 661, + "line": 666, "column": 24 }, "end": { - "line": 661, + "line": 666, "column": 25 } } @@ -321283,15 +322673,15 @@ "postfix": false, "binop": null }, - "start": 26206, - "end": 26207, + "start": 26360, + "end": 26361, "loc": { "start": { - "line": 661, + "line": 666, "column": 26 }, "end": { - "line": 661, + "line": 666, "column": 27 } } @@ -321311,15 +322701,15 @@ "updateContext": null }, "value": "throw", - "start": 26224, - "end": 26229, + "start": 26378, + "end": 26383, "loc": { "start": { - "line": 662, + "line": 667, "column": 16 }, "end": { - "line": 662, + "line": 667, "column": 21 } } @@ -321339,15 +322729,15 @@ "updateContext": null }, "value": "new", - "start": 26230, - "end": 26233, + "start": 26384, + "end": 26387, "loc": { "start": { - "line": 662, + "line": 667, "column": 22 }, "end": { - "line": 662, + "line": 667, "column": 25 } } @@ -321365,15 +322755,15 @@ "binop": null }, "value": "Error", - "start": 26234, - "end": 26239, + "start": 26388, + "end": 26393, "loc": { "start": { - "line": 662, + "line": 667, "column": 26 }, "end": { - "line": 662, + "line": 667, "column": 31 } } @@ -321390,15 +322780,15 @@ "postfix": false, "binop": null }, - "start": 26239, - "end": 26240, + "start": 26393, + "end": 26394, "loc": { "start": { - "line": 662, + "line": 667, "column": 31 }, "end": { - "line": 662, + "line": 667, "column": 32 } } @@ -321417,15 +322807,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 26240, - "end": 26257, + "start": 26394, + "end": 26411, "loc": { "start": { - "line": 662, + "line": 667, "column": 32 }, "end": { - "line": 662, + "line": 667, "column": 49 } } @@ -321444,15 +322834,15 @@ "updateContext": null }, "value": "+", - "start": 26258, - "end": 26259, + "start": 26412, + "end": 26413, "loc": { "start": { - "line": 662, + "line": 667, "column": 50 }, "end": { - "line": 662, + "line": 667, "column": 51 } } @@ -321470,15 +322860,15 @@ "binop": null }, "value": "engineType", - "start": 26260, - "end": 26270, + "start": 26414, + "end": 26424, "loc": { "start": { - "line": 662, + "line": 667, "column": 52 }, "end": { - "line": 662, + "line": 667, "column": 62 } } @@ -321497,15 +322887,15 @@ "updateContext": null }, "value": "+", - "start": 26271, - "end": 26272, + "start": 26425, + "end": 26426, "loc": { "start": { - "line": 662, + "line": 667, "column": 63 }, "end": { - "line": 662, + "line": 667, "column": 64 } } @@ -321524,15 +322914,15 @@ "updateContext": null }, "value": " plugin", - "start": 26273, - "end": 26282, + "start": 26427, + "end": 26436, "loc": { "start": { - "line": 662, + "line": 667, "column": 65 }, "end": { - "line": 662, + "line": 667, "column": 74 } } @@ -321549,15 +322939,15 @@ "postfix": false, "binop": null }, - "start": 26282, - "end": 26283, + "start": 26436, + "end": 26437, "loc": { "start": { - "line": 662, + "line": 667, "column": 74 }, "end": { - "line": 662, + "line": 667, "column": 75 } } @@ -321575,15 +322965,15 @@ "binop": null, "updateContext": null }, - "start": 26283, - "end": 26284, + "start": 26437, + "end": 26438, "loc": { "start": { - "line": 662, + "line": 667, "column": 75 }, "end": { - "line": 662, + "line": 667, "column": 76 } } @@ -321600,15 +322990,15 @@ "postfix": false, "binop": null }, - "start": 26297, - "end": 26298, + "start": 26451, + "end": 26452, "loc": { "start": { - "line": 663, + "line": 668, "column": 12 }, "end": { - "line": 663, + "line": 668, "column": 13 } } @@ -321616,15 +323006,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26312, - "end": 26332, + "start": 26466, + "end": 26486, "loc": { "start": { - "line": 665, + "line": 670, "column": 12 }, "end": { - "line": 665, + "line": 670, "column": 32 } } @@ -321644,15 +323034,15 @@ "updateContext": null }, "value": "this", - "start": 26345, - "end": 26349, + "start": 26499, + "end": 26503, "loc": { "start": { - "line": 666, + "line": 671, "column": 12 }, "end": { - "line": 666, + "line": 671, "column": 16 } } @@ -321670,15 +323060,15 @@ "binop": null, "updateContext": null }, - "start": 26349, - "end": 26350, + "start": 26503, + "end": 26504, "loc": { "start": { - "line": 666, + "line": 671, "column": 16 }, "end": { - "line": 666, + "line": 671, "column": 17 } } @@ -321696,15 +323086,15 @@ "binop": null }, "value": "engine", - "start": 26350, - "end": 26356, + "start": 26504, + "end": 26510, "loc": { "start": { - "line": 666, + "line": 671, "column": 17 }, "end": { - "line": 666, + "line": 671, "column": 23 } } @@ -321722,15 +323112,15 @@ "binop": null, "updateContext": null }, - "start": 26356, - "end": 26357, + "start": 26510, + "end": 26511, "loc": { "start": { - "line": 666, + "line": 671, "column": 23 }, "end": { - "line": 666, + "line": 671, "column": 24 } } @@ -321748,15 +323138,15 @@ "binop": null }, "value": "on", - "start": 26357, - "end": 26359, + "start": 26511, + "end": 26513, "loc": { "start": { - "line": 666, + "line": 671, "column": 24 }, "end": { - "line": 666, + "line": 671, "column": 26 } } @@ -321773,15 +323163,15 @@ "postfix": false, "binop": null }, - "start": 26359, - "end": 26360, + "start": 26513, + "end": 26514, "loc": { "start": { - "line": 666, + "line": 671, "column": 26 }, "end": { - "line": 666, + "line": 671, "column": 27 } } @@ -321799,15 +323189,15 @@ "binop": null }, "value": "Event", - "start": 26360, - "end": 26365, + "start": 26514, + "end": 26519, "loc": { "start": { - "line": 666, + "line": 671, "column": 27 }, "end": { - "line": 666, + "line": 671, "column": 32 } } @@ -321825,15 +323215,15 @@ "binop": null, "updateContext": null }, - "start": 26365, - "end": 26366, + "start": 26519, + "end": 26520, "loc": { "start": { - "line": 666, + "line": 671, "column": 32 }, "end": { - "line": 666, + "line": 671, "column": 33 } } @@ -321851,15 +323241,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 26366, - "end": 26381, + "start": 26520, + "end": 26535, "loc": { "start": { - "line": 666, + "line": 671, "column": 33 }, "end": { - "line": 666, + "line": 671, "column": 48 } } @@ -321877,15 +323267,15 @@ "binop": null, "updateContext": null }, - "start": 26381, - "end": 26382, + "start": 26535, + "end": 26536, "loc": { "start": { - "line": 666, + "line": 671, "column": 48 }, "end": { - "line": 666, + "line": 671, "column": 49 } } @@ -321905,15 +323295,15 @@ "updateContext": null }, "value": "this", - "start": 26383, - "end": 26387, + "start": 26537, + "end": 26541, "loc": { "start": { - "line": 666, + "line": 671, "column": 50 }, "end": { - "line": 666, + "line": 671, "column": 54 } } @@ -321931,15 +323321,15 @@ "binop": null, "updateContext": null }, - "start": 26387, - "end": 26388, + "start": 26541, + "end": 26542, "loc": { "start": { - "line": 666, + "line": 671, "column": 54 }, "end": { - "line": 666, + "line": 671, "column": 55 } } @@ -321957,15 +323347,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 26388, - "end": 26406, + "start": 26542, + "end": 26560, "loc": { "start": { - "line": 666, + "line": 671, "column": 55 }, "end": { - "line": 666, + "line": 671, "column": 73 } } @@ -321982,15 +323372,15 @@ "postfix": false, "binop": null }, - "start": 26406, - "end": 26407, + "start": 26560, + "end": 26561, "loc": { "start": { - "line": 666, + "line": 671, "column": 73 }, "end": { - "line": 666, + "line": 671, "column": 74 } } @@ -322008,15 +323398,15 @@ "binop": null, "updateContext": null }, - "start": 26407, - "end": 26408, + "start": 26561, + "end": 26562, "loc": { "start": { - "line": 666, + "line": 671, "column": 74 }, "end": { - "line": 666, + "line": 671, "column": 75 } } @@ -322024,15 +323414,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26422, - "end": 26439, + "start": 26576, + "end": 26593, "loc": { "start": { - "line": 668, + "line": 673, "column": 12 }, "end": { - "line": 668, + "line": 673, "column": 29 } } @@ -322052,15 +323442,15 @@ "updateContext": null }, "value": "this", - "start": 26452, - "end": 26456, + "start": 26606, + "end": 26610, "loc": { "start": { - "line": 669, + "line": 674, "column": 12 }, "end": { - "line": 669, + "line": 674, "column": 16 } } @@ -322078,15 +323468,15 @@ "binop": null, "updateContext": null }, - "start": 26456, - "end": 26457, + "start": 26610, + "end": 26611, "loc": { "start": { - "line": 669, + "line": 674, "column": 16 }, "end": { - "line": 669, + "line": 674, "column": 17 } } @@ -322104,15 +323494,15 @@ "binop": null }, "value": "engine", - "start": 26457, - "end": 26463, + "start": 26611, + "end": 26617, "loc": { "start": { - "line": 669, + "line": 674, "column": 17 }, "end": { - "line": 669, + "line": 674, "column": 23 } } @@ -322130,15 +323520,15 @@ "binop": null, "updateContext": null }, - "start": 26463, - "end": 26464, + "start": 26617, + "end": 26618, "loc": { "start": { - "line": 669, + "line": 674, "column": 23 }, "end": { - "line": 669, + "line": 674, "column": 24 } } @@ -322156,15 +323546,15 @@ "binop": null }, "value": "bufferSize", - "start": 26464, - "end": 26474, + "start": 26618, + "end": 26628, "loc": { "start": { - "line": 669, + "line": 674, "column": 24 }, "end": { - "line": 669, + "line": 674, "column": 34 } } @@ -322183,15 +323573,15 @@ "updateContext": null }, "value": "=", - "start": 26475, - "end": 26476, + "start": 26629, + "end": 26630, "loc": { "start": { - "line": 669, + "line": 674, "column": 35 }, "end": { - "line": 669, + "line": 674, "column": 36 } } @@ -322211,15 +323601,15 @@ "updateContext": null }, "value": "this", - "start": 26477, - "end": 26481, + "start": 26631, + "end": 26635, "loc": { "start": { - "line": 669, + "line": 674, "column": 37 }, "end": { - "line": 669, + "line": 674, "column": 41 } } @@ -322237,15 +323627,15 @@ "binop": null, "updateContext": null }, - "start": 26481, - "end": 26482, + "start": 26635, + "end": 26636, "loc": { "start": { - "line": 669, + "line": 674, "column": 41 }, "end": { - "line": 669, + "line": 674, "column": 42 } } @@ -322263,15 +323653,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 26482, - "end": 26497, + "start": 26636, + "end": 26651, "loc": { "start": { - "line": 669, + "line": 674, "column": 42 }, "end": { - "line": 669, + "line": 674, "column": 57 } } @@ -322289,15 +323679,15 @@ "binop": null, "updateContext": null }, - "start": 26497, - "end": 26498, + "start": 26651, + "end": 26652, "loc": { "start": { - "line": 669, + "line": 674, "column": 57 }, "end": { - "line": 669, + "line": 674, "column": 58 } } @@ -322317,15 +323707,15 @@ "updateContext": null }, "value": "this", - "start": 26511, - "end": 26515, + "start": 26665, + "end": 26669, "loc": { "start": { - "line": 670, + "line": 675, "column": 12 }, "end": { - "line": 670, + "line": 675, "column": 16 } } @@ -322343,15 +323733,15 @@ "binop": null, "updateContext": null }, - "start": 26515, - "end": 26516, + "start": 26669, + "end": 26670, "loc": { "start": { - "line": 670, + "line": 675, "column": 16 }, "end": { - "line": 670, + "line": 675, "column": 17 } } @@ -322369,15 +323759,15 @@ "binop": null }, "value": "engine", - "start": 26516, - "end": 26522, + "start": 26670, + "end": 26676, "loc": { "start": { - "line": 670, + "line": 675, "column": 17 }, "end": { - "line": 670, + "line": 675, "column": 23 } } @@ -322395,15 +323785,15 @@ "binop": null, "updateContext": null }, - "start": 26522, - "end": 26523, + "start": 26676, + "end": 26677, "loc": { "start": { - "line": 670, + "line": 675, "column": 23 }, "end": { - "line": 670, + "line": 675, "column": 24 } } @@ -322421,15 +323811,15 @@ "binop": null }, "value": "sampleRate", - "start": 26523, - "end": 26533, + "start": 26677, + "end": 26687, "loc": { "start": { - "line": 670, + "line": 675, "column": 24 }, "end": { - "line": 670, + "line": 675, "column": 34 } } @@ -322448,15 +323838,15 @@ "updateContext": null }, "value": "=", - "start": 26534, - "end": 26535, + "start": 26688, + "end": 26689, "loc": { "start": { - "line": 670, + "line": 675, "column": 35 }, "end": { - "line": 670, + "line": 675, "column": 36 } } @@ -322476,15 +323866,15 @@ "updateContext": null }, "value": "this", - "start": 26536, - "end": 26540, + "start": 26690, + "end": 26694, "loc": { "start": { - "line": 670, + "line": 675, "column": 37 }, "end": { - "line": 670, + "line": 675, "column": 41 } } @@ -322502,15 +323892,15 @@ "binop": null, "updateContext": null }, - "start": 26540, - "end": 26541, + "start": 26694, + "end": 26695, "loc": { "start": { - "line": 670, + "line": 675, "column": 41 }, "end": { - "line": 670, + "line": 675, "column": 42 } } @@ -322528,15 +323918,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 26541, - "end": 26556, + "start": 26695, + "end": 26710, "loc": { "start": { - "line": 670, + "line": 675, "column": 42 }, "end": { - "line": 670, + "line": 675, "column": 57 } } @@ -322554,15 +323944,15 @@ "binop": null, "updateContext": null }, - "start": 26556, - "end": 26557, + "start": 26710, + "end": 26711, "loc": { "start": { - "line": 670, + "line": 675, "column": 57 }, "end": { - "line": 670, + "line": 675, "column": 58 } } @@ -322582,15 +323972,15 @@ "updateContext": null }, "value": "this", - "start": 26570, - "end": 26574, + "start": 26724, + "end": 26728, "loc": { "start": { - "line": 671, + "line": 676, "column": 12 }, "end": { - "line": 671, + "line": 676, "column": 16 } } @@ -322608,15 +323998,15 @@ "binop": null, "updateContext": null }, - "start": 26574, - "end": 26575, + "start": 26728, + "end": 26729, "loc": { "start": { - "line": 671, + "line": 676, "column": 16 }, "end": { - "line": 671, + "line": 676, "column": 17 } } @@ -322634,15 +324024,15 @@ "binop": null }, "value": "engine", - "start": 26575, - "end": 26581, + "start": 26729, + "end": 26735, "loc": { "start": { - "line": 671, + "line": 676, "column": 17 }, "end": { - "line": 671, + "line": 676, "column": 23 } } @@ -322660,15 +324050,15 @@ "binop": null, "updateContext": null }, - "start": 26581, - "end": 26582, + "start": 26735, + "end": 26736, "loc": { "start": { - "line": 671, + "line": 676, "column": 23 }, "end": { - "line": 671, + "line": 676, "column": 24 } } @@ -322686,15 +324076,15 @@ "binop": null }, "value": "bitRate", - "start": 26582, - "end": 26589, + "start": 26736, + "end": 26743, "loc": { "start": { - "line": 671, + "line": 676, "column": 24 }, "end": { - "line": 671, + "line": 676, "column": 31 } } @@ -322713,15 +324103,15 @@ "updateContext": null }, "value": "=", - "start": 26590, - "end": 26591, + "start": 26744, + "end": 26745, "loc": { "start": { - "line": 671, + "line": 676, "column": 32 }, "end": { - "line": 671, + "line": 676, "column": 33 } } @@ -322741,15 +324131,15 @@ "updateContext": null }, "value": "this", - "start": 26592, - "end": 26596, + "start": 26746, + "end": 26750, "loc": { "start": { - "line": 671, + "line": 676, "column": 34 }, "end": { - "line": 671, + "line": 676, "column": 38 } } @@ -322767,15 +324157,15 @@ "binop": null, "updateContext": null }, - "start": 26596, - "end": 26597, + "start": 26750, + "end": 26751, "loc": { "start": { - "line": 671, + "line": 676, "column": 38 }, "end": { - "line": 671, + "line": 676, "column": 39 } } @@ -322793,15 +324183,15 @@ "binop": null }, "value": "audioBitRate", - "start": 26597, - "end": 26609, + "start": 26751, + "end": 26763, "loc": { "start": { - "line": 671, + "line": 676, "column": 39 }, "end": { - "line": 671, + "line": 676, "column": 51 } } @@ -322819,15 +324209,15 @@ "binop": null, "updateContext": null }, - "start": 26609, - "end": 26610, + "start": 26763, + "end": 26764, "loc": { "start": { - "line": 671, + "line": 676, "column": 51 }, "end": { - "line": 671, + "line": 676, "column": 52 } } @@ -322847,15 +324237,15 @@ "updateContext": null }, "value": "this", - "start": 26623, - "end": 26627, + "start": 26777, + "end": 26781, "loc": { "start": { - "line": 672, + "line": 677, "column": 12 }, "end": { - "line": 672, + "line": 677, "column": 16 } } @@ -322873,15 +324263,15 @@ "binop": null, "updateContext": null }, - "start": 26627, - "end": 26628, + "start": 26781, + "end": 26782, "loc": { "start": { - "line": 672, + "line": 677, "column": 16 }, "end": { - "line": 672, + "line": 677, "column": 17 } } @@ -322899,15 +324289,15 @@ "binop": null }, "value": "engine", - "start": 26628, - "end": 26634, + "start": 26782, + "end": 26788, "loc": { "start": { - "line": 672, + "line": 677, "column": 17 }, "end": { - "line": 672, + "line": 677, "column": 23 } } @@ -322925,15 +324315,15 @@ "binop": null, "updateContext": null }, - "start": 26634, - "end": 26635, + "start": 26788, + "end": 26789, "loc": { "start": { - "line": 672, + "line": 677, "column": 23 }, "end": { - "line": 672, + "line": 677, "column": 24 } } @@ -322951,15 +324341,15 @@ "binop": null }, "value": "audioChannels", - "start": 26635, - "end": 26648, + "start": 26789, + "end": 26802, "loc": { "start": { - "line": 672, + "line": 677, "column": 24 }, "end": { - "line": 672, + "line": 677, "column": 37 } } @@ -322978,15 +324368,15 @@ "updateContext": null }, "value": "=", - "start": 26649, - "end": 26650, + "start": 26803, + "end": 26804, "loc": { "start": { - "line": 672, + "line": 677, "column": 38 }, "end": { - "line": 672, + "line": 677, "column": 39 } } @@ -323006,15 +324396,15 @@ "updateContext": null }, "value": "this", - "start": 26651, - "end": 26655, + "start": 26805, + "end": 26809, "loc": { "start": { - "line": 672, + "line": 677, "column": 40 }, "end": { - "line": 672, + "line": 677, "column": 44 } } @@ -323032,15 +324422,15 @@ "binop": null, "updateContext": null }, - "start": 26655, - "end": 26656, + "start": 26809, + "end": 26810, "loc": { "start": { - "line": 672, + "line": 677, "column": 44 }, "end": { - "line": 672, + "line": 677, "column": 45 } } @@ -323058,15 +324448,15 @@ "binop": null }, "value": "audioChannels", - "start": 26656, - "end": 26669, + "start": 26810, + "end": 26823, "loc": { "start": { - "line": 672, + "line": 677, "column": 45 }, "end": { - "line": 672, + "line": 677, "column": 58 } } @@ -323084,15 +324474,15 @@ "binop": null, "updateContext": null }, - "start": 26669, - "end": 26670, + "start": 26823, + "end": 26824, "loc": { "start": { - "line": 672, + "line": 677, "column": 58 }, "end": { - "line": 672, + "line": 677, "column": 59 } } @@ -323112,15 +324502,15 @@ "updateContext": null }, "value": "this", - "start": 26683, - "end": 26687, + "start": 26837, + "end": 26841, "loc": { "start": { - "line": 673, + "line": 678, "column": 12 }, "end": { - "line": 673, + "line": 678, "column": 16 } } @@ -323138,15 +324528,15 @@ "binop": null, "updateContext": null }, - "start": 26687, - "end": 26688, + "start": 26841, + "end": 26842, "loc": { "start": { - "line": 673, + "line": 678, "column": 16 }, "end": { - "line": 673, + "line": 678, "column": 17 } } @@ -323164,15 +324554,15 @@ "binop": null }, "value": "engine", - "start": 26688, - "end": 26694, + "start": 26842, + "end": 26848, "loc": { "start": { - "line": 673, + "line": 678, "column": 17 }, "end": { - "line": 673, + "line": 678, "column": 23 } } @@ -323190,15 +324580,15 @@ "binop": null, "updateContext": null }, - "start": 26694, - "end": 26695, + "start": 26848, + "end": 26849, "loc": { "start": { - "line": 673, + "line": 678, "column": 23 }, "end": { - "line": 673, + "line": 678, "column": 24 } } @@ -323216,15 +324606,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 26695, - "end": 26709, + "start": 26849, + "end": 26863, "loc": { "start": { - "line": 673, + "line": 678, "column": 24 }, "end": { - "line": 673, + "line": 678, "column": 38 } } @@ -323243,15 +324633,15 @@ "updateContext": null }, "value": "=", - "start": 26710, - "end": 26711, + "start": 26864, + "end": 26865, "loc": { "start": { - "line": 673, + "line": 678, "column": 39 }, "end": { - "line": 673, + "line": 678, "column": 40 } } @@ -323271,15 +324661,15 @@ "updateContext": null }, "value": "this", - "start": 26712, - "end": 26716, + "start": 26866, + "end": 26870, "loc": { "start": { - "line": 673, + "line": 678, "column": 41 }, "end": { - "line": 673, + "line": 678, "column": 45 } } @@ -323297,15 +324687,15 @@ "binop": null, "updateContext": null }, - "start": 26716, - "end": 26717, + "start": 26870, + "end": 26871, "loc": { "start": { - "line": 673, + "line": 678, "column": 45 }, "end": { - "line": 673, + "line": 678, "column": 46 } } @@ -323323,15 +324713,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 26717, - "end": 26731, + "start": 26871, + "end": 26885, "loc": { "start": { - "line": 673, + "line": 678, "column": 46 }, "end": { - "line": 673, + "line": 678, "column": 60 } } @@ -323349,15 +324739,15 @@ "binop": null, "updateContext": null }, - "start": 26731, - "end": 26732, + "start": 26885, + "end": 26886, "loc": { "start": { - "line": 673, + "line": 678, "column": 60 }, "end": { - "line": 673, + "line": 678, "column": 61 } } @@ -323377,15 +324767,15 @@ "updateContext": null }, "value": "this", - "start": 26745, - "end": 26749, + "start": 26899, + "end": 26903, "loc": { "start": { - "line": 674, + "line": 679, "column": 12 }, "end": { - "line": 674, + "line": 679, "column": 16 } } @@ -323403,15 +324793,15 @@ "binop": null, "updateContext": null }, - "start": 26749, - "end": 26750, + "start": 26903, + "end": 26904, "loc": { "start": { - "line": 674, + "line": 679, "column": 16 }, "end": { - "line": 674, + "line": 679, "column": 17 } } @@ -323429,15 +324819,15 @@ "binop": null }, "value": "engine", - "start": 26750, - "end": 26756, + "start": 26904, + "end": 26910, "loc": { "start": { - "line": 674, + "line": 679, "column": 17 }, "end": { - "line": 674, + "line": 679, "column": 23 } } @@ -323455,15 +324845,15 @@ "binop": null, "updateContext": null }, - "start": 26756, - "end": 26757, + "start": 26910, + "end": 26911, "loc": { "start": { - "line": 674, + "line": 679, "column": 23 }, "end": { - "line": 674, + "line": 679, "column": 24 } } @@ -323481,15 +324871,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 26757, - "end": 26776, + "start": 26911, + "end": 26930, "loc": { "start": { - "line": 674, + "line": 679, "column": 24 }, "end": { - "line": 674, + "line": 679, "column": 43 } } @@ -323508,15 +324898,15 @@ "updateContext": null }, "value": "=", - "start": 26777, - "end": 26778, + "start": 26931, + "end": 26932, "loc": { "start": { - "line": 674, + "line": 679, "column": 44 }, "end": { - "line": 674, + "line": 679, "column": 45 } } @@ -323536,15 +324926,15 @@ "updateContext": null }, "value": "this", - "start": 26779, - "end": 26783, + "start": 26933, + "end": 26937, "loc": { "start": { - "line": 674, + "line": 679, "column": 46 }, "end": { - "line": 674, + "line": 679, "column": 50 } } @@ -323562,15 +324952,15 @@ "binop": null, "updateContext": null }, - "start": 26783, - "end": 26784, + "start": 26937, + "end": 26938, "loc": { "start": { - "line": 674, + "line": 679, "column": 50 }, "end": { - "line": 674, + "line": 679, "column": 51 } } @@ -323588,15 +324978,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 26784, - "end": 26803, + "start": 26938, + "end": 26957, "loc": { "start": { - "line": 674, + "line": 679, "column": 51 }, "end": { - "line": 674, + "line": 679, "column": 70 } } @@ -323614,15 +325004,15 @@ "binop": null, "updateContext": null }, - "start": 26803, - "end": 26804, + "start": 26957, + "end": 26958, "loc": { "start": { - "line": 674, + "line": 679, "column": 70 }, "end": { - "line": 674, + "line": 679, "column": 71 } } @@ -323630,15 +325020,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26818, - "end": 26830, + "start": 26972, + "end": 26984, "loc": { "start": { - "line": 676, + "line": 681, "column": 12 }, "end": { - "line": 676, + "line": 681, "column": 24 } } @@ -323658,15 +325048,15 @@ "updateContext": null }, "value": "this", - "start": 26843, - "end": 26847, + "start": 26997, + "end": 27001, "loc": { "start": { - "line": 677, + "line": 682, "column": 12 }, "end": { - "line": 677, + "line": 682, "column": 16 } } @@ -323684,15 +325074,15 @@ "binop": null, "updateContext": null }, - "start": 26847, - "end": 26848, + "start": 27001, + "end": 27002, "loc": { "start": { - "line": 677, + "line": 682, "column": 16 }, "end": { - "line": 677, + "line": 682, "column": 17 } } @@ -323710,15 +325100,15 @@ "binop": null }, "value": "engine", - "start": 26848, - "end": 26854, + "start": 27002, + "end": 27008, "loc": { "start": { - "line": 677, + "line": 682, "column": 17 }, "end": { - "line": 677, + "line": 682, "column": 23 } } @@ -323736,15 +325126,15 @@ "binop": null, "updateContext": null }, - "start": 26854, - "end": 26855, + "start": 27008, + "end": 27009, "loc": { "start": { - "line": 677, + "line": 682, "column": 23 }, "end": { - "line": 677, + "line": 682, "column": 24 } } @@ -323762,15 +325152,15 @@ "binop": null }, "value": "mimeType", - "start": 26855, - "end": 26863, + "start": 27009, + "end": 27017, "loc": { "start": { - "line": 677, + "line": 682, "column": 24 }, "end": { - "line": 677, + "line": 682, "column": 32 } } @@ -323789,15 +325179,15 @@ "updateContext": null }, "value": "=", - "start": 26864, - "end": 26865, + "start": 27018, + "end": 27019, "loc": { "start": { - "line": 677, + "line": 682, "column": 33 }, "end": { - "line": 677, + "line": 682, "column": 34 } } @@ -323814,15 +325204,15 @@ "postfix": false, "binop": null }, - "start": 26866, - "end": 26867, + "start": 27020, + "end": 27021, "loc": { "start": { - "line": 677, + "line": 682, "column": 35 }, "end": { - "line": 677, + "line": 682, "column": 36 } } @@ -323840,15 +325230,15 @@ "binop": null }, "value": "video", - "start": 26884, - "end": 26889, + "start": 27038, + "end": 27043, "loc": { "start": { - "line": 678, + "line": 683, "column": 16 }, "end": { - "line": 678, + "line": 683, "column": 21 } } @@ -323866,15 +325256,15 @@ "binop": null, "updateContext": null }, - "start": 26889, - "end": 26890, + "start": 27043, + "end": 27044, "loc": { "start": { - "line": 678, + "line": 683, "column": 21 }, "end": { - "line": 678, + "line": 683, "column": 22 } } @@ -323894,15 +325284,15 @@ "updateContext": null }, "value": "this", - "start": 26891, - "end": 26895, + "start": 27045, + "end": 27049, "loc": { "start": { - "line": 678, + "line": 683, "column": 23 }, "end": { - "line": 678, + "line": 683, "column": 27 } } @@ -323920,15 +325310,15 @@ "binop": null, "updateContext": null }, - "start": 26895, - "end": 26896, + "start": 27049, + "end": 27050, "loc": { "start": { - "line": 678, + "line": 683, "column": 27 }, "end": { - "line": 678, + "line": 683, "column": 28 } } @@ -323946,15 +325336,15 @@ "binop": null }, "value": "videoMimeType", - "start": 26896, - "end": 26909, + "start": 27050, + "end": 27063, "loc": { "start": { - "line": 678, + "line": 683, "column": 28 }, "end": { - "line": 678, + "line": 683, "column": 41 } } @@ -323972,15 +325362,15 @@ "binop": null, "updateContext": null }, - "start": 26909, - "end": 26910, + "start": 27063, + "end": 27064, "loc": { "start": { - "line": 678, + "line": 683, "column": 41 }, "end": { - "line": 678, + "line": 683, "column": 42 } } @@ -323998,15 +325388,15 @@ "binop": null }, "value": "gif", - "start": 26927, - "end": 26930, + "start": 27081, + "end": 27084, "loc": { "start": { - "line": 679, + "line": 684, "column": 16 }, "end": { - "line": 679, + "line": 684, "column": 19 } } @@ -324024,15 +325414,15 @@ "binop": null, "updateContext": null }, - "start": 26930, - "end": 26931, + "start": 27084, + "end": 27085, "loc": { "start": { - "line": 679, + "line": 684, "column": 19 }, "end": { - "line": 679, + "line": 684, "column": 20 } } @@ -324051,15 +325441,15 @@ "updateContext": null }, "value": "image/gif", - "start": 26932, - "end": 26943, + "start": 27086, + "end": 27097, "loc": { "start": { - "line": 679, + "line": 684, "column": 21 }, "end": { - "line": 679, + "line": 684, "column": 32 } } @@ -324076,15 +325466,15 @@ "postfix": false, "binop": null }, - "start": 26956, - "end": 26957, + "start": 27110, + "end": 27111, "loc": { "start": { - "line": 680, + "line": 685, "column": 12 }, "end": { - "line": 680, + "line": 685, "column": 13 } } @@ -324102,15 +325492,15 @@ "binop": null, "updateContext": null }, - "start": 26957, - "end": 26958, + "start": 27111, + "end": 27112, "loc": { "start": { - "line": 680, + "line": 685, "column": 13 }, "end": { - "line": 680, + "line": 685, "column": 14 } } @@ -324130,15 +325520,15 @@ "updateContext": null }, "value": "if", - "start": 26971, - "end": 26973, + "start": 27125, + "end": 27127, "loc": { "start": { - "line": 681, + "line": 686, "column": 12 }, "end": { - "line": 681, + "line": 686, "column": 14 } } @@ -324155,15 +325545,15 @@ "postfix": false, "binop": null }, - "start": 26974, - "end": 26975, + "start": 27128, + "end": 27129, "loc": { "start": { - "line": 681, + "line": 686, "column": 15 }, "end": { - "line": 681, + "line": 686, "column": 16 } } @@ -324183,15 +325573,15 @@ "updateContext": null }, "value": "this", - "start": 26975, - "end": 26979, + "start": 27129, + "end": 27133, "loc": { "start": { - "line": 681, + "line": 686, "column": 16 }, "end": { - "line": 681, + "line": 686, "column": 20 } } @@ -324209,15 +325599,15 @@ "binop": null, "updateContext": null }, - "start": 26979, - "end": 26980, + "start": 27133, + "end": 27134, "loc": { "start": { - "line": 681, + "line": 686, "column": 20 }, "end": { - "line": 681, + "line": 686, "column": 21 } } @@ -324235,15 +325625,15 @@ "binop": null }, "value": "audioMimeType", - "start": 26980, - "end": 26993, + "start": 27134, + "end": 27147, "loc": { "start": { - "line": 681, + "line": 686, "column": 21 }, "end": { - "line": 681, + "line": 686, "column": 34 } } @@ -324262,15 +325652,15 @@ "updateContext": null }, "value": "!==", - "start": 26994, - "end": 26997, + "start": 27148, + "end": 27151, "loc": { "start": { - "line": 681, + "line": 686, "column": 35 }, "end": { - "line": 681, + "line": 686, "column": 38 } } @@ -324290,15 +325680,15 @@ "updateContext": null }, "value": "null", - "start": 26998, - "end": 27002, + "start": 27152, + "end": 27156, "loc": { "start": { - "line": 681, + "line": 686, "column": 39 }, "end": { - "line": 681, + "line": 686, "column": 43 } } @@ -324317,15 +325707,15 @@ "updateContext": null }, "value": "&&", - "start": 27003, - "end": 27005, + "start": 27157, + "end": 27159, "loc": { "start": { - "line": 681, + "line": 686, "column": 44 }, "end": { - "line": 681, + "line": 686, "column": 46 } } @@ -324345,15 +325735,15 @@ "updateContext": null }, "value": "this", - "start": 27022, - "end": 27026, + "start": 27176, + "end": 27180, "loc": { "start": { - "line": 682, + "line": 687, "column": 16 }, "end": { - "line": 682, + "line": 687, "column": 20 } } @@ -324371,15 +325761,15 @@ "binop": null, "updateContext": null }, - "start": 27026, - "end": 27027, + "start": 27180, + "end": 27181, "loc": { "start": { - "line": 682, + "line": 687, "column": 20 }, "end": { - "line": 682, + "line": 687, "column": 21 } } @@ -324397,15 +325787,15 @@ "binop": null }, "value": "audioMimeType", - "start": 27027, - "end": 27040, + "start": 27181, + "end": 27194, "loc": { "start": { - "line": 682, + "line": 687, "column": 21 }, "end": { - "line": 682, + "line": 687, "column": 34 } } @@ -324424,15 +325814,15 @@ "updateContext": null }, "value": "!==", - "start": 27041, - "end": 27044, + "start": 27195, + "end": 27198, "loc": { "start": { - "line": 682, + "line": 687, "column": 35 }, "end": { - "line": 682, + "line": 687, "column": 38 } } @@ -324450,15 +325840,15 @@ "binop": null }, "value": "AUTO", - "start": 27045, - "end": 27049, + "start": 27199, + "end": 27203, "loc": { "start": { - "line": 682, + "line": 687, "column": 39 }, "end": { - "line": 682, + "line": 687, "column": 43 } } @@ -324475,15 +325865,15 @@ "postfix": false, "binop": null }, - "start": 27049, - "end": 27050, + "start": 27203, + "end": 27204, "loc": { "start": { - "line": 682, + "line": 687, "column": 43 }, "end": { - "line": 682, + "line": 687, "column": 44 } } @@ -324500,15 +325890,15 @@ "postfix": false, "binop": null }, - "start": 27051, - "end": 27052, + "start": 27205, + "end": 27206, "loc": { "start": { - "line": 682, + "line": 687, "column": 45 }, "end": { - "line": 682, + "line": 687, "column": 46 } } @@ -324528,15 +325918,15 @@ "updateContext": null }, "value": "this", - "start": 27069, - "end": 27073, + "start": 27223, + "end": 27227, "loc": { "start": { - "line": 683, + "line": 688, "column": 16 }, "end": { - "line": 683, + "line": 688, "column": 20 } } @@ -324554,15 +325944,15 @@ "binop": null, "updateContext": null }, - "start": 27073, - "end": 27074, + "start": 27227, + "end": 27228, "loc": { "start": { - "line": 683, + "line": 688, "column": 20 }, "end": { - "line": 683, + "line": 688, "column": 21 } } @@ -324580,15 +325970,15 @@ "binop": null }, "value": "engine", - "start": 27074, - "end": 27080, + "start": 27228, + "end": 27234, "loc": { "start": { - "line": 683, + "line": 688, "column": 21 }, "end": { - "line": 683, + "line": 688, "column": 27 } } @@ -324606,15 +325996,15 @@ "binop": null, "updateContext": null }, - "start": 27080, - "end": 27081, + "start": 27234, + "end": 27235, "loc": { "start": { - "line": 683, + "line": 688, "column": 27 }, "end": { - "line": 683, + "line": 688, "column": 28 } } @@ -324632,15 +326022,15 @@ "binop": null }, "value": "mimeType", - "start": 27081, - "end": 27089, + "start": 27235, + "end": 27243, "loc": { "start": { - "line": 683, + "line": 688, "column": 28 }, "end": { - "line": 683, + "line": 688, "column": 36 } } @@ -324658,15 +326048,15 @@ "binop": null, "updateContext": null }, - "start": 27089, - "end": 27090, + "start": 27243, + "end": 27244, "loc": { "start": { - "line": 683, + "line": 688, "column": 36 }, "end": { - "line": 683, + "line": 688, "column": 37 } } @@ -324684,15 +326074,15 @@ "binop": null }, "value": "audio", - "start": 27090, - "end": 27095, + "start": 27244, + "end": 27249, "loc": { "start": { - "line": 683, + "line": 688, "column": 37 }, "end": { - "line": 683, + "line": 688, "column": 42 } } @@ -324711,15 +326101,15 @@ "updateContext": null }, "value": "=", - "start": 27096, - "end": 27097, + "start": 27250, + "end": 27251, "loc": { "start": { - "line": 683, + "line": 688, "column": 43 }, "end": { - "line": 683, + "line": 688, "column": 44 } } @@ -324739,15 +326129,15 @@ "updateContext": null }, "value": "this", - "start": 27098, - "end": 27102, + "start": 27252, + "end": 27256, "loc": { "start": { - "line": 683, + "line": 688, "column": 45 }, "end": { - "line": 683, + "line": 688, "column": 49 } } @@ -324765,15 +326155,15 @@ "binop": null, "updateContext": null }, - "start": 27102, - "end": 27103, + "start": 27256, + "end": 27257, "loc": { "start": { - "line": 683, + "line": 688, "column": 49 }, "end": { - "line": 683, + "line": 688, "column": 50 } } @@ -324791,15 +326181,15 @@ "binop": null }, "value": "audioMimeType", - "start": 27103, - "end": 27116, + "start": 27257, + "end": 27270, "loc": { "start": { - "line": 683, + "line": 688, "column": 50 }, "end": { - "line": 683, + "line": 688, "column": 63 } } @@ -324817,15 +326207,15 @@ "binop": null, "updateContext": null }, - "start": 27116, - "end": 27117, + "start": 27270, + "end": 27271, "loc": { "start": { - "line": 683, + "line": 688, "column": 63 }, "end": { - "line": 683, + "line": 688, "column": 64 } } @@ -324842,15 +326232,15 @@ "postfix": false, "binop": null }, - "start": 27130, - "end": 27131, + "start": 27284, + "end": 27285, "loc": { "start": { - "line": 684, + "line": 689, "column": 12 }, "end": { - "line": 684, + "line": 689, "column": 13 } } @@ -324858,15 +326248,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27145, - "end": 27169, + "start": 27299, + "end": 27323, "loc": { "start": { - "line": 686, + "line": 691, "column": 12 }, "end": { - "line": 686, + "line": 691, "column": 36 } } @@ -324886,15 +326276,15 @@ "updateContext": null }, "value": "this", - "start": 27182, - "end": 27186, + "start": 27336, + "end": 27340, "loc": { "start": { - "line": 687, + "line": 692, "column": 12 }, "end": { - "line": 687, + "line": 692, "column": 16 } } @@ -324912,15 +326302,15 @@ "binop": null, "updateContext": null }, - "start": 27186, - "end": 27187, + "start": 27340, + "end": 27341, "loc": { "start": { - "line": 687, + "line": 692, "column": 16 }, "end": { - "line": 687, + "line": 692, "column": 17 } } @@ -324938,15 +326328,15 @@ "binop": null }, "value": "engine", - "start": 27187, - "end": 27193, + "start": 27341, + "end": 27347, "loc": { "start": { - "line": 687, + "line": 692, "column": 17 }, "end": { - "line": 687, + "line": 692, "column": 23 } } @@ -324964,15 +326354,15 @@ "binop": null, "updateContext": null }, - "start": 27193, - "end": 27194, + "start": 27347, + "end": 27348, "loc": { "start": { - "line": 687, + "line": 692, "column": 23 }, "end": { - "line": 687, + "line": 692, "column": 24 } } @@ -324990,15 +326380,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 27194, - "end": 27208, + "start": 27348, + "end": 27362, "loc": { "start": { - "line": 687, + "line": 692, "column": 24 }, "end": { - "line": 687, + "line": 692, "column": 38 } } @@ -325017,15 +326407,15 @@ "updateContext": null }, "value": "=", - "start": 27209, - "end": 27210, + "start": 27363, + "end": 27364, "loc": { "start": { - "line": 687, + "line": 692, "column": 39 }, "end": { - "line": 687, + "line": 692, "column": 40 } } @@ -325045,15 +326435,15 @@ "updateContext": null }, "value": "this", - "start": 27211, - "end": 27215, + "start": 27365, + "end": 27369, "loc": { "start": { - "line": 687, + "line": 692, "column": 41 }, "end": { - "line": 687, + "line": 692, "column": 45 } } @@ -325071,15 +326461,15 @@ "binop": null, "updateContext": null }, - "start": 27215, - "end": 27216, + "start": 27369, + "end": 27370, "loc": { "start": { - "line": 687, + "line": 692, "column": 45 }, "end": { - "line": 687, + "line": 692, "column": 46 } } @@ -325097,15 +326487,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 27216, - "end": 27230, + "start": 27370, + "end": 27384, "loc": { "start": { - "line": 687, + "line": 692, "column": 46 }, "end": { - "line": 687, + "line": 692, "column": 60 } } @@ -325123,15 +326513,15 @@ "binop": null, "updateContext": null }, - "start": 27230, - "end": 27231, + "start": 27384, + "end": 27385, "loc": { "start": { - "line": 687, + "line": 692, "column": 60 }, "end": { - "line": 687, + "line": 692, "column": 61 } } @@ -325151,15 +326541,15 @@ "updateContext": null }, "value": "this", - "start": 27244, - "end": 27248, + "start": 27398, + "end": 27402, "loc": { "start": { - "line": 688, + "line": 693, "column": 12 }, "end": { - "line": 688, + "line": 693, "column": 16 } } @@ -325177,15 +326567,15 @@ "binop": null, "updateContext": null }, - "start": 27248, - "end": 27249, + "start": 27402, + "end": 27403, "loc": { "start": { - "line": 688, + "line": 693, "column": 16 }, "end": { - "line": 688, + "line": 693, "column": 17 } } @@ -325203,15 +326593,15 @@ "binop": null }, "value": "engine", - "start": 27249, - "end": 27255, + "start": 27403, + "end": 27409, "loc": { "start": { - "line": 688, + "line": 693, "column": 17 }, "end": { - "line": 688, + "line": 693, "column": 23 } } @@ -325229,15 +326619,15 @@ "binop": null, "updateContext": null }, - "start": 27255, - "end": 27256, + "start": 27409, + "end": 27410, "loc": { "start": { - "line": 688, + "line": 693, "column": 23 }, "end": { - "line": 688, + "line": 693, "column": 24 } } @@ -325255,15 +326645,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 27256, - "end": 27275, + "start": 27410, + "end": 27429, "loc": { "start": { - "line": 688, + "line": 693, "column": 24 }, "end": { - "line": 688, + "line": 693, "column": 43 } } @@ -325282,15 +326672,15 @@ "updateContext": null }, "value": "=", - "start": 27276, - "end": 27277, + "start": 27430, + "end": 27431, "loc": { "start": { - "line": 688, + "line": 693, "column": 44 }, "end": { - "line": 688, + "line": 693, "column": 45 } } @@ -325310,15 +326700,15 @@ "updateContext": null }, "value": "this", - "start": 27278, - "end": 27282, + "start": 27432, + "end": 27436, "loc": { "start": { - "line": 688, + "line": 693, "column": 46 }, "end": { - "line": 688, + "line": 693, "column": 50 } } @@ -325336,15 +326726,15 @@ "binop": null, "updateContext": null }, - "start": 27282, - "end": 27283, + "start": 27436, + "end": 27437, "loc": { "start": { - "line": 688, + "line": 693, "column": 50 }, "end": { - "line": 688, + "line": 693, "column": 51 } } @@ -325362,15 +326752,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 27283, - "end": 27302, + "start": 27437, + "end": 27456, "loc": { "start": { - "line": 688, + "line": 693, "column": 51 }, "end": { - "line": 688, + "line": 693, "column": 70 } } @@ -325388,15 +326778,15 @@ "binop": null, "updateContext": null }, - "start": 27302, - "end": 27303, + "start": 27456, + "end": 27457, "loc": { "start": { - "line": 688, + "line": 693, "column": 70 }, "end": { - "line": 688, + "line": 693, "column": 71 } } @@ -325416,15 +326806,15 @@ "updateContext": null }, "value": "this", - "start": 27316, - "end": 27320, + "start": 27470, + "end": 27474, "loc": { "start": { - "line": 689, + "line": 694, "column": 12 }, "end": { - "line": 689, + "line": 694, "column": 16 } } @@ -325442,15 +326832,15 @@ "binop": null, "updateContext": null }, - "start": 27320, - "end": 27321, + "start": 27474, + "end": 27475, "loc": { "start": { - "line": 689, + "line": 694, "column": 16 }, "end": { - "line": 689, + "line": 694, "column": 17 } } @@ -325468,15 +326858,15 @@ "binop": null }, "value": "engine", - "start": 27321, - "end": 27327, + "start": 27475, + "end": 27481, "loc": { "start": { - "line": 689, + "line": 694, "column": 17 }, "end": { - "line": 689, + "line": 694, "column": 23 } } @@ -325494,15 +326884,15 @@ "binop": null, "updateContext": null }, - "start": 27327, - "end": 27328, + "start": 27481, + "end": 27482, "loc": { "start": { - "line": 689, + "line": 694, "column": 23 }, "end": { - "line": 689, + "line": 694, "column": 24 } } @@ -325520,15 +326910,15 @@ "binop": null }, "value": "videoBitRate", - "start": 27328, - "end": 27340, + "start": 27482, + "end": 27494, "loc": { "start": { - "line": 689, + "line": 694, "column": 24 }, "end": { - "line": 689, + "line": 694, "column": 36 } } @@ -325547,15 +326937,15 @@ "updateContext": null }, "value": "=", - "start": 27341, - "end": 27342, + "start": 27495, + "end": 27496, "loc": { "start": { - "line": 689, + "line": 694, "column": 37 }, "end": { - "line": 689, + "line": 694, "column": 38 } } @@ -325575,15 +326965,15 @@ "updateContext": null }, "value": "this", - "start": 27343, - "end": 27347, + "start": 27497, + "end": 27501, "loc": { "start": { - "line": 689, + "line": 694, "column": 39 }, "end": { - "line": 689, + "line": 694, "column": 43 } } @@ -325601,15 +326991,15 @@ "binop": null, "updateContext": null }, - "start": 27347, - "end": 27348, + "start": 27501, + "end": 27502, "loc": { "start": { - "line": 689, + "line": 694, "column": 43 }, "end": { - "line": 689, + "line": 694, "column": 44 } } @@ -325627,15 +327017,15 @@ "binop": null }, "value": "videoBitRate", - "start": 27348, - "end": 27360, + "start": 27502, + "end": 27514, "loc": { "start": { - "line": 689, + "line": 694, "column": 44 }, "end": { - "line": 689, + "line": 694, "column": 56 } } @@ -325653,15 +327043,15 @@ "binop": null, "updateContext": null }, - "start": 27360, - "end": 27361, + "start": 27514, + "end": 27515, "loc": { "start": { - "line": 689, + "line": 694, "column": 56 }, "end": { - "line": 689, + "line": 694, "column": 57 } } @@ -325681,15 +327071,15 @@ "updateContext": null }, "value": "this", - "start": 27374, - "end": 27378, + "start": 27528, + "end": 27532, "loc": { "start": { - "line": 690, + "line": 695, "column": 12 }, "end": { - "line": 690, + "line": 695, "column": 16 } } @@ -325707,15 +327097,15 @@ "binop": null, "updateContext": null }, - "start": 27378, - "end": 27379, + "start": 27532, + "end": 27533, "loc": { "start": { - "line": 690, + "line": 695, "column": 16 }, "end": { - "line": 690, + "line": 695, "column": 17 } } @@ -325733,15 +327123,15 @@ "binop": null }, "value": "engine", - "start": 27379, - "end": 27385, + "start": 27533, + "end": 27539, "loc": { "start": { - "line": 690, + "line": 695, "column": 17 }, "end": { - "line": 690, + "line": 695, "column": 23 } } @@ -325759,15 +327149,15 @@ "binop": null, "updateContext": null }, - "start": 27385, - "end": 27386, + "start": 27539, + "end": 27540, "loc": { "start": { - "line": 690, + "line": 695, "column": 23 }, "end": { - "line": 690, + "line": 695, "column": 24 } } @@ -325785,15 +327175,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 27386, - "end": 27400, + "start": 27540, + "end": 27554, "loc": { "start": { - "line": 690, + "line": 695, "column": 24 }, "end": { - "line": 690, + "line": 695, "column": 38 } } @@ -325812,15 +327202,15 @@ "updateContext": null }, "value": "=", - "start": 27401, - "end": 27402, + "start": 27555, + "end": 27556, "loc": { "start": { - "line": 690, + "line": 695, "column": 39 }, "end": { - "line": 690, + "line": 695, "column": 40 } } @@ -325840,15 +327230,15 @@ "updateContext": null }, "value": "this", - "start": 27403, - "end": 27407, + "start": 27557, + "end": 27561, "loc": { "start": { - "line": 690, + "line": 695, "column": 41 }, "end": { - "line": 690, + "line": 695, "column": 45 } } @@ -325866,15 +327256,15 @@ "binop": null, "updateContext": null }, - "start": 27407, - "end": 27408, + "start": 27561, + "end": 27562, "loc": { "start": { - "line": 690, + "line": 695, "column": 45 }, "end": { - "line": 690, + "line": 695, "column": 46 } } @@ -325892,15 +327282,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 27408, - "end": 27422, + "start": 27562, + "end": 27576, "loc": { "start": { - "line": 690, + "line": 695, "column": 46 }, "end": { - "line": 690, + "line": 695, "column": 60 } } @@ -325918,15 +327308,15 @@ "binop": null, "updateContext": null }, - "start": 27422, - "end": 27423, + "start": 27576, + "end": 27577, "loc": { "start": { - "line": 690, + "line": 695, "column": 60 }, "end": { - "line": 690, + "line": 695, "column": 61 } } @@ -325946,15 +327336,15 @@ "updateContext": null }, "value": "this", - "start": 27436, - "end": 27440, + "start": 27590, + "end": 27594, "loc": { "start": { - "line": 691, + "line": 696, "column": 12 }, "end": { - "line": 691, + "line": 696, "column": 16 } } @@ -325972,15 +327362,15 @@ "binop": null, "updateContext": null }, - "start": 27440, - "end": 27441, + "start": 27594, + "end": 27595, "loc": { "start": { - "line": 691, + "line": 696, "column": 16 }, "end": { - "line": 691, + "line": 696, "column": 17 } } @@ -325998,15 +327388,15 @@ "binop": null }, "value": "engine", - "start": 27441, - "end": 27447, + "start": 27595, + "end": 27601, "loc": { "start": { - "line": 691, + "line": 696, "column": 17 }, "end": { - "line": 691, + "line": 696, "column": 23 } } @@ -326024,15 +327414,15 @@ "binop": null, "updateContext": null }, - "start": 27447, - "end": 27448, + "start": 27601, + "end": 27602, "loc": { "start": { - "line": 691, + "line": 696, "column": 23 }, "end": { - "line": 691, + "line": 696, "column": 24 } } @@ -326050,15 +327440,15 @@ "binop": null }, "value": "video", - "start": 27448, - "end": 27453, + "start": 27602, + "end": 27607, "loc": { "start": { - "line": 691, + "line": 696, "column": 24 }, "end": { - "line": 691, + "line": 696, "column": 29 } } @@ -326077,15 +327467,15 @@ "updateContext": null }, "value": "=", - "start": 27454, - "end": 27455, + "start": 27608, + "end": 27609, "loc": { "start": { - "line": 691, + "line": 696, "column": 30 }, "end": { - "line": 691, + "line": 696, "column": 31 } } @@ -326102,15 +327492,15 @@ "postfix": false, "binop": null }, - "start": 27456, - "end": 27457, + "start": 27610, + "end": 27611, "loc": { "start": { - "line": 691, + "line": 696, "column": 32 }, "end": { - "line": 691, + "line": 696, "column": 33 } } @@ -326128,15 +327518,15 @@ "binop": null }, "value": "width", - "start": 27474, - "end": 27479, + "start": 27628, + "end": 27633, "loc": { "start": { - "line": 692, + "line": 697, "column": 16 }, "end": { - "line": 692, + "line": 697, "column": 21 } } @@ -326154,15 +327544,15 @@ "binop": null, "updateContext": null }, - "start": 27479, - "end": 27480, + "start": 27633, + "end": 27634, "loc": { "start": { - "line": 692, + "line": 697, "column": 21 }, "end": { - "line": 692, + "line": 697, "column": 22 } } @@ -326182,15 +327572,15 @@ "updateContext": null }, "value": "this", - "start": 27481, - "end": 27485, + "start": 27635, + "end": 27639, "loc": { "start": { - "line": 692, + "line": 697, "column": 23 }, "end": { - "line": 692, + "line": 697, "column": 27 } } @@ -326208,15 +327598,15 @@ "binop": null, "updateContext": null }, - "start": 27485, - "end": 27486, + "start": 27639, + "end": 27640, "loc": { "start": { - "line": 692, + "line": 697, "column": 27 }, "end": { - "line": 692, + "line": 697, "column": 28 } } @@ -326234,15 +327624,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 27486, - "end": 27501, + "start": 27640, + "end": 27655, "loc": { "start": { - "line": 692, + "line": 697, "column": 28 }, "end": { - "line": 692, + "line": 697, "column": 43 } } @@ -326260,15 +327650,15 @@ "binop": null, "updateContext": null }, - "start": 27501, - "end": 27502, + "start": 27655, + "end": 27656, "loc": { "start": { - "line": 692, + "line": 697, "column": 43 }, "end": { - "line": 692, + "line": 697, "column": 44 } } @@ -326286,15 +327676,15 @@ "binop": null }, "value": "height", - "start": 27519, - "end": 27525, + "start": 27673, + "end": 27679, "loc": { "start": { - "line": 693, + "line": 698, "column": 16 }, "end": { - "line": 693, + "line": 698, "column": 22 } } @@ -326312,15 +327702,15 @@ "binop": null, "updateContext": null }, - "start": 27525, - "end": 27526, + "start": 27679, + "end": 27680, "loc": { "start": { - "line": 693, + "line": 698, "column": 22 }, "end": { - "line": 693, + "line": 698, "column": 23 } } @@ -326340,15 +327730,15 @@ "updateContext": null }, "value": "this", - "start": 27527, - "end": 27531, + "start": 27681, + "end": 27685, "loc": { "start": { - "line": 693, + "line": 698, "column": 24 }, "end": { - "line": 693, + "line": 698, "column": 28 } } @@ -326366,15 +327756,15 @@ "binop": null, "updateContext": null }, - "start": 27531, - "end": 27532, + "start": 27685, + "end": 27686, "loc": { "start": { - "line": 693, + "line": 698, "column": 28 }, "end": { - "line": 693, + "line": 698, "column": 29 } } @@ -326392,15 +327782,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 27532, - "end": 27548, + "start": 27686, + "end": 27702, "loc": { "start": { - "line": 693, + "line": 698, "column": 29 }, "end": { - "line": 693, + "line": 698, "column": 45 } } @@ -326417,15 +327807,15 @@ "postfix": false, "binop": null }, - "start": 27561, - "end": 27562, + "start": 27715, + "end": 27716, "loc": { "start": { - "line": 694, + "line": 699, "column": 12 }, "end": { - "line": 694, + "line": 699, "column": 13 } } @@ -326443,15 +327833,15 @@ "binop": null, "updateContext": null }, - "start": 27562, - "end": 27563, + "start": 27716, + "end": 27717, "loc": { "start": { - "line": 694, + "line": 699, "column": 13 }, "end": { - "line": 694, + "line": 699, "column": 14 } } @@ -326471,15 +327861,15 @@ "updateContext": null }, "value": "this", - "start": 27576, - "end": 27580, + "start": 27730, + "end": 27734, "loc": { "start": { - "line": 695, + "line": 700, "column": 12 }, "end": { - "line": 695, + "line": 700, "column": 16 } } @@ -326497,15 +327887,15 @@ "binop": null, "updateContext": null }, - "start": 27580, - "end": 27581, + "start": 27734, + "end": 27735, "loc": { "start": { - "line": 695, + "line": 700, "column": 16 }, "end": { - "line": 695, + "line": 700, "column": 17 } } @@ -326523,15 +327913,15 @@ "binop": null }, "value": "engine", - "start": 27581, - "end": 27587, + "start": 27735, + "end": 27741, "loc": { "start": { - "line": 695, + "line": 700, "column": 17 }, "end": { - "line": 695, + "line": 700, "column": 23 } } @@ -326549,15 +327939,15 @@ "binop": null, "updateContext": null }, - "start": 27587, - "end": 27588, + "start": 27741, + "end": 27742, "loc": { "start": { - "line": 695, + "line": 700, "column": 23 }, "end": { - "line": 695, + "line": 700, "column": 24 } } @@ -326575,15 +327965,15 @@ "binop": null }, "value": "canvas", - "start": 27588, - "end": 27594, + "start": 27742, + "end": 27748, "loc": { "start": { - "line": 695, + "line": 700, "column": 24 }, "end": { - "line": 695, + "line": 700, "column": 30 } } @@ -326602,15 +327992,15 @@ "updateContext": null }, "value": "=", - "start": 27595, - "end": 27596, + "start": 27749, + "end": 27750, "loc": { "start": { - "line": 695, + "line": 700, "column": 31 }, "end": { - "line": 695, + "line": 700, "column": 32 } } @@ -326627,15 +328017,15 @@ "postfix": false, "binop": null }, - "start": 27597, - "end": 27598, + "start": 27751, + "end": 27752, "loc": { "start": { - "line": 695, + "line": 700, "column": 33 }, "end": { - "line": 695, + "line": 700, "column": 34 } } @@ -326653,15 +328043,15 @@ "binop": null }, "value": "width", - "start": 27615, - "end": 27620, + "start": 27769, + "end": 27774, "loc": { "start": { - "line": 696, + "line": 701, "column": 16 }, "end": { - "line": 696, + "line": 701, "column": 21 } } @@ -326679,15 +328069,15 @@ "binop": null, "updateContext": null }, - "start": 27620, - "end": 27621, + "start": 27774, + "end": 27775, "loc": { "start": { - "line": 696, + "line": 701, "column": 21 }, "end": { - "line": 696, + "line": 701, "column": 22 } } @@ -326707,15 +328097,15 @@ "updateContext": null }, "value": "this", - "start": 27622, - "end": 27626, + "start": 27776, + "end": 27780, "loc": { "start": { - "line": 696, + "line": 701, "column": 23 }, "end": { - "line": 696, + "line": 701, "column": 27 } } @@ -326733,15 +328123,15 @@ "binop": null, "updateContext": null }, - "start": 27626, - "end": 27627, + "start": 27780, + "end": 27781, "loc": { "start": { - "line": 696, + "line": 701, "column": 27 }, "end": { - "line": 696, + "line": 701, "column": 28 } } @@ -326759,15 +328149,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 27627, - "end": 27642, + "start": 27781, + "end": 27796, "loc": { "start": { - "line": 696, + "line": 701, "column": 28 }, "end": { - "line": 696, + "line": 701, "column": 43 } } @@ -326785,15 +328175,15 @@ "binop": null, "updateContext": null }, - "start": 27642, - "end": 27643, + "start": 27796, + "end": 27797, "loc": { "start": { - "line": 696, + "line": 701, "column": 43 }, "end": { - "line": 696, + "line": 701, "column": 44 } } @@ -326811,15 +328201,15 @@ "binop": null }, "value": "height", - "start": 27660, - "end": 27666, + "start": 27814, + "end": 27820, "loc": { "start": { - "line": 697, + "line": 702, "column": 16 }, "end": { - "line": 697, + "line": 702, "column": 22 } } @@ -326837,15 +328227,15 @@ "binop": null, "updateContext": null }, - "start": 27666, - "end": 27667, + "start": 27820, + "end": 27821, "loc": { "start": { - "line": 697, + "line": 702, "column": 22 }, "end": { - "line": 697, + "line": 702, "column": 23 } } @@ -326865,15 +328255,15 @@ "updateContext": null }, "value": "this", - "start": 27668, - "end": 27672, + "start": 27822, + "end": 27826, "loc": { "start": { - "line": 697, + "line": 702, "column": 24 }, "end": { - "line": 697, + "line": 702, "column": 28 } } @@ -326891,15 +328281,15 @@ "binop": null, "updateContext": null }, - "start": 27672, - "end": 27673, + "start": 27826, + "end": 27827, "loc": { "start": { - "line": 697, + "line": 702, "column": 28 }, "end": { - "line": 697, + "line": 702, "column": 29 } } @@ -326917,15 +328307,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 27673, - "end": 27689, + "start": 27827, + "end": 27843, "loc": { "start": { - "line": 697, + "line": 702, "column": 29 }, "end": { - "line": 697, + "line": 702, "column": 45 } } @@ -326942,15 +328332,15 @@ "postfix": false, "binop": null }, - "start": 27702, - "end": 27703, + "start": 27856, + "end": 27857, "loc": { "start": { - "line": 698, + "line": 703, "column": 12 }, "end": { - "line": 698, + "line": 703, "column": 13 } } @@ -326968,15 +328358,15 @@ "binop": null, "updateContext": null }, - "start": 27703, - "end": 27704, + "start": 27857, + "end": 27858, "loc": { "start": { - "line": 698, + "line": 703, "column": 13 }, "end": { - "line": 698, + "line": 703, "column": 14 } } @@ -326984,15 +328374,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27718, - "end": 27742, + "start": 27872, + "end": 27896, "loc": { "start": { - "line": 700, + "line": 705, "column": 12 }, "end": { - "line": 700, + "line": 705, "column": 36 } } @@ -327012,15 +328402,15 @@ "updateContext": null }, "value": "this", - "start": 27755, - "end": 27759, + "start": 27909, + "end": 27913, "loc": { "start": { - "line": 701, + "line": 706, "column": 12 }, "end": { - "line": 701, + "line": 706, "column": 16 } } @@ -327038,15 +328428,15 @@ "binop": null, "updateContext": null }, - "start": 27759, - "end": 27760, + "start": 27913, + "end": 27914, "loc": { "start": { - "line": 701, + "line": 706, "column": 16 }, "end": { - "line": 701, + "line": 706, "column": 17 } } @@ -327064,15 +328454,15 @@ "binop": null }, "value": "engine", - "start": 27760, - "end": 27766, + "start": 27914, + "end": 27920, "loc": { "start": { - "line": 701, + "line": 706, "column": 17 }, "end": { - "line": 701, + "line": 706, "column": 23 } } @@ -327090,15 +328480,15 @@ "binop": null, "updateContext": null }, - "start": 27766, - "end": 27767, + "start": 27920, + "end": 27921, "loc": { "start": { - "line": 701, + "line": 706, "column": 23 }, "end": { - "line": 701, + "line": 706, "column": 24 } } @@ -327116,15 +328506,15 @@ "binop": null }, "value": "quality", - "start": 27767, - "end": 27774, + "start": 27921, + "end": 27928, "loc": { "start": { - "line": 701, + "line": 706, "column": 24 }, "end": { - "line": 701, + "line": 706, "column": 31 } } @@ -327143,15 +328533,15 @@ "updateContext": null }, "value": "=", - "start": 27775, - "end": 27776, + "start": 27929, + "end": 27930, "loc": { "start": { - "line": 701, + "line": 706, "column": 32 }, "end": { - "line": 701, + "line": 706, "column": 33 } } @@ -327171,15 +328561,15 @@ "updateContext": null }, "value": "this", - "start": 27777, - "end": 27781, + "start": 27931, + "end": 27935, "loc": { "start": { - "line": 701, + "line": 706, "column": 34 }, "end": { - "line": 701, + "line": 706, "column": 38 } } @@ -327197,15 +328587,15 @@ "binop": null, "updateContext": null }, - "start": 27781, - "end": 27782, + "start": 27935, + "end": 27936, "loc": { "start": { - "line": 701, + "line": 706, "column": 38 }, "end": { - "line": 701, + "line": 706, "column": 39 } } @@ -327223,15 +328613,15 @@ "binop": null }, "value": "animationQuality", - "start": 27782, - "end": 27798, + "start": 27936, + "end": 27952, "loc": { "start": { - "line": 701, + "line": 706, "column": 39 }, "end": { - "line": 701, + "line": 706, "column": 55 } } @@ -327249,15 +328639,15 @@ "binop": null, "updateContext": null }, - "start": 27798, - "end": 27799, + "start": 27952, + "end": 27953, "loc": { "start": { - "line": 701, + "line": 706, "column": 55 }, "end": { - "line": 701, + "line": 706, "column": 56 } } @@ -327277,15 +328667,15 @@ "updateContext": null }, "value": "this", - "start": 27812, - "end": 27816, + "start": 27966, + "end": 27970, "loc": { "start": { - "line": 702, + "line": 707, "column": 12 }, "end": { - "line": 702, + "line": 707, "column": 16 } } @@ -327303,15 +328693,15 @@ "binop": null, "updateContext": null }, - "start": 27816, - "end": 27817, + "start": 27970, + "end": 27971, "loc": { "start": { - "line": 702, + "line": 707, "column": 16 }, "end": { - "line": 702, + "line": 707, "column": 17 } } @@ -327329,15 +328719,15 @@ "binop": null }, "value": "engine", - "start": 27817, - "end": 27823, + "start": 27971, + "end": 27977, "loc": { "start": { - "line": 702, + "line": 707, "column": 17 }, "end": { - "line": 702, + "line": 707, "column": 23 } } @@ -327355,15 +328745,15 @@ "binop": null, "updateContext": null }, - "start": 27823, - "end": 27824, + "start": 27977, + "end": 27978, "loc": { "start": { - "line": 702, + "line": 707, "column": 23 }, "end": { - "line": 702, + "line": 707, "column": 24 } } @@ -327381,15 +328771,15 @@ "binop": null }, "value": "frameRate", - "start": 27824, - "end": 27833, + "start": 27978, + "end": 27987, "loc": { "start": { - "line": 702, + "line": 707, "column": 24 }, "end": { - "line": 702, + "line": 707, "column": 33 } } @@ -327408,15 +328798,15 @@ "updateContext": null }, "value": "=", - "start": 27834, - "end": 27835, + "start": 27988, + "end": 27989, "loc": { "start": { - "line": 702, + "line": 707, "column": 34 }, "end": { - "line": 702, + "line": 707, "column": 35 } } @@ -327436,15 +328826,15 @@ "updateContext": null }, "value": "this", - "start": 27836, - "end": 27840, + "start": 27990, + "end": 27994, "loc": { "start": { - "line": 702, + "line": 707, "column": 36 }, "end": { - "line": 702, + "line": 707, "column": 40 } } @@ -327462,15 +328852,15 @@ "binop": null, "updateContext": null }, - "start": 27840, - "end": 27841, + "start": 27994, + "end": 27995, "loc": { "start": { - "line": 702, + "line": 707, "column": 40 }, "end": { - "line": 702, + "line": 707, "column": 41 } } @@ -327488,15 +328878,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 27841, - "end": 27859, + "start": 27995, + "end": 28013, "loc": { "start": { - "line": 702, + "line": 707, "column": 41 }, "end": { - "line": 702, + "line": 707, "column": 59 } } @@ -327514,15 +328904,15 @@ "binop": null, "updateContext": null }, - "start": 27859, - "end": 27860, + "start": 28013, + "end": 28014, "loc": { "start": { - "line": 702, + "line": 707, "column": 59 }, "end": { - "line": 702, + "line": 707, "column": 60 } } @@ -327530,15 +328920,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 27874, - "end": 27886, + "start": 28028, + "end": 28040, "loc": { "start": { - "line": 704, + "line": 709, "column": 12 }, "end": { - "line": 704, + "line": 709, "column": 24 } } @@ -327558,15 +328948,15 @@ "updateContext": null }, "value": "if", - "start": 27899, - "end": 27901, + "start": 28053, + "end": 28055, "loc": { "start": { - "line": 705, + "line": 710, "column": 12 }, "end": { - "line": 705, + "line": 710, "column": 14 } } @@ -327583,15 +328973,15 @@ "postfix": false, "binop": null }, - "start": 27902, - "end": 27903, + "start": 28056, + "end": 28057, "loc": { "start": { - "line": 705, + "line": 710, "column": 15 }, "end": { - "line": 705, + "line": 710, "column": 16 } } @@ -327611,15 +329001,15 @@ "updateContext": null }, "value": "this", - "start": 27903, - "end": 27907, + "start": 28057, + "end": 28061, "loc": { "start": { - "line": 705, + "line": 710, "column": 16 }, "end": { - "line": 705, + "line": 710, "column": 20 } } @@ -327637,15 +329027,15 @@ "binop": null, "updateContext": null }, - "start": 27907, - "end": 27908, + "start": 28061, + "end": 28062, "loc": { "start": { - "line": 705, + "line": 710, "column": 20 }, "end": { - "line": 705, + "line": 710, "column": 21 } } @@ -327663,15 +329053,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 27908, - "end": 27923, + "start": 28062, + "end": 28077, "loc": { "start": { - "line": 705, + "line": 710, "column": 21 }, "end": { - "line": 705, + "line": 710, "column": 36 } } @@ -327690,15 +329080,15 @@ "updateContext": null }, "value": "&&", - "start": 27924, - "end": 27926, + "start": 28078, + "end": 28080, "loc": { "start": { - "line": 705, + "line": 710, "column": 37 }, "end": { - "line": 705, + "line": 710, "column": 39 } } @@ -327718,15 +329108,15 @@ "updateContext": null }, "value": "this", - "start": 27927, - "end": 27931, + "start": 28081, + "end": 28085, "loc": { "start": { - "line": 705, + "line": 710, "column": 40 }, "end": { - "line": 705, + "line": 710, "column": 44 } } @@ -327744,15 +329134,15 @@ "binop": null, "updateContext": null }, - "start": 27931, - "end": 27932, + "start": 28085, + "end": 28086, "loc": { "start": { - "line": 705, + "line": 710, "column": 44 }, "end": { - "line": 705, + "line": 710, "column": 45 } } @@ -327770,15 +329160,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 27932, - "end": 27947, + "start": 28086, + "end": 28101, "loc": { "start": { - "line": 705, + "line": 710, "column": 45 }, "end": { - "line": 705, + "line": 710, "column": 60 } } @@ -327797,15 +329187,15 @@ "updateContext": null }, "value": ">", - "start": 27948, - "end": 27949, + "start": 28102, + "end": 28103, "loc": { "start": { - "line": 705, + "line": 710, "column": 61 }, "end": { - "line": 705, + "line": 710, "column": 62 } } @@ -327824,15 +329214,15 @@ "updateContext": null }, "value": 0, - "start": 27950, - "end": 27951, + "start": 28104, + "end": 28105, "loc": { "start": { - "line": 705, + "line": 710, "column": 63 }, "end": { - "line": 705, + "line": 710, "column": 64 } } @@ -327849,15 +329239,15 @@ "postfix": false, "binop": null }, - "start": 27951, - "end": 27952, + "start": 28105, + "end": 28106, "loc": { "start": { - "line": 705, + "line": 710, "column": 64 }, "end": { - "line": 705, + "line": 710, "column": 65 } } @@ -327874,15 +329264,15 @@ "postfix": false, "binop": null }, - "start": 27953, - "end": 27954, + "start": 28107, + "end": 28108, "loc": { "start": { - "line": 705, + "line": 710, "column": 66 }, "end": { - "line": 705, + "line": 710, "column": 67 } } @@ -327902,15 +329292,15 @@ "updateContext": null }, "value": "this", - "start": 27971, - "end": 27975, + "start": 28125, + "end": 28129, "loc": { "start": { - "line": 706, + "line": 711, "column": 16 }, "end": { - "line": 706, + "line": 711, "column": 20 } } @@ -327928,15 +329318,15 @@ "binop": null, "updateContext": null }, - "start": 27975, - "end": 27976, + "start": 28129, + "end": 28130, "loc": { "start": { - "line": 706, + "line": 711, "column": 20 }, "end": { - "line": 706, + "line": 711, "column": 21 } } @@ -327954,15 +329344,15 @@ "binop": null }, "value": "engine", - "start": 27976, - "end": 27982, + "start": 28130, + "end": 28136, "loc": { "start": { - "line": 706, + "line": 711, "column": 21 }, "end": { - "line": 706, + "line": 711, "column": 27 } } @@ -327980,15 +329370,15 @@ "binop": null, "updateContext": null }, - "start": 27982, - "end": 27983, + "start": 28136, + "end": 28137, "loc": { "start": { - "line": 706, + "line": 711, "column": 27 }, "end": { - "line": 706, + "line": 711, "column": 28 } } @@ -328006,15 +329396,15 @@ "binop": null }, "value": "timeSlice", - "start": 27983, - "end": 27992, + "start": 28137, + "end": 28146, "loc": { "start": { - "line": 706, + "line": 711, "column": 28 }, "end": { - "line": 706, + "line": 711, "column": 37 } } @@ -328033,15 +329423,15 @@ "updateContext": null }, "value": "=", - "start": 27993, - "end": 27994, + "start": 28147, + "end": 28148, "loc": { "start": { - "line": 706, + "line": 711, "column": 38 }, "end": { - "line": 706, + "line": 711, "column": 39 } } @@ -328061,15 +329451,15 @@ "updateContext": null }, "value": "this", - "start": 27995, - "end": 27999, + "start": 28149, + "end": 28153, "loc": { "start": { - "line": 706, + "line": 711, "column": 40 }, "end": { - "line": 706, + "line": 711, "column": 44 } } @@ -328087,15 +329477,15 @@ "binop": null, "updateContext": null }, - "start": 27999, - "end": 28000, + "start": 28153, + "end": 28154, "loc": { "start": { - "line": 706, + "line": 711, "column": 44 }, "end": { - "line": 706, + "line": 711, "column": 45 } } @@ -328113,15 +329503,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 28000, - "end": 28015, + "start": 28154, + "end": 28169, "loc": { "start": { - "line": 706, + "line": 711, "column": 45 }, "end": { - "line": 706, + "line": 711, "column": 60 } } @@ -328139,15 +329529,15 @@ "binop": null, "updateContext": null }, - "start": 28015, - "end": 28016, + "start": 28169, + "end": 28170, "loc": { "start": { - "line": 706, + "line": 711, "column": 60 }, "end": { - "line": 706, + "line": 711, "column": 61 } } @@ -328167,15 +329557,15 @@ "updateContext": null }, "value": "this", - "start": 28033, - "end": 28037, + "start": 28187, + "end": 28191, "loc": { "start": { - "line": 707, + "line": 712, "column": 16 }, "end": { - "line": 707, + "line": 712, "column": 20 } } @@ -328193,15 +329583,15 @@ "binop": null, "updateContext": null }, - "start": 28037, - "end": 28038, + "start": 28191, + "end": 28192, "loc": { "start": { - "line": 707, + "line": 712, "column": 20 }, "end": { - "line": 707, + "line": 712, "column": 21 } } @@ -328219,15 +329609,15 @@ "binop": null }, "value": "engine", - "start": 28038, - "end": 28044, + "start": 28192, + "end": 28198, "loc": { "start": { - "line": 707, + "line": 712, "column": 21 }, "end": { - "line": 707, + "line": 712, "column": 27 } } @@ -328245,15 +329635,15 @@ "binop": null, "updateContext": null }, - "start": 28044, - "end": 28045, + "start": 28198, + "end": 28199, "loc": { "start": { - "line": 707, + "line": 712, "column": 27 }, "end": { - "line": 707, + "line": 712, "column": 28 } } @@ -328271,15 +329661,15 @@ "binop": null }, "value": "maxFileSize", - "start": 28045, - "end": 28056, + "start": 28199, + "end": 28210, "loc": { "start": { - "line": 707, + "line": 712, "column": 28 }, "end": { - "line": 707, + "line": 712, "column": 39 } } @@ -328298,15 +329688,15 @@ "updateContext": null }, "value": "=", - "start": 28057, - "end": 28058, + "start": 28211, + "end": 28212, "loc": { "start": { - "line": 707, + "line": 712, "column": 40 }, "end": { - "line": 707, + "line": 712, "column": 41 } } @@ -328326,15 +329716,15 @@ "updateContext": null }, "value": "this", - "start": 28059, - "end": 28063, + "start": 28213, + "end": 28217, "loc": { "start": { - "line": 707, + "line": 712, "column": 42 }, "end": { - "line": 707, + "line": 712, "column": 46 } } @@ -328352,15 +329742,15 @@ "binop": null, "updateContext": null }, - "start": 28063, - "end": 28064, + "start": 28217, + "end": 28218, "loc": { "start": { - "line": 707, + "line": 712, "column": 46 }, "end": { - "line": 707, + "line": 712, "column": 47 } } @@ -328378,15 +329768,15 @@ "binop": null }, "value": "maxFileSize", - "start": 28064, - "end": 28075, + "start": 28218, + "end": 28229, "loc": { "start": { - "line": 707, + "line": 712, "column": 47 }, "end": { - "line": 707, + "line": 712, "column": 58 } } @@ -328404,15 +329794,15 @@ "binop": null, "updateContext": null }, - "start": 28075, - "end": 28076, + "start": 28229, + "end": 28230, "loc": { "start": { - "line": 707, + "line": 712, "column": 58 }, "end": { - "line": 707, + "line": 712, "column": 59 } } @@ -328429,15 +329819,15 @@ "postfix": false, "binop": null }, - "start": 28089, - "end": 28090, + "start": 28243, + "end": 28244, "loc": { "start": { - "line": 708, + "line": 713, "column": 12 }, "end": { - "line": 708, + "line": 713, "column": 13 } } @@ -328445,15 +329835,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28104, - "end": 28143, + "start": 28258, + "end": 28297, "loc": { "start": { - "line": 710, + "line": 715, "column": 12 }, "end": { - "line": 710, + "line": 715, "column": 51 } } @@ -328473,15 +329863,15 @@ "updateContext": null }, "value": "this", - "start": 28156, - "end": 28160, + "start": 28310, + "end": 28314, "loc": { "start": { - "line": 711, + "line": 716, "column": 12 }, "end": { - "line": 711, + "line": 716, "column": 16 } } @@ -328499,15 +329889,15 @@ "binop": null, "updateContext": null }, - "start": 28160, - "end": 28161, + "start": 28314, + "end": 28315, "loc": { "start": { - "line": 711, + "line": 716, "column": 16 }, "end": { - "line": 711, + "line": 716, "column": 17 } } @@ -328525,15 +329915,15 @@ "binop": null }, "value": "engine", - "start": 28161, - "end": 28167, + "start": 28315, + "end": 28321, "loc": { "start": { - "line": 711, + "line": 716, "column": 17 }, "end": { - "line": 711, + "line": 716, "column": 23 } } @@ -328551,15 +329941,15 @@ "binop": null, "updateContext": null }, - "start": 28167, - "end": 28168, + "start": 28321, + "end": 28322, "loc": { "start": { - "line": 711, + "line": 716, "column": 23 }, "end": { - "line": 711, + "line": 716, "column": 24 } } @@ -328577,15 +329967,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28168, - "end": 28188, + "start": 28322, + "end": 28342, "loc": { "start": { - "line": 711, + "line": 716, "column": 24 }, "end": { - "line": 711, + "line": 716, "column": 44 } } @@ -328604,15 +329994,15 @@ "updateContext": null }, "value": "=", - "start": 28189, - "end": 28190, + "start": 28343, + "end": 28344, "loc": { "start": { - "line": 711, + "line": 716, "column": 45 }, "end": { - "line": 711, + "line": 716, "column": 46 } } @@ -328632,15 +330022,15 @@ "updateContext": null }, "value": "this", - "start": 28191, - "end": 28195, + "start": 28345, + "end": 28349, "loc": { "start": { - "line": 711, + "line": 716, "column": 47 }, "end": { - "line": 711, + "line": 716, "column": 51 } } @@ -328658,15 +330048,15 @@ "binop": null, "updateContext": null }, - "start": 28195, - "end": 28196, + "start": 28349, + "end": 28350, "loc": { "start": { - "line": 711, + "line": 716, "column": 51 }, "end": { - "line": 711, + "line": 716, "column": 52 } } @@ -328684,15 +330074,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28196, - "end": 28216, + "start": 28350, + "end": 28370, "loc": { "start": { - "line": 711, + "line": 716, "column": 52 }, "end": { - "line": 711, + "line": 716, "column": 72 } } @@ -328710,15 +330100,15 @@ "binop": null, "updateContext": null }, - "start": 28216, - "end": 28217, + "start": 28370, + "end": 28371, "loc": { "start": { - "line": 711, + "line": 716, "column": 72 }, "end": { - "line": 711, + "line": 716, "column": 73 } } @@ -328726,15 +330116,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28231, - "end": 28253, + "start": 28385, + "end": 28407, "loc": { "start": { - "line": 713, + "line": 718, "column": 12 }, "end": { - "line": 713, + "line": 718, "column": 34 } } @@ -328754,15 +330144,15 @@ "updateContext": null }, "value": "this", - "start": 28266, - "end": 28270, + "start": 28420, + "end": 28424, "loc": { "start": { - "line": 714, + "line": 719, "column": 12 }, "end": { - "line": 714, + "line": 719, "column": 16 } } @@ -328780,15 +330170,15 @@ "binop": null, "updateContext": null }, - "start": 28270, - "end": 28271, + "start": 28424, + "end": 28425, "loc": { "start": { - "line": 714, + "line": 719, "column": 16 }, "end": { - "line": 714, + "line": 719, "column": 17 } } @@ -328806,15 +330196,15 @@ "binop": null }, "value": "engine", - "start": 28271, - "end": 28277, + "start": 28425, + "end": 28431, "loc": { "start": { - "line": 714, + "line": 719, "column": 17 }, "end": { - "line": 714, + "line": 719, "column": 23 } } @@ -328832,15 +330222,15 @@ "binop": null, "updateContext": null }, - "start": 28277, - "end": 28278, + "start": 28431, + "end": 28432, "loc": { "start": { - "line": 714, + "line": 719, "column": 23 }, "end": { - "line": 714, + "line": 719, "column": 24 } } @@ -328858,15 +330248,15 @@ "binop": null }, "value": "setup", - "start": 28278, - "end": 28283, + "start": 28432, + "end": 28437, "loc": { "start": { - "line": 714, + "line": 719, "column": 24 }, "end": { - "line": 714, + "line": 719, "column": 29 } } @@ -328883,15 +330273,15 @@ "postfix": false, "binop": null }, - "start": 28283, - "end": 28284, + "start": 28437, + "end": 28438, "loc": { "start": { - "line": 714, + "line": 719, "column": 29 }, "end": { - "line": 714, + "line": 719, "column": 30 } } @@ -328911,15 +330301,15 @@ "updateContext": null }, "value": "this", - "start": 28284, - "end": 28288, + "start": 28438, + "end": 28442, "loc": { "start": { - "line": 714, + "line": 719, "column": 30 }, "end": { - "line": 714, + "line": 719, "column": 34 } } @@ -328937,15 +330327,15 @@ "binop": null, "updateContext": null }, - "start": 28288, - "end": 28289, + "start": 28442, + "end": 28443, "loc": { "start": { - "line": 714, + "line": 719, "column": 34 }, "end": { - "line": 714, + "line": 719, "column": 35 } } @@ -328963,15 +330353,15 @@ "binop": null }, "value": "stream", - "start": 28289, - "end": 28295, + "start": 28443, + "end": 28449, "loc": { "start": { - "line": 714, + "line": 719, "column": 35 }, "end": { - "line": 714, + "line": 719, "column": 41 } } @@ -328989,15 +330379,15 @@ "binop": null, "updateContext": null }, - "start": 28295, - "end": 28296, + "start": 28449, + "end": 28450, "loc": { "start": { - "line": 714, + "line": 719, "column": 41 }, "end": { - "line": 714, + "line": 719, "column": 42 } } @@ -329017,15 +330407,15 @@ "updateContext": null }, "value": "this", - "start": 28297, - "end": 28301, + "start": 28451, + "end": 28455, "loc": { "start": { - "line": 714, + "line": 719, "column": 43 }, "end": { - "line": 714, + "line": 719, "column": 47 } } @@ -329043,15 +330433,15 @@ "binop": null, "updateContext": null }, - "start": 28301, - "end": 28302, + "start": 28455, + "end": 28456, "loc": { "start": { - "line": 714, + "line": 719, "column": 47 }, "end": { - "line": 714, + "line": 719, "column": 48 } } @@ -329069,15 +330459,15 @@ "binop": null }, "value": "mediaType", - "start": 28302, - "end": 28311, + "start": 28456, + "end": 28465, "loc": { "start": { - "line": 714, + "line": 719, "column": 48 }, "end": { - "line": 714, + "line": 719, "column": 57 } } @@ -329095,15 +330485,15 @@ "binop": null, "updateContext": null }, - "start": 28311, - "end": 28312, + "start": 28465, + "end": 28466, "loc": { "start": { - "line": 714, + "line": 719, "column": 57 }, "end": { - "line": 714, + "line": 719, "column": 58 } } @@ -329123,15 +330513,15 @@ "updateContext": null }, "value": "this", - "start": 28313, - "end": 28317, + "start": 28467, + "end": 28471, "loc": { "start": { - "line": 714, + "line": 719, "column": 59 }, "end": { - "line": 714, + "line": 719, "column": 63 } } @@ -329149,15 +330539,15 @@ "binop": null, "updateContext": null }, - "start": 28317, - "end": 28318, + "start": 28471, + "end": 28472, "loc": { "start": { - "line": 714, + "line": 719, "column": 63 }, "end": { - "line": 714, + "line": 719, "column": 64 } } @@ -329175,15 +330565,15 @@ "binop": null }, "value": "debug", - "start": 28318, - "end": 28323, + "start": 28472, + "end": 28477, "loc": { "start": { - "line": 714, + "line": 719, "column": 64 }, "end": { - "line": 714, + "line": 719, "column": 69 } } @@ -329200,15 +330590,15 @@ "postfix": false, "binop": null }, - "start": 28323, - "end": 28324, + "start": 28477, + "end": 28478, "loc": { "start": { - "line": 714, + "line": 719, "column": 69 }, "end": { - "line": 714, + "line": 719, "column": 70 } } @@ -329226,15 +330616,15 @@ "binop": null, "updateContext": null }, - "start": 28324, - "end": 28325, + "start": 28478, + "end": 28479, "loc": { "start": { - "line": 714, + "line": 719, "column": 70 }, "end": { - "line": 714, + "line": 719, "column": 71 } } @@ -329242,15 +330632,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28339, - "end": 28365, + "start": 28493, + "end": 28519, "loc": { "start": { - "line": 716, + "line": 721, "column": 12 }, "end": { - "line": 716, + "line": 721, "column": 38 } } @@ -329270,15 +330660,15 @@ "updateContext": null }, "value": "if", - "start": 28378, - "end": 28380, + "start": 28532, + "end": 28534, "loc": { "start": { - "line": 717, + "line": 722, "column": 12 }, "end": { - "line": 717, + "line": 722, "column": 14 } } @@ -329295,15 +330685,15 @@ "postfix": false, "binop": null }, - "start": 28381, - "end": 28382, + "start": 28535, + "end": 28536, "loc": { "start": { - "line": 717, + "line": 722, "column": 15 }, "end": { - "line": 717, + "line": 722, "column": 16 } } @@ -329323,15 +330713,15 @@ "updateContext": null }, "value": "this", - "start": 28382, - "end": 28386, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 717, + "line": 722, "column": 16 }, "end": { - "line": 717, + "line": 722, "column": 20 } } @@ -329349,15 +330739,15 @@ "binop": null, "updateContext": null }, - "start": 28386, - "end": 28387, + "start": 28540, + "end": 28541, "loc": { "start": { - "line": 717, + "line": 722, "column": 20 }, "end": { - "line": 717, + "line": 722, "column": 21 } } @@ -329375,15 +330765,15 @@ "binop": null }, "value": "convertEngine", - "start": 28387, - "end": 28400, + "start": 28541, + "end": 28554, "loc": { "start": { - "line": 717, + "line": 722, "column": 21 }, "end": { - "line": 717, + "line": 722, "column": 34 } } @@ -329402,15 +330792,15 @@ "updateContext": null }, "value": "!==", - "start": 28401, - "end": 28404, + "start": 28555, + "end": 28558, "loc": { "start": { - "line": 717, + "line": 722, "column": 35 }, "end": { - "line": 717, + "line": 722, "column": 38 } } @@ -329429,15 +330819,15 @@ "updateContext": null }, "value": "", - "start": 28405, - "end": 28407, + "start": 28559, + "end": 28561, "loc": { "start": { - "line": 717, + "line": 722, "column": 39 }, "end": { - "line": 717, + "line": 722, "column": 41 } } @@ -329454,15 +330844,15 @@ "postfix": false, "binop": null }, - "start": 28407, - "end": 28408, + "start": 28561, + "end": 28562, "loc": { "start": { - "line": 717, + "line": 722, "column": 41 }, "end": { - "line": 717, + "line": 722, "column": 42 } } @@ -329479,15 +330869,15 @@ "postfix": false, "binop": null }, - "start": 28409, - "end": 28410, + "start": 28563, + "end": 28564, "loc": { "start": { - "line": 717, + "line": 722, "column": 43 }, "end": { - "line": 717, + "line": 722, "column": 44 } } @@ -329507,15 +330897,15 @@ "updateContext": null }, "value": "let", - "start": 28427, - "end": 28430, + "start": 28581, + "end": 28584, "loc": { "start": { - "line": 718, + "line": 723, "column": 16 }, "end": { - "line": 718, + "line": 723, "column": 19 } } @@ -329533,15 +330923,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 28431, - "end": 28449, + "start": 28585, + "end": 28603, "loc": { "start": { - "line": 718, + "line": 723, "column": 20 }, "end": { - "line": 718, + "line": 723, "column": 38 } } @@ -329560,15 +330950,15 @@ "updateContext": null }, "value": "=", - "start": 28450, - "end": 28451, + "start": 28604, + "end": 28605, "loc": { "start": { - "line": 718, + "line": 723, "column": 39 }, "end": { - "line": 718, + "line": 723, "column": 40 } } @@ -329586,15 +330976,15 @@ "binop": null }, "value": "getConvertEngine", - "start": 28452, - "end": 28468, + "start": 28606, + "end": 28622, "loc": { "start": { - "line": 718, + "line": 723, "column": 41 }, "end": { - "line": 718, + "line": 723, "column": 57 } } @@ -329611,15 +331001,15 @@ "postfix": false, "binop": null }, - "start": 28468, - "end": 28469, + "start": 28622, + "end": 28623, "loc": { "start": { - "line": 718, + "line": 723, "column": 57 }, "end": { - "line": 718, + "line": 723, "column": 58 } } @@ -329639,15 +331029,15 @@ "updateContext": null }, "value": "this", - "start": 28469, - "end": 28473, + "start": 28623, + "end": 28627, "loc": { "start": { - "line": 718, + "line": 723, "column": 58 }, "end": { - "line": 718, + "line": 723, "column": 62 } } @@ -329665,15 +331055,15 @@ "binop": null, "updateContext": null }, - "start": 28473, - "end": 28474, + "start": 28627, + "end": 28628, "loc": { "start": { - "line": 718, + "line": 723, "column": 62 }, "end": { - "line": 718, + "line": 723, "column": 63 } } @@ -329691,15 +331081,15 @@ "binop": null }, "value": "convertEngine", - "start": 28474, - "end": 28487, + "start": 28628, + "end": 28641, "loc": { "start": { - "line": 718, + "line": 723, "column": 63 }, "end": { - "line": 718, + "line": 723, "column": 76 } } @@ -329716,15 +331106,15 @@ "postfix": false, "binop": null }, - "start": 28487, - "end": 28488, + "start": 28641, + "end": 28642, "loc": { "start": { - "line": 718, + "line": 723, "column": 76 }, "end": { - "line": 718, + "line": 723, "column": 77 } } @@ -329742,15 +331132,15 @@ "binop": null, "updateContext": null }, - "start": 28488, - "end": 28489, + "start": 28642, + "end": 28643, "loc": { "start": { - "line": 718, + "line": 723, "column": 77 }, "end": { - "line": 718, + "line": 723, "column": 78 } } @@ -329770,15 +331160,15 @@ "updateContext": null }, "value": "try", - "start": 28506, - "end": 28509, + "start": 28660, + "end": 28663, "loc": { "start": { - "line": 719, + "line": 724, "column": 16 }, "end": { - "line": 719, + "line": 724, "column": 19 } } @@ -329795,15 +331185,15 @@ "postfix": false, "binop": null }, - "start": 28510, - "end": 28511, + "start": 28664, + "end": 28665, "loc": { "start": { - "line": 719, + "line": 724, "column": 20 }, "end": { - "line": 719, + "line": 724, "column": 21 } } @@ -329823,15 +331213,15 @@ "updateContext": null }, "value": "this", - "start": 28532, - "end": 28536, + "start": 28686, + "end": 28690, "loc": { "start": { - "line": 720, + "line": 725, "column": 20 }, "end": { - "line": 720, + "line": 725, "column": 24 } } @@ -329849,15 +331239,15 @@ "binop": null, "updateContext": null }, - "start": 28536, - "end": 28537, + "start": 28690, + "end": 28691, "loc": { "start": { - "line": 720, + "line": 725, "column": 24 }, "end": { - "line": 720, + "line": 725, "column": 25 } } @@ -329875,15 +331265,15 @@ "binop": null }, "value": "converter", - "start": 28537, - "end": 28546, + "start": 28691, + "end": 28700, "loc": { "start": { - "line": 720, + "line": 725, "column": 25 }, "end": { - "line": 720, + "line": 725, "column": 34 } } @@ -329902,15 +331292,15 @@ "updateContext": null }, "value": "=", - "start": 28547, - "end": 28548, + "start": 28701, + "end": 28702, "loc": { "start": { - "line": 720, + "line": 725, "column": 35 }, "end": { - "line": 720, + "line": 725, "column": 36 } } @@ -329930,15 +331320,15 @@ "updateContext": null }, "value": "new", - "start": 28549, - "end": 28552, + "start": 28703, + "end": 28706, "loc": { "start": { - "line": 720, + "line": 725, "column": 37 }, "end": { - "line": 720, + "line": 725, "column": 40 } } @@ -329956,15 +331346,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 28553, - "end": 28571, + "start": 28707, + "end": 28725, "loc": { "start": { - "line": 720, + "line": 725, "column": 41 }, "end": { - "line": 720, + "line": 725, "column": 59 } } @@ -329981,15 +331371,15 @@ "postfix": false, "binop": null }, - "start": 28571, - "end": 28572, + "start": 28725, + "end": 28726, "loc": { "start": { - "line": 720, + "line": 725, "column": 59 }, "end": { - "line": 720, + "line": 725, "column": 60 } } @@ -330009,15 +331399,15 @@ "updateContext": null }, "value": "this", - "start": 28572, - "end": 28576, + "start": 28726, + "end": 28730, "loc": { "start": { - "line": 720, + "line": 725, "column": 60 }, "end": { - "line": 720, + "line": 725, "column": 64 } } @@ -330035,15 +331425,15 @@ "binop": null, "updateContext": null }, - "start": 28576, - "end": 28577, + "start": 28730, + "end": 28731, "loc": { "start": { - "line": 720, + "line": 725, "column": 64 }, "end": { - "line": 720, + "line": 725, "column": 65 } } @@ -330061,15 +331451,15 @@ "binop": null }, "value": "player", - "start": 28577, - "end": 28583, + "start": 28731, + "end": 28737, "loc": { "start": { - "line": 720, + "line": 725, "column": 65 }, "end": { - "line": 720, + "line": 725, "column": 71 } } @@ -330087,15 +331477,15 @@ "binop": null, "updateContext": null }, - "start": 28583, - "end": 28584, + "start": 28737, + "end": 28738, "loc": { "start": { - "line": 720, + "line": 725, "column": 71 }, "end": { - "line": 720, + "line": 725, "column": 72 } } @@ -330115,15 +331505,15 @@ "updateContext": null }, "value": "this", - "start": 28609, - "end": 28613, + "start": 28763, + "end": 28767, "loc": { "start": { - "line": 721, + "line": 726, "column": 24 }, "end": { - "line": 721, + "line": 726, "column": 28 } } @@ -330141,15 +331531,15 @@ "binop": null, "updateContext": null }, - "start": 28613, - "end": 28614, + "start": 28767, + "end": 28768, "loc": { "start": { - "line": 721, + "line": 726, "column": 28 }, "end": { - "line": 721, + "line": 726, "column": 29 } } @@ -330167,15 +331557,15 @@ "binop": null }, "value": "player", - "start": 28614, - "end": 28620, + "start": 28768, + "end": 28774, "loc": { "start": { - "line": 721, + "line": 726, "column": 29 }, "end": { - "line": 721, + "line": 726, "column": 35 } } @@ -330193,15 +331583,15 @@ "binop": null, "updateContext": null }, - "start": 28620, - "end": 28621, + "start": 28774, + "end": 28775, "loc": { "start": { - "line": 721, + "line": 726, "column": 35 }, "end": { - "line": 721, + "line": 726, "column": 36 } } @@ -330219,15 +331609,15 @@ "binop": null }, "value": "options_", - "start": 28621, - "end": 28629, + "start": 28775, + "end": 28783, "loc": { "start": { - "line": 721, + "line": 726, "column": 36 }, "end": { - "line": 721, + "line": 726, "column": 44 } } @@ -330244,15 +331634,15 @@ "postfix": false, "binop": null }, - "start": 28629, - "end": 28630, + "start": 28783, + "end": 28784, "loc": { "start": { - "line": 721, + "line": 726, "column": 44 }, "end": { - "line": 721, + "line": 726, "column": 45 } } @@ -330270,15 +331660,15 @@ "binop": null, "updateContext": null }, - "start": 28630, - "end": 28631, + "start": 28784, + "end": 28785, "loc": { "start": { - "line": 721, + "line": 726, "column": 45 }, "end": { - "line": 721, + "line": 726, "column": 46 } } @@ -330295,15 +331685,15 @@ "postfix": false, "binop": null }, - "start": 28648, - "end": 28649, + "start": 28802, + "end": 28803, "loc": { "start": { - "line": 722, + "line": 727, "column": 16 }, "end": { - "line": 722, + "line": 727, "column": 17 } } @@ -330323,15 +331713,15 @@ "updateContext": null }, "value": "catch", - "start": 28666, - "end": 28671, + "start": 28820, + "end": 28825, "loc": { "start": { - "line": 723, + "line": 728, "column": 16 }, "end": { - "line": 723, + "line": 728, "column": 21 } } @@ -330348,15 +331738,15 @@ "postfix": false, "binop": null }, - "start": 28672, - "end": 28673, + "start": 28826, + "end": 28827, "loc": { "start": { - "line": 723, + "line": 728, "column": 22 }, "end": { - "line": 723, + "line": 728, "column": 23 } } @@ -330374,15 +331764,15 @@ "binop": null }, "value": "err", - "start": 28673, - "end": 28676, + "start": 28827, + "end": 28830, "loc": { "start": { - "line": 723, + "line": 728, "column": 23 }, "end": { - "line": 723, + "line": 728, "column": 26 } } @@ -330399,15 +331789,15 @@ "postfix": false, "binop": null }, - "start": 28676, - "end": 28677, + "start": 28830, + "end": 28831, "loc": { "start": { - "line": 723, + "line": 728, "column": 26 }, "end": { - "line": 723, + "line": 728, "column": 27 } } @@ -330424,15 +331814,15 @@ "postfix": false, "binop": null }, - "start": 28678, - "end": 28679, + "start": 28832, + "end": 28833, "loc": { "start": { - "line": 723, + "line": 728, "column": 28 }, "end": { - "line": 723, + "line": 728, "column": 29 } } @@ -330452,15 +331842,15 @@ "updateContext": null }, "value": "throw", - "start": 28700, - "end": 28705, + "start": 28854, + "end": 28859, "loc": { "start": { - "line": 724, + "line": 729, "column": 20 }, "end": { - "line": 724, + "line": 729, "column": 25 } } @@ -330480,15 +331870,15 @@ "updateContext": null }, "value": "new", - "start": 28706, - "end": 28709, + "start": 28860, + "end": 28863, "loc": { "start": { - "line": 724, + "line": 729, "column": 26 }, "end": { - "line": 724, + "line": 729, "column": 29 } } @@ -330506,15 +331896,15 @@ "binop": null }, "value": "Error", - "start": 28710, - "end": 28715, + "start": 28864, + "end": 28869, "loc": { "start": { - "line": 724, + "line": 729, "column": 30 }, "end": { - "line": 724, + "line": 729, "column": 35 } } @@ -330531,15 +331921,15 @@ "postfix": false, "binop": null }, - "start": 28715, - "end": 28716, + "start": 28869, + "end": 28870, "loc": { "start": { - "line": 724, + "line": 729, "column": 35 }, "end": { - "line": 724, + "line": 729, "column": 36 } } @@ -330558,15 +331948,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 28716, - "end": 28733, + "start": 28870, + "end": 28887, "loc": { "start": { - "line": 724, + "line": 729, "column": 36 }, "end": { - "line": 724, + "line": 729, "column": 53 } } @@ -330585,15 +331975,15 @@ "updateContext": null }, "value": "+", - "start": 28734, - "end": 28735, + "start": 28888, + "end": 28889, "loc": { "start": { - "line": 724, + "line": 729, "column": 54 }, "end": { - "line": 724, + "line": 729, "column": 55 } } @@ -330613,15 +332003,15 @@ "updateContext": null }, "value": "this", - "start": 28736, - "end": 28740, + "start": 28890, + "end": 28894, "loc": { "start": { - "line": 724, + "line": 729, "column": 56 }, "end": { - "line": 724, + "line": 729, "column": 60 } } @@ -330639,15 +332029,15 @@ "binop": null, "updateContext": null }, - "start": 28740, - "end": 28741, + "start": 28894, + "end": 28895, "loc": { "start": { - "line": 724, + "line": 729, "column": 60 }, "end": { - "line": 724, + "line": 729, "column": 61 } } @@ -330665,15 +332055,15 @@ "binop": null }, "value": "convertEngine", - "start": 28741, - "end": 28754, + "start": 28895, + "end": 28908, "loc": { "start": { - "line": 724, + "line": 729, "column": 61 }, "end": { - "line": 724, + "line": 729, "column": 74 } } @@ -330692,15 +332082,15 @@ "updateContext": null }, "value": "+", - "start": 28755, - "end": 28756, + "start": 28909, + "end": 28910, "loc": { "start": { - "line": 724, + "line": 729, "column": 75 }, "end": { - "line": 724, + "line": 729, "column": 76 } } @@ -330719,15 +332109,15 @@ "updateContext": null }, "value": " plugin", - "start": 28781, - "end": 28790, + "start": 28935, + "end": 28944, "loc": { "start": { - "line": 725, + "line": 730, "column": 24 }, "end": { - "line": 725, + "line": 730, "column": 33 } } @@ -330744,15 +332134,15 @@ "postfix": false, "binop": null }, - "start": 28790, - "end": 28791, + "start": 28944, + "end": 28945, "loc": { "start": { - "line": 725, + "line": 730, "column": 33 }, "end": { - "line": 725, + "line": 730, "column": 34 } } @@ -330770,15 +332160,15 @@ "binop": null, "updateContext": null }, - "start": 28791, - "end": 28792, + "start": 28945, + "end": 28946, "loc": { "start": { - "line": 725, + "line": 730, "column": 34 }, "end": { - "line": 725, + "line": 730, "column": 35 } } @@ -330795,15 +332185,15 @@ "postfix": false, "binop": null }, - "start": 28809, - "end": 28810, + "start": 28963, + "end": 28964, "loc": { "start": { - "line": 726, + "line": 731, "column": 16 }, "end": { - "line": 726, + "line": 731, "column": 17 } } @@ -330811,15 +332201,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28828, - "end": 28847, + "start": 28982, + "end": 29001, "loc": { "start": { - "line": 728, + "line": 733, "column": 16 }, "end": { - "line": 728, + "line": 733, "column": 35 } } @@ -330839,15 +332229,15 @@ "updateContext": null }, "value": "this", - "start": 28864, - "end": 28868, + "start": 29018, + "end": 29022, "loc": { "start": { - "line": 729, + "line": 734, "column": 16 }, "end": { - "line": 729, + "line": 734, "column": 20 } } @@ -330865,15 +332255,15 @@ "binop": null, "updateContext": null }, - "start": 28868, - "end": 28869, + "start": 29022, + "end": 29023, "loc": { "start": { - "line": 729, + "line": 734, "column": 20 }, "end": { - "line": 729, + "line": 734, "column": 21 } } @@ -330891,15 +332281,15 @@ "binop": null }, "value": "converter", - "start": 28869, - "end": 28878, + "start": 29023, + "end": 29032, "loc": { "start": { - "line": 729, + "line": 734, "column": 21 }, "end": { - "line": 729, + "line": 734, "column": 30 } } @@ -330917,15 +332307,15 @@ "binop": null, "updateContext": null }, - "start": 28878, - "end": 28879, + "start": 29032, + "end": 29033, "loc": { "start": { - "line": 729, + "line": 734, "column": 30 }, "end": { - "line": 729, + "line": 734, "column": 31 } } @@ -330943,15 +332333,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 28879, - "end": 28895, + "start": 29033, + "end": 29049, "loc": { "start": { - "line": 729, + "line": 734, "column": 31 }, "end": { - "line": 729, + "line": 734, "column": 47 } } @@ -330970,15 +332360,15 @@ "updateContext": null }, "value": "=", - "start": 28896, - "end": 28897, + "start": 29050, + "end": 29051, "loc": { "start": { - "line": 729, + "line": 734, "column": 48 }, "end": { - "line": 729, + "line": 734, "column": 49 } } @@ -330998,15 +332388,15 @@ "updateContext": null }, "value": "this", - "start": 28898, - "end": 28902, + "start": 29052, + "end": 29056, "loc": { "start": { - "line": 729, + "line": 734, "column": 50 }, "end": { - "line": 729, + "line": 734, "column": 54 } } @@ -331024,15 +332414,15 @@ "binop": null, "updateContext": null }, - "start": 28902, - "end": 28903, + "start": 29056, + "end": 29057, "loc": { "start": { - "line": 729, + "line": 734, "column": 54 }, "end": { - "line": 729, + "line": 734, "column": 55 } } @@ -331050,15 +332440,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 28903, - "end": 28919, + "start": 29057, + "end": 29073, "loc": { "start": { - "line": 729, + "line": 734, "column": 55 }, "end": { - "line": 729, + "line": 734, "column": 71 } } @@ -331076,15 +332466,15 @@ "binop": null, "updateContext": null }, - "start": 28919, - "end": 28920, + "start": 29073, + "end": 29074, "loc": { "start": { - "line": 729, + "line": 734, "column": 71 }, "end": { - "line": 729, + "line": 734, "column": 72 } } @@ -331104,15 +332494,15 @@ "updateContext": null }, "value": "this", - "start": 28937, - "end": 28941, + "start": 29091, + "end": 29095, "loc": { "start": { - "line": 730, + "line": 735, "column": 16 }, "end": { - "line": 730, + "line": 735, "column": 20 } } @@ -331130,15 +332520,15 @@ "binop": null, "updateContext": null }, - "start": 28941, - "end": 28942, + "start": 29095, + "end": 29096, "loc": { "start": { - "line": 730, + "line": 735, "column": 20 }, "end": { - "line": 730, + "line": 735, "column": 21 } } @@ -331156,15 +332546,15 @@ "binop": null }, "value": "converter", - "start": 28942, - "end": 28951, + "start": 29096, + "end": 29105, "loc": { "start": { - "line": 730, + "line": 735, "column": 21 }, "end": { - "line": 730, + "line": 735, "column": 30 } } @@ -331182,15 +332572,15 @@ "binop": null, "updateContext": null }, - "start": 28951, - "end": 28952, + "start": 29105, + "end": 29106, "loc": { "start": { - "line": 730, + "line": 735, "column": 30 }, "end": { - "line": 730, + "line": 735, "column": 31 } } @@ -331208,15 +332598,15 @@ "binop": null }, "value": "convertOptions", - "start": 28952, - "end": 28966, + "start": 29106, + "end": 29120, "loc": { "start": { - "line": 730, + "line": 735, "column": 31 }, "end": { - "line": 730, + "line": 735, "column": 45 } } @@ -331235,15 +332625,15 @@ "updateContext": null }, "value": "=", - "start": 28967, - "end": 28968, + "start": 29121, + "end": 29122, "loc": { "start": { - "line": 730, + "line": 735, "column": 46 }, "end": { - "line": 730, + "line": 735, "column": 47 } } @@ -331263,15 +332653,15 @@ "updateContext": null }, "value": "this", - "start": 28969, - "end": 28973, + "start": 29123, + "end": 29127, "loc": { "start": { - "line": 730, + "line": 735, "column": 48 }, "end": { - "line": 730, + "line": 735, "column": 52 } } @@ -331289,15 +332679,15 @@ "binop": null, "updateContext": null }, - "start": 28973, - "end": 28974, + "start": 29127, + "end": 29128, "loc": { "start": { - "line": 730, + "line": 735, "column": 52 }, "end": { - "line": 730, + "line": 735, "column": 53 } } @@ -331315,15 +332705,15 @@ "binop": null }, "value": "convertOptions", - "start": 28974, - "end": 28988, + "start": 29128, + "end": 29142, "loc": { "start": { - "line": 730, + "line": 735, "column": 53 }, "end": { - "line": 730, + "line": 735, "column": 67 } } @@ -331341,15 +332731,15 @@ "binop": null, "updateContext": null }, - "start": 28988, - "end": 28989, + "start": 29142, + "end": 29143, "loc": { "start": { - "line": 730, + "line": 735, "column": 67 }, "end": { - "line": 730, + "line": 735, "column": 68 } } @@ -331369,15 +332759,15 @@ "updateContext": null }, "value": "this", - "start": 29006, - "end": 29010, + "start": 29160, + "end": 29164, "loc": { "start": { - "line": 731, + "line": 736, "column": 16 }, "end": { - "line": 731, + "line": 736, "column": 20 } } @@ -331395,15 +332785,15 @@ "binop": null, "updateContext": null }, - "start": 29010, - "end": 29011, + "start": 29164, + "end": 29165, "loc": { "start": { - "line": 731, + "line": 736, "column": 20 }, "end": { - "line": 731, + "line": 736, "column": 21 } } @@ -331421,15 +332811,15 @@ "binop": null }, "value": "converter", - "start": 29011, - "end": 29020, + "start": 29165, + "end": 29174, "loc": { "start": { - "line": 731, + "line": 736, "column": 21 }, "end": { - "line": 731, + "line": 736, "column": 30 } } @@ -331447,15 +332837,15 @@ "binop": null, "updateContext": null }, - "start": 29020, - "end": 29021, + "start": 29174, + "end": 29175, "loc": { "start": { - "line": 731, + "line": 736, "column": 30 }, "end": { - "line": 731, + "line": 736, "column": 31 } } @@ -331473,15 +332863,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 29021, - "end": 29041, + "start": 29175, + "end": 29195, "loc": { "start": { - "line": 731, + "line": 736, "column": 31 }, "end": { - "line": 731, + "line": 736, "column": 51 } } @@ -331500,15 +332890,15 @@ "updateContext": null }, "value": "=", - "start": 29042, - "end": 29043, + "start": 29196, + "end": 29197, "loc": { "start": { - "line": 731, + "line": 736, "column": 52 }, "end": { - "line": 731, + "line": 736, "column": 53 } } @@ -331528,15 +332918,15 @@ "updateContext": null }, "value": "this", - "start": 29044, - "end": 29048, + "start": 29198, + "end": 29202, "loc": { "start": { - "line": 731, + "line": 736, "column": 54 }, "end": { - "line": 731, + "line": 736, "column": 58 } } @@ -331554,15 +332944,15 @@ "binop": null, "updateContext": null }, - "start": 29048, - "end": 29049, + "start": 29202, + "end": 29203, "loc": { "start": { - "line": 731, + "line": 736, "column": 58 }, "end": { - "line": 731, + "line": 736, "column": 59 } } @@ -331580,15 +332970,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 29049, - "end": 29069, + "start": 29203, + "end": 29223, "loc": { "start": { - "line": 731, + "line": 736, "column": 59 }, "end": { - "line": 731, + "line": 736, "column": 79 } } @@ -331606,15 +332996,15 @@ "binop": null, "updateContext": null }, - "start": 29069, - "end": 29070, + "start": 29223, + "end": 29224, "loc": { "start": { - "line": 731, + "line": 736, "column": 79 }, "end": { - "line": 731, + "line": 736, "column": 80 } } @@ -331622,15 +333012,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29088, - "end": 29111, + "start": 29242, + "end": 29265, "loc": { "start": { - "line": 733, + "line": 738, "column": 16 }, "end": { - "line": 733, + "line": 738, "column": 39 } } @@ -331650,15 +333040,15 @@ "updateContext": null }, "value": "this", - "start": 29128, - "end": 29132, + "start": 29282, + "end": 29286, "loc": { "start": { - "line": 734, + "line": 739, "column": 16 }, "end": { - "line": 734, + "line": 739, "column": 20 } } @@ -331676,15 +333066,15 @@ "binop": null, "updateContext": null }, - "start": 29132, - "end": 29133, + "start": 29286, + "end": 29287, "loc": { "start": { - "line": 734, + "line": 739, "column": 20 }, "end": { - "line": 734, + "line": 739, "column": 21 } } @@ -331702,15 +333092,15 @@ "binop": null }, "value": "converter", - "start": 29133, - "end": 29142, + "start": 29287, + "end": 29296, "loc": { "start": { - "line": 734, + "line": 739, "column": 21 }, "end": { - "line": 734, + "line": 739, "column": 30 } } @@ -331728,15 +333118,15 @@ "binop": null, "updateContext": null }, - "start": 29142, - "end": 29143, + "start": 29296, + "end": 29297, "loc": { "start": { - "line": 734, + "line": 739, "column": 30 }, "end": { - "line": 734, + "line": 739, "column": 31 } } @@ -331754,15 +333144,15 @@ "binop": null }, "value": "setup", - "start": 29143, - "end": 29148, + "start": 29297, + "end": 29302, "loc": { "start": { - "line": 734, + "line": 739, "column": 31 }, "end": { - "line": 734, + "line": 739, "column": 36 } } @@ -331779,15 +333169,15 @@ "postfix": false, "binop": null }, - "start": 29148, - "end": 29149, + "start": 29302, + "end": 29303, "loc": { "start": { - "line": 734, + "line": 739, "column": 36 }, "end": { - "line": 734, + "line": 739, "column": 37 } } @@ -331807,15 +333197,15 @@ "updateContext": null }, "value": "this", - "start": 29149, - "end": 29153, + "start": 29303, + "end": 29307, "loc": { "start": { - "line": 734, + "line": 739, "column": 37 }, "end": { - "line": 734, + "line": 739, "column": 41 } } @@ -331833,15 +333223,15 @@ "binop": null, "updateContext": null }, - "start": 29153, - "end": 29154, + "start": 29307, + "end": 29308, "loc": { "start": { - "line": 734, + "line": 739, "column": 41 }, "end": { - "line": 734, + "line": 739, "column": 42 } } @@ -331859,15 +333249,15 @@ "binop": null }, "value": "mediaType", - "start": 29154, - "end": 29163, + "start": 29308, + "end": 29317, "loc": { "start": { - "line": 734, + "line": 739, "column": 42 }, "end": { - "line": 734, + "line": 739, "column": 51 } } @@ -331885,15 +333275,15 @@ "binop": null, "updateContext": null }, - "start": 29163, - "end": 29164, + "start": 29317, + "end": 29318, "loc": { "start": { - "line": 734, + "line": 739, "column": 51 }, "end": { - "line": 734, + "line": 739, "column": 52 } } @@ -331913,15 +333303,15 @@ "updateContext": null }, "value": "this", - "start": 29165, - "end": 29169, + "start": 29319, + "end": 29323, "loc": { "start": { - "line": 734, + "line": 739, "column": 53 }, "end": { - "line": 734, + "line": 739, "column": 57 } } @@ -331939,15 +333329,15 @@ "binop": null, "updateContext": null }, - "start": 29169, - "end": 29170, + "start": 29323, + "end": 29324, "loc": { "start": { - "line": 734, + "line": 739, "column": 57 }, "end": { - "line": 734, + "line": 739, "column": 58 } } @@ -331965,15 +333355,15 @@ "binop": null }, "value": "debug", - "start": 29170, - "end": 29175, + "start": 29324, + "end": 29329, "loc": { "start": { - "line": 734, + "line": 739, "column": 58 }, "end": { - "line": 734, + "line": 739, "column": 63 } } @@ -331990,15 +333380,15 @@ "postfix": false, "binop": null }, - "start": 29175, - "end": 29176, + "start": 29329, + "end": 29330, "loc": { "start": { - "line": 734, + "line": 739, "column": 63 }, "end": { - "line": 734, + "line": 739, "column": 64 } } @@ -332016,15 +333406,15 @@ "binop": null, "updateContext": null }, - "start": 29176, - "end": 29177, + "start": 29330, + "end": 29331, "loc": { "start": { - "line": 734, + "line": 739, "column": 64 }, "end": { - "line": 734, + "line": 739, "column": 65 } } @@ -332041,15 +333431,15 @@ "postfix": false, "binop": null }, - "start": 29190, - "end": 29191, + "start": 29344, + "end": 29345, "loc": { "start": { - "line": 735, + "line": 740, "column": 12 }, "end": { - "line": 735, + "line": 740, "column": 13 } } @@ -332057,15 +333447,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29205, - "end": 29263, + "start": 29359, + "end": 29417, "loc": { "start": { - "line": 737, + "line": 742, "column": 12 }, "end": { - "line": 737, + "line": 742, "column": 70 } } @@ -332073,15 +333463,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29276, - "end": 29303, + "start": 29430, + "end": 29457, "loc": { "start": { - "line": 738, + "line": 743, "column": 12 }, "end": { - "line": 738, + "line": 743, "column": 39 } } @@ -332101,15 +333491,15 @@ "updateContext": null }, "value": "let", - "start": 29316, - "end": 29319, + "start": 29470, + "end": 29473, "loc": { "start": { - "line": 739, + "line": 744, "column": 12 }, "end": { - "line": 739, + "line": 744, "column": 15 } } @@ -332127,15 +333517,15 @@ "binop": null }, "value": "uiElements", - "start": 29320, - "end": 29330, + "start": 29474, + "end": 29484, "loc": { "start": { - "line": 739, + "line": 744, "column": 16 }, "end": { - "line": 739, + "line": 744, "column": 26 } } @@ -332154,15 +333544,15 @@ "updateContext": null }, "value": "=", - "start": 29331, - "end": 29332, + "start": 29485, + "end": 29486, "loc": { "start": { - "line": 739, + "line": 744, "column": 27 }, "end": { - "line": 739, + "line": 744, "column": 28 } } @@ -332180,15 +333570,15 @@ "binop": null, "updateContext": null }, - "start": 29333, - "end": 29334, + "start": 29487, + "end": 29488, "loc": { "start": { - "line": 739, + "line": 744, "column": 29 }, "end": { - "line": 739, + "line": 744, "column": 30 } } @@ -332207,15 +333597,15 @@ "updateContext": null }, "value": "currentTimeDisplay", - "start": 29334, - "end": 29354, + "start": 29488, + "end": 29508, "loc": { "start": { - "line": 739, + "line": 744, "column": 30 }, "end": { - "line": 739, + "line": 744, "column": 50 } } @@ -332233,15 +333623,15 @@ "binop": null, "updateContext": null }, - "start": 29354, - "end": 29355, + "start": 29508, + "end": 29509, "loc": { "start": { - "line": 739, + "line": 744, "column": 50 }, "end": { - "line": 739, + "line": 744, "column": 51 } } @@ -332260,15 +333650,15 @@ "updateContext": null }, "value": "timeDivider", - "start": 29356, - "end": 29369, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 744, "column": 52 }, "end": { - "line": 739, + "line": 744, "column": 65 } } @@ -332286,15 +333676,15 @@ "binop": null, "updateContext": null }, - "start": 29369, - "end": 29370, + "start": 29523, + "end": 29524, "loc": { "start": { - "line": 739, + "line": 744, "column": 65 }, "end": { - "line": 739, + "line": 744, "column": 66 } } @@ -332313,15 +333703,15 @@ "updateContext": null }, "value": "durationDisplay", - "start": 29371, - "end": 29388, + "start": 29525, + "end": 29542, "loc": { "start": { - "line": 739, + "line": 744, "column": 67 }, "end": { - "line": 739, + "line": 744, "column": 84 } } @@ -332339,15 +333729,15 @@ "binop": null, "updateContext": null }, - "start": 29388, - "end": 29389, + "start": 29542, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 744, "column": 84 }, "end": { - "line": 739, + "line": 744, "column": 85 } } @@ -332365,15 +333755,15 @@ "binop": null, "updateContext": null }, - "start": 29389, - "end": 29390, + "start": 29543, + "end": 29544, "loc": { "start": { - "line": 739, + "line": 744, "column": 85 }, "end": { - "line": 739, + "line": 744, "column": 86 } } @@ -332391,15 +333781,15 @@ "binop": null }, "value": "uiElements", - "start": 29403, - "end": 29413, + "start": 29557, + "end": 29567, "loc": { "start": { - "line": 740, + "line": 745, "column": 12 }, "end": { - "line": 740, + "line": 745, "column": 22 } } @@ -332417,15 +333807,15 @@ "binop": null, "updateContext": null }, - "start": 29413, - "end": 29414, + "start": 29567, + "end": 29568, "loc": { "start": { - "line": 740, + "line": 745, "column": 22 }, "end": { - "line": 740, + "line": 745, "column": 23 } } @@ -332443,15 +333833,15 @@ "binop": null }, "value": "forEach", - "start": 29414, - "end": 29421, + "start": 29568, + "end": 29575, "loc": { "start": { - "line": 740, + "line": 745, "column": 23 }, "end": { - "line": 740, + "line": 745, "column": 30 } } @@ -332468,15 +333858,15 @@ "postfix": false, "binop": null }, - "start": 29421, - "end": 29422, + "start": 29575, + "end": 29576, "loc": { "start": { - "line": 740, + "line": 745, "column": 30 }, "end": { - "line": 740, + "line": 745, "column": 31 } } @@ -332493,15 +333883,15 @@ "postfix": false, "binop": null }, - "start": 29422, - "end": 29423, + "start": 29576, + "end": 29577, "loc": { "start": { - "line": 740, + "line": 745, "column": 31 }, "end": { - "line": 740, + "line": 745, "column": 32 } } @@ -332519,15 +333909,15 @@ "binop": null }, "value": "element", - "start": 29423, - "end": 29430, + "start": 29577, + "end": 29584, "loc": { "start": { - "line": 740, + "line": 745, "column": 32 }, "end": { - "line": 740, + "line": 745, "column": 39 } } @@ -332544,15 +333934,15 @@ "postfix": false, "binop": null }, - "start": 29430, - "end": 29431, + "start": 29584, + "end": 29585, "loc": { "start": { - "line": 740, + "line": 745, "column": 39 }, "end": { - "line": 740, + "line": 745, "column": 40 } } @@ -332570,15 +333960,15 @@ "binop": null, "updateContext": null }, - "start": 29432, - "end": 29434, + "start": 29586, + "end": 29588, "loc": { "start": { - "line": 740, + "line": 745, "column": 41 }, "end": { - "line": 740, + "line": 745, "column": 43 } } @@ -332595,15 +333985,15 @@ "postfix": false, "binop": null }, - "start": 29435, - "end": 29436, + "start": 29589, + "end": 29590, "loc": { "start": { - "line": 740, + "line": 745, "column": 44 }, "end": { - "line": 740, + "line": 745, "column": 45 } } @@ -332621,15 +334011,15 @@ "binop": null }, "value": "element", - "start": 29453, - "end": 29460, + "start": 29607, + "end": 29614, "loc": { "start": { - "line": 741, + "line": 746, "column": 16 }, "end": { - "line": 741, + "line": 746, "column": 23 } } @@ -332648,15 +334038,15 @@ "updateContext": null }, "value": "=", - "start": 29461, - "end": 29462, + "start": 29615, + "end": 29616, "loc": { "start": { - "line": 741, + "line": 746, "column": 24 }, "end": { - "line": 741, + "line": 746, "column": 25 } } @@ -332676,15 +334066,15 @@ "updateContext": null }, "value": "this", - "start": 29463, - "end": 29467, + "start": 29617, + "end": 29621, "loc": { "start": { - "line": 741, + "line": 746, "column": 26 }, "end": { - "line": 741, + "line": 746, "column": 30 } } @@ -332702,15 +334092,15 @@ "binop": null, "updateContext": null }, - "start": 29467, - "end": 29468, + "start": 29621, + "end": 29622, "loc": { "start": { - "line": 741, + "line": 746, "column": 30 }, "end": { - "line": 741, + "line": 746, "column": 31 } } @@ -332728,15 +334118,15 @@ "binop": null }, "value": "player", - "start": 29468, - "end": 29474, + "start": 29622, + "end": 29628, "loc": { "start": { - "line": 741, + "line": 746, "column": 31 }, "end": { - "line": 741, + "line": 746, "column": 37 } } @@ -332754,15 +334144,15 @@ "binop": null, "updateContext": null }, - "start": 29474, - "end": 29475, + "start": 29628, + "end": 29629, "loc": { "start": { - "line": 741, + "line": 746, "column": 37 }, "end": { - "line": 741, + "line": 746, "column": 38 } } @@ -332780,15 +334170,15 @@ "binop": null }, "value": "controlBar", - "start": 29475, - "end": 29485, + "start": 29629, + "end": 29639, "loc": { "start": { - "line": 741, + "line": 746, "column": 38 }, "end": { - "line": 741, + "line": 746, "column": 48 } } @@ -332806,15 +334196,15 @@ "binop": null, "updateContext": null }, - "start": 29485, - "end": 29486, + "start": 29639, + "end": 29640, "loc": { "start": { - "line": 741, + "line": 746, "column": 48 }, "end": { - "line": 741, + "line": 746, "column": 49 } } @@ -332832,15 +334222,15 @@ "binop": null }, "value": "element", - "start": 29486, - "end": 29493, + "start": 29640, + "end": 29647, "loc": { "start": { - "line": 741, + "line": 746, "column": 49 }, "end": { - "line": 741, + "line": 746, "column": 56 } } @@ -332858,15 +334248,15 @@ "binop": null, "updateContext": null }, - "start": 29493, - "end": 29494, + "start": 29647, + "end": 29648, "loc": { "start": { - "line": 741, + "line": 746, "column": 56 }, "end": { - "line": 741, + "line": 746, "column": 57 } } @@ -332884,15 +334274,15 @@ "binop": null, "updateContext": null }, - "start": 29494, - "end": 29495, + "start": 29648, + "end": 29649, "loc": { "start": { - "line": 741, + "line": 746, "column": 57 }, "end": { - "line": 741, + "line": 746, "column": 58 } } @@ -332912,15 +334302,15 @@ "updateContext": null }, "value": "if", - "start": 29512, - "end": 29514, + "start": 29666, + "end": 29668, "loc": { "start": { - "line": 742, + "line": 747, "column": 16 }, "end": { - "line": 742, + "line": 747, "column": 18 } } @@ -332937,15 +334327,15 @@ "postfix": false, "binop": null }, - "start": 29515, - "end": 29516, + "start": 29669, + "end": 29670, "loc": { "start": { - "line": 742, + "line": 747, "column": 19 }, "end": { - "line": 742, + "line": 747, "column": 20 } } @@ -332963,15 +334353,15 @@ "binop": null }, "value": "element", - "start": 29516, - "end": 29523, + "start": 29670, + "end": 29677, "loc": { "start": { - "line": 742, + "line": 747, "column": 20 }, "end": { - "line": 742, + "line": 747, "column": 27 } } @@ -332990,15 +334380,15 @@ "updateContext": null }, "value": "!==", - "start": 29524, - "end": 29527, + "start": 29678, + "end": 29681, "loc": { "start": { - "line": 742, + "line": 747, "column": 28 }, "end": { - "line": 742, + "line": 747, "column": 31 } } @@ -333016,15 +334406,15 @@ "binop": null }, "value": "undefined", - "start": 29528, - "end": 29537, + "start": 29682, + "end": 29691, "loc": { "start": { - "line": 742, + "line": 747, "column": 32 }, "end": { - "line": 742, + "line": 747, "column": 41 } } @@ -333041,15 +334431,15 @@ "postfix": false, "binop": null }, - "start": 29537, - "end": 29538, + "start": 29691, + "end": 29692, "loc": { "start": { - "line": 742, + "line": 747, "column": 41 }, "end": { - "line": 742, + "line": 747, "column": 42 } } @@ -333066,15 +334456,15 @@ "postfix": false, "binop": null }, - "start": 29539, - "end": 29540, + "start": 29693, + "end": 29694, "loc": { "start": { - "line": 742, + "line": 747, "column": 43 }, "end": { - "line": 742, + "line": 747, "column": 44 } } @@ -333092,15 +334482,15 @@ "binop": null }, "value": "element", - "start": 29561, - "end": 29568, + "start": 29715, + "end": 29722, "loc": { "start": { - "line": 743, + "line": 748, "column": 20 }, "end": { - "line": 743, + "line": 748, "column": 27 } } @@ -333118,15 +334508,15 @@ "binop": null, "updateContext": null }, - "start": 29568, - "end": 29569, + "start": 29722, + "end": 29723, "loc": { "start": { - "line": 743, + "line": 748, "column": 27 }, "end": { - "line": 743, + "line": 748, "column": 28 } } @@ -333144,15 +334534,15 @@ "binop": null }, "value": "el", - "start": 29569, - "end": 29571, + "start": 29723, + "end": 29725, "loc": { "start": { - "line": 743, + "line": 748, "column": 28 }, "end": { - "line": 743, + "line": 748, "column": 30 } } @@ -333169,15 +334559,15 @@ "postfix": false, "binop": null }, - "start": 29571, - "end": 29572, + "start": 29725, + "end": 29726, "loc": { "start": { - "line": 743, + "line": 748, "column": 30 }, "end": { - "line": 743, + "line": 748, "column": 31 } } @@ -333194,15 +334584,15 @@ "postfix": false, "binop": null }, - "start": 29572, - "end": 29573, + "start": 29726, + "end": 29727, "loc": { "start": { - "line": 743, + "line": 748, "column": 31 }, "end": { - "line": 743, + "line": 748, "column": 32 } } @@ -333220,15 +334610,15 @@ "binop": null, "updateContext": null }, - "start": 29573, - "end": 29574, + "start": 29727, + "end": 29728, "loc": { "start": { - "line": 743, + "line": 748, "column": 32 }, "end": { - "line": 743, + "line": 748, "column": 33 } } @@ -333246,15 +334636,15 @@ "binop": null }, "value": "style", - "start": 29574, - "end": 29579, + "start": 29728, + "end": 29733, "loc": { "start": { - "line": 743, + "line": 748, "column": 33 }, "end": { - "line": 743, + "line": 748, "column": 38 } } @@ -333272,15 +334662,15 @@ "binop": null, "updateContext": null }, - "start": 29579, - "end": 29580, + "start": 29733, + "end": 29734, "loc": { "start": { - "line": 743, + "line": 748, "column": 38 }, "end": { - "line": 743, + "line": 748, "column": 39 } } @@ -333298,15 +334688,15 @@ "binop": null }, "value": "display", - "start": 29580, - "end": 29587, + "start": 29734, + "end": 29741, "loc": { "start": { - "line": 743, + "line": 748, "column": 39 }, "end": { - "line": 743, + "line": 748, "column": 46 } } @@ -333325,15 +334715,15 @@ "updateContext": null }, "value": "=", - "start": 29588, - "end": 29589, + "start": 29742, + "end": 29743, "loc": { "start": { - "line": 743, + "line": 748, "column": 47 }, "end": { - "line": 743, + "line": 748, "column": 48 } } @@ -333352,15 +334742,15 @@ "updateContext": null }, "value": "block", - "start": 29590, - "end": 29597, + "start": 29744, + "end": 29751, "loc": { "start": { - "line": 743, + "line": 748, "column": 49 }, "end": { - "line": 743, + "line": 748, "column": 56 } } @@ -333378,15 +334768,15 @@ "binop": null, "updateContext": null }, - "start": 29597, - "end": 29598, + "start": 29751, + "end": 29752, "loc": { "start": { - "line": 743, + "line": 748, "column": 56 }, "end": { - "line": 743, + "line": 748, "column": 57 } } @@ -333404,15 +334794,15 @@ "binop": null }, "value": "element", - "start": 29619, - "end": 29626, + "start": 29773, + "end": 29780, "loc": { "start": { - "line": 744, + "line": 749, "column": 20 }, "end": { - "line": 744, + "line": 749, "column": 27 } } @@ -333430,15 +334820,15 @@ "binop": null, "updateContext": null }, - "start": 29626, - "end": 29627, + "start": 29780, + "end": 29781, "loc": { "start": { - "line": 744, + "line": 749, "column": 27 }, "end": { - "line": 744, + "line": 749, "column": 28 } } @@ -333456,15 +334846,15 @@ "binop": null }, "value": "show", - "start": 29627, - "end": 29631, + "start": 29781, + "end": 29785, "loc": { "start": { - "line": 744, + "line": 749, "column": 28 }, "end": { - "line": 744, + "line": 749, "column": 32 } } @@ -333481,15 +334871,15 @@ "postfix": false, "binop": null }, - "start": 29631, - "end": 29632, + "start": 29785, + "end": 29786, "loc": { "start": { - "line": 744, + "line": 749, "column": 32 }, "end": { - "line": 744, + "line": 749, "column": 33 } } @@ -333506,15 +334896,15 @@ "postfix": false, "binop": null }, - "start": 29632, - "end": 29633, + "start": 29786, + "end": 29787, "loc": { "start": { - "line": 744, + "line": 749, "column": 33 }, "end": { - "line": 744, + "line": 749, "column": 34 } } @@ -333532,15 +334922,15 @@ "binop": null, "updateContext": null }, - "start": 29633, - "end": 29634, + "start": 29787, + "end": 29788, "loc": { "start": { - "line": 744, + "line": 749, "column": 34 }, "end": { - "line": 744, + "line": 749, "column": 35 } } @@ -333557,15 +334947,15 @@ "postfix": false, "binop": null }, - "start": 29651, - "end": 29652, + "start": 29805, + "end": 29806, "loc": { "start": { - "line": 745, + "line": 750, "column": 16 }, "end": { - "line": 745, + "line": 750, "column": 17 } } @@ -333582,15 +334972,15 @@ "postfix": false, "binop": null }, - "start": 29665, - "end": 29666, + "start": 29819, + "end": 29820, "loc": { "start": { - "line": 746, + "line": 751, "column": 12 }, "end": { - "line": 746, + "line": 751, "column": 13 } } @@ -333607,15 +334997,15 @@ "postfix": false, "binop": null }, - "start": 29666, - "end": 29667, + "start": 29820, + "end": 29821, "loc": { "start": { - "line": 746, + "line": 751, "column": 13 }, "end": { - "line": 746, + "line": 751, "column": 14 } } @@ -333633,15 +335023,15 @@ "binop": null, "updateContext": null }, - "start": 29667, - "end": 29668, + "start": 29821, + "end": 29822, "loc": { "start": { - "line": 746, + "line": 751, "column": 14 }, "end": { - "line": 746, + "line": 751, "column": 15 } } @@ -333649,15 +335039,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29682, - "end": 29703, + "start": 29836, + "end": 29857, "loc": { "start": { - "line": 748, + "line": 753, "column": 12 }, "end": { - "line": 748, + "line": 753, "column": 33 } } @@ -333677,15 +335067,15 @@ "updateContext": null }, "value": "this", - "start": 29716, - "end": 29720, + "start": 29870, + "end": 29874, "loc": { "start": { - "line": 749, + "line": 754, "column": 12 }, "end": { - "line": 749, + "line": 754, "column": 16 } } @@ -333703,15 +335093,15 @@ "binop": null, "updateContext": null }, - "start": 29720, - "end": 29721, + "start": 29874, + "end": 29875, "loc": { "start": { - "line": 749, + "line": 754, "column": 16 }, "end": { - "line": 749, + "line": 754, "column": 17 } } @@ -333729,15 +335119,15 @@ "binop": null }, "value": "player", - "start": 29721, - "end": 29727, + "start": 29875, + "end": 29881, "loc": { "start": { - "line": 749, + "line": 754, "column": 17 }, "end": { - "line": 749, + "line": 754, "column": 23 } } @@ -333755,15 +335145,15 @@ "binop": null, "updateContext": null }, - "start": 29727, - "end": 29728, + "start": 29881, + "end": 29882, "loc": { "start": { - "line": 749, + "line": 754, "column": 23 }, "end": { - "line": 749, + "line": 754, "column": 24 } } @@ -333781,15 +335171,15 @@ "binop": null }, "value": "recordToggle", - "start": 29728, - "end": 29740, + "start": 29882, + "end": 29894, "loc": { "start": { - "line": 749, + "line": 754, "column": 24 }, "end": { - "line": 749, + "line": 754, "column": 36 } } @@ -333807,15 +335197,15 @@ "binop": null, "updateContext": null }, - "start": 29740, - "end": 29741, + "start": 29894, + "end": 29895, "loc": { "start": { - "line": 749, + "line": 754, "column": 36 }, "end": { - "line": 749, + "line": 754, "column": 37 } } @@ -333833,15 +335223,15 @@ "binop": null }, "value": "show", - "start": 29741, - "end": 29745, + "start": 29895, + "end": 29899, "loc": { "start": { - "line": 749, + "line": 754, "column": 37 }, "end": { - "line": 749, + "line": 754, "column": 41 } } @@ -333858,15 +335248,15 @@ "postfix": false, "binop": null }, - "start": 29745, - "end": 29746, + "start": 29899, + "end": 29900, "loc": { "start": { - "line": 749, + "line": 754, "column": 41 }, "end": { - "line": 749, + "line": 754, "column": 42 } } @@ -333883,15 +335273,15 @@ "postfix": false, "binop": null }, - "start": 29746, - "end": 29747, + "start": 29900, + "end": 29901, "loc": { "start": { - "line": 749, + "line": 754, "column": 42 }, "end": { - "line": 749, + "line": 754, "column": 43 } } @@ -333909,15 +335299,15 @@ "binop": null, "updateContext": null }, - "start": 29747, - "end": 29748, + "start": 29901, + "end": 29902, "loc": { "start": { - "line": 749, + "line": 754, "column": 43 }, "end": { - "line": 749, + "line": 754, "column": 44 } } @@ -333934,15 +335324,15 @@ "postfix": false, "binop": null }, - "start": 29757, - "end": 29758, + "start": 29911, + "end": 29912, "loc": { "start": { - "line": 750, + "line": 755, "column": 8 }, "end": { - "line": 750, + "line": 755, "column": 9 } } @@ -333962,15 +335352,15 @@ "updateContext": null }, "value": "else", - "start": 29759, - "end": 29763, + "start": 29913, + "end": 29917, "loc": { "start": { - "line": 750, + "line": 755, "column": 10 }, "end": { - "line": 750, + "line": 755, "column": 14 } } @@ -333987,15 +335377,15 @@ "postfix": false, "binop": null }, - "start": 29764, - "end": 29765, + "start": 29918, + "end": 29919, "loc": { "start": { - "line": 750, + "line": 755, "column": 15 }, "end": { - "line": 750, + "line": 755, "column": 16 } } @@ -334003,15 +335393,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29778, - "end": 29805, + "start": 29932, + "end": 29959, "loc": { "start": { - "line": 751, + "line": 756, "column": 12 }, "end": { - "line": 751, + "line": 756, "column": 39 } } @@ -334031,15 +335421,15 @@ "updateContext": null }, "value": "this", - "start": 29818, - "end": 29822, + "start": 29972, + "end": 29976, "loc": { "start": { - "line": 752, + "line": 757, "column": 12 }, "end": { - "line": 752, + "line": 757, "column": 16 } } @@ -334057,15 +335447,15 @@ "binop": null, "updateContext": null }, - "start": 29822, - "end": 29823, + "start": 29976, + "end": 29977, "loc": { "start": { - "line": 752, + "line": 757, "column": 16 }, "end": { - "line": 752, + "line": 757, "column": 17 } } @@ -334083,15 +335473,15 @@ "binop": null }, "value": "player", - "start": 29823, - "end": 29829, + "start": 29977, + "end": 29983, "loc": { "start": { - "line": 752, + "line": 757, "column": 17 }, "end": { - "line": 752, + "line": 757, "column": 23 } } @@ -334109,15 +335499,15 @@ "binop": null, "updateContext": null }, - "start": 29829, - "end": 29830, + "start": 29983, + "end": 29984, "loc": { "start": { - "line": 752, + "line": 757, "column": 23 }, "end": { - "line": 752, + "line": 757, "column": 24 } } @@ -334135,15 +335525,15 @@ "binop": null }, "value": "recordIndicator", - "start": 29830, - "end": 29845, + "start": 29984, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 757, "column": 24 }, "end": { - "line": 752, + "line": 757, "column": 39 } } @@ -334161,15 +335551,15 @@ "binop": null, "updateContext": null }, - "start": 29845, - "end": 29846, + "start": 29999, + "end": 30000, "loc": { "start": { - "line": 752, + "line": 757, "column": 39 }, "end": { - "line": 752, + "line": 757, "column": 40 } } @@ -334187,15 +335577,15 @@ "binop": null }, "value": "disable", - "start": 29846, - "end": 29853, + "start": 30000, + "end": 30007, "loc": { "start": { - "line": 752, + "line": 757, "column": 40 }, "end": { - "line": 752, + "line": 757, "column": 47 } } @@ -334212,15 +335602,15 @@ "postfix": false, "binop": null }, - "start": 29853, - "end": 29854, + "start": 30007, + "end": 30008, "loc": { "start": { - "line": 752, + "line": 757, "column": 47 }, "end": { - "line": 752, + "line": 757, "column": 48 } } @@ -334237,15 +335627,15 @@ "postfix": false, "binop": null }, - "start": 29854, - "end": 29855, + "start": 30008, + "end": 30009, "loc": { "start": { - "line": 752, + "line": 757, "column": 48 }, "end": { - "line": 752, + "line": 757, "column": 49 } } @@ -334263,15 +335653,15 @@ "binop": null, "updateContext": null }, - "start": 29855, - "end": 29856, + "start": 30009, + "end": 30010, "loc": { "start": { - "line": 752, + "line": 757, "column": 49 }, "end": { - "line": 752, + "line": 757, "column": 50 } } @@ -334279,15 +335669,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 29870, - "end": 29929, + "start": 30024, + "end": 30083, "loc": { "start": { - "line": 754, + "line": 759, "column": 12 }, "end": { - "line": 754, + "line": 759, "column": 71 } } @@ -334295,15 +335685,15 @@ { "type": "CommentLine", "value": " used)", - "start": 29942, - "end": 29950, + "start": 30096, + "end": 30104, "loc": { "start": { - "line": 755, + "line": 760, "column": 12 }, "end": { - "line": 755, + "line": 760, "column": 20 } } @@ -334323,15 +335713,15 @@ "updateContext": null }, "value": "this", - "start": 29963, - "end": 29967, + "start": 30117, + "end": 30121, "loc": { "start": { - "line": 756, + "line": 761, "column": 12 }, "end": { - "line": 756, + "line": 761, "column": 16 } } @@ -334349,15 +335739,15 @@ "binop": null, "updateContext": null }, - "start": 29967, - "end": 29968, + "start": 30121, + "end": 30122, "loc": { "start": { - "line": 756, + "line": 761, "column": 16 }, "end": { - "line": 756, + "line": 761, "column": 17 } } @@ -334375,15 +335765,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 29968, - "end": 29981, + "start": 30122, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 761, "column": 17 }, "end": { - "line": 756, + "line": 761, "column": 30 } } @@ -334400,15 +335790,15 @@ "postfix": false, "binop": null }, - "start": 29981, - "end": 29982, + "start": 30135, + "end": 30136, "loc": { "start": { - "line": 756, + "line": 761, "column": 30 }, "end": { - "line": 756, + "line": 761, "column": 31 } } @@ -334425,15 +335815,15 @@ "postfix": false, "binop": null }, - "start": 29982, - "end": 29983, + "start": 30136, + "end": 30137, "loc": { "start": { - "line": 756, + "line": 761, "column": 31 }, "end": { - "line": 756, + "line": 761, "column": 32 } } @@ -334451,15 +335841,15 @@ "binop": null, "updateContext": null }, - "start": 29983, - "end": 29984, + "start": 30137, + "end": 30138, "loc": { "start": { - "line": 756, + "line": 761, "column": 32 }, "end": { - "line": 756, + "line": 761, "column": 33 } } @@ -334467,15 +335857,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 29998, - "end": 30070, + "start": 30152, + "end": 30224, "loc": { "start": { - "line": 758, + "line": 763, "column": 12 }, "end": { - "line": 758, + "line": 763, "column": 84 } } @@ -334492,15 +335882,15 @@ "postfix": false, "binop": null }, - "start": 30079, - "end": 30080, + "start": 30233, + "end": 30234, "loc": { "start": { - "line": 759, + "line": 764, "column": 8 }, "end": { - "line": 759, + "line": 764, "column": 9 } } @@ -334508,15 +335898,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30090, - "end": 30106, + "start": 30244, + "end": 30260, "loc": { "start": { - "line": 761, + "line": 766, "column": 8 }, "end": { - "line": 761, + "line": 766, "column": 24 } } @@ -334536,15 +335926,15 @@ "updateContext": null }, "value": "if", - "start": 30115, - "end": 30117, + "start": 30269, + "end": 30271, "loc": { "start": { - "line": 762, + "line": 767, "column": 8 }, "end": { - "line": 762, + "line": 767, "column": 10 } } @@ -334561,15 +335951,15 @@ "postfix": false, "binop": null }, - "start": 30118, - "end": 30119, + "start": 30272, + "end": 30273, "loc": { "start": { - "line": 762, + "line": 767, "column": 11 }, "end": { - "line": 762, + "line": 767, "column": 12 } } @@ -334589,15 +335979,15 @@ "updateContext": null }, "value": "this", - "start": 30119, - "end": 30123, + "start": 30273, + "end": 30277, "loc": { "start": { - "line": 762, + "line": 767, "column": 12 }, "end": { - "line": 762, + "line": 767, "column": 16 } } @@ -334615,15 +336005,15 @@ "binop": null, "updateContext": null }, - "start": 30123, - "end": 30124, + "start": 30277, + "end": 30278, "loc": { "start": { - "line": 762, + "line": 767, "column": 16 }, "end": { - "line": 762, + "line": 767, "column": 17 } } @@ -334641,15 +336031,15 @@ "binop": null }, "value": "getRecordType", - "start": 30124, - "end": 30137, + "start": 30278, + "end": 30291, "loc": { "start": { - "line": 762, + "line": 767, "column": 17 }, "end": { - "line": 762, + "line": 767, "column": 30 } } @@ -334666,15 +336056,15 @@ "postfix": false, "binop": null }, - "start": 30137, - "end": 30138, + "start": 30291, + "end": 30292, "loc": { "start": { - "line": 762, + "line": 767, "column": 30 }, "end": { - "line": 762, + "line": 767, "column": 31 } } @@ -334691,15 +336081,15 @@ "postfix": false, "binop": null }, - "start": 30138, - "end": 30139, + "start": 30292, + "end": 30293, "loc": { "start": { - "line": 762, + "line": 767, "column": 31 }, "end": { - "line": 762, + "line": 767, "column": 32 } } @@ -334718,15 +336108,15 @@ "updateContext": null }, "value": "!==", - "start": 30140, - "end": 30143, + "start": 30294, + "end": 30297, "loc": { "start": { - "line": 762, + "line": 767, "column": 33 }, "end": { - "line": 762, + "line": 767, "column": 36 } } @@ -334744,15 +336134,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 30144, - "end": 30154, + "start": 30298, + "end": 30308, "loc": { "start": { - "line": 762, + "line": 767, "column": 37 }, "end": { - "line": 762, + "line": 767, "column": 47 } } @@ -334769,15 +336159,15 @@ "postfix": false, "binop": null }, - "start": 30154, - "end": 30155, + "start": 30308, + "end": 30309, "loc": { "start": { - "line": 762, + "line": 767, "column": 47 }, "end": { - "line": 762, + "line": 767, "column": 48 } } @@ -334794,15 +336184,15 @@ "postfix": false, "binop": null }, - "start": 30156, - "end": 30157, + "start": 30310, + "end": 30311, "loc": { "start": { - "line": 762, + "line": 767, "column": 49 }, "end": { - "line": 762, + "line": 767, "column": 50 } } @@ -334810,15 +336200,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30170, - "end": 30190, + "start": 30324, + "end": 30344, "loc": { "start": { - "line": 763, + "line": 768, "column": 12 }, "end": { - "line": 763, + "line": 768, "column": 32 } } @@ -334838,15 +336228,15 @@ "updateContext": null }, "value": "this", - "start": 30203, - "end": 30207, + "start": 30357, + "end": 30361, "loc": { "start": { - "line": 764, + "line": 769, "column": 12 }, "end": { - "line": 764, + "line": 769, "column": 16 } } @@ -334864,15 +336254,15 @@ "binop": null, "updateContext": null }, - "start": 30207, - "end": 30208, + "start": 30361, + "end": 30362, "loc": { "start": { - "line": 764, + "line": 769, "column": 16 }, "end": { - "line": 764, + "line": 769, "column": 17 } } @@ -334890,15 +336280,15 @@ "binop": null }, "value": "mediaElement", - "start": 30208, - "end": 30220, + "start": 30362, + "end": 30374, "loc": { "start": { - "line": 764, + "line": 769, "column": 17 }, "end": { - "line": 764, + "line": 769, "column": 29 } } @@ -334917,15 +336307,15 @@ "updateContext": null }, "value": "=", - "start": 30221, - "end": 30222, + "start": 30375, + "end": 30376, "loc": { "start": { - "line": 764, + "line": 769, "column": 30 }, "end": { - "line": 764, + "line": 769, "column": 31 } } @@ -334945,15 +336335,15 @@ "updateContext": null }, "value": "this", - "start": 30223, - "end": 30227, + "start": 30377, + "end": 30381, "loc": { "start": { - "line": 764, + "line": 769, "column": 32 }, "end": { - "line": 764, + "line": 769, "column": 36 } } @@ -334971,15 +336361,15 @@ "binop": null, "updateContext": null }, - "start": 30227, - "end": 30228, + "start": 30381, + "end": 30382, "loc": { "start": { - "line": 764, + "line": 769, "column": 36 }, "end": { - "line": 764, + "line": 769, "column": 37 } } @@ -334997,15 +336387,15 @@ "binop": null }, "value": "player", - "start": 30228, - "end": 30234, + "start": 30382, + "end": 30388, "loc": { "start": { - "line": 764, + "line": 769, "column": 37 }, "end": { - "line": 764, + "line": 769, "column": 43 } } @@ -335023,15 +336413,15 @@ "binop": null, "updateContext": null }, - "start": 30234, - "end": 30235, + "start": 30388, + "end": 30389, "loc": { "start": { - "line": 764, + "line": 769, "column": 43 }, "end": { - "line": 764, + "line": 769, "column": 44 } } @@ -335049,15 +336439,15 @@ "binop": null }, "value": "el", - "start": 30235, - "end": 30237, + "start": 30389, + "end": 30391, "loc": { "start": { - "line": 764, + "line": 769, "column": 44 }, "end": { - "line": 764, + "line": 769, "column": 46 } } @@ -335074,15 +336464,15 @@ "postfix": false, "binop": null }, - "start": 30237, - "end": 30238, + "start": 30391, + "end": 30392, "loc": { "start": { - "line": 764, + "line": 769, "column": 46 }, "end": { - "line": 764, + "line": 769, "column": 47 } } @@ -335099,15 +336489,15 @@ "postfix": false, "binop": null }, - "start": 30238, - "end": 30239, + "start": 30392, + "end": 30393, "loc": { "start": { - "line": 764, + "line": 769, "column": 47 }, "end": { - "line": 764, + "line": 769, "column": 48 } } @@ -335125,15 +336515,15 @@ "binop": null, "updateContext": null }, - "start": 30239, - "end": 30240, + "start": 30393, + "end": 30394, "loc": { "start": { - "line": 764, + "line": 769, "column": 48 }, "end": { - "line": 764, + "line": 769, "column": 49 } } @@ -335151,15 +336541,15 @@ "binop": null }, "value": "firstChild", - "start": 30240, - "end": 30250, + "start": 30394, + "end": 30404, "loc": { "start": { - "line": 764, + "line": 769, "column": 49 }, "end": { - "line": 764, + "line": 769, "column": 59 } } @@ -335177,15 +336567,15 @@ "binop": null, "updateContext": null }, - "start": 30250, - "end": 30251, + "start": 30404, + "end": 30405, "loc": { "start": { - "line": 764, + "line": 769, "column": 59 }, "end": { - "line": 764, + "line": 769, "column": 60 } } @@ -335205,15 +336595,15 @@ "updateContext": null }, "value": "this", - "start": 30264, - "end": 30268, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 765, + "line": 770, "column": 12 }, "end": { - "line": 765, + "line": 770, "column": 16 } } @@ -335231,15 +336621,15 @@ "binop": null, "updateContext": null }, - "start": 30268, - "end": 30269, + "start": 30422, + "end": 30423, "loc": { "start": { - "line": 765, + "line": 770, "column": 16 }, "end": { - "line": 765, + "line": 770, "column": 17 } } @@ -335257,15 +336647,15 @@ "binop": null }, "value": "mediaElement", - "start": 30269, - "end": 30281, + "start": 30423, + "end": 30435, "loc": { "start": { - "line": 765, + "line": 770, "column": 17 }, "end": { - "line": 765, + "line": 770, "column": 29 } } @@ -335283,15 +336673,15 @@ "binop": null, "updateContext": null }, - "start": 30281, - "end": 30282, + "start": 30435, + "end": 30436, "loc": { "start": { - "line": 765, + "line": 770, "column": 29 }, "end": { - "line": 765, + "line": 770, "column": 30 } } @@ -335309,15 +336699,15 @@ "binop": null }, "value": "controls", - "start": 30282, - "end": 30290, + "start": 30436, + "end": 30444, "loc": { "start": { - "line": 765, + "line": 770, "column": 30 }, "end": { - "line": 765, + "line": 770, "column": 38 } } @@ -335336,15 +336726,15 @@ "updateContext": null }, "value": "=", - "start": 30291, - "end": 30292, + "start": 30445, + "end": 30446, "loc": { "start": { - "line": 765, + "line": 770, "column": 39 }, "end": { - "line": 765, + "line": 770, "column": 40 } } @@ -335364,15 +336754,15 @@ "updateContext": null }, "value": "false", - "start": 30293, - "end": 30298, + "start": 30447, + "end": 30452, "loc": { "start": { - "line": 765, + "line": 770, "column": 41 }, "end": { - "line": 765, + "line": 770, "column": 46 } } @@ -335390,15 +336780,15 @@ "binop": null, "updateContext": null }, - "start": 30298, - "end": 30299, + "start": 30452, + "end": 30453, "loc": { "start": { - "line": 765, + "line": 770, "column": 46 }, "end": { - "line": 765, + "line": 770, "column": 47 } } @@ -335406,15 +336796,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30313, - "end": 30354, + "start": 30467, + "end": 30508, "loc": { "start": { - "line": 767, + "line": 772, "column": 12 }, "end": { - "line": 767, + "line": 772, "column": 53 } } @@ -335434,15 +336824,15 @@ "updateContext": null }, "value": "this", - "start": 30367, - "end": 30371, + "start": 30521, + "end": 30525, "loc": { "start": { - "line": 768, + "line": 773, "column": 12 }, "end": { - "line": 768, + "line": 773, "column": 16 } } @@ -335460,15 +336850,15 @@ "binop": null, "updateContext": null }, - "start": 30371, - "end": 30372, + "start": 30525, + "end": 30526, "loc": { "start": { - "line": 768, + "line": 773, "column": 16 }, "end": { - "line": 768, + "line": 773, "column": 17 } } @@ -335486,15 +336876,15 @@ "binop": null }, "value": "mediaElement", - "start": 30372, - "end": 30384, + "start": 30526, + "end": 30538, "loc": { "start": { - "line": 768, + "line": 773, "column": 17 }, "end": { - "line": 768, + "line": 773, "column": 29 } } @@ -335512,15 +336902,15 @@ "binop": null, "updateContext": null }, - "start": 30384, - "end": 30385, + "start": 30538, + "end": 30539, "loc": { "start": { - "line": 768, + "line": 773, "column": 29 }, "end": { - "line": 768, + "line": 773, "column": 30 } } @@ -335538,15 +336928,15 @@ "binop": null }, "value": "muted", - "start": 30385, - "end": 30390, + "start": 30539, + "end": 30544, "loc": { "start": { - "line": 768, + "line": 773, "column": 30 }, "end": { - "line": 768, + "line": 773, "column": 35 } } @@ -335565,15 +336955,15 @@ "updateContext": null }, "value": "=", - "start": 30391, - "end": 30392, + "start": 30545, + "end": 30546, "loc": { "start": { - "line": 768, + "line": 773, "column": 36 }, "end": { - "line": 768, + "line": 773, "column": 37 } } @@ -335593,15 +336983,15 @@ "updateContext": null }, "value": "true", - "start": 30393, - "end": 30397, + "start": 30547, + "end": 30551, "loc": { "start": { - "line": 768, + "line": 773, "column": 38 }, "end": { - "line": 768, + "line": 773, "column": 42 } } @@ -335619,15 +337009,15 @@ "binop": null, "updateContext": null }, - "start": 30397, - "end": 30398, + "start": 30551, + "end": 30552, "loc": { "start": { - "line": 768, + "line": 773, "column": 42 }, "end": { - "line": 768, + "line": 773, "column": 43 } } @@ -335635,15 +337025,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30412, - "end": 30451, + "start": 30566, + "end": 30605, "loc": { "start": { - "line": 770, + "line": 775, "column": 12 }, "end": { - "line": 770, + "line": 775, "column": 51 } } @@ -335663,15 +337053,15 @@ "updateContext": null }, "value": "this", - "start": 30464, - "end": 30468, + "start": 30618, + "end": 30622, "loc": { "start": { - "line": 771, + "line": 776, "column": 12 }, "end": { - "line": 771, + "line": 776, "column": 16 } } @@ -335689,15 +337079,15 @@ "binop": null, "updateContext": null }, - "start": 30468, - "end": 30469, + "start": 30622, + "end": 30623, "loc": { "start": { - "line": 771, + "line": 776, "column": 16 }, "end": { - "line": 771, + "line": 776, "column": 17 } } @@ -335715,15 +337105,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 30469, - "end": 30489, + "start": 30623, + "end": 30643, "loc": { "start": { - "line": 771, + "line": 776, "column": 17 }, "end": { - "line": 771, + "line": 776, "column": 37 } } @@ -335740,15 +337130,15 @@ "postfix": false, "binop": null }, - "start": 30489, - "end": 30490, + "start": 30643, + "end": 30644, "loc": { "start": { - "line": 771, + "line": 776, "column": 37 }, "end": { - "line": 771, + "line": 776, "column": 38 } } @@ -335768,15 +337158,15 @@ "updateContext": null }, "value": "false", - "start": 30490, - "end": 30495, + "start": 30644, + "end": 30649, "loc": { "start": { - "line": 771, + "line": 776, "column": 38 }, "end": { - "line": 771, + "line": 776, "column": 43 } } @@ -335793,15 +337183,15 @@ "postfix": false, "binop": null }, - "start": 30495, - "end": 30496, + "start": 30649, + "end": 30650, "loc": { "start": { - "line": 771, + "line": 776, "column": 43 }, "end": { - "line": 771, + "line": 776, "column": 44 } } @@ -335819,15 +337209,15 @@ "binop": null, "updateContext": null }, - "start": 30496, - "end": 30497, + "start": 30650, + "end": 30651, "loc": { "start": { - "line": 771, + "line": 776, "column": 44 }, "end": { - "line": 771, + "line": 776, "column": 45 } } @@ -335835,15 +337225,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30511, - "end": 30532, + "start": 30665, + "end": 30686, "loc": { "start": { - "line": 773, + "line": 778, "column": 12 }, "end": { - "line": 773, + "line": 778, "column": 33 } } @@ -335863,15 +337253,15 @@ "updateContext": null }, "value": "if", - "start": 30545, - "end": 30547, + "start": 30699, + "end": 30701, "loc": { "start": { - "line": 774, + "line": 779, "column": 12 }, "end": { - "line": 774, + "line": 779, "column": 14 } } @@ -335888,15 +337278,15 @@ "postfix": false, "binop": null }, - "start": 30548, - "end": 30549, + "start": 30702, + "end": 30703, "loc": { "start": { - "line": 774, + "line": 779, "column": 15 }, "end": { - "line": 774, + "line": 779, "column": 16 } } @@ -335916,15 +337306,15 @@ "updateContext": null }, "value": "this", - "start": 30549, - "end": 30553, + "start": 30703, + "end": 30707, "loc": { "start": { - "line": 774, + "line": 779, "column": 16 }, "end": { - "line": 774, + "line": 779, "column": 20 } } @@ -335942,15 +337332,15 @@ "binop": null, "updateContext": null }, - "start": 30553, - "end": 30554, + "start": 30707, + "end": 30708, "loc": { "start": { - "line": 774, + "line": 779, "column": 20 }, "end": { - "line": 774, + "line": 779, "column": 21 } } @@ -335968,15 +337358,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 30554, - "end": 30570, + "start": 30708, + "end": 30724, "loc": { "start": { - "line": 774, + "line": 779, "column": 21 }, "end": { - "line": 774, + "line": 779, "column": 37 } } @@ -335995,15 +337385,15 @@ "updateContext": null }, "value": "===", - "start": 30571, - "end": 30574, + "start": 30725, + "end": 30728, "loc": { "start": { - "line": 774, + "line": 779, "column": 38 }, "end": { - "line": 774, + "line": 779, "column": 41 } } @@ -336023,15 +337413,15 @@ "updateContext": null }, "value": "true", - "start": 30575, - "end": 30579, + "start": 30729, + "end": 30733, "loc": { "start": { - "line": 774, + "line": 779, "column": 42 }, "end": { - "line": 774, + "line": 779, "column": 46 } } @@ -336048,15 +337438,15 @@ "postfix": false, "binop": null }, - "start": 30579, - "end": 30580, + "start": 30733, + "end": 30734, "loc": { "start": { - "line": 774, + "line": 779, "column": 46 }, "end": { - "line": 774, + "line": 779, "column": 47 } } @@ -336073,15 +337463,15 @@ "postfix": false, "binop": null }, - "start": 30581, - "end": 30582, + "start": 30735, + "end": 30736, "loc": { "start": { - "line": 774, + "line": 779, "column": 48 }, "end": { - "line": 774, + "line": 779, "column": 49 } } @@ -336089,15 +337479,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30599, - "end": 30613, + "start": 30753, + "end": 30767, "loc": { "start": { - "line": 775, + "line": 780, "column": 16 }, "end": { - "line": 775, + "line": 780, "column": 30 } } @@ -336117,15 +337507,15 @@ "updateContext": null }, "value": "this", - "start": 30630, - "end": 30634, + "start": 30784, + "end": 30788, "loc": { "start": { - "line": 776, + "line": 781, "column": 16 }, "end": { - "line": 776, + "line": 781, "column": 20 } } @@ -336143,15 +337533,15 @@ "binop": null, "updateContext": null }, - "start": 30634, - "end": 30635, + "start": 30788, + "end": 30789, "loc": { "start": { - "line": 776, + "line": 781, "column": 20 }, "end": { - "line": 776, + "line": 781, "column": 21 } } @@ -336169,15 +337559,15 @@ "binop": null }, "value": "player", - "start": 30635, - "end": 30641, + "start": 30789, + "end": 30795, "loc": { "start": { - "line": 776, + "line": 781, "column": 21 }, "end": { - "line": 776, + "line": 781, "column": 27 } } @@ -336195,15 +337585,15 @@ "binop": null, "updateContext": null }, - "start": 30641, - "end": 30642, + "start": 30795, + "end": 30796, "loc": { "start": { - "line": 776, + "line": 781, "column": 27 }, "end": { - "line": 776, + "line": 781, "column": 28 } } @@ -336221,15 +337611,15 @@ "binop": null }, "value": "pipToggle", - "start": 30642, - "end": 30651, + "start": 30796, + "end": 30805, "loc": { "start": { - "line": 776, + "line": 781, "column": 28 }, "end": { - "line": 776, + "line": 781, "column": 37 } } @@ -336247,15 +337637,15 @@ "binop": null, "updateContext": null }, - "start": 30651, - "end": 30652, + "start": 30805, + "end": 30806, "loc": { "start": { - "line": 776, + "line": 781, "column": 37 }, "end": { - "line": 776, + "line": 781, "column": 38 } } @@ -336273,15 +337663,15 @@ "binop": null }, "value": "show", - "start": 30652, - "end": 30656, + "start": 30806, + "end": 30810, "loc": { "start": { - "line": 776, + "line": 781, "column": 38 }, "end": { - "line": 776, + "line": 781, "column": 42 } } @@ -336298,15 +337688,15 @@ "postfix": false, "binop": null }, - "start": 30656, - "end": 30657, + "start": 30810, + "end": 30811, "loc": { "start": { - "line": 776, + "line": 781, "column": 42 }, "end": { - "line": 776, + "line": 781, "column": 43 } } @@ -336323,15 +337713,15 @@ "postfix": false, "binop": null }, - "start": 30657, - "end": 30658, + "start": 30811, + "end": 30812, "loc": { "start": { - "line": 776, + "line": 781, "column": 43 }, "end": { - "line": 776, + "line": 781, "column": 44 } } @@ -336349,15 +337739,15 @@ "binop": null, "updateContext": null }, - "start": 30658, - "end": 30659, + "start": 30812, + "end": 30813, "loc": { "start": { - "line": 776, + "line": 781, "column": 44 }, "end": { - "line": 776, + "line": 781, "column": 45 } } @@ -336365,15 +337755,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30677, - "end": 30727, + "start": 30831, + "end": 30881, "loc": { "start": { - "line": 778, + "line": 783, "column": 16 }, "end": { - "line": 778, + "line": 783, "column": 66 } } @@ -336393,15 +337783,15 @@ "updateContext": null }, "value": "this", - "start": 30744, - "end": 30748, + "start": 30898, + "end": 30902, "loc": { "start": { - "line": 779, + "line": 784, "column": 16 }, "end": { - "line": 779, + "line": 784, "column": 20 } } @@ -336419,15 +337809,15 @@ "binop": null, "updateContext": null }, - "start": 30748, - "end": 30749, + "start": 30902, + "end": 30903, "loc": { "start": { - "line": 779, + "line": 784, "column": 20 }, "end": { - "line": 779, + "line": 784, "column": 21 } } @@ -336445,15 +337835,15 @@ "binop": null }, "value": "mediaElement", - "start": 30749, - "end": 30761, + "start": 30903, + "end": 30915, "loc": { "start": { - "line": 779, + "line": 784, "column": 21 }, "end": { - "line": 779, + "line": 784, "column": 33 } } @@ -336471,15 +337861,15 @@ "binop": null, "updateContext": null }, - "start": 30761, - "end": 30762, + "start": 30915, + "end": 30916, "loc": { "start": { - "line": 779, + "line": 784, "column": 33 }, "end": { - "line": 779, + "line": 784, "column": 34 } } @@ -336497,15 +337887,15 @@ "binop": null }, "value": "removeEventListener", - "start": 30762, - "end": 30781, + "start": 30916, + "end": 30935, "loc": { "start": { - "line": 779, + "line": 784, "column": 34 }, "end": { - "line": 779, + "line": 784, "column": 53 } } @@ -336522,15 +337912,15 @@ "postfix": false, "binop": null }, - "start": 30781, - "end": 30782, + "start": 30935, + "end": 30936, "loc": { "start": { - "line": 779, + "line": 784, "column": 53 }, "end": { - "line": 779, + "line": 784, "column": 54 } } @@ -336548,15 +337938,15 @@ "binop": null }, "value": "Event", - "start": 30782, - "end": 30787, + "start": 30936, + "end": 30941, "loc": { "start": { - "line": 779, + "line": 784, "column": 54 }, "end": { - "line": 779, + "line": 784, "column": 59 } } @@ -336574,15 +337964,15 @@ "binop": null, "updateContext": null }, - "start": 30787, - "end": 30788, + "start": 30941, + "end": 30942, "loc": { "start": { - "line": 779, + "line": 784, "column": 59 }, "end": { - "line": 779, + "line": 784, "column": 60 } } @@ -336600,15 +337990,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 30788, - "end": 30809, + "start": 30942, + "end": 30963, "loc": { "start": { - "line": 779, + "line": 784, "column": 60 }, "end": { - "line": 779, + "line": 784, "column": 81 } } @@ -336626,15 +338016,15 @@ "binop": null, "updateContext": null }, - "start": 30809, - "end": 30810, + "start": 30963, + "end": 30964, "loc": { "start": { - "line": 779, + "line": 784, "column": 81 }, "end": { - "line": 779, + "line": 784, "column": 82 } } @@ -336654,15 +338044,15 @@ "updateContext": null }, "value": "this", - "start": 30831, - "end": 30835, + "start": 30985, + "end": 30989, "loc": { "start": { - "line": 780, + "line": 785, "column": 20 }, "end": { - "line": 780, + "line": 785, "column": 24 } } @@ -336680,15 +338070,15 @@ "binop": null, "updateContext": null }, - "start": 30835, - "end": 30836, + "start": 30989, + "end": 30990, "loc": { "start": { - "line": 780, + "line": 785, "column": 24 }, "end": { - "line": 780, + "line": 785, "column": 25 } } @@ -336706,15 +338096,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 30836, - "end": 30853, + "start": 30990, + "end": 31007, "loc": { "start": { - "line": 780, + "line": 785, "column": 25 }, "end": { - "line": 780, + "line": 785, "column": 42 } } @@ -336731,15 +338121,15 @@ "postfix": false, "binop": null }, - "start": 30853, - "end": 30854, + "start": 31007, + "end": 31008, "loc": { "start": { - "line": 780, + "line": 785, "column": 42 }, "end": { - "line": 780, + "line": 785, "column": 43 } } @@ -336757,15 +338147,15 @@ "binop": null, "updateContext": null }, - "start": 30854, - "end": 30855, + "start": 31008, + "end": 31009, "loc": { "start": { - "line": 780, + "line": 785, "column": 43 }, "end": { - "line": 780, + "line": 785, "column": 44 } } @@ -336785,15 +338175,15 @@ "updateContext": null }, "value": "this", - "start": 30872, - "end": 30876, + "start": 31026, + "end": 31030, "loc": { "start": { - "line": 781, + "line": 786, "column": 16 }, "end": { - "line": 781, + "line": 786, "column": 20 } } @@ -336811,15 +338201,15 @@ "binop": null, "updateContext": null }, - "start": 30876, - "end": 30877, + "start": 31030, + "end": 31031, "loc": { "start": { - "line": 781, + "line": 786, "column": 20 }, "end": { - "line": 781, + "line": 786, "column": 21 } } @@ -336837,15 +338227,15 @@ "binop": null }, "value": "mediaElement", - "start": 30877, - "end": 30889, + "start": 31031, + "end": 31043, "loc": { "start": { - "line": 781, + "line": 786, "column": 21 }, "end": { - "line": 781, + "line": 786, "column": 33 } } @@ -336863,15 +338253,15 @@ "binop": null, "updateContext": null }, - "start": 30889, - "end": 30890, + "start": 31043, + "end": 31044, "loc": { "start": { - "line": 781, + "line": 786, "column": 33 }, "end": { - "line": 781, + "line": 786, "column": 34 } } @@ -336889,15 +338279,15 @@ "binop": null }, "value": "removeEventListener", - "start": 30890, - "end": 30909, + "start": 31044, + "end": 31063, "loc": { "start": { - "line": 781, + "line": 786, "column": 34 }, "end": { - "line": 781, + "line": 786, "column": 53 } } @@ -336914,15 +338304,15 @@ "postfix": false, "binop": null }, - "start": 30909, - "end": 30910, + "start": 31063, + "end": 31064, "loc": { "start": { - "line": 781, + "line": 786, "column": 53 }, "end": { - "line": 781, + "line": 786, "column": 54 } } @@ -336940,15 +338330,15 @@ "binop": null }, "value": "Event", - "start": 30910, - "end": 30915, + "start": 31064, + "end": 31069, "loc": { "start": { - "line": 781, + "line": 786, "column": 54 }, "end": { - "line": 781, + "line": 786, "column": 59 } } @@ -336966,15 +338356,15 @@ "binop": null, "updateContext": null }, - "start": 30915, - "end": 30916, + "start": 31069, + "end": 31070, "loc": { "start": { - "line": 781, + "line": 786, "column": 59 }, "end": { - "line": 781, + "line": 786, "column": 60 } } @@ -336992,15 +338382,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 30916, - "end": 30937, + "start": 31070, + "end": 31091, "loc": { "start": { - "line": 781, + "line": 786, "column": 60 }, "end": { - "line": 781, + "line": 786, "column": 81 } } @@ -337018,15 +338408,15 @@ "binop": null, "updateContext": null }, - "start": 30937, - "end": 30938, + "start": 31091, + "end": 31092, "loc": { "start": { - "line": 781, + "line": 786, "column": 81 }, "end": { - "line": 781, + "line": 786, "column": 82 } } @@ -337046,15 +338436,15 @@ "updateContext": null }, "value": "this", - "start": 30959, - "end": 30963, + "start": 31113, + "end": 31117, "loc": { "start": { - "line": 782, + "line": 787, "column": 20 }, "end": { - "line": 782, + "line": 787, "column": 24 } } @@ -337072,15 +338462,15 @@ "binop": null, "updateContext": null }, - "start": 30963, - "end": 30964, + "start": 31117, + "end": 31118, "loc": { "start": { - "line": 782, + "line": 787, "column": 24 }, "end": { - "line": 782, + "line": 787, "column": 25 } } @@ -337098,15 +338488,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 30964, - "end": 30981, + "start": 31118, + "end": 31135, "loc": { "start": { - "line": 782, + "line": 787, "column": 25 }, "end": { - "line": 782, + "line": 787, "column": 42 } } @@ -337123,15 +338513,15 @@ "postfix": false, "binop": null }, - "start": 30981, - "end": 30982, + "start": 31135, + "end": 31136, "loc": { "start": { - "line": 782, + "line": 787, "column": 42 }, "end": { - "line": 782, + "line": 787, "column": 43 } } @@ -337149,15 +338539,15 @@ "binop": null, "updateContext": null }, - "start": 30982, - "end": 30983, + "start": 31136, + "end": 31137, "loc": { "start": { - "line": 782, + "line": 787, "column": 43 }, "end": { - "line": 782, + "line": 787, "column": 44 } } @@ -337177,15 +338567,15 @@ "updateContext": null }, "value": "this", - "start": 31000, - "end": 31004, + "start": 31154, + "end": 31158, "loc": { "start": { - "line": 783, + "line": 788, "column": 16 }, "end": { - "line": 783, + "line": 788, "column": 20 } } @@ -337203,15 +338593,15 @@ "binop": null, "updateContext": null }, - "start": 31004, - "end": 31005, + "start": 31158, + "end": 31159, "loc": { "start": { - "line": 783, + "line": 788, "column": 20 }, "end": { - "line": 783, + "line": 788, "column": 21 } } @@ -337229,15 +338619,15 @@ "binop": null }, "value": "mediaElement", - "start": 31005, - "end": 31017, + "start": 31159, + "end": 31171, "loc": { "start": { - "line": 783, + "line": 788, "column": 21 }, "end": { - "line": 783, + "line": 788, "column": 33 } } @@ -337255,15 +338645,15 @@ "binop": null, "updateContext": null }, - "start": 31017, - "end": 31018, + "start": 31171, + "end": 31172, "loc": { "start": { - "line": 783, + "line": 788, "column": 33 }, "end": { - "line": 783, + "line": 788, "column": 34 } } @@ -337281,15 +338671,15 @@ "binop": null }, "value": "addEventListener", - "start": 31018, - "end": 31034, + "start": 31172, + "end": 31188, "loc": { "start": { - "line": 783, + "line": 788, "column": 34 }, "end": { - "line": 783, + "line": 788, "column": 50 } } @@ -337306,15 +338696,15 @@ "postfix": false, "binop": null }, - "start": 31034, - "end": 31035, + "start": 31188, + "end": 31189, "loc": { "start": { - "line": 783, + "line": 788, "column": 50 }, "end": { - "line": 783, + "line": 788, "column": 51 } } @@ -337332,15 +338722,15 @@ "binop": null }, "value": "Event", - "start": 31035, - "end": 31040, + "start": 31189, + "end": 31194, "loc": { "start": { - "line": 783, + "line": 788, "column": 51 }, "end": { - "line": 783, + "line": 788, "column": 56 } } @@ -337358,15 +338748,15 @@ "binop": null, "updateContext": null }, - "start": 31040, - "end": 31041, + "start": 31194, + "end": 31195, "loc": { "start": { - "line": 783, + "line": 788, "column": 56 }, "end": { - "line": 783, + "line": 788, "column": 57 } } @@ -337384,15 +338774,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 31041, - "end": 31062, + "start": 31195, + "end": 31216, "loc": { "start": { - "line": 783, + "line": 788, "column": 57 }, "end": { - "line": 783, + "line": 788, "column": 78 } } @@ -337410,15 +338800,15 @@ "binop": null, "updateContext": null }, - "start": 31062, - "end": 31063, + "start": 31216, + "end": 31217, "loc": { "start": { - "line": 783, + "line": 788, "column": 78 }, "end": { - "line": 783, + "line": 788, "column": 79 } } @@ -337438,15 +338828,15 @@ "updateContext": null }, "value": "this", - "start": 31084, - "end": 31088, + "start": 31238, + "end": 31242, "loc": { "start": { - "line": 784, + "line": 789, "column": 20 }, "end": { - "line": 784, + "line": 789, "column": 24 } } @@ -337464,15 +338854,15 @@ "binop": null, "updateContext": null }, - "start": 31088, - "end": 31089, + "start": 31242, + "end": 31243, "loc": { "start": { - "line": 784, + "line": 789, "column": 24 }, "end": { - "line": 784, + "line": 789, "column": 25 } } @@ -337490,15 +338880,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 31089, - "end": 31106, + "start": 31243, + "end": 31260, "loc": { "start": { - "line": 784, + "line": 789, "column": 25 }, "end": { - "line": 784, + "line": 789, "column": 42 } } @@ -337515,15 +338905,15 @@ "postfix": false, "binop": null }, - "start": 31106, - "end": 31107, + "start": 31260, + "end": 31261, "loc": { "start": { - "line": 784, + "line": 789, "column": 42 }, "end": { - "line": 784, + "line": 789, "column": 43 } } @@ -337541,15 +338931,15 @@ "binop": null, "updateContext": null }, - "start": 31107, - "end": 31108, + "start": 31261, + "end": 31262, "loc": { "start": { - "line": 784, + "line": 789, "column": 43 }, "end": { - "line": 784, + "line": 789, "column": 44 } } @@ -337569,15 +338959,15 @@ "updateContext": null }, "value": "this", - "start": 31125, - "end": 31129, + "start": 31279, + "end": 31283, "loc": { "start": { - "line": 785, + "line": 790, "column": 16 }, "end": { - "line": 785, + "line": 790, "column": 20 } } @@ -337595,15 +338985,15 @@ "binop": null, "updateContext": null }, - "start": 31129, - "end": 31130, + "start": 31283, + "end": 31284, "loc": { "start": { - "line": 785, + "line": 790, "column": 20 }, "end": { - "line": 785, + "line": 790, "column": 21 } } @@ -337621,15 +339011,15 @@ "binop": null }, "value": "mediaElement", - "start": 31130, - "end": 31142, + "start": 31284, + "end": 31296, "loc": { "start": { - "line": 785, + "line": 790, "column": 21 }, "end": { - "line": 785, + "line": 790, "column": 33 } } @@ -337647,15 +339037,15 @@ "binop": null, "updateContext": null }, - "start": 31142, - "end": 31143, + "start": 31296, + "end": 31297, "loc": { "start": { - "line": 785, + "line": 790, "column": 33 }, "end": { - "line": 785, + "line": 790, "column": 34 } } @@ -337673,15 +339063,15 @@ "binop": null }, "value": "addEventListener", - "start": 31143, - "end": 31159, + "start": 31297, + "end": 31313, "loc": { "start": { - "line": 785, + "line": 790, "column": 34 }, "end": { - "line": 785, + "line": 790, "column": 50 } } @@ -337698,15 +339088,15 @@ "postfix": false, "binop": null }, - "start": 31159, - "end": 31160, + "start": 31313, + "end": 31314, "loc": { "start": { - "line": 785, + "line": 790, "column": 50 }, "end": { - "line": 785, + "line": 790, "column": 51 } } @@ -337724,15 +339114,15 @@ "binop": null }, "value": "Event", - "start": 31160, - "end": 31165, + "start": 31314, + "end": 31319, "loc": { "start": { - "line": 785, + "line": 790, "column": 51 }, "end": { - "line": 785, + "line": 790, "column": 56 } } @@ -337750,15 +339140,15 @@ "binop": null, "updateContext": null }, - "start": 31165, - "end": 31166, + "start": 31319, + "end": 31320, "loc": { "start": { - "line": 785, + "line": 790, "column": 56 }, "end": { - "line": 785, + "line": 790, "column": 57 } } @@ -337776,15 +339166,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 31166, - "end": 31187, + "start": 31320, + "end": 31341, "loc": { "start": { - "line": 785, + "line": 790, "column": 57 }, "end": { - "line": 785, + "line": 790, "column": 78 } } @@ -337802,15 +339192,15 @@ "binop": null, "updateContext": null }, - "start": 31187, - "end": 31188, + "start": 31341, + "end": 31342, "loc": { "start": { - "line": 785, + "line": 790, "column": 78 }, "end": { - "line": 785, + "line": 790, "column": 79 } } @@ -337830,15 +339220,15 @@ "updateContext": null }, "value": "this", - "start": 31209, - "end": 31213, + "start": 31363, + "end": 31367, "loc": { "start": { - "line": 786, + "line": 791, "column": 20 }, "end": { - "line": 786, + "line": 791, "column": 24 } } @@ -337856,15 +339246,15 @@ "binop": null, "updateContext": null }, - "start": 31213, - "end": 31214, + "start": 31367, + "end": 31368, "loc": { "start": { - "line": 786, + "line": 791, "column": 24 }, "end": { - "line": 786, + "line": 791, "column": 25 } } @@ -337882,15 +339272,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 31214, - "end": 31231, + "start": 31368, + "end": 31385, "loc": { "start": { - "line": 786, + "line": 791, "column": 25 }, "end": { - "line": 786, + "line": 791, "column": 42 } } @@ -337907,15 +339297,15 @@ "postfix": false, "binop": null }, - "start": 31231, - "end": 31232, + "start": 31385, + "end": 31386, "loc": { "start": { - "line": 786, + "line": 791, "column": 42 }, "end": { - "line": 786, + "line": 791, "column": 43 } } @@ -337933,15 +339323,15 @@ "binop": null, "updateContext": null }, - "start": 31232, - "end": 31233, + "start": 31386, + "end": 31387, "loc": { "start": { - "line": 786, + "line": 791, "column": 43 }, "end": { - "line": 786, + "line": 791, "column": 44 } } @@ -337958,15 +339348,15 @@ "postfix": false, "binop": null }, - "start": 31246, - "end": 31247, + "start": 31400, + "end": 31401, "loc": { "start": { - "line": 787, + "line": 792, "column": 12 }, "end": { - "line": 787, + "line": 792, "column": 13 } } @@ -337974,15 +339364,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31260, - "end": 31274, + "start": 31414, + "end": 31428, "loc": { "start": { - "line": 788, + "line": 793, "column": 12 }, "end": { - "line": 788, + "line": 793, "column": 26 } } @@ -338002,15 +339392,15 @@ "updateContext": null }, "value": "this", - "start": 31287, - "end": 31291, + "start": 31441, + "end": 31445, "loc": { "start": { - "line": 789, + "line": 794, "column": 12 }, "end": { - "line": 789, + "line": 794, "column": 16 } } @@ -338028,15 +339418,15 @@ "binop": null, "updateContext": null }, - "start": 31291, - "end": 31292, + "start": 31445, + "end": 31446, "loc": { "start": { - "line": 789, + "line": 794, "column": 16 }, "end": { - "line": 789, + "line": 794, "column": 17 } } @@ -338054,15 +339444,15 @@ "binop": null }, "value": "load", - "start": 31292, - "end": 31296, + "start": 31446, + "end": 31450, "loc": { "start": { - "line": 789, + "line": 794, "column": 17 }, "end": { - "line": 789, + "line": 794, "column": 21 } } @@ -338079,15 +339469,15 @@ "postfix": false, "binop": null }, - "start": 31296, - "end": 31297, + "start": 31450, + "end": 31451, "loc": { "start": { - "line": 789, + "line": 794, "column": 21 }, "end": { - "line": 789, + "line": 794, "column": 22 } } @@ -338107,15 +339497,15 @@ "updateContext": null }, "value": "this", - "start": 31297, - "end": 31301, + "start": 31451, + "end": 31455, "loc": { "start": { - "line": 789, + "line": 794, "column": 22 }, "end": { - "line": 789, + "line": 794, "column": 26 } } @@ -338133,15 +339523,15 @@ "binop": null, "updateContext": null }, - "start": 31301, - "end": 31302, + "start": 31455, + "end": 31456, "loc": { "start": { - "line": 789, + "line": 794, "column": 26 }, "end": { - "line": 789, + "line": 794, "column": 27 } } @@ -338159,15 +339549,15 @@ "binop": null }, "value": "stream", - "start": 31302, - "end": 31308, + "start": 31456, + "end": 31462, "loc": { "start": { - "line": 789, + "line": 794, "column": 27 }, "end": { - "line": 789, + "line": 794, "column": 33 } } @@ -338184,15 +339574,15 @@ "postfix": false, "binop": null }, - "start": 31308, - "end": 31309, + "start": 31462, + "end": 31463, "loc": { "start": { - "line": 789, + "line": 794, "column": 33 }, "end": { - "line": 789, + "line": 794, "column": 34 } } @@ -338210,15 +339600,15 @@ "binop": null, "updateContext": null }, - "start": 31309, - "end": 31310, + "start": 31463, + "end": 31464, "loc": { "start": { - "line": 789, + "line": 794, "column": 34 }, "end": { - "line": 789, + "line": 794, "column": 35 } } @@ -338226,15 +339616,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31324, - "end": 31387, + "start": 31478, + "end": 31541, "loc": { "start": { - "line": 791, + "line": 796, "column": 12 }, "end": { - "line": 791, + "line": 796, "column": 75 } } @@ -338242,15 +339632,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31400, - "end": 31413, + "start": 31554, + "end": 31567, "loc": { "start": { - "line": 792, + "line": 797, "column": 12 }, "end": { - "line": 792, + "line": 797, "column": 25 } } @@ -338270,15 +339660,15 @@ "updateContext": null }, "value": "this", - "start": 31426, - "end": 31430, + "start": 31580, + "end": 31584, "loc": { "start": { - "line": 793, + "line": 798, "column": 12 }, "end": { - "line": 793, + "line": 798, "column": 16 } } @@ -338296,15 +339686,15 @@ "binop": null, "updateContext": null }, - "start": 31430, - "end": 31431, + "start": 31584, + "end": 31585, "loc": { "start": { - "line": 793, + "line": 798, "column": 16 }, "end": { - "line": 793, + "line": 798, "column": 17 } } @@ -338322,15 +339712,15 @@ "binop": null }, "value": "player", - "start": 31431, - "end": 31437, + "start": 31585, + "end": 31591, "loc": { "start": { - "line": 793, + "line": 798, "column": 17 }, "end": { - "line": 793, + "line": 798, "column": 23 } } @@ -338348,15 +339738,15 @@ "binop": null, "updateContext": null }, - "start": 31437, - "end": 31438, + "start": 31591, + "end": 31592, "loc": { "start": { - "line": 793, + "line": 798, "column": 23 }, "end": { - "line": 793, + "line": 798, "column": 24 } } @@ -338374,15 +339764,15 @@ "binop": null }, "value": "one", - "start": 31438, - "end": 31441, + "start": 31592, + "end": 31595, "loc": { "start": { - "line": 793, + "line": 798, "column": 24 }, "end": { - "line": 793, + "line": 798, "column": 27 } } @@ -338399,15 +339789,15 @@ "postfix": false, "binop": null }, - "start": 31441, - "end": 31442, + "start": 31595, + "end": 31596, "loc": { "start": { - "line": 793, + "line": 798, "column": 27 }, "end": { - "line": 793, + "line": 798, "column": 28 } } @@ -338425,15 +339815,15 @@ "binop": null }, "value": "Event", - "start": 31442, - "end": 31447, + "start": 31596, + "end": 31601, "loc": { "start": { - "line": 793, + "line": 798, "column": 28 }, "end": { - "line": 793, + "line": 798, "column": 33 } } @@ -338451,15 +339841,15 @@ "binop": null, "updateContext": null }, - "start": 31447, - "end": 31448, + "start": 31601, + "end": 31602, "loc": { "start": { - "line": 793, + "line": 798, "column": 33 }, "end": { - "line": 793, + "line": 798, "column": 34 } } @@ -338477,15 +339867,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 31448, - "end": 31462, + "start": 31602, + "end": 31616, "loc": { "start": { - "line": 793, + "line": 798, "column": 34 }, "end": { - "line": 793, + "line": 798, "column": 48 } } @@ -338503,15 +339893,15 @@ "binop": null, "updateContext": null }, - "start": 31462, - "end": 31463, + "start": 31616, + "end": 31617, "loc": { "start": { - "line": 793, + "line": 798, "column": 48 }, "end": { - "line": 793, + "line": 798, "column": 49 } } @@ -338528,15 +339918,15 @@ "postfix": false, "binop": null }, - "start": 31464, - "end": 31465, + "start": 31618, + "end": 31619, "loc": { "start": { - "line": 793, + "line": 798, "column": 50 }, "end": { - "line": 793, + "line": 798, "column": 51 } } @@ -338553,15 +339943,15 @@ "postfix": false, "binop": null }, - "start": 31465, - "end": 31466, + "start": 31619, + "end": 31620, "loc": { "start": { - "line": 793, + "line": 798, "column": 51 }, "end": { - "line": 793, + "line": 798, "column": 52 } } @@ -338579,15 +339969,15 @@ "binop": null, "updateContext": null }, - "start": 31467, - "end": 31469, + "start": 31621, + "end": 31623, "loc": { "start": { - "line": 793, + "line": 798, "column": 53 }, "end": { - "line": 793, + "line": 798, "column": 55 } } @@ -338604,15 +339994,15 @@ "postfix": false, "binop": null }, - "start": 31470, - "end": 31471, + "start": 31624, + "end": 31625, "loc": { "start": { - "line": 793, + "line": 798, "column": 56 }, "end": { - "line": 793, + "line": 798, "column": 57 } } @@ -338620,15 +340010,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31488, - "end": 31503, + "start": 31642, + "end": 31657, "loc": { "start": { - "line": 794, + "line": 799, "column": 16 }, "end": { - "line": 794, + "line": 799, "column": 31 } } @@ -338648,15 +340038,15 @@ "updateContext": null }, "value": "this", - "start": 31520, - "end": 31524, + "start": 31674, + "end": 31678, "loc": { "start": { - "line": 795, + "line": 800, "column": 16 }, "end": { - "line": 795, + "line": 800, "column": 20 } } @@ -338674,15 +340064,15 @@ "binop": null, "updateContext": null }, - "start": 31524, - "end": 31525, + "start": 31678, + "end": 31679, "loc": { "start": { - "line": 795, + "line": 800, "column": 20 }, "end": { - "line": 795, + "line": 800, "column": 21 } } @@ -338700,15 +340090,15 @@ "binop": null }, "value": "mediaElement", - "start": 31525, - "end": 31537, + "start": 31679, + "end": 31691, "loc": { "start": { - "line": 795, + "line": 800, "column": 21 }, "end": { - "line": 795, + "line": 800, "column": 33 } } @@ -338726,15 +340116,15 @@ "binop": null, "updateContext": null }, - "start": 31537, - "end": 31538, + "start": 31691, + "end": 31692, "loc": { "start": { - "line": 795, + "line": 800, "column": 33 }, "end": { - "line": 795, + "line": 800, "column": 34 } } @@ -338752,15 +340142,15 @@ "binop": null }, "value": "play", - "start": 31538, - "end": 31542, + "start": 31692, + "end": 31696, "loc": { "start": { - "line": 795, + "line": 800, "column": 34 }, "end": { - "line": 795, + "line": 800, "column": 38 } } @@ -338777,15 +340167,15 @@ "postfix": false, "binop": null }, - "start": 31542, - "end": 31543, + "start": 31696, + "end": 31697, "loc": { "start": { - "line": 795, + "line": 800, "column": 38 }, "end": { - "line": 795, + "line": 800, "column": 39 } } @@ -338802,15 +340192,15 @@ "postfix": false, "binop": null }, - "start": 31543, - "end": 31544, + "start": 31697, + "end": 31698, "loc": { "start": { - "line": 795, + "line": 800, "column": 39 }, "end": { - "line": 795, + "line": 800, "column": 40 } } @@ -338828,15 +340218,15 @@ "binop": null, "updateContext": null }, - "start": 31544, - "end": 31545, + "start": 31698, + "end": 31699, "loc": { "start": { - "line": 795, + "line": 800, "column": 40 }, "end": { - "line": 795, + "line": 800, "column": 41 } } @@ -338844,15 +340234,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31563, - "end": 31586, + "start": 31717, + "end": 31740, "loc": { "start": { - "line": 797, + "line": 802, "column": 16 }, "end": { - "line": 797, + "line": 802, "column": 39 } } @@ -338872,15 +340262,15 @@ "updateContext": null }, "value": "this", - "start": 31603, - "end": 31607, + "start": 31757, + "end": 31761, "loc": { "start": { - "line": 798, + "line": 803, "column": 16 }, "end": { - "line": 798, + "line": 803, "column": 20 } } @@ -338898,15 +340288,15 @@ "binop": null, "updateContext": null }, - "start": 31607, - "end": 31608, + "start": 31761, + "end": 31762, "loc": { "start": { - "line": 798, + "line": 803, "column": 20 }, "end": { - "line": 798, + "line": 803, "column": 21 } } @@ -338924,15 +340314,15 @@ "binop": null }, "value": "player", - "start": 31608, - "end": 31614, + "start": 31762, + "end": 31768, "loc": { "start": { - "line": 798, + "line": 803, "column": 21 }, "end": { - "line": 798, + "line": 803, "column": 27 } } @@ -338950,15 +340340,15 @@ "binop": null, "updateContext": null }, - "start": 31614, - "end": 31615, + "start": 31768, + "end": 31769, "loc": { "start": { - "line": 798, + "line": 803, "column": 27 }, "end": { - "line": 798, + "line": 803, "column": 28 } } @@ -338976,15 +340366,15 @@ "binop": null }, "value": "trigger", - "start": 31615, - "end": 31622, + "start": 31769, + "end": 31776, "loc": { "start": { - "line": 798, + "line": 803, "column": 28 }, "end": { - "line": 798, + "line": 803, "column": 35 } } @@ -339001,15 +340391,15 @@ "postfix": false, "binop": null }, - "start": 31622, - "end": 31623, + "start": 31776, + "end": 31777, "loc": { "start": { - "line": 798, + "line": 803, "column": 35 }, "end": { - "line": 798, + "line": 803, "column": 36 } } @@ -339027,15 +340417,15 @@ "binop": null }, "value": "Event", - "start": 31623, - "end": 31628, + "start": 31777, + "end": 31782, "loc": { "start": { - "line": 798, + "line": 803, "column": 36 }, "end": { - "line": 798, + "line": 803, "column": 41 } } @@ -339053,15 +340443,15 @@ "binop": null, "updateContext": null }, - "start": 31628, - "end": 31629, + "start": 31782, + "end": 31783, "loc": { "start": { - "line": 798, + "line": 803, "column": 41 }, "end": { - "line": 798, + "line": 803, "column": 42 } } @@ -339079,15 +340469,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 31629, - "end": 31641, + "start": 31783, + "end": 31795, "loc": { "start": { - "line": 798, + "line": 803, "column": 42 }, "end": { - "line": 798, + "line": 803, "column": 54 } } @@ -339104,15 +340494,15 @@ "postfix": false, "binop": null }, - "start": 31641, - "end": 31642, + "start": 31795, + "end": 31796, "loc": { "start": { - "line": 798, + "line": 803, "column": 54 }, "end": { - "line": 798, + "line": 803, "column": 55 } } @@ -339130,15 +340520,15 @@ "binop": null, "updateContext": null }, - "start": 31642, - "end": 31643, + "start": 31796, + "end": 31797, "loc": { "start": { - "line": 798, + "line": 803, "column": 55 }, "end": { - "line": 798, + "line": 803, "column": 56 } } @@ -339155,15 +340545,15 @@ "postfix": false, "binop": null }, - "start": 31656, - "end": 31657, + "start": 31810, + "end": 31811, "loc": { "start": { - "line": 799, + "line": 804, "column": 12 }, "end": { - "line": 799, + "line": 804, "column": 13 } } @@ -339180,15 +340570,15 @@ "postfix": false, "binop": null }, - "start": 31657, - "end": 31658, + "start": 31811, + "end": 31812, "loc": { "start": { - "line": 799, + "line": 804, "column": 13 }, "end": { - "line": 799, + "line": 804, "column": 14 } } @@ -339206,15 +340596,15 @@ "binop": null, "updateContext": null }, - "start": 31658, - "end": 31659, + "start": 31812, + "end": 31813, "loc": { "start": { - "line": 799, + "line": 804, "column": 14 }, "end": { - "line": 799, + "line": 804, "column": 15 } } @@ -339231,15 +340621,15 @@ "postfix": false, "binop": null }, - "start": 31668, - "end": 31669, + "start": 31822, + "end": 31823, "loc": { "start": { - "line": 800, + "line": 805, "column": 8 }, "end": { - "line": 800, + "line": 805, "column": 9 } } @@ -339259,15 +340649,15 @@ "updateContext": null }, "value": "else", - "start": 31670, - "end": 31674, + "start": 31824, + "end": 31828, "loc": { "start": { - "line": 800, + "line": 805, "column": 10 }, "end": { - "line": 800, + "line": 805, "column": 14 } } @@ -339284,15 +340674,15 @@ "postfix": false, "binop": null }, - "start": 31675, - "end": 31676, + "start": 31829, + "end": 31830, "loc": { "start": { - "line": 800, + "line": 805, "column": 15 }, "end": { - "line": 800, + "line": 805, "column": 16 } } @@ -339300,15 +340690,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31689, - "end": 31712, + "start": 31843, + "end": 31866, "loc": { "start": { - "line": 801, + "line": 806, "column": 12 }, "end": { - "line": 801, + "line": 806, "column": 35 } } @@ -339328,15 +340718,15 @@ "updateContext": null }, "value": "this", - "start": 31725, - "end": 31729, + "start": 31879, + "end": 31883, "loc": { "start": { - "line": 802, + "line": 807, "column": 12 }, "end": { - "line": 802, + "line": 807, "column": 16 } } @@ -339354,15 +340744,15 @@ "binop": null, "updateContext": null }, - "start": 31729, - "end": 31730, + "start": 31883, + "end": 31884, "loc": { "start": { - "line": 802, + "line": 807, "column": 16 }, "end": { - "line": 802, + "line": 807, "column": 17 } } @@ -339380,15 +340770,15 @@ "binop": null }, "value": "player", - "start": 31730, - "end": 31736, + "start": 31884, + "end": 31890, "loc": { "start": { - "line": 802, + "line": 807, "column": 17 }, "end": { - "line": 802, + "line": 807, "column": 23 } } @@ -339406,15 +340796,15 @@ "binop": null, "updateContext": null }, - "start": 31736, - "end": 31737, + "start": 31890, + "end": 31891, "loc": { "start": { - "line": 802, + "line": 807, "column": 23 }, "end": { - "line": 802, + "line": 807, "column": 24 } } @@ -339432,15 +340822,15 @@ "binop": null }, "value": "trigger", - "start": 31737, - "end": 31744, + "start": 31891, + "end": 31898, "loc": { "start": { - "line": 802, + "line": 807, "column": 24 }, "end": { - "line": 802, + "line": 807, "column": 31 } } @@ -339457,15 +340847,15 @@ "postfix": false, "binop": null }, - "start": 31744, - "end": 31745, + "start": 31898, + "end": 31899, "loc": { "start": { - "line": 802, + "line": 807, "column": 31 }, "end": { - "line": 802, + "line": 807, "column": 32 } } @@ -339483,15 +340873,15 @@ "binop": null }, "value": "Event", - "start": 31745, - "end": 31750, + "start": 31899, + "end": 31904, "loc": { "start": { - "line": 802, + "line": 807, "column": 32 }, "end": { - "line": 802, + "line": 807, "column": 37 } } @@ -339509,15 +340899,15 @@ "binop": null, "updateContext": null }, - "start": 31750, - "end": 31751, + "start": 31904, + "end": 31905, "loc": { "start": { - "line": 802, + "line": 807, "column": 37 }, "end": { - "line": 802, + "line": 807, "column": 38 } } @@ -339535,15 +340925,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 31751, - "end": 31763, + "start": 31905, + "end": 31917, "loc": { "start": { - "line": 802, + "line": 807, "column": 38 }, "end": { - "line": 802, + "line": 807, "column": 50 } } @@ -339560,15 +340950,15 @@ "postfix": false, "binop": null }, - "start": 31763, - "end": 31764, + "start": 31917, + "end": 31918, "loc": { "start": { - "line": 802, + "line": 807, "column": 50 }, "end": { - "line": 802, + "line": 807, "column": 51 } } @@ -339586,15 +340976,15 @@ "binop": null, "updateContext": null }, - "start": 31764, - "end": 31765, + "start": 31918, + "end": 31919, "loc": { "start": { - "line": 802, + "line": 807, "column": 51 }, "end": { - "line": 802, + "line": 807, "column": 52 } } @@ -339611,15 +341001,15 @@ "postfix": false, "binop": null }, - "start": 31774, - "end": 31775, + "start": 31928, + "end": 31929, "loc": { "start": { - "line": 803, + "line": 808, "column": 8 }, "end": { - "line": 803, + "line": 808, "column": 9 } } @@ -339636,15 +341026,15 @@ "postfix": false, "binop": null }, - "start": 31780, - "end": 31781, + "start": 31934, + "end": 31935, "loc": { "start": { - "line": 804, + "line": 809, "column": 4 }, "end": { - "line": 804, + "line": 809, "column": 5 } } @@ -339652,15 +341042,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31787, - "end": 31930, + "start": 31941, + "end": 32084, "loc": { "start": { - "line": 806, + "line": 811, "column": 4 }, "end": { - "line": 811, + "line": 816, "column": 7 } } @@ -339678,15 +341068,15 @@ "binop": null }, "value": "onDeviceError", - "start": 31935, - "end": 31948, + "start": 32089, + "end": 32102, "loc": { "start": { - "line": 812, + "line": 817, "column": 4 }, "end": { - "line": 812, + "line": 817, "column": 17 } } @@ -339703,15 +341093,15 @@ "postfix": false, "binop": null }, - "start": 31948, - "end": 31949, + "start": 32102, + "end": 32103, "loc": { "start": { - "line": 812, + "line": 817, "column": 17 }, "end": { - "line": 812, + "line": 817, "column": 18 } } @@ -339729,15 +341119,15 @@ "binop": null }, "value": "code", - "start": 31949, - "end": 31953, + "start": 32103, + "end": 32107, "loc": { "start": { - "line": 812, + "line": 817, "column": 18 }, "end": { - "line": 812, + "line": 817, "column": 22 } } @@ -339754,15 +341144,15 @@ "postfix": false, "binop": null }, - "start": 31953, - "end": 31954, + "start": 32107, + "end": 32108, "loc": { "start": { - "line": 812, + "line": 817, "column": 22 }, "end": { - "line": 812, + "line": 817, "column": 23 } } @@ -339779,15 +341169,15 @@ "postfix": false, "binop": null }, - "start": 31955, - "end": 31956, + "start": 32109, + "end": 32110, "loc": { "start": { - "line": 812, + "line": 817, "column": 24 }, "end": { - "line": 812, + "line": 817, "column": 25 } } @@ -339807,15 +341197,15 @@ "updateContext": null }, "value": "this", - "start": 31965, - "end": 31969, + "start": 32119, + "end": 32123, "loc": { "start": { - "line": 813, + "line": 818, "column": 8 }, "end": { - "line": 813, + "line": 818, "column": 12 } } @@ -339833,15 +341223,15 @@ "binop": null, "updateContext": null }, - "start": 31969, - "end": 31970, + "start": 32123, + "end": 32124, "loc": { "start": { - "line": 813, + "line": 818, "column": 12 }, "end": { - "line": 813, + "line": 818, "column": 13 } } @@ -339859,15 +341249,15 @@ "binop": null }, "value": "_deviceActive", - "start": 31970, - "end": 31983, + "start": 32124, + "end": 32137, "loc": { "start": { - "line": 813, + "line": 818, "column": 13 }, "end": { - "line": 813, + "line": 818, "column": 26 } } @@ -339886,15 +341276,15 @@ "updateContext": null }, "value": "=", - "start": 31984, - "end": 31985, + "start": 32138, + "end": 32139, "loc": { "start": { - "line": 813, + "line": 818, "column": 27 }, "end": { - "line": 813, + "line": 818, "column": 28 } } @@ -339914,15 +341304,15 @@ "updateContext": null }, "value": "false", - "start": 31986, - "end": 31991, + "start": 32140, + "end": 32145, "loc": { "start": { - "line": 813, + "line": 818, "column": 29 }, "end": { - "line": 813, + "line": 818, "column": 34 } } @@ -339940,15 +341330,15 @@ "binop": null, "updateContext": null }, - "start": 31991, - "end": 31992, + "start": 32145, + "end": 32146, "loc": { "start": { - "line": 813, + "line": 818, "column": 34 }, "end": { - "line": 813, + "line": 818, "column": 35 } } @@ -339968,15 +341358,15 @@ "updateContext": null }, "value": "if", - "start": 32002, - "end": 32004, + "start": 32156, + "end": 32158, "loc": { "start": { - "line": 815, + "line": 820, "column": 8 }, "end": { - "line": 815, + "line": 820, "column": 10 } } @@ -339993,15 +341383,15 @@ "postfix": false, "binop": null }, - "start": 32005, - "end": 32006, + "start": 32159, + "end": 32160, "loc": { "start": { - "line": 815, + "line": 820, "column": 11 }, "end": { - "line": 815, + "line": 820, "column": 12 } } @@ -340020,15 +341410,15 @@ "updateContext": null }, "value": "!", - "start": 32006, - "end": 32007, + "start": 32160, + "end": 32161, "loc": { "start": { - "line": 815, + "line": 820, "column": 12 }, "end": { - "line": 815, + "line": 820, "column": 13 } } @@ -340048,15 +341438,15 @@ "updateContext": null }, "value": "this", - "start": 32007, - "end": 32011, + "start": 32161, + "end": 32165, "loc": { "start": { - "line": 815, + "line": 820, "column": 13 }, "end": { - "line": 815, + "line": 820, "column": 17 } } @@ -340074,15 +341464,15 @@ "binop": null, "updateContext": null }, - "start": 32011, - "end": 32012, + "start": 32165, + "end": 32166, "loc": { "start": { - "line": 815, + "line": 820, "column": 17 }, "end": { - "line": 815, + "line": 820, "column": 18 } } @@ -340100,15 +341490,15 @@ "binop": null }, "value": "isDestroyed", - "start": 32012, - "end": 32023, + "start": 32166, + "end": 32177, "loc": { "start": { - "line": 815, + "line": 820, "column": 18 }, "end": { - "line": 815, + "line": 820, "column": 29 } } @@ -340125,15 +341515,15 @@ "postfix": false, "binop": null }, - "start": 32023, - "end": 32024, + "start": 32177, + "end": 32178, "loc": { "start": { - "line": 815, + "line": 820, "column": 29 }, "end": { - "line": 815, + "line": 820, "column": 30 } } @@ -340150,15 +341540,15 @@ "postfix": false, "binop": null }, - "start": 32024, - "end": 32025, + "start": 32178, + "end": 32179, "loc": { "start": { - "line": 815, + "line": 820, "column": 30 }, "end": { - "line": 815, + "line": 820, "column": 31 } } @@ -340175,15 +341565,15 @@ "postfix": false, "binop": null }, - "start": 32025, - "end": 32026, + "start": 32179, + "end": 32180, "loc": { "start": { - "line": 815, + "line": 820, "column": 31 }, "end": { - "line": 815, + "line": 820, "column": 32 } } @@ -340200,15 +341590,15 @@ "postfix": false, "binop": null }, - "start": 32027, - "end": 32028, + "start": 32181, + "end": 32182, "loc": { "start": { - "line": 815, + "line": 820, "column": 33 }, "end": { - "line": 815, + "line": 820, "column": 34 } } @@ -340216,15 +341606,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32041, - "end": 32054, + "start": 32195, + "end": 32208, "loc": { "start": { - "line": 816, + "line": 821, "column": 12 }, "end": { - "line": 816, + "line": 821, "column": 25 } } @@ -340244,15 +341634,15 @@ "updateContext": null }, "value": "this", - "start": 32067, - "end": 32071, + "start": 32221, + "end": 32225, "loc": { "start": { - "line": 817, + "line": 822, "column": 12 }, "end": { - "line": 817, + "line": 822, "column": 16 } } @@ -340270,15 +341660,15 @@ "binop": null, "updateContext": null }, - "start": 32071, - "end": 32072, + "start": 32225, + "end": 32226, "loc": { "start": { - "line": 817, + "line": 822, "column": 16 }, "end": { - "line": 817, + "line": 822, "column": 17 } } @@ -340296,15 +341686,15 @@ "binop": null }, "value": "player", - "start": 32072, - "end": 32078, + "start": 32226, + "end": 32232, "loc": { "start": { - "line": 817, + "line": 822, "column": 17 }, "end": { - "line": 817, + "line": 822, "column": 23 } } @@ -340322,15 +341712,15 @@ "binop": null, "updateContext": null }, - "start": 32078, - "end": 32079, + "start": 32232, + "end": 32233, "loc": { "start": { - "line": 817, + "line": 822, "column": 23 }, "end": { - "line": 817, + "line": 822, "column": 24 } } @@ -340348,15 +341738,15 @@ "binop": null }, "value": "deviceErrorCode", - "start": 32079, - "end": 32094, + "start": 32233, + "end": 32248, "loc": { "start": { - "line": 817, + "line": 822, "column": 24 }, "end": { - "line": 817, + "line": 822, "column": 39 } } @@ -340375,15 +341765,15 @@ "updateContext": null }, "value": "=", - "start": 32095, - "end": 32096, + "start": 32249, + "end": 32250, "loc": { "start": { - "line": 817, + "line": 822, "column": 40 }, "end": { - "line": 817, + "line": 822, "column": 41 } } @@ -340401,15 +341791,15 @@ "binop": null }, "value": "code", - "start": 32097, - "end": 32101, + "start": 32251, + "end": 32255, "loc": { "start": { - "line": 817, + "line": 822, "column": 42 }, "end": { - "line": 817, + "line": 822, "column": 46 } } @@ -340427,15 +341817,15 @@ "binop": null, "updateContext": null }, - "start": 32101, - "end": 32102, + "start": 32255, + "end": 32256, "loc": { "start": { - "line": 817, + "line": 822, "column": 46 }, "end": { - "line": 817, + "line": 822, "column": 47 } } @@ -340443,15 +341833,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32116, - "end": 32142, + "start": 32270, + "end": 32296, "loc": { "start": { - "line": 819, + "line": 824, "column": 12 }, "end": { - "line": 819, + "line": 824, "column": 38 } } @@ -340471,15 +341861,15 @@ "updateContext": null }, "value": "this", - "start": 32155, - "end": 32159, + "start": 32309, + "end": 32313, "loc": { "start": { - "line": 820, + "line": 825, "column": 12 }, "end": { - "line": 820, + "line": 825, "column": 16 } } @@ -340497,15 +341887,15 @@ "binop": null, "updateContext": null }, - "start": 32159, - "end": 32160, + "start": 32313, + "end": 32314, "loc": { "start": { - "line": 820, + "line": 825, "column": 16 }, "end": { - "line": 820, + "line": 825, "column": 17 } } @@ -340523,15 +341913,15 @@ "binop": null }, "value": "player", - "start": 32160, - "end": 32166, + "start": 32314, + "end": 32320, "loc": { "start": { - "line": 820, + "line": 825, "column": 17 }, "end": { - "line": 820, + "line": 825, "column": 23 } } @@ -340549,15 +341939,15 @@ "binop": null, "updateContext": null }, - "start": 32166, - "end": 32167, + "start": 32320, + "end": 32321, "loc": { "start": { - "line": 820, + "line": 825, "column": 23 }, "end": { - "line": 820, + "line": 825, "column": 24 } } @@ -340575,15 +341965,15 @@ "binop": null }, "value": "trigger", - "start": 32167, - "end": 32174, + "start": 32321, + "end": 32328, "loc": { "start": { - "line": 820, + "line": 825, "column": 24 }, "end": { - "line": 820, + "line": 825, "column": 31 } } @@ -340600,15 +341990,15 @@ "postfix": false, "binop": null }, - "start": 32174, - "end": 32175, + "start": 32328, + "end": 32329, "loc": { "start": { - "line": 820, + "line": 825, "column": 31 }, "end": { - "line": 820, + "line": 825, "column": 32 } } @@ -340626,15 +342016,15 @@ "binop": null }, "value": "Event", - "start": 32175, - "end": 32180, + "start": 32329, + "end": 32334, "loc": { "start": { - "line": 820, + "line": 825, "column": 32 }, "end": { - "line": 820, + "line": 825, "column": 37 } } @@ -340652,15 +342042,15 @@ "binop": null, "updateContext": null }, - "start": 32180, - "end": 32181, + "start": 32334, + "end": 32335, "loc": { "start": { - "line": 820, + "line": 825, "column": 37 }, "end": { - "line": 820, + "line": 825, "column": 38 } } @@ -340678,15 +342068,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 32181, - "end": 32193, + "start": 32335, + "end": 32347, "loc": { "start": { - "line": 820, + "line": 825, "column": 38 }, "end": { - "line": 820, + "line": 825, "column": 50 } } @@ -340703,15 +342093,15 @@ "postfix": false, "binop": null }, - "start": 32193, - "end": 32194, + "start": 32347, + "end": 32348, "loc": { "start": { - "line": 820, + "line": 825, "column": 50 }, "end": { - "line": 820, + "line": 825, "column": 51 } } @@ -340729,15 +342119,15 @@ "binop": null, "updateContext": null }, - "start": 32194, - "end": 32195, + "start": 32348, + "end": 32349, "loc": { "start": { - "line": 820, + "line": 825, "column": 51 }, "end": { - "line": 820, + "line": 825, "column": 52 } } @@ -340754,15 +342144,15 @@ "postfix": false, "binop": null }, - "start": 32204, - "end": 32205, + "start": 32358, + "end": 32359, "loc": { "start": { - "line": 821, + "line": 826, "column": 8 }, "end": { - "line": 821, + "line": 826, "column": 9 } } @@ -340779,15 +342169,15 @@ "postfix": false, "binop": null }, - "start": 32210, - "end": 32211, + "start": 32364, + "end": 32365, "loc": { "start": { - "line": 822, + "line": 827, "column": 4 }, "end": { - "line": 822, + "line": 827, "column": 5 } } @@ -340795,15 +342185,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32217, - "end": 32252, + "start": 32371, + "end": 32406, "loc": { "start": { - "line": 824, + "line": 829, "column": 4 }, "end": { - "line": 826, + "line": 831, "column": 7 } } @@ -340821,15 +342211,15 @@ "binop": null }, "value": "start", - "start": 32257, - "end": 32262, + "start": 32411, + "end": 32416, "loc": { "start": { - "line": 827, + "line": 832, "column": 4 }, "end": { - "line": 827, + "line": 832, "column": 9 } } @@ -340846,15 +342236,15 @@ "postfix": false, "binop": null }, - "start": 32262, - "end": 32263, + "start": 32416, + "end": 32417, "loc": { "start": { - "line": 827, + "line": 832, "column": 9 }, "end": { - "line": 827, + "line": 832, "column": 10 } } @@ -340871,15 +342261,15 @@ "postfix": false, "binop": null }, - "start": 32263, - "end": 32264, + "start": 32417, + "end": 32418, "loc": { "start": { - "line": 827, + "line": 832, "column": 10 }, "end": { - "line": 827, + "line": 832, "column": 11 } } @@ -340896,15 +342286,15 @@ "postfix": false, "binop": null }, - "start": 32265, - "end": 32266, + "start": 32419, + "end": 32420, "loc": { "start": { - "line": 827, + "line": 832, "column": 12 }, "end": { - "line": 827, + "line": 832, "column": 13 } } @@ -340924,15 +342314,15 @@ "updateContext": null }, "value": "if", - "start": 32275, - "end": 32277, + "start": 32429, + "end": 32431, "loc": { "start": { - "line": 828, + "line": 833, "column": 8 }, "end": { - "line": 828, + "line": 833, "column": 10 } } @@ -340949,15 +342339,15 @@ "postfix": false, "binop": null }, - "start": 32278, - "end": 32279, + "start": 32432, + "end": 32433, "loc": { "start": { - "line": 828, + "line": 833, "column": 11 }, "end": { - "line": 828, + "line": 833, "column": 12 } } @@ -340976,15 +342366,15 @@ "updateContext": null }, "value": "!", - "start": 32279, - "end": 32280, + "start": 32433, + "end": 32434, "loc": { "start": { - "line": 828, + "line": 833, "column": 12 }, "end": { - "line": 828, + "line": 833, "column": 13 } } @@ -341004,15 +342394,15 @@ "updateContext": null }, "value": "this", - "start": 32280, - "end": 32284, + "start": 32434, + "end": 32438, "loc": { "start": { - "line": 828, + "line": 833, "column": 13 }, "end": { - "line": 828, + "line": 833, "column": 17 } } @@ -341030,15 +342420,15 @@ "binop": null, "updateContext": null }, - "start": 32284, - "end": 32285, + "start": 32438, + "end": 32439, "loc": { "start": { - "line": 828, + "line": 833, "column": 17 }, "end": { - "line": 828, + "line": 833, "column": 18 } } @@ -341056,15 +342446,15 @@ "binop": null }, "value": "isProcessing", - "start": 32285, - "end": 32297, + "start": 32439, + "end": 32451, "loc": { "start": { - "line": 828, + "line": 833, "column": 18 }, "end": { - "line": 828, + "line": 833, "column": 30 } } @@ -341081,15 +342471,15 @@ "postfix": false, "binop": null }, - "start": 32297, - "end": 32298, + "start": 32451, + "end": 32452, "loc": { "start": { - "line": 828, + "line": 833, "column": 30 }, "end": { - "line": 828, + "line": 833, "column": 31 } } @@ -341106,15 +342496,15 @@ "postfix": false, "binop": null }, - "start": 32298, - "end": 32299, + "start": 32452, + "end": 32453, "loc": { "start": { - "line": 828, + "line": 833, "column": 31 }, "end": { - "line": 828, + "line": 833, "column": 32 } } @@ -341131,15 +342521,15 @@ "postfix": false, "binop": null }, - "start": 32299, - "end": 32300, + "start": 32453, + "end": 32454, "loc": { "start": { - "line": 828, + "line": 833, "column": 32 }, "end": { - "line": 828, + "line": 833, "column": 33 } } @@ -341156,15 +342546,15 @@ "postfix": false, "binop": null }, - "start": 32301, - "end": 32302, + "start": 32455, + "end": 32456, "loc": { "start": { - "line": 828, + "line": 833, "column": 34 }, "end": { - "line": 828, + "line": 833, "column": 35 } } @@ -341172,15 +342562,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32315, - "end": 32384, + "start": 32469, + "end": 32538, "loc": { "start": { - "line": 829, + "line": 834, "column": 12 }, "end": { - "line": 829, + "line": 834, "column": 81 } } @@ -341200,15 +342590,15 @@ "updateContext": null }, "value": "if", - "start": 32397, - "end": 32399, + "start": 32551, + "end": 32553, "loc": { "start": { - "line": 830, + "line": 835, "column": 12 }, "end": { - "line": 830, + "line": 835, "column": 14 } } @@ -341225,15 +342615,15 @@ "postfix": false, "binop": null }, - "start": 32400, - "end": 32401, + "start": 32554, + "end": 32555, "loc": { "start": { - "line": 830, + "line": 835, "column": 15 }, "end": { - "line": 830, + "line": 835, "column": 16 } } @@ -341253,15 +342643,15 @@ "updateContext": null }, "value": "this", - "start": 32401, - "end": 32405, + "start": 32555, + "end": 32559, "loc": { "start": { - "line": 830, + "line": 835, "column": 16 }, "end": { - "line": 830, + "line": 835, "column": 20 } } @@ -341279,15 +342669,15 @@ "binop": null, "updateContext": null }, - "start": 32405, - "end": 32406, + "start": 32559, + "end": 32560, "loc": { "start": { - "line": 830, + "line": 835, "column": 20 }, "end": { - "line": 830, + "line": 835, "column": 21 } } @@ -341305,15 +342695,15 @@ "binop": null }, "value": "stream", - "start": 32406, - "end": 32412, + "start": 32560, + "end": 32566, "loc": { "start": { - "line": 830, + "line": 835, "column": 21 }, "end": { - "line": 830, + "line": 835, "column": 27 } } @@ -341332,15 +342722,15 @@ "updateContext": null }, "value": "&&", - "start": 32413, - "end": 32415, + "start": 32567, + "end": 32569, "loc": { "start": { - "line": 830, + "line": 835, "column": 28 }, "end": { - "line": 830, + "line": 835, "column": 30 } } @@ -341360,15 +342750,15 @@ "updateContext": null }, "value": "this", - "start": 32416, - "end": 32420, + "start": 32570, + "end": 32574, "loc": { "start": { - "line": 830, + "line": 835, "column": 31 }, "end": { - "line": 830, + "line": 835, "column": 35 } } @@ -341386,15 +342776,15 @@ "binop": null, "updateContext": null }, - "start": 32420, - "end": 32421, + "start": 32574, + "end": 32575, "loc": { "start": { - "line": 830, + "line": 835, "column": 35 }, "end": { - "line": 830, + "line": 835, "column": 36 } } @@ -341412,15 +342802,15 @@ "binop": null }, "value": "stream", - "start": 32421, - "end": 32427, + "start": 32575, + "end": 32581, "loc": { "start": { - "line": 830, + "line": 835, "column": 36 }, "end": { - "line": 830, + "line": 835, "column": 42 } } @@ -341438,15 +342828,15 @@ "binop": null, "updateContext": null }, - "start": 32427, - "end": 32428, + "start": 32581, + "end": 32582, "loc": { "start": { - "line": 830, + "line": 835, "column": 42 }, "end": { - "line": 830, + "line": 835, "column": 43 } } @@ -341464,15 +342854,15 @@ "binop": null }, "value": "active", - "start": 32428, - "end": 32434, + "start": 32582, + "end": 32588, "loc": { "start": { - "line": 830, + "line": 835, "column": 43 }, "end": { - "line": 830, + "line": 835, "column": 49 } } @@ -341491,15 +342881,15 @@ "updateContext": null }, "value": "===", - "start": 32435, - "end": 32438, + "start": 32589, + "end": 32592, "loc": { "start": { - "line": 830, + "line": 835, "column": 50 }, "end": { - "line": 830, + "line": 835, "column": 53 } } @@ -341519,15 +342909,15 @@ "updateContext": null }, "value": "false", - "start": 32439, - "end": 32444, + "start": 32593, + "end": 32598, "loc": { "start": { - "line": 830, + "line": 835, "column": 54 }, "end": { - "line": 830, + "line": 835, "column": 59 } } @@ -341544,15 +342934,15 @@ "postfix": false, "binop": null }, - "start": 32444, - "end": 32445, + "start": 32598, + "end": 32599, "loc": { "start": { - "line": 830, + "line": 835, "column": 59 }, "end": { - "line": 830, + "line": 835, "column": 60 } } @@ -341569,15 +342959,15 @@ "postfix": false, "binop": null }, - "start": 32446, - "end": 32447, + "start": 32600, + "end": 32601, "loc": { "start": { - "line": 830, + "line": 835, "column": 61 }, "end": { - "line": 830, + "line": 835, "column": 62 } } @@ -341585,15 +342975,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32464, - "end": 32492, + "start": 32618, + "end": 32646, "loc": { "start": { - "line": 831, + "line": 836, "column": 16 }, "end": { - "line": 831, + "line": 836, "column": 44 } } @@ -341613,15 +343003,15 @@ "updateContext": null }, "value": "this", - "start": 32509, - "end": 32513, + "start": 32663, + "end": 32667, "loc": { "start": { - "line": 832, + "line": 837, "column": 16 }, "end": { - "line": 832, + "line": 837, "column": 20 } } @@ -341639,15 +343029,15 @@ "binop": null, "updateContext": null }, - "start": 32513, - "end": 32514, + "start": 32667, + "end": 32668, "loc": { "start": { - "line": 832, + "line": 837, "column": 20 }, "end": { - "line": 832, + "line": 837, "column": 21 } } @@ -341665,15 +343055,15 @@ "binop": null }, "value": "getDevice", - "start": 32514, - "end": 32523, + "start": 32668, + "end": 32677, "loc": { "start": { - "line": 832, + "line": 837, "column": 21 }, "end": { - "line": 832, + "line": 837, "column": 30 } } @@ -341690,15 +343080,15 @@ "postfix": false, "binop": null }, - "start": 32523, - "end": 32524, + "start": 32677, + "end": 32678, "loc": { "start": { - "line": 832, + "line": 837, "column": 30 }, "end": { - "line": 832, + "line": 837, "column": 31 } } @@ -341715,15 +343105,15 @@ "postfix": false, "binop": null }, - "start": 32524, - "end": 32525, + "start": 32678, + "end": 32679, "loc": { "start": { - "line": 832, + "line": 837, "column": 31 }, "end": { - "line": 832, + "line": 837, "column": 32 } } @@ -341741,15 +343131,15 @@ "binop": null, "updateContext": null }, - "start": 32525, - "end": 32526, + "start": 32679, + "end": 32680, "loc": { "start": { - "line": 832, + "line": 837, "column": 32 }, "end": { - "line": 832, + "line": 837, "column": 33 } } @@ -341769,15 +343159,15 @@ "updateContext": null }, "value": "return", - "start": 32543, - "end": 32549, + "start": 32697, + "end": 32703, "loc": { "start": { - "line": 833, + "line": 838, "column": 16 }, "end": { - "line": 833, + "line": 838, "column": 22 } } @@ -341795,15 +343185,15 @@ "binop": null, "updateContext": null }, - "start": 32549, - "end": 32550, + "start": 32703, + "end": 32704, "loc": { "start": { - "line": 833, + "line": 838, "column": 22 }, "end": { - "line": 833, + "line": 838, "column": 23 } } @@ -341820,15 +343210,15 @@ "postfix": false, "binop": null }, - "start": 32563, - "end": 32564, + "start": 32717, + "end": 32718, "loc": { "start": { - "line": 834, + "line": 839, "column": 12 }, "end": { - "line": 834, + "line": 839, "column": 13 } } @@ -341848,15 +343238,15 @@ "updateContext": null }, "value": "this", - "start": 32577, - "end": 32581, + "start": 32731, + "end": 32735, "loc": { "start": { - "line": 835, + "line": 840, "column": 12 }, "end": { - "line": 835, + "line": 840, "column": 16 } } @@ -341874,15 +343264,15 @@ "binop": null, "updateContext": null }, - "start": 32581, - "end": 32582, + "start": 32735, + "end": 32736, "loc": { "start": { - "line": 835, + "line": 840, "column": 16 }, "end": { - "line": 835, + "line": 840, "column": 17 } } @@ -341900,15 +343290,15 @@ "binop": null }, "value": "_recording", - "start": 32582, - "end": 32592, + "start": 32736, + "end": 32746, "loc": { "start": { - "line": 835, + "line": 840, "column": 17 }, "end": { - "line": 835, + "line": 840, "column": 27 } } @@ -341927,15 +343317,15 @@ "updateContext": null }, "value": "=", - "start": 32593, - "end": 32594, + "start": 32747, + "end": 32748, "loc": { "start": { - "line": 835, + "line": 840, "column": 28 }, "end": { - "line": 835, + "line": 840, "column": 29 } } @@ -341955,15 +343345,15 @@ "updateContext": null }, "value": "true", - "start": 32595, - "end": 32599, + "start": 32749, + "end": 32753, "loc": { "start": { - "line": 835, + "line": 840, "column": 30 }, "end": { - "line": 835, + "line": 840, "column": 34 } } @@ -341981,15 +343371,15 @@ "binop": null, "updateContext": null }, - "start": 32599, - "end": 32600, + "start": 32753, + "end": 32754, "loc": { "start": { - "line": 835, + "line": 840, "column": 34 }, "end": { - "line": 835, + "line": 840, "column": 35 } } @@ -341997,15 +343387,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32614, - "end": 32640, + "start": 32768, + "end": 32794, "loc": { "start": { - "line": 837, + "line": 842, "column": 12 }, "end": { - "line": 837, + "line": 842, "column": 38 } } @@ -342025,15 +343415,15 @@ "updateContext": null }, "value": "if", - "start": 32653, - "end": 32655, + "start": 32807, + "end": 32809, "loc": { "start": { - "line": 838, + "line": 843, "column": 12 }, "end": { - "line": 838, + "line": 843, "column": 14 } } @@ -342050,15 +343440,15 @@ "postfix": false, "binop": null }, - "start": 32656, - "end": 32657, + "start": 32810, + "end": 32811, "loc": { "start": { - "line": 838, + "line": 843, "column": 15 }, "end": { - "line": 838, + "line": 843, "column": 16 } } @@ -342078,15 +343468,15 @@ "updateContext": null }, "value": "this", - "start": 32657, - "end": 32661, + "start": 32811, + "end": 32815, "loc": { "start": { - "line": 838, + "line": 843, "column": 16 }, "end": { - "line": 838, + "line": 843, "column": 20 } } @@ -342104,15 +343494,15 @@ "binop": null, "updateContext": null }, - "start": 32661, - "end": 32662, + "start": 32815, + "end": 32816, "loc": { "start": { - "line": 838, + "line": 843, "column": 20 }, "end": { - "line": 838, + "line": 843, "column": 21 } } @@ -342130,15 +343520,15 @@ "binop": null }, "value": "player", - "start": 32662, - "end": 32668, + "start": 32816, + "end": 32822, "loc": { "start": { - "line": 838, + "line": 843, "column": 21 }, "end": { - "line": 838, + "line": 843, "column": 27 } } @@ -342156,15 +343546,15 @@ "binop": null, "updateContext": null }, - "start": 32668, - "end": 32669, + "start": 32822, + "end": 32823, "loc": { "start": { - "line": 838, + "line": 843, "column": 27 }, "end": { - "line": 838, + "line": 843, "column": 28 } } @@ -342182,15 +343572,15 @@ "binop": null }, "value": "controlBar", - "start": 32669, - "end": 32679, + "start": 32823, + "end": 32833, "loc": { "start": { - "line": 838, + "line": 843, "column": 28 }, "end": { - "line": 838, + "line": 843, "column": 38 } } @@ -342208,15 +343598,15 @@ "binop": null, "updateContext": null }, - "start": 32679, - "end": 32680, + "start": 32833, + "end": 32834, "loc": { "start": { - "line": 838, + "line": 843, "column": 38 }, "end": { - "line": 838, + "line": 843, "column": 39 } } @@ -342234,15 +343624,15 @@ "binop": null }, "value": "playToggle", - "start": 32680, - "end": 32690, + "start": 32834, + "end": 32844, "loc": { "start": { - "line": 838, + "line": 843, "column": 39 }, "end": { - "line": 838, + "line": 843, "column": 49 } } @@ -342261,15 +343651,15 @@ "updateContext": null }, "value": "!==", - "start": 32691, - "end": 32694, + "start": 32845, + "end": 32848, "loc": { "start": { - "line": 838, + "line": 843, "column": 50 }, "end": { - "line": 838, + "line": 843, "column": 53 } } @@ -342287,15 +343677,15 @@ "binop": null }, "value": "undefined", - "start": 32695, - "end": 32704, + "start": 32849, + "end": 32858, "loc": { "start": { - "line": 838, + "line": 843, "column": 54 }, "end": { - "line": 838, + "line": 843, "column": 63 } } @@ -342312,15 +343702,15 @@ "postfix": false, "binop": null }, - "start": 32704, - "end": 32705, + "start": 32858, + "end": 32859, "loc": { "start": { - "line": 838, + "line": 843, "column": 63 }, "end": { - "line": 838, + "line": 843, "column": 64 } } @@ -342337,15 +343727,15 @@ "postfix": false, "binop": null }, - "start": 32706, - "end": 32707, + "start": 32860, + "end": 32861, "loc": { "start": { - "line": 838, + "line": 843, "column": 65 }, "end": { - "line": 838, + "line": 843, "column": 66 } } @@ -342365,15 +343755,15 @@ "updateContext": null }, "value": "this", - "start": 32724, - "end": 32728, + "start": 32878, + "end": 32882, "loc": { "start": { - "line": 839, + "line": 844, "column": 16 }, "end": { - "line": 839, + "line": 844, "column": 20 } } @@ -342391,15 +343781,15 @@ "binop": null, "updateContext": null }, - "start": 32728, - "end": 32729, + "start": 32882, + "end": 32883, "loc": { "start": { - "line": 839, + "line": 844, "column": 20 }, "end": { - "line": 839, + "line": 844, "column": 21 } } @@ -342417,15 +343807,15 @@ "binop": null }, "value": "player", - "start": 32729, - "end": 32735, + "start": 32883, + "end": 32889, "loc": { "start": { - "line": 839, + "line": 844, "column": 21 }, "end": { - "line": 839, + "line": 844, "column": 27 } } @@ -342443,15 +343833,15 @@ "binop": null, "updateContext": null }, - "start": 32735, - "end": 32736, + "start": 32889, + "end": 32890, "loc": { "start": { - "line": 839, + "line": 844, "column": 27 }, "end": { - "line": 839, + "line": 844, "column": 28 } } @@ -342469,15 +343859,15 @@ "binop": null }, "value": "controlBar", - "start": 32736, - "end": 32746, + "start": 32890, + "end": 32900, "loc": { "start": { - "line": 839, + "line": 844, "column": 28 }, "end": { - "line": 839, + "line": 844, "column": 38 } } @@ -342495,15 +343885,15 @@ "binop": null, "updateContext": null }, - "start": 32746, - "end": 32747, + "start": 32900, + "end": 32901, "loc": { "start": { - "line": 839, + "line": 844, "column": 38 }, "end": { - "line": 839, + "line": 844, "column": 39 } } @@ -342521,15 +343911,15 @@ "binop": null }, "value": "playToggle", - "start": 32747, - "end": 32757, + "start": 32901, + "end": 32911, "loc": { "start": { - "line": 839, + "line": 844, "column": 39 }, "end": { - "line": 839, + "line": 844, "column": 49 } } @@ -342547,15 +343937,15 @@ "binop": null, "updateContext": null }, - "start": 32757, - "end": 32758, + "start": 32911, + "end": 32912, "loc": { "start": { - "line": 839, + "line": 844, "column": 49 }, "end": { - "line": 839, + "line": 844, "column": 50 } } @@ -342573,15 +343963,15 @@ "binop": null }, "value": "hide", - "start": 32758, - "end": 32762, + "start": 32912, + "end": 32916, "loc": { "start": { - "line": 839, + "line": 844, "column": 50 }, "end": { - "line": 839, + "line": 844, "column": 54 } } @@ -342598,15 +343988,15 @@ "postfix": false, "binop": null }, - "start": 32762, - "end": 32763, + "start": 32916, + "end": 32917, "loc": { "start": { - "line": 839, + "line": 844, "column": 54 }, "end": { - "line": 839, + "line": 844, "column": 55 } } @@ -342623,15 +344013,15 @@ "postfix": false, "binop": null }, - "start": 32763, - "end": 32764, + "start": 32917, + "end": 32918, "loc": { "start": { - "line": 839, + "line": 844, "column": 55 }, "end": { - "line": 839, + "line": 844, "column": 56 } } @@ -342649,15 +344039,15 @@ "binop": null, "updateContext": null }, - "start": 32764, - "end": 32765, + "start": 32918, + "end": 32919, "loc": { "start": { - "line": 839, + "line": 844, "column": 56 }, "end": { - "line": 839, + "line": 844, "column": 57 } } @@ -342674,15 +344064,15 @@ "postfix": false, "binop": null }, - "start": 32778, - "end": 32779, + "start": 32932, + "end": 32933, "loc": { "start": { - "line": 840, + "line": 845, "column": 12 }, "end": { - "line": 840, + "line": 845, "column": 13 } } @@ -342690,15 +344080,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32793, - "end": 32820, + "start": 32947, + "end": 32974, "loc": { "start": { - "line": 842, + "line": 847, "column": 12 }, "end": { - "line": 842, + "line": 847, "column": 39 } } @@ -342718,15 +344108,15 @@ "updateContext": null }, "value": "this", - "start": 32833, - "end": 32837, + "start": 32987, + "end": 32991, "loc": { "start": { - "line": 843, + "line": 848, "column": 12 }, "end": { - "line": 843, + "line": 848, "column": 16 } } @@ -342744,15 +344134,15 @@ "binop": null, "updateContext": null }, - "start": 32837, - "end": 32838, + "start": 32991, + "end": 32992, "loc": { "start": { - "line": 843, + "line": 848, "column": 16 }, "end": { - "line": 843, + "line": 848, "column": 17 } } @@ -342770,15 +344160,15 @@ "binop": null }, "value": "off", - "start": 32838, - "end": 32841, + "start": 32992, + "end": 32995, "loc": { "start": { - "line": 843, + "line": 848, "column": 17 }, "end": { - "line": 843, + "line": 848, "column": 20 } } @@ -342795,15 +344185,15 @@ "postfix": false, "binop": null }, - "start": 32841, - "end": 32842, + "start": 32995, + "end": 32996, "loc": { "start": { - "line": 843, + "line": 848, "column": 20 }, "end": { - "line": 843, + "line": 848, "column": 21 } } @@ -342823,15 +344213,15 @@ "updateContext": null }, "value": "this", - "start": 32842, - "end": 32846, + "start": 32996, + "end": 33000, "loc": { "start": { - "line": 843, + "line": 848, "column": 21 }, "end": { - "line": 843, + "line": 848, "column": 25 } } @@ -342849,15 +344239,15 @@ "binop": null, "updateContext": null }, - "start": 32846, - "end": 32847, + "start": 33000, + "end": 33001, "loc": { "start": { - "line": 843, + "line": 848, "column": 25 }, "end": { - "line": 843, + "line": 848, "column": 26 } } @@ -342875,15 +344265,15 @@ "binop": null }, "value": "player", - "start": 32847, - "end": 32853, + "start": 33001, + "end": 33007, "loc": { "start": { - "line": 843, + "line": 848, "column": 26 }, "end": { - "line": 843, + "line": 848, "column": 32 } } @@ -342901,15 +344291,15 @@ "binop": null, "updateContext": null }, - "start": 32853, - "end": 32854, + "start": 33007, + "end": 33008, "loc": { "start": { - "line": 843, + "line": 848, "column": 32 }, "end": { - "line": 843, + "line": 848, "column": 33 } } @@ -342927,15 +344317,15 @@ "binop": null }, "value": "Event", - "start": 32855, - "end": 32860, + "start": 33009, + "end": 33014, "loc": { "start": { - "line": 843, + "line": 848, "column": 34 }, "end": { - "line": 843, + "line": 848, "column": 39 } } @@ -342953,15 +344343,15 @@ "binop": null, "updateContext": null }, - "start": 32860, - "end": 32861, + "start": 33014, + "end": 33015, "loc": { "start": { - "line": 843, + "line": 848, "column": 39 }, "end": { - "line": 843, + "line": 848, "column": 40 } } @@ -342979,15 +344369,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 32861, - "end": 32871, + "start": 33015, + "end": 33025, "loc": { "start": { - "line": 843, + "line": 848, "column": 40 }, "end": { - "line": 843, + "line": 848, "column": 50 } } @@ -343005,15 +344395,15 @@ "binop": null, "updateContext": null }, - "start": 32871, - "end": 32872, + "start": 33025, + "end": 33026, "loc": { "start": { - "line": 843, + "line": 848, "column": 50 }, "end": { - "line": 843, + "line": 848, "column": 51 } } @@ -343033,15 +344423,15 @@ "updateContext": null }, "value": "this", - "start": 32873, - "end": 32877, + "start": 33027, + "end": 33031, "loc": { "start": { - "line": 843, + "line": 848, "column": 52 }, "end": { - "line": 843, + "line": 848, "column": 56 } } @@ -343059,15 +344449,15 @@ "binop": null, "updateContext": null }, - "start": 32877, - "end": 32878, + "start": 33031, + "end": 33032, "loc": { "start": { - "line": 843, + "line": 848, "column": 56 }, "end": { - "line": 843, + "line": 848, "column": 57 } } @@ -343085,15 +344475,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 32878, - "end": 32896, + "start": 33032, + "end": 33050, "loc": { "start": { - "line": 843, + "line": 848, "column": 57 }, "end": { - "line": 843, + "line": 848, "column": 75 } } @@ -343110,15 +344500,15 @@ "postfix": false, "binop": null }, - "start": 32896, - "end": 32897, + "start": 33050, + "end": 33051, "loc": { "start": { - "line": 843, + "line": 848, "column": 75 }, "end": { - "line": 843, + "line": 848, "column": 76 } } @@ -343136,15 +344526,15 @@ "binop": null, "updateContext": null }, - "start": 32897, - "end": 32898, + "start": 33051, + "end": 33052, "loc": { "start": { - "line": 843, + "line": 848, "column": 76 }, "end": { - "line": 843, + "line": 848, "column": 77 } } @@ -343164,15 +344554,15 @@ "updateContext": null }, "value": "this", - "start": 32911, - "end": 32915, + "start": 33065, + "end": 33069, "loc": { "start": { - "line": 844, + "line": 849, "column": 12 }, "end": { - "line": 844, + "line": 849, "column": 16 } } @@ -343190,15 +344580,15 @@ "binop": null, "updateContext": null }, - "start": 32915, - "end": 32916, + "start": 33069, + "end": 33070, "loc": { "start": { - "line": 844, + "line": 849, "column": 16 }, "end": { - "line": 844, + "line": 849, "column": 17 } } @@ -343216,15 +344606,15 @@ "binop": null }, "value": "off", - "start": 32916, - "end": 32919, + "start": 33070, + "end": 33073, "loc": { "start": { - "line": 844, + "line": 849, "column": 17 }, "end": { - "line": 844, + "line": 849, "column": 20 } } @@ -343241,15 +344631,15 @@ "postfix": false, "binop": null }, - "start": 32919, - "end": 32920, + "start": 33073, + "end": 33074, "loc": { "start": { - "line": 844, + "line": 849, "column": 20 }, "end": { - "line": 844, + "line": 849, "column": 21 } } @@ -343269,15 +344659,15 @@ "updateContext": null }, "value": "this", - "start": 32920, - "end": 32924, + "start": 33074, + "end": 33078, "loc": { "start": { - "line": 844, + "line": 849, "column": 21 }, "end": { - "line": 844, + "line": 849, "column": 25 } } @@ -343295,15 +344685,15 @@ "binop": null, "updateContext": null }, - "start": 32924, - "end": 32925, + "start": 33078, + "end": 33079, "loc": { "start": { - "line": 844, + "line": 849, "column": 25 }, "end": { - "line": 844, + "line": 849, "column": 26 } } @@ -343321,15 +344711,15 @@ "binop": null }, "value": "player", - "start": 32925, - "end": 32931, + "start": 33079, + "end": 33085, "loc": { "start": { - "line": 844, + "line": 849, "column": 26 }, "end": { - "line": 844, + "line": 849, "column": 32 } } @@ -343347,15 +344737,15 @@ "binop": null, "updateContext": null }, - "start": 32931, - "end": 32932, + "start": 33085, + "end": 33086, "loc": { "start": { - "line": 844, + "line": 849, "column": 32 }, "end": { - "line": 844, + "line": 849, "column": 33 } } @@ -343373,15 +344763,15 @@ "binop": null }, "value": "Event", - "start": 32933, - "end": 32938, + "start": 33087, + "end": 33092, "loc": { "start": { - "line": 844, + "line": 849, "column": 34 }, "end": { - "line": 844, + "line": 849, "column": 39 } } @@ -343399,15 +344789,15 @@ "binop": null, "updateContext": null }, - "start": 32938, - "end": 32939, + "start": 33092, + "end": 33093, "loc": { "start": { - "line": 844, + "line": 849, "column": 39 }, "end": { - "line": 844, + "line": 849, "column": 40 } } @@ -343425,15 +344815,15 @@ "binop": null }, "value": "ENDED", - "start": 32939, - "end": 32944, + "start": 33093, + "end": 33098, "loc": { "start": { - "line": 844, + "line": 849, "column": 40 }, "end": { - "line": 844, + "line": 849, "column": 45 } } @@ -343451,15 +344841,15 @@ "binop": null, "updateContext": null }, - "start": 32944, - "end": 32945, + "start": 33098, + "end": 33099, "loc": { "start": { - "line": 844, + "line": 849, "column": 45 }, "end": { - "line": 844, + "line": 849, "column": 46 } } @@ -343479,15 +344869,15 @@ "updateContext": null }, "value": "this", - "start": 32946, - "end": 32950, + "start": 33100, + "end": 33104, "loc": { "start": { - "line": 844, + "line": 849, "column": 47 }, "end": { - "line": 844, + "line": 849, "column": 51 } } @@ -343505,15 +344895,15 @@ "binop": null, "updateContext": null }, - "start": 32950, - "end": 32951, + "start": 33104, + "end": 33105, "loc": { "start": { - "line": 844, + "line": 849, "column": 51 }, "end": { - "line": 844, + "line": 849, "column": 52 } } @@ -343531,15 +344921,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 32951, - "end": 32969, + "start": 33105, + "end": 33123, "loc": { "start": { - "line": 844, + "line": 849, "column": 52 }, "end": { - "line": 844, + "line": 849, "column": 70 } } @@ -343556,15 +344946,15 @@ "postfix": false, "binop": null }, - "start": 32969, - "end": 32970, + "start": 33123, + "end": 33124, "loc": { "start": { - "line": 844, + "line": 849, "column": 70 }, "end": { - "line": 844, + "line": 849, "column": 71 } } @@ -343582,15 +344972,15 @@ "binop": null, "updateContext": null }, - "start": 32970, - "end": 32971, + "start": 33124, + "end": 33125, "loc": { "start": { - "line": 844, + "line": 849, "column": 71 }, "end": { - "line": 844, + "line": 849, "column": 72 } } @@ -343598,15 +344988,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 32985, - "end": 33001, + "start": 33139, + "end": 33155, "loc": { "start": { - "line": 846, + "line": 851, "column": 12 }, "end": { - "line": 846, + "line": 851, "column": 28 } } @@ -343626,15 +345016,15 @@ "updateContext": null }, "value": "switch", - "start": 33014, - "end": 33020, + "start": 33168, + "end": 33174, "loc": { "start": { - "line": 847, + "line": 852, "column": 12 }, "end": { - "line": 847, + "line": 852, "column": 18 } } @@ -343651,15 +345041,15 @@ "postfix": false, "binop": null }, - "start": 33021, - "end": 33022, + "start": 33175, + "end": 33176, "loc": { "start": { - "line": 847, + "line": 852, "column": 19 }, "end": { - "line": 847, + "line": 852, "column": 20 } } @@ -343679,15 +345069,15 @@ "updateContext": null }, "value": "this", - "start": 33022, - "end": 33026, + "start": 33176, + "end": 33180, "loc": { "start": { - "line": 847, + "line": 852, "column": 20 }, "end": { - "line": 847, + "line": 852, "column": 24 } } @@ -343705,15 +345095,15 @@ "binop": null, "updateContext": null }, - "start": 33026, - "end": 33027, + "start": 33180, + "end": 33181, "loc": { "start": { - "line": 847, + "line": 852, "column": 24 }, "end": { - "line": 847, + "line": 852, "column": 25 } } @@ -343731,15 +345121,15 @@ "binop": null }, "value": "getRecordType", - "start": 33027, - "end": 33040, + "start": 33181, + "end": 33194, "loc": { "start": { - "line": 847, + "line": 852, "column": 25 }, "end": { - "line": 847, + "line": 852, "column": 38 } } @@ -343756,15 +345146,15 @@ "postfix": false, "binop": null }, - "start": 33040, - "end": 33041, + "start": 33194, + "end": 33195, "loc": { "start": { - "line": 847, + "line": 852, "column": 38 }, "end": { - "line": 847, + "line": 852, "column": 39 } } @@ -343781,15 +345171,15 @@ "postfix": false, "binop": null }, - "start": 33041, - "end": 33042, + "start": 33195, + "end": 33196, "loc": { "start": { - "line": 847, + "line": 852, "column": 39 }, "end": { - "line": 847, + "line": 852, "column": 40 } } @@ -343806,15 +345196,15 @@ "postfix": false, "binop": null }, - "start": 33042, - "end": 33043, + "start": 33196, + "end": 33197, "loc": { "start": { - "line": 847, + "line": 852, "column": 40 }, "end": { - "line": 847, + "line": 852, "column": 41 } } @@ -343831,15 +345221,15 @@ "postfix": false, "binop": null }, - "start": 33044, - "end": 33045, + "start": 33198, + "end": 33199, "loc": { "start": { - "line": 847, + "line": 852, "column": 42 }, "end": { - "line": 847, + "line": 852, "column": 43 } } @@ -343859,15 +345249,15 @@ "updateContext": null }, "value": "case", - "start": 33062, - "end": 33066, + "start": 33216, + "end": 33220, "loc": { "start": { - "line": 848, + "line": 853, "column": 16 }, "end": { - "line": 848, + "line": 853, "column": 20 } } @@ -343885,15 +345275,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 33067, - "end": 33077, + "start": 33221, + "end": 33231, "loc": { "start": { - "line": 848, + "line": 853, "column": 21 }, "end": { - "line": 848, + "line": 853, "column": 31 } } @@ -343911,15 +345301,15 @@ "binop": null, "updateContext": null }, - "start": 33077, - "end": 33078, + "start": 33231, + "end": 33232, "loc": { "start": { - "line": 848, + "line": 853, "column": 31 }, "end": { - "line": 848, + "line": 853, "column": 32 } } @@ -343927,15 +345317,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33099, - "end": 33125, + "start": 33253, + "end": 33279, "loc": { "start": { - "line": 849, + "line": 854, "column": 20 }, "end": { - "line": 849, + "line": 854, "column": 46 } } @@ -343955,15 +345345,15 @@ "updateContext": null }, "value": "this", - "start": 33146, - "end": 33150, + "start": 33300, + "end": 33304, "loc": { "start": { - "line": 850, + "line": 855, "column": 20 }, "end": { - "line": 850, + "line": 855, "column": 24 } } @@ -343981,15 +345371,15 @@ "binop": null, "updateContext": null }, - "start": 33150, - "end": 33151, + "start": 33304, + "end": 33305, "loc": { "start": { - "line": 850, + "line": 855, "column": 24 }, "end": { - "line": 850, + "line": 855, "column": 25 } } @@ -344007,15 +345397,15 @@ "binop": null }, "value": "surfer", - "start": 33151, - "end": 33157, + "start": 33305, + "end": 33311, "loc": { "start": { - "line": 850, + "line": 855, "column": 25 }, "end": { - "line": 850, + "line": 855, "column": 31 } } @@ -344033,15 +345423,15 @@ "binop": null, "updateContext": null }, - "start": 33157, - "end": 33158, + "start": 33311, + "end": 33312, "loc": { "start": { - "line": 850, + "line": 855, "column": 31 }, "end": { - "line": 850, + "line": 855, "column": 32 } } @@ -344059,15 +345449,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 33158, - "end": 33177, + "start": 33312, + "end": 33331, "loc": { "start": { - "line": 850, + "line": 855, "column": 32 }, "end": { - "line": 850, + "line": 855, "column": 51 } } @@ -344084,15 +345474,15 @@ "postfix": false, "binop": null }, - "start": 33177, - "end": 33178, + "start": 33331, + "end": 33332, "loc": { "start": { - "line": 850, + "line": 855, "column": 51 }, "end": { - "line": 850, + "line": 855, "column": 52 } } @@ -344112,15 +345502,15 @@ "updateContext": null }, "value": "false", - "start": 33178, - "end": 33183, + "start": 33332, + "end": 33337, "loc": { "start": { - "line": 850, + "line": 855, "column": 52 }, "end": { - "line": 850, + "line": 855, "column": 57 } } @@ -344137,15 +345527,15 @@ "postfix": false, "binop": null }, - "start": 33183, - "end": 33184, + "start": 33337, + "end": 33338, "loc": { "start": { - "line": 850, + "line": 855, "column": 57 }, "end": { - "line": 850, + "line": 855, "column": 58 } } @@ -344163,15 +345553,15 @@ "binop": null, "updateContext": null }, - "start": 33184, - "end": 33185, + "start": 33338, + "end": 33339, "loc": { "start": { - "line": 850, + "line": 855, "column": 58 }, "end": { - "line": 850, + "line": 855, "column": 59 } } @@ -344179,15 +345569,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33207, - "end": 33247, + "start": 33361, + "end": 33401, "loc": { "start": { - "line": 852, + "line": 857, "column": 20 }, "end": { - "line": 852, + "line": 857, "column": 60 } } @@ -344207,15 +345597,15 @@ "updateContext": null }, "value": "this", - "start": 33268, - "end": 33272, + "start": 33422, + "end": 33426, "loc": { "start": { - "line": 853, + "line": 858, "column": 20 }, "end": { - "line": 853, + "line": 858, "column": 24 } } @@ -344233,15 +345623,15 @@ "binop": null, "updateContext": null }, - "start": 33272, - "end": 33273, + "start": 33426, + "end": 33427, "loc": { "start": { - "line": 853, + "line": 858, "column": 24 }, "end": { - "line": 853, + "line": 858, "column": 25 } } @@ -344259,15 +345649,15 @@ "binop": null }, "value": "surfer", - "start": 33273, - "end": 33279, + "start": 33427, + "end": 33433, "loc": { "start": { - "line": 853, + "line": 858, "column": 25 }, "end": { - "line": 853, + "line": 858, "column": 31 } } @@ -344285,15 +345675,15 @@ "binop": null, "updateContext": null }, - "start": 33279, - "end": 33280, + "start": 33433, + "end": 33434, "loc": { "start": { - "line": 853, + "line": 858, "column": 31 }, "end": { - "line": 853, + "line": 858, "column": 32 } } @@ -344311,15 +345701,15 @@ "binop": null }, "value": "surfer", - "start": 33280, - "end": 33286, + "start": 33434, + "end": 33440, "loc": { "start": { - "line": 853, + "line": 858, "column": 32 }, "end": { - "line": 853, + "line": 858, "column": 38 } } @@ -344337,15 +345727,15 @@ "binop": null, "updateContext": null }, - "start": 33286, - "end": 33287, + "start": 33440, + "end": 33441, "loc": { "start": { - "line": 853, + "line": 858, "column": 38 }, "end": { - "line": 853, + "line": 858, "column": 39 } } @@ -344363,15 +345753,15 @@ "binop": null }, "value": "microphone", - "start": 33287, - "end": 33297, + "start": 33441, + "end": 33451, "loc": { "start": { - "line": 853, + "line": 858, "column": 39 }, "end": { - "line": 853, + "line": 858, "column": 49 } } @@ -344389,15 +345779,15 @@ "binop": null, "updateContext": null }, - "start": 33297, - "end": 33298, + "start": 33451, + "end": 33452, "loc": { "start": { - "line": 853, + "line": 858, "column": 49 }, "end": { - "line": 853, + "line": 858, "column": 50 } } @@ -344415,15 +345805,15 @@ "binop": null }, "value": "paused", - "start": 33298, - "end": 33304, + "start": 33452, + "end": 33458, "loc": { "start": { - "line": 853, + "line": 858, "column": 50 }, "end": { - "line": 853, + "line": 858, "column": 56 } } @@ -344442,15 +345832,15 @@ "updateContext": null }, "value": "=", - "start": 33305, - "end": 33306, + "start": 33459, + "end": 33460, "loc": { "start": { - "line": 853, + "line": 858, "column": 57 }, "end": { - "line": 853, + "line": 858, "column": 58 } } @@ -344470,15 +345860,15 @@ "updateContext": null }, "value": "false", - "start": 33307, - "end": 33312, + "start": 33461, + "end": 33466, "loc": { "start": { - "line": 853, + "line": 858, "column": 59 }, "end": { - "line": 853, + "line": 858, "column": 64 } } @@ -344496,15 +345886,15 @@ "binop": null, "updateContext": null }, - "start": 33312, - "end": 33313, + "start": 33466, + "end": 33467, "loc": { "start": { - "line": 853, + "line": 858, "column": 64 }, "end": { - "line": 853, + "line": 858, "column": 65 } } @@ -344524,15 +345914,15 @@ "updateContext": null }, "value": "this", - "start": 33334, - "end": 33338, + "start": 33488, + "end": 33492, "loc": { "start": { - "line": 854, + "line": 859, "column": 20 }, "end": { - "line": 854, + "line": 859, "column": 24 } } @@ -344550,15 +345940,15 @@ "binop": null, "updateContext": null }, - "start": 33338, - "end": 33339, + "start": 33492, + "end": 33493, "loc": { "start": { - "line": 854, + "line": 859, "column": 24 }, "end": { - "line": 854, + "line": 859, "column": 25 } } @@ -344576,15 +345966,15 @@ "binop": null }, "value": "surfer", - "start": 33339, - "end": 33345, + "start": 33493, + "end": 33499, "loc": { "start": { - "line": 854, + "line": 859, "column": 25 }, "end": { - "line": 854, + "line": 859, "column": 31 } } @@ -344602,15 +345992,15 @@ "binop": null, "updateContext": null }, - "start": 33345, - "end": 33346, + "start": 33499, + "end": 33500, "loc": { "start": { - "line": 854, + "line": 859, "column": 31 }, "end": { - "line": 854, + "line": 859, "column": 32 } } @@ -344628,15 +346018,15 @@ "binop": null }, "value": "liveMode", - "start": 33346, - "end": 33354, + "start": 33500, + "end": 33508, "loc": { "start": { - "line": 854, + "line": 859, "column": 32 }, "end": { - "line": 854, + "line": 859, "column": 40 } } @@ -344655,15 +346045,15 @@ "updateContext": null }, "value": "=", - "start": 33355, - "end": 33356, + "start": 33509, + "end": 33510, "loc": { "start": { - "line": 854, + "line": 859, "column": 41 }, "end": { - "line": 854, + "line": 859, "column": 42 } } @@ -344683,15 +346073,15 @@ "updateContext": null }, "value": "true", - "start": 33357, - "end": 33361, + "start": 33511, + "end": 33515, "loc": { "start": { - "line": 854, + "line": 859, "column": 43 }, "end": { - "line": 854, + "line": 859, "column": 47 } } @@ -344709,15 +346099,15 @@ "binop": null, "updateContext": null }, - "start": 33361, - "end": 33362, + "start": 33515, + "end": 33516, "loc": { "start": { - "line": 854, + "line": 859, "column": 47 }, "end": { - "line": 854, + "line": 859, "column": 48 } } @@ -344737,15 +346127,15 @@ "updateContext": null }, "value": "this", - "start": 33383, - "end": 33387, + "start": 33537, + "end": 33541, "loc": { "start": { - "line": 855, + "line": 860, "column": 20 }, "end": { - "line": 855, + "line": 860, "column": 24 } } @@ -344763,15 +346153,15 @@ "binop": null, "updateContext": null }, - "start": 33387, - "end": 33388, + "start": 33541, + "end": 33542, "loc": { "start": { - "line": 855, + "line": 860, "column": 24 }, "end": { - "line": 855, + "line": 860, "column": 25 } } @@ -344789,15 +346179,15 @@ "binop": null }, "value": "surfer", - "start": 33388, - "end": 33394, + "start": 33542, + "end": 33548, "loc": { "start": { - "line": 855, + "line": 860, "column": 25 }, "end": { - "line": 855, + "line": 860, "column": 31 } } @@ -344815,15 +346205,15 @@ "binop": null, "updateContext": null }, - "start": 33394, - "end": 33395, + "start": 33548, + "end": 33549, "loc": { "start": { - "line": 855, + "line": 860, "column": 31 }, "end": { - "line": 855, + "line": 860, "column": 32 } } @@ -344841,15 +346231,15 @@ "binop": null }, "value": "surfer", - "start": 33395, - "end": 33401, + "start": 33549, + "end": 33555, "loc": { "start": { - "line": 855, + "line": 860, "column": 32 }, "end": { - "line": 855, + "line": 860, "column": 38 } } @@ -344867,15 +346257,15 @@ "binop": null, "updateContext": null }, - "start": 33401, - "end": 33402, + "start": 33555, + "end": 33556, "loc": { "start": { - "line": 855, + "line": 860, "column": 38 }, "end": { - "line": 855, + "line": 860, "column": 39 } } @@ -344893,15 +346283,15 @@ "binop": null }, "value": "microphone", - "start": 33402, - "end": 33412, + "start": 33556, + "end": 33566, "loc": { "start": { - "line": 855, + "line": 860, "column": 39 }, "end": { - "line": 855, + "line": 860, "column": 49 } } @@ -344919,15 +346309,15 @@ "binop": null, "updateContext": null }, - "start": 33412, - "end": 33413, + "start": 33566, + "end": 33567, "loc": { "start": { - "line": 855, + "line": 860, "column": 49 }, "end": { - "line": 855, + "line": 860, "column": 50 } } @@ -344945,15 +346335,15 @@ "binop": null }, "value": "play", - "start": 33413, - "end": 33417, + "start": 33567, + "end": 33571, "loc": { "start": { - "line": 855, + "line": 860, "column": 50 }, "end": { - "line": 855, + "line": 860, "column": 54 } } @@ -344970,15 +346360,15 @@ "postfix": false, "binop": null }, - "start": 33417, - "end": 33418, + "start": 33571, + "end": 33572, "loc": { "start": { - "line": 855, + "line": 860, "column": 54 }, "end": { - "line": 855, + "line": 860, "column": 55 } } @@ -344995,15 +346385,15 @@ "postfix": false, "binop": null }, - "start": 33418, - "end": 33419, + "start": 33572, + "end": 33573, "loc": { "start": { - "line": 855, + "line": 860, "column": 55 }, "end": { - "line": 855, + "line": 860, "column": 56 } } @@ -345021,15 +346411,15 @@ "binop": null, "updateContext": null }, - "start": 33419, - "end": 33420, + "start": 33573, + "end": 33574, "loc": { "start": { - "line": 855, + "line": 860, "column": 56 }, "end": { - "line": 855, + "line": 860, "column": 57 } } @@ -345049,15 +346439,15 @@ "updateContext": null }, "value": "break", - "start": 33441, - "end": 33446, + "start": 33595, + "end": 33600, "loc": { "start": { - "line": 856, + "line": 861, "column": 20 }, "end": { - "line": 856, + "line": 861, "column": 25 } } @@ -345075,15 +346465,15 @@ "binop": null, "updateContext": null }, - "start": 33446, - "end": 33447, + "start": 33600, + "end": 33601, "loc": { "start": { - "line": 856, + "line": 861, "column": 25 }, "end": { - "line": 856, + "line": 861, "column": 26 } } @@ -345103,15 +346493,15 @@ "updateContext": null }, "value": "case", - "start": 33465, - "end": 33469, + "start": 33619, + "end": 33623, "loc": { "start": { - "line": 858, + "line": 863, "column": 16 }, "end": { - "line": 858, + "line": 863, "column": 20 } } @@ -345129,15 +346519,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 33470, - "end": 33480, + "start": 33624, + "end": 33634, "loc": { "start": { - "line": 858, + "line": 863, "column": 21 }, "end": { - "line": 858, + "line": 863, "column": 31 } } @@ -345155,15 +346545,15 @@ "binop": null, "updateContext": null }, - "start": 33480, - "end": 33481, + "start": 33634, + "end": 33635, "loc": { "start": { - "line": 858, + "line": 863, "column": 31 }, "end": { - "line": 858, + "line": 863, "column": 32 } } @@ -345183,15 +346573,15 @@ "updateContext": null }, "value": "case", - "start": 33498, - "end": 33502, + "start": 33652, + "end": 33656, "loc": { "start": { - "line": 859, + "line": 864, "column": 16 }, "end": { - "line": 859, + "line": 864, "column": 20 } } @@ -345209,15 +346599,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 33503, - "end": 33514, + "start": 33657, + "end": 33668, "loc": { "start": { - "line": 859, + "line": 864, "column": 21 }, "end": { - "line": 859, + "line": 864, "column": 32 } } @@ -345235,15 +346625,15 @@ "binop": null, "updateContext": null }, - "start": 33514, - "end": 33515, + "start": 33668, + "end": 33669, "loc": { "start": { - "line": 859, + "line": 864, "column": 32 }, "end": { - "line": 859, + "line": 864, "column": 33 } } @@ -345263,15 +346653,15 @@ "updateContext": null }, "value": "case", - "start": 33532, - "end": 33536, + "start": 33686, + "end": 33690, "loc": { "start": { - "line": 860, + "line": 865, "column": 16 }, "end": { - "line": 860, + "line": 865, "column": 20 } } @@ -345289,15 +346679,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 33537, - "end": 33549, + "start": 33691, + "end": 33703, "loc": { "start": { - "line": 860, + "line": 865, "column": 21 }, "end": { - "line": 860, + "line": 865, "column": 33 } } @@ -345315,15 +346705,15 @@ "binop": null, "updateContext": null }, - "start": 33549, - "end": 33550, + "start": 33703, + "end": 33704, "loc": { "start": { - "line": 860, + "line": 865, "column": 33 }, "end": { - "line": 860, + "line": 865, "column": 34 } } @@ -345343,15 +346733,15 @@ "updateContext": null }, "value": "case", - "start": 33567, - "end": 33571, + "start": 33721, + "end": 33725, "loc": { "start": { - "line": 861, + "line": 866, "column": 16 }, "end": { - "line": 861, + "line": 866, "column": 20 } } @@ -345369,15 +346759,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 33572, - "end": 33583, + "start": 33726, + "end": 33737, "loc": { "start": { - "line": 861, + "line": 866, "column": 21 }, "end": { - "line": 861, + "line": 866, "column": 32 } } @@ -345395,15 +346785,15 @@ "binop": null, "updateContext": null }, - "start": 33583, - "end": 33584, + "start": 33737, + "end": 33738, "loc": { "start": { - "line": 861, + "line": 866, "column": 32 }, "end": { - "line": 861, + "line": 866, "column": 33 } } @@ -345411,15 +346801,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33605, - "end": 33645, + "start": 33759, + "end": 33799, "loc": { "start": { - "line": 862, + "line": 867, "column": 20 }, "end": { - "line": 862, + "line": 867, "column": 60 } } @@ -345439,15 +346829,15 @@ "updateContext": null }, "value": "this", - "start": 33666, - "end": 33670, + "start": 33820, + "end": 33824, "loc": { "start": { - "line": 863, + "line": 868, "column": 20 }, "end": { - "line": 863, + "line": 868, "column": 24 } } @@ -345465,15 +346855,15 @@ "binop": null, "updateContext": null }, - "start": 33670, - "end": 33671, + "start": 33824, + "end": 33825, "loc": { "start": { - "line": 863, + "line": 868, "column": 24 }, "end": { - "line": 863, + "line": 868, "column": 25 } } @@ -345491,15 +346881,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 33671, - "end": 33688, + "start": 33825, + "end": 33842, "loc": { "start": { - "line": 863, + "line": 868, "column": 25 }, "end": { - "line": 863, + "line": 868, "column": 42 } } @@ -345516,15 +346906,15 @@ "postfix": false, "binop": null }, - "start": 33688, - "end": 33689, + "start": 33842, + "end": 33843, "loc": { "start": { - "line": 863, + "line": 868, "column": 42 }, "end": { - "line": 863, + "line": 868, "column": 43 } } @@ -345541,15 +346931,15 @@ "postfix": false, "binop": null }, - "start": 33689, - "end": 33690, + "start": 33843, + "end": 33844, "loc": { "start": { - "line": 863, + "line": 868, "column": 43 }, "end": { - "line": 863, + "line": 868, "column": 44 } } @@ -345567,15 +346957,15 @@ "binop": null, "updateContext": null }, - "start": 33690, - "end": 33691, + "start": 33844, + "end": 33845, "loc": { "start": { - "line": 863, + "line": 868, "column": 44 }, "end": { - "line": 863, + "line": 868, "column": 45 } } @@ -345595,15 +346985,15 @@ "updateContext": null }, "value": "break", - "start": 33712, - "end": 33717, + "start": 33866, + "end": 33871, "loc": { "start": { - "line": 864, + "line": 869, "column": 20 }, "end": { - "line": 864, + "line": 869, "column": 25 } } @@ -345621,15 +347011,15 @@ "binop": null, "updateContext": null }, - "start": 33717, - "end": 33718, + "start": 33871, + "end": 33872, "loc": { "start": { - "line": 864, + "line": 869, "column": 25 }, "end": { - "line": 864, + "line": 869, "column": 26 } } @@ -345649,15 +347039,15 @@ "updateContext": null }, "value": "case", - "start": 33736, - "end": 33740, + "start": 33890, + "end": 33894, "loc": { "start": { - "line": 866, + "line": 871, "column": 16 }, "end": { - "line": 866, + "line": 871, "column": 20 } } @@ -345675,15 +347065,15 @@ "binop": null }, "value": "ANIMATION", - "start": 33741, - "end": 33750, + "start": 33895, + "end": 33904, "loc": { "start": { - "line": 866, + "line": 871, "column": 21 }, "end": { - "line": 866, + "line": 871, "column": 30 } } @@ -345701,15 +347091,15 @@ "binop": null, "updateContext": null }, - "start": 33750, - "end": 33751, + "start": 33904, + "end": 33905, "loc": { "start": { - "line": 866, + "line": 871, "column": 30 }, "end": { - "line": 866, + "line": 871, "column": 31 } } @@ -345717,15 +347107,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33772, - "end": 33795, + "start": 33926, + "end": 33949, "loc": { "start": { - "line": 867, + "line": 872, "column": 20 }, "end": { - "line": 867, + "line": 872, "column": 43 } } @@ -345745,15 +347135,15 @@ "updateContext": null }, "value": "this", - "start": 33816, - "end": 33820, + "start": 33970, + "end": 33974, "loc": { "start": { - "line": 868, + "line": 873, "column": 20 }, "end": { - "line": 868, + "line": 873, "column": 24 } } @@ -345771,15 +347161,15 @@ "binop": null, "updateContext": null }, - "start": 33820, - "end": 33821, + "start": 33974, + "end": 33975, "loc": { "start": { - "line": 868, + "line": 873, "column": 24 }, "end": { - "line": 868, + "line": 873, "column": 25 } } @@ -345797,15 +347187,15 @@ "binop": null }, "value": "player", - "start": 33821, - "end": 33827, + "start": 33975, + "end": 33981, "loc": { "start": { - "line": 868, + "line": 873, "column": 25 }, "end": { - "line": 868, + "line": 873, "column": 31 } } @@ -345823,15 +347213,15 @@ "binop": null, "updateContext": null }, - "start": 33827, - "end": 33828, + "start": 33981, + "end": 33982, "loc": { "start": { - "line": 868, + "line": 873, "column": 31 }, "end": { - "line": 868, + "line": 873, "column": 32 } } @@ -345849,15 +347239,15 @@ "binop": null }, "value": "recordCanvas", - "start": 33828, - "end": 33840, + "start": 33982, + "end": 33994, "loc": { "start": { - "line": 868, + "line": 873, "column": 32 }, "end": { - "line": 868, + "line": 873, "column": 44 } } @@ -345875,15 +347265,15 @@ "binop": null, "updateContext": null }, - "start": 33840, - "end": 33841, + "start": 33994, + "end": 33995, "loc": { "start": { - "line": 868, + "line": 873, "column": 44 }, "end": { - "line": 868, + "line": 873, "column": 45 } } @@ -345901,15 +347291,15 @@ "binop": null }, "value": "hide", - "start": 33841, - "end": 33845, + "start": 33995, + "end": 33999, "loc": { "start": { - "line": 868, + "line": 873, "column": 45 }, "end": { - "line": 868, + "line": 873, "column": 49 } } @@ -345926,15 +347316,15 @@ "postfix": false, "binop": null }, - "start": 33845, - "end": 33846, + "start": 33999, + "end": 34000, "loc": { "start": { - "line": 868, + "line": 873, "column": 49 }, "end": { - "line": 868, + "line": 873, "column": 50 } } @@ -345951,15 +347341,15 @@ "postfix": false, "binop": null }, - "start": 33846, - "end": 33847, + "start": 34000, + "end": 34001, "loc": { "start": { - "line": 868, + "line": 873, "column": 50 }, "end": { - "line": 868, + "line": 873, "column": 51 } } @@ -345977,15 +347367,15 @@ "binop": null, "updateContext": null }, - "start": 33847, - "end": 33848, + "start": 34001, + "end": 34002, "loc": { "start": { - "line": 868, + "line": 873, "column": 51 }, "end": { - "line": 868, + "line": 873, "column": 52 } } @@ -345993,15 +347383,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 33870, - "end": 33891, + "start": 34024, + "end": 34045, "loc": { "start": { - "line": 870, + "line": 875, "column": 20 }, "end": { - "line": 870, + "line": 875, "column": 41 } } @@ -346021,15 +347411,15 @@ "updateContext": null }, "value": "this", - "start": 33912, - "end": 33916, + "start": 34066, + "end": 34070, "loc": { "start": { - "line": 871, + "line": 876, "column": 20 }, "end": { - "line": 871, + "line": 876, "column": 24 } } @@ -346047,15 +347437,15 @@ "binop": null, "updateContext": null }, - "start": 33916, - "end": 33917, + "start": 34070, + "end": 34071, "loc": { "start": { - "line": 871, + "line": 876, "column": 24 }, "end": { - "line": 871, + "line": 876, "column": 25 } } @@ -346073,15 +347463,15 @@ "binop": null }, "value": "player", - "start": 33917, - "end": 33923, + "start": 34071, + "end": 34077, "loc": { "start": { - "line": 871, + "line": 876, "column": 25 }, "end": { - "line": 871, + "line": 876, "column": 31 } } @@ -346099,15 +347489,15 @@ "binop": null, "updateContext": null }, - "start": 33923, - "end": 33924, + "start": 34077, + "end": 34078, "loc": { "start": { - "line": 871, + "line": 876, "column": 31 }, "end": { - "line": 871, + "line": 876, "column": 32 } } @@ -346125,15 +347515,15 @@ "binop": null }, "value": "animationDisplay", - "start": 33924, - "end": 33940, + "start": 34078, + "end": 34094, "loc": { "start": { - "line": 871, + "line": 876, "column": 32 }, "end": { - "line": 871, + "line": 876, "column": 48 } } @@ -346151,15 +347541,15 @@ "binop": null, "updateContext": null }, - "start": 33940, - "end": 33941, + "start": 34094, + "end": 34095, "loc": { "start": { - "line": 871, + "line": 876, "column": 48 }, "end": { - "line": 871, + "line": 876, "column": 49 } } @@ -346177,15 +347567,15 @@ "binop": null }, "value": "hide", - "start": 33941, - "end": 33945, + "start": 34095, + "end": 34099, "loc": { "start": { - "line": 871, + "line": 876, "column": 49 }, "end": { - "line": 871, + "line": 876, "column": 53 } } @@ -346202,15 +347592,15 @@ "postfix": false, "binop": null }, - "start": 33945, - "end": 33946, + "start": 34099, + "end": 34100, "loc": { "start": { - "line": 871, + "line": 876, "column": 53 }, "end": { - "line": 871, + "line": 876, "column": 54 } } @@ -346227,15 +347617,15 @@ "postfix": false, "binop": null }, - "start": 33946, - "end": 33947, + "start": 34100, + "end": 34101, "loc": { "start": { - "line": 871, + "line": 876, "column": 54 }, "end": { - "line": 871, + "line": 876, "column": 55 } } @@ -346253,15 +347643,15 @@ "binop": null, "updateContext": null }, - "start": 33947, - "end": 33948, + "start": 34101, + "end": 34102, "loc": { "start": { - "line": 871, + "line": 876, "column": 55 }, "end": { - "line": 871, + "line": 876, "column": 56 } } @@ -346269,15 +347659,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 33970, - "end": 33991, + "start": 34124, + "end": 34145, "loc": { "start": { - "line": 873, + "line": 878, "column": 20 }, "end": { - "line": 873, + "line": 878, "column": 41 } } @@ -346297,15 +347687,15 @@ "updateContext": null }, "value": "this", - "start": 34012, - "end": 34016, + "start": 34166, + "end": 34170, "loc": { "start": { - "line": 874, + "line": 879, "column": 20 }, "end": { - "line": 874, + "line": 879, "column": 24 } } @@ -346323,15 +347713,15 @@ "binop": null, "updateContext": null }, - "start": 34016, - "end": 34017, + "start": 34170, + "end": 34171, "loc": { "start": { - "line": 874, + "line": 879, "column": 24 }, "end": { - "line": 874, + "line": 879, "column": 25 } } @@ -346349,15 +347739,15 @@ "binop": null }, "value": "mediaElement", - "start": 34017, - "end": 34029, + "start": 34171, + "end": 34183, "loc": { "start": { - "line": 874, + "line": 879, "column": 25 }, "end": { - "line": 874, + "line": 879, "column": 37 } } @@ -346375,15 +347765,15 @@ "binop": null, "updateContext": null }, - "start": 34029, - "end": 34030, + "start": 34183, + "end": 34184, "loc": { "start": { - "line": 874, + "line": 879, "column": 37 }, "end": { - "line": 874, + "line": 879, "column": 38 } } @@ -346401,15 +347791,15 @@ "binop": null }, "value": "style", - "start": 34030, - "end": 34035, + "start": 34184, + "end": 34189, "loc": { "start": { - "line": 874, + "line": 879, "column": 38 }, "end": { - "line": 874, + "line": 879, "column": 43 } } @@ -346427,15 +347817,15 @@ "binop": null, "updateContext": null }, - "start": 34035, - "end": 34036, + "start": 34189, + "end": 34190, "loc": { "start": { - "line": 874, + "line": 879, "column": 43 }, "end": { - "line": 874, + "line": 879, "column": 44 } } @@ -346453,15 +347843,15 @@ "binop": null }, "value": "display", - "start": 34036, - "end": 34043, + "start": 34190, + "end": 34197, "loc": { "start": { - "line": 874, + "line": 879, "column": 44 }, "end": { - "line": 874, + "line": 879, "column": 51 } } @@ -346480,15 +347870,15 @@ "updateContext": null }, "value": "=", - "start": 34044, - "end": 34045, + "start": 34198, + "end": 34199, "loc": { "start": { - "line": 874, + "line": 879, "column": 52 }, "end": { - "line": 874, + "line": 879, "column": 53 } } @@ -346507,15 +347897,15 @@ "updateContext": null }, "value": "block", - "start": 34046, - "end": 34053, + "start": 34200, + "end": 34207, "loc": { "start": { - "line": 874, + "line": 879, "column": 54 }, "end": { - "line": 874, + "line": 879, "column": 61 } } @@ -346533,15 +347923,15 @@ "binop": null, "updateContext": null }, - "start": 34053, - "end": 34054, + "start": 34207, + "end": 34208, "loc": { "start": { - "line": 874, + "line": 879, "column": 61 }, "end": { - "line": 874, + "line": 879, "column": 62 } } @@ -346549,15 +347939,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34076, - "end": 34118, + "start": 34230, + "end": 34272, "loc": { "start": { - "line": 876, + "line": 881, "column": 20 }, "end": { - "line": 876, + "line": 881, "column": 62 } } @@ -346565,15 +347955,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34139, - "end": 34184, + "start": 34293, + "end": 34338, "loc": { "start": { - "line": 877, + "line": 882, "column": 20 }, "end": { - "line": 877, + "line": 882, "column": 65 } } @@ -346581,15 +347971,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34205, - "end": 34219, + "start": 34359, + "end": 34373, "loc": { "start": { - "line": 878, + "line": 883, "column": 20 }, "end": { - "line": 878, + "line": 883, "column": 34 } } @@ -346609,15 +347999,15 @@ "updateContext": null }, "value": "this", - "start": 34240, - "end": 34244, + "start": 34394, + "end": 34398, "loc": { "start": { - "line": 879, + "line": 884, "column": 20 }, "end": { - "line": 879, + "line": 884, "column": 24 } } @@ -346635,15 +348025,15 @@ "binop": null, "updateContext": null }, - "start": 34244, - "end": 34245, + "start": 34398, + "end": 34399, "loc": { "start": { - "line": 879, + "line": 884, "column": 24 }, "end": { - "line": 879, + "line": 884, "column": 25 } } @@ -346661,15 +348051,15 @@ "binop": null }, "value": "captureFrame", - "start": 34245, - "end": 34257, + "start": 34399, + "end": 34411, "loc": { "start": { - "line": 879, + "line": 884, "column": 25 }, "end": { - "line": 879, + "line": 884, "column": 37 } } @@ -346686,15 +348076,15 @@ "postfix": false, "binop": null }, - "start": 34257, - "end": 34258, + "start": 34411, + "end": 34412, "loc": { "start": { - "line": 879, + "line": 884, "column": 37 }, "end": { - "line": 879, + "line": 884, "column": 38 } } @@ -346711,15 +348101,15 @@ "postfix": false, "binop": null }, - "start": 34258, - "end": 34259, + "start": 34412, + "end": 34413, "loc": { "start": { - "line": 879, + "line": 884, "column": 38 }, "end": { - "line": 879, + "line": 884, "column": 39 } } @@ -346737,15 +348127,15 @@ "binop": null, "updateContext": null }, - "start": 34259, - "end": 34260, + "start": 34413, + "end": 34414, "loc": { "start": { - "line": 879, + "line": 884, "column": 39 }, "end": { - "line": 879, + "line": 884, "column": 40 } } @@ -346763,15 +348153,15 @@ "binop": null }, "value": "then", - "start": 34260, - "end": 34264, + "start": 34414, + "end": 34418, "loc": { "start": { - "line": 879, + "line": 884, "column": 40 }, "end": { - "line": 879, + "line": 884, "column": 44 } } @@ -346788,15 +348178,15 @@ "postfix": false, "binop": null }, - "start": 34264, - "end": 34265, + "start": 34418, + "end": 34419, "loc": { "start": { - "line": 879, + "line": 884, "column": 44 }, "end": { - "line": 879, + "line": 884, "column": 45 } } @@ -346813,15 +348203,15 @@ "postfix": false, "binop": null }, - "start": 34265, - "end": 34266, + "start": 34419, + "end": 34420, "loc": { "start": { - "line": 879, + "line": 884, "column": 45 }, "end": { - "line": 879, + "line": 884, "column": 46 } } @@ -346839,15 +348229,15 @@ "binop": null }, "value": "result", - "start": 34266, - "end": 34272, + "start": 34420, + "end": 34426, "loc": { "start": { - "line": 879, + "line": 884, "column": 46 }, "end": { - "line": 879, + "line": 884, "column": 52 } } @@ -346864,15 +348254,15 @@ "postfix": false, "binop": null }, - "start": 34272, - "end": 34273, + "start": 34426, + "end": 34427, "loc": { "start": { - "line": 879, + "line": 884, "column": 52 }, "end": { - "line": 879, + "line": 884, "column": 53 } } @@ -346890,15 +348280,15 @@ "binop": null, "updateContext": null }, - "start": 34274, - "end": 34276, + "start": 34428, + "end": 34430, "loc": { "start": { - "line": 879, + "line": 884, "column": 54 }, "end": { - "line": 879, + "line": 884, "column": 56 } } @@ -346915,15 +348305,15 @@ "postfix": false, "binop": null }, - "start": 34277, - "end": 34278, + "start": 34431, + "end": 34432, "loc": { "start": { - "line": 879, + "line": 884, "column": 57 }, "end": { - "line": 879, + "line": 884, "column": 58 } } @@ -346931,15 +348321,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34303, - "end": 34357, + "start": 34457, + "end": 34511, "loc": { "start": { - "line": 880, + "line": 885, "column": 24 }, "end": { - "line": 880, + "line": 885, "column": 78 } } @@ -346959,15 +348349,15 @@ "updateContext": null }, "value": "this", - "start": 34382, - "end": 34386, + "start": 34536, + "end": 34540, "loc": { "start": { - "line": 881, + "line": 886, "column": 24 }, "end": { - "line": 881, + "line": 886, "column": 28 } } @@ -346985,15 +348375,15 @@ "binop": null, "updateContext": null }, - "start": 34386, - "end": 34387, + "start": 34540, + "end": 34541, "loc": { "start": { - "line": 881, + "line": 886, "column": 28 }, "end": { - "line": 881, + "line": 886, "column": 29 } } @@ -347011,15 +348401,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 34387, - "end": 34404, + "start": 34541, + "end": 34558, "loc": { "start": { - "line": 881, + "line": 886, "column": 29 }, "end": { - "line": 881, + "line": 886, "column": 46 } } @@ -347036,15 +348426,15 @@ "postfix": false, "binop": null }, - "start": 34404, - "end": 34405, + "start": 34558, + "end": 34559, "loc": { "start": { - "line": 881, + "line": 886, "column": 46 }, "end": { - "line": 881, + "line": 886, "column": 47 } } @@ -347061,15 +348451,15 @@ "postfix": false, "binop": null }, - "start": 34405, - "end": 34406, + "start": 34559, + "end": 34560, "loc": { "start": { - "line": 881, + "line": 886, "column": 47 }, "end": { - "line": 881, + "line": 886, "column": 48 } } @@ -347087,15 +348477,15 @@ "binop": null, "updateContext": null }, - "start": 34406, - "end": 34407, + "start": 34560, + "end": 34561, "loc": { "start": { - "line": 881, + "line": 886, "column": 48 }, "end": { - "line": 881, + "line": 886, "column": 49 } } @@ -347112,15 +348502,15 @@ "postfix": false, "binop": null }, - "start": 34428, - "end": 34429, + "start": 34582, + "end": 34583, "loc": { "start": { - "line": 882, + "line": 887, "column": 20 }, "end": { - "line": 882, + "line": 887, "column": 21 } } @@ -347137,15 +348527,15 @@ "postfix": false, "binop": null }, - "start": 34429, - "end": 34430, + "start": 34583, + "end": 34584, "loc": { "start": { - "line": 882, + "line": 887, "column": 21 }, "end": { - "line": 882, + "line": 887, "column": 22 } } @@ -347163,15 +348553,15 @@ "binop": null, "updateContext": null }, - "start": 34430, - "end": 34431, + "start": 34584, + "end": 34585, "loc": { "start": { - "line": 882, + "line": 887, "column": 22 }, "end": { - "line": 882, + "line": 887, "column": 23 } } @@ -347191,15 +348581,15 @@ "updateContext": null }, "value": "break", - "start": 34452, - "end": 34457, + "start": 34606, + "end": 34611, "loc": { "start": { - "line": 883, + "line": 888, "column": 20 }, "end": { - "line": 883, + "line": 888, "column": 25 } } @@ -347217,15 +348607,15 @@ "binop": null, "updateContext": null }, - "start": 34457, - "end": 34458, + "start": 34611, + "end": 34612, "loc": { "start": { - "line": 883, + "line": 888, "column": 25 }, "end": { - "line": 883, + "line": 888, "column": 26 } } @@ -347242,15 +348632,15 @@ "postfix": false, "binop": null }, - "start": 34471, - "end": 34472, + "start": 34625, + "end": 34626, "loc": { "start": { - "line": 884, + "line": 889, "column": 12 }, "end": { - "line": 884, + "line": 889, "column": 13 } } @@ -347270,15 +348660,15 @@ "updateContext": null }, "value": "if", - "start": 34486, - "end": 34488, + "start": 34640, + "end": 34642, "loc": { "start": { - "line": 886, + "line": 891, "column": 12 }, "end": { - "line": 886, + "line": 891, "column": 14 } } @@ -347295,15 +348685,15 @@ "postfix": false, "binop": null }, - "start": 34489, - "end": 34490, + "start": 34643, + "end": 34644, "loc": { "start": { - "line": 886, + "line": 891, "column": 15 }, "end": { - "line": 886, + "line": 891, "column": 16 } } @@ -347323,15 +348713,15 @@ "updateContext": null }, "value": "this", - "start": 34490, - "end": 34494, + "start": 34644, + "end": 34648, "loc": { "start": { - "line": 886, + "line": 891, "column": 16 }, "end": { - "line": 886, + "line": 891, "column": 20 } } @@ -347349,15 +348739,15 @@ "binop": null, "updateContext": null }, - "start": 34494, - "end": 34495, + "start": 34648, + "end": 34649, "loc": { "start": { - "line": 886, + "line": 891, "column": 20 }, "end": { - "line": 886, + "line": 891, "column": 21 } } @@ -347375,15 +348765,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 34495, - "end": 34509, + "start": 34649, + "end": 34663, "loc": { "start": { - "line": 886, + "line": 891, "column": 21 }, "end": { - "line": 886, + "line": 891, "column": 35 } } @@ -347400,15 +348790,15 @@ "postfix": false, "binop": null }, - "start": 34509, - "end": 34510, + "start": 34663, + "end": 34664, "loc": { "start": { - "line": 886, + "line": 891, "column": 35 }, "end": { - "line": 886, + "line": 891, "column": 36 } } @@ -347425,15 +348815,15 @@ "postfix": false, "binop": null }, - "start": 34511, - "end": 34512, + "start": 34665, + "end": 34666, "loc": { "start": { - "line": 886, + "line": 891, "column": 37 }, "end": { - "line": 886, + "line": 891, "column": 38 } } @@ -347441,15 +348831,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34529, - "end": 34545, + "start": 34683, + "end": 34699, "loc": { "start": { - "line": 887, + "line": 892, "column": 16 }, "end": { - "line": 887, + "line": 892, "column": 32 } } @@ -347469,15 +348859,15 @@ "updateContext": null }, "value": "this", - "start": 34562, - "end": 34566, + "start": 34716, + "end": 34720, "loc": { "start": { - "line": 888, + "line": 893, "column": 16 }, "end": { - "line": 888, + "line": 893, "column": 20 } } @@ -347495,15 +348885,15 @@ "binop": null, "updateContext": null }, - "start": 34566, - "end": 34567, + "start": 34720, + "end": 34721, "loc": { "start": { - "line": 888, + "line": 893, "column": 20 }, "end": { - "line": 888, + "line": 893, "column": 21 } } @@ -347521,15 +348911,15 @@ "binop": null }, "value": "muteTracks", - "start": 34567, - "end": 34577, + "start": 34721, + "end": 34731, "loc": { "start": { - "line": 888, + "line": 893, "column": 21 }, "end": { - "line": 888, + "line": 893, "column": 31 } } @@ -347546,15 +348936,15 @@ "postfix": false, "binop": null }, - "start": 34577, - "end": 34578, + "start": 34731, + "end": 34732, "loc": { "start": { - "line": 888, + "line": 893, "column": 31 }, "end": { - "line": 888, + "line": 893, "column": 32 } } @@ -347574,15 +348964,15 @@ "updateContext": null }, "value": "false", - "start": 34578, - "end": 34583, + "start": 34732, + "end": 34737, "loc": { "start": { - "line": 888, + "line": 893, "column": 32 }, "end": { - "line": 888, + "line": 893, "column": 37 } } @@ -347599,15 +348989,15 @@ "postfix": false, "binop": null }, - "start": 34583, - "end": 34584, + "start": 34737, + "end": 34738, "loc": { "start": { - "line": 888, + "line": 893, "column": 37 }, "end": { - "line": 888, + "line": 893, "column": 38 } } @@ -347625,15 +349015,15 @@ "binop": null, "updateContext": null }, - "start": 34584, - "end": 34585, + "start": 34738, + "end": 34739, "loc": { "start": { - "line": 888, + "line": 893, "column": 38 }, "end": { - "line": 888, + "line": 893, "column": 39 } } @@ -347650,15 +349040,15 @@ "postfix": false, "binop": null }, - "start": 34598, - "end": 34599, + "start": 34752, + "end": 34753, "loc": { "start": { - "line": 889, + "line": 894, "column": 12 }, "end": { - "line": 889, + "line": 894, "column": 13 } } @@ -347666,15 +349056,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34613, - "end": 34631, + "start": 34767, + "end": 34785, "loc": { "start": { - "line": 891, + "line": 896, "column": 12 }, "end": { - "line": 891, + "line": 896, "column": 30 } } @@ -347694,15 +349084,15 @@ "updateContext": null }, "value": "switch", - "start": 34644, - "end": 34650, + "start": 34798, + "end": 34804, "loc": { "start": { - "line": 892, + "line": 897, "column": 12 }, "end": { - "line": 892, + "line": 897, "column": 18 } } @@ -347719,15 +349109,15 @@ "postfix": false, "binop": null }, - "start": 34651, - "end": 34652, + "start": 34805, + "end": 34806, "loc": { "start": { - "line": 892, + "line": 897, "column": 19 }, "end": { - "line": 892, + "line": 897, "column": 20 } } @@ -347747,15 +349137,15 @@ "updateContext": null }, "value": "this", - "start": 34652, - "end": 34656, + "start": 34806, + "end": 34810, "loc": { "start": { - "line": 892, + "line": 897, "column": 20 }, "end": { - "line": 892, + "line": 897, "column": 24 } } @@ -347773,15 +349163,15 @@ "binop": null, "updateContext": null }, - "start": 34656, - "end": 34657, + "start": 34810, + "end": 34811, "loc": { "start": { - "line": 892, + "line": 897, "column": 24 }, "end": { - "line": 892, + "line": 897, "column": 25 } } @@ -347799,15 +349189,15 @@ "binop": null }, "value": "getRecordType", - "start": 34657, - "end": 34670, + "start": 34811, + "end": 34824, "loc": { "start": { - "line": 892, + "line": 897, "column": 25 }, "end": { - "line": 892, + "line": 897, "column": 38 } } @@ -347824,15 +349214,15 @@ "postfix": false, "binop": null }, - "start": 34670, - "end": 34671, + "start": 34824, + "end": 34825, "loc": { "start": { - "line": 892, + "line": 897, "column": 38 }, "end": { - "line": 892, + "line": 897, "column": 39 } } @@ -347849,15 +349239,15 @@ "postfix": false, "binop": null }, - "start": 34671, - "end": 34672, + "start": 34825, + "end": 34826, "loc": { "start": { - "line": 892, + "line": 897, "column": 39 }, "end": { - "line": 892, + "line": 897, "column": 40 } } @@ -347874,15 +349264,15 @@ "postfix": false, "binop": null }, - "start": 34672, - "end": 34673, + "start": 34826, + "end": 34827, "loc": { "start": { - "line": 892, + "line": 897, "column": 40 }, "end": { - "line": 892, + "line": 897, "column": 41 } } @@ -347899,15 +349289,15 @@ "postfix": false, "binop": null }, - "start": 34674, - "end": 34675, + "start": 34828, + "end": 34829, "loc": { "start": { - "line": 892, + "line": 897, "column": 42 }, "end": { - "line": 892, + "line": 897, "column": 43 } } @@ -347927,15 +349317,15 @@ "updateContext": null }, "value": "case", - "start": 34692, - "end": 34696, + "start": 34846, + "end": 34850, "loc": { "start": { - "line": 893, + "line": 898, "column": 16 }, "end": { - "line": 893, + "line": 898, "column": 20 } } @@ -347953,15 +349343,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 34697, - "end": 34707, + "start": 34851, + "end": 34861, "loc": { "start": { - "line": 893, + "line": 898, "column": 21 }, "end": { - "line": 893, + "line": 898, "column": 31 } } @@ -347979,15 +349369,15 @@ "binop": null, "updateContext": null }, - "start": 34707, - "end": 34708, + "start": 34861, + "end": 34862, "loc": { "start": { - "line": 893, + "line": 898, "column": 31 }, "end": { - "line": 893, + "line": 898, "column": 32 } } @@ -347995,15 +349385,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34729, - "end": 34747, + "start": 34883, + "end": 34901, "loc": { "start": { - "line": 894, + "line": 899, "column": 20 }, "end": { - "line": 894, + "line": 899, "column": 38 } } @@ -348023,15 +349413,15 @@ "updateContext": null }, "value": "this", - "start": 34768, - "end": 34772, + "start": 34922, + "end": 34926, "loc": { "start": { - "line": 895, + "line": 900, "column": 20 }, "end": { - "line": 895, + "line": 900, "column": 24 } } @@ -348049,15 +349439,15 @@ "binop": null, "updateContext": null }, - "start": 34772, - "end": 34773, + "start": 34926, + "end": 34927, "loc": { "start": { - "line": 895, + "line": 900, "column": 24 }, "end": { - "line": 895, + "line": 900, "column": 25 } } @@ -348075,15 +349465,15 @@ "binop": null }, "value": "createSnapshot", - "start": 34773, - "end": 34787, + "start": 34927, + "end": 34941, "loc": { "start": { - "line": 895, + "line": 900, "column": 25 }, "end": { - "line": 895, + "line": 900, "column": 39 } } @@ -348100,15 +349490,15 @@ "postfix": false, "binop": null }, - "start": 34787, - "end": 34788, + "start": 34941, + "end": 34942, "loc": { "start": { - "line": 895, + "line": 900, "column": 39 }, "end": { - "line": 895, + "line": 900, "column": 40 } } @@ -348125,15 +349515,15 @@ "postfix": false, "binop": null }, - "start": 34788, - "end": 34789, + "start": 34942, + "end": 34943, "loc": { "start": { - "line": 895, + "line": 900, "column": 40 }, "end": { - "line": 895, + "line": 900, "column": 41 } } @@ -348151,15 +349541,15 @@ "binop": null, "updateContext": null }, - "start": 34789, - "end": 34790, + "start": 34943, + "end": 34944, "loc": { "start": { - "line": 895, + "line": 900, "column": 41 }, "end": { - "line": 895, + "line": 900, "column": 42 } } @@ -348167,15 +349557,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34812, - "end": 34824, + "start": 34966, + "end": 34978, "loc": { "start": { - "line": 897, + "line": 902, "column": 20 }, "end": { - "line": 897, + "line": 902, "column": 32 } } @@ -348195,15 +349585,15 @@ "updateContext": null }, "value": "this", - "start": 34845, - "end": 34849, + "start": 34999, + "end": 35003, "loc": { "start": { - "line": 898, + "line": 903, "column": 20 }, "end": { - "line": 898, + "line": 903, "column": 24 } } @@ -348221,15 +349611,15 @@ "binop": null, "updateContext": null }, - "start": 34849, - "end": 34850, + "start": 35003, + "end": 35004, "loc": { "start": { - "line": 898, + "line": 903, "column": 24 }, "end": { - "line": 898, + "line": 903, "column": 25 } } @@ -348247,15 +349637,15 @@ "binop": null }, "value": "player", - "start": 34850, - "end": 34856, + "start": 35004, + "end": 35010, "loc": { "start": { - "line": 898, + "line": 903, "column": 25 }, "end": { - "line": 898, + "line": 903, "column": 31 } } @@ -348273,15 +349663,15 @@ "binop": null, "updateContext": null }, - "start": 34856, - "end": 34857, + "start": 35010, + "end": 35011, "loc": { "start": { - "line": 898, + "line": 903, "column": 31 }, "end": { - "line": 898, + "line": 903, "column": 32 } } @@ -348299,15 +349689,15 @@ "binop": null }, "value": "trigger", - "start": 34857, - "end": 34864, + "start": 35011, + "end": 35018, "loc": { "start": { - "line": 898, + "line": 903, "column": 32 }, "end": { - "line": 898, + "line": 903, "column": 39 } } @@ -348324,15 +349714,15 @@ "postfix": false, "binop": null }, - "start": 34864, - "end": 34865, + "start": 35018, + "end": 35019, "loc": { "start": { - "line": 898, + "line": 903, "column": 39 }, "end": { - "line": 898, + "line": 903, "column": 40 } } @@ -348350,15 +349740,15 @@ "binop": null }, "value": "Event", - "start": 34865, - "end": 34870, + "start": 35019, + "end": 35024, "loc": { "start": { - "line": 898, + "line": 903, "column": 40 }, "end": { - "line": 898, + "line": 903, "column": 45 } } @@ -348376,15 +349766,15 @@ "binop": null, "updateContext": null }, - "start": 34870, - "end": 34871, + "start": 35024, + "end": 35025, "loc": { "start": { - "line": 898, + "line": 903, "column": 45 }, "end": { - "line": 898, + "line": 903, "column": 46 } } @@ -348402,15 +349792,15 @@ "binop": null }, "value": "START_RECORD", - "start": 34871, - "end": 34883, + "start": 35025, + "end": 35037, "loc": { "start": { - "line": 898, + "line": 903, "column": 46 }, "end": { - "line": 898, + "line": 903, "column": 58 } } @@ -348427,15 +349817,15 @@ "postfix": false, "binop": null }, - "start": 34883, - "end": 34884, + "start": 35037, + "end": 35038, "loc": { "start": { - "line": 898, + "line": 903, "column": 58 }, "end": { - "line": 898, + "line": 903, "column": 59 } } @@ -348453,15 +349843,15 @@ "binop": null, "updateContext": null }, - "start": 34884, - "end": 34885, + "start": 35038, + "end": 35039, "loc": { "start": { - "line": 898, + "line": 903, "column": 59 }, "end": { - "line": 898, + "line": 903, "column": 60 } } @@ -348481,15 +349871,15 @@ "updateContext": null }, "value": "break", - "start": 34906, - "end": 34911, + "start": 35060, + "end": 35065, "loc": { "start": { - "line": 899, + "line": 904, "column": 20 }, "end": { - "line": 899, + "line": 904, "column": 25 } } @@ -348507,15 +349897,15 @@ "binop": null, "updateContext": null }, - "start": 34911, - "end": 34912, + "start": 35065, + "end": 35066, "loc": { "start": { - "line": 899, + "line": 904, "column": 25 }, "end": { - "line": 899, + "line": 904, "column": 26 } } @@ -348535,15 +349925,15 @@ "updateContext": null }, "value": "case", - "start": 34930, - "end": 34934, + "start": 35084, + "end": 35088, "loc": { "start": { - "line": 901, + "line": 906, "column": 16 }, "end": { - "line": 901, + "line": 906, "column": 20 } } @@ -348561,15 +349951,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 34935, - "end": 34945, + "start": 35089, + "end": 35099, "loc": { "start": { - "line": 901, + "line": 906, "column": 21 }, "end": { - "line": 901, + "line": 906, "column": 31 } } @@ -348587,15 +349977,15 @@ "binop": null, "updateContext": null }, - "start": 34945, - "end": 34946, + "start": 35099, + "end": 35100, "loc": { "start": { - "line": 901, + "line": 906, "column": 31 }, "end": { - "line": 901, + "line": 906, "column": 32 } } @@ -348615,15 +350005,15 @@ "updateContext": null }, "value": "case", - "start": 34963, - "end": 34967, + "start": 35117, + "end": 35121, "loc": { "start": { - "line": 902, + "line": 907, "column": 16 }, "end": { - "line": 902, + "line": 907, "column": 20 } } @@ -348641,15 +350031,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 34968, - "end": 34979, + "start": 35122, + "end": 35133, "loc": { "start": { - "line": 902, + "line": 907, "column": 21 }, "end": { - "line": 902, + "line": 907, "column": 32 } } @@ -348667,15 +350057,15 @@ "binop": null, "updateContext": null }, - "start": 34979, - "end": 34980, + "start": 35133, + "end": 35134, "loc": { "start": { - "line": 902, + "line": 907, "column": 32 }, "end": { - "line": 902, + "line": 907, "column": 33 } } @@ -348695,15 +350085,15 @@ "updateContext": null }, "value": "case", - "start": 34997, - "end": 35001, + "start": 35151, + "end": 35155, "loc": { "start": { - "line": 903, + "line": 908, "column": 16 }, "end": { - "line": 903, + "line": 908, "column": 20 } } @@ -348721,15 +350111,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 35002, - "end": 35014, + "start": 35156, + "end": 35168, "loc": { "start": { - "line": 903, + "line": 908, "column": 21 }, "end": { - "line": 903, + "line": 908, "column": 33 } } @@ -348747,15 +350137,15 @@ "binop": null, "updateContext": null }, - "start": 35014, - "end": 35015, + "start": 35168, + "end": 35169, "loc": { "start": { - "line": 903, + "line": 908, "column": 33 }, "end": { - "line": 903, + "line": 908, "column": 34 } } @@ -348775,15 +350165,15 @@ "updateContext": null }, "value": "case", - "start": 35032, - "end": 35036, + "start": 35186, + "end": 35190, "loc": { "start": { - "line": 904, + "line": 909, "column": 16 }, "end": { - "line": 904, + "line": 909, "column": 20 } } @@ -348801,15 +350191,15 @@ "binop": null }, "value": "ANIMATION", - "start": 35037, - "end": 35046, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 904, + "line": 909, "column": 21 }, "end": { - "line": 904, + "line": 909, "column": 30 } } @@ -348827,15 +350217,15 @@ "binop": null, "updateContext": null }, - "start": 35046, - "end": 35047, + "start": 35200, + "end": 35201, "loc": { "start": { - "line": 904, + "line": 909, "column": 30 }, "end": { - "line": 904, + "line": 909, "column": 31 } } @@ -348855,15 +350245,15 @@ "updateContext": null }, "value": "case", - "start": 35064, - "end": 35068, + "start": 35218, + "end": 35222, "loc": { "start": { - "line": 905, + "line": 910, "column": 16 }, "end": { - "line": 905, + "line": 910, "column": 20 } } @@ -348881,15 +350271,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 35069, - "end": 35080, + "start": 35223, + "end": 35234, "loc": { "start": { - "line": 905, + "line": 910, "column": 21 }, "end": { - "line": 905, + "line": 910, "column": 32 } } @@ -348907,15 +350297,15 @@ "binop": null, "updateContext": null }, - "start": 35080, - "end": 35081, + "start": 35234, + "end": 35235, "loc": { "start": { - "line": 905, + "line": 910, "column": 32 }, "end": { - "line": 905, + "line": 910, "column": 33 } } @@ -348923,15 +350313,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35102, - "end": 35160, + "start": 35256, + "end": 35314, "loc": { "start": { - "line": 906, + "line": 911, "column": 20 }, "end": { - "line": 906, + "line": 911, "column": 78 } } @@ -348951,15 +350341,15 @@ "updateContext": null }, "value": "this", - "start": 35181, - "end": 35185, + "start": 35335, + "end": 35339, "loc": { "start": { - "line": 907, + "line": 912, "column": 20 }, "end": { - "line": 907, + "line": 912, "column": 24 } } @@ -348977,15 +350367,15 @@ "binop": null, "updateContext": null }, - "start": 35185, - "end": 35186, + "start": 35339, + "end": 35340, "loc": { "start": { - "line": 907, + "line": 912, "column": 24 }, "end": { - "line": 907, + "line": 912, "column": 25 } } @@ -349003,15 +350393,15 @@ "binop": null }, "value": "player", - "start": 35186, - "end": 35192, + "start": 35340, + "end": 35346, "loc": { "start": { - "line": 907, + "line": 912, "column": 25 }, "end": { - "line": 907, + "line": 912, "column": 31 } } @@ -349029,15 +350419,15 @@ "binop": null, "updateContext": null }, - "start": 35192, - "end": 35193, + "start": 35346, + "end": 35347, "loc": { "start": { - "line": 907, + "line": 912, "column": 31 }, "end": { - "line": 907, + "line": 912, "column": 32 } } @@ -349055,15 +350445,15 @@ "binop": null }, "value": "one", - "start": 35193, - "end": 35196, + "start": 35347, + "end": 35350, "loc": { "start": { - "line": 907, + "line": 912, "column": 32 }, "end": { - "line": 907, + "line": 912, "column": 35 } } @@ -349080,15 +350470,15 @@ "postfix": false, "binop": null }, - "start": 35196, - "end": 35197, + "start": 35350, + "end": 35351, "loc": { "start": { - "line": 907, + "line": 912, "column": 35 }, "end": { - "line": 907, + "line": 912, "column": 36 } } @@ -349106,15 +350496,15 @@ "binop": null }, "value": "Event", - "start": 35197, - "end": 35202, + "start": 35351, + "end": 35356, "loc": { "start": { - "line": 907, + "line": 912, "column": 36 }, "end": { - "line": 907, + "line": 912, "column": 41 } } @@ -349132,15 +350522,15 @@ "binop": null, "updateContext": null }, - "start": 35202, - "end": 35203, + "start": 35356, + "end": 35357, "loc": { "start": { - "line": 907, + "line": 912, "column": 41 }, "end": { - "line": 907, + "line": 912, "column": 42 } } @@ -349158,15 +350548,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 35203, - "end": 35217, + "start": 35357, + "end": 35371, "loc": { "start": { - "line": 907, + "line": 912, "column": 42 }, "end": { - "line": 907, + "line": 912, "column": 56 } } @@ -349184,15 +350574,15 @@ "binop": null, "updateContext": null }, - "start": 35217, - "end": 35218, + "start": 35371, + "end": 35372, "loc": { "start": { - "line": 907, + "line": 912, "column": 56 }, "end": { - "line": 907, + "line": 912, "column": 57 } } @@ -349209,15 +350599,15 @@ "postfix": false, "binop": null }, - "start": 35219, - "end": 35220, + "start": 35373, + "end": 35374, "loc": { "start": { - "line": 907, + "line": 912, "column": 58 }, "end": { - "line": 907, + "line": 912, "column": 59 } } @@ -349234,15 +350624,15 @@ "postfix": false, "binop": null }, - "start": 35220, - "end": 35221, + "start": 35374, + "end": 35375, "loc": { "start": { - "line": 907, + "line": 912, "column": 59 }, "end": { - "line": 907, + "line": 912, "column": 60 } } @@ -349260,15 +350650,15 @@ "binop": null, "updateContext": null }, - "start": 35222, - "end": 35224, + "start": 35376, + "end": 35378, "loc": { "start": { - "line": 907, + "line": 912, "column": 61 }, "end": { - "line": 907, + "line": 912, "column": 63 } } @@ -349285,15 +350675,15 @@ "postfix": false, "binop": null }, - "start": 35225, - "end": 35226, + "start": 35379, + "end": 35380, "loc": { "start": { - "line": 907, + "line": 912, "column": 64 }, "end": { - "line": 907, + "line": 912, "column": 65 } } @@ -349301,15 +350691,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35251, - "end": 35286, + "start": 35405, + "end": 35440, "loc": { "start": { - "line": 908, + "line": 913, "column": 24 }, "end": { - "line": 908, + "line": 913, "column": 59 } } @@ -349329,15 +350719,15 @@ "updateContext": null }, "value": "this", - "start": 35311, - "end": 35315, + "start": 35465, + "end": 35469, "loc": { "start": { - "line": 909, + "line": 914, "column": 24 }, "end": { - "line": 909, + "line": 914, "column": 28 } } @@ -349355,15 +350745,15 @@ "binop": null, "updateContext": null }, - "start": 35315, - "end": 35316, + "start": 35469, + "end": 35470, "loc": { "start": { - "line": 909, + "line": 914, "column": 28 }, "end": { - "line": 909, + "line": 914, "column": 29 } } @@ -349381,15 +350771,15 @@ "binop": null }, "value": "startRecording", - "start": 35316, - "end": 35330, + "start": 35470, + "end": 35484, "loc": { "start": { - "line": 909, + "line": 914, "column": 29 }, "end": { - "line": 909, + "line": 914, "column": 43 } } @@ -349406,15 +350796,15 @@ "postfix": false, "binop": null }, - "start": 35330, - "end": 35331, + "start": 35484, + "end": 35485, "loc": { "start": { - "line": 909, + "line": 914, "column": 43 }, "end": { - "line": 909, + "line": 914, "column": 44 } } @@ -349431,15 +350821,15 @@ "postfix": false, "binop": null }, - "start": 35331, - "end": 35332, + "start": 35485, + "end": 35486, "loc": { "start": { - "line": 909, + "line": 914, "column": 44 }, "end": { - "line": 909, + "line": 914, "column": 45 } } @@ -349457,15 +350847,15 @@ "binop": null, "updateContext": null }, - "start": 35332, - "end": 35333, + "start": 35486, + "end": 35487, "loc": { "start": { - "line": 909, + "line": 914, "column": 45 }, "end": { - "line": 909, + "line": 914, "column": 46 } } @@ -349482,15 +350872,15 @@ "postfix": false, "binop": null }, - "start": 35354, - "end": 35355, + "start": 35508, + "end": 35509, "loc": { "start": { - "line": 910, + "line": 915, "column": 20 }, "end": { - "line": 910, + "line": 915, "column": 21 } } @@ -349507,15 +350897,15 @@ "postfix": false, "binop": null }, - "start": 35355, - "end": 35356, + "start": 35509, + "end": 35510, "loc": { "start": { - "line": 910, + "line": 915, "column": 21 }, "end": { - "line": 910, + "line": 915, "column": 22 } } @@ -349533,15 +350923,15 @@ "binop": null, "updateContext": null }, - "start": 35356, - "end": 35357, + "start": 35510, + "end": 35511, "loc": { "start": { - "line": 910, + "line": 915, "column": 22 }, "end": { - "line": 910, + "line": 915, "column": 23 } } @@ -349561,15 +350951,15 @@ "updateContext": null }, "value": "break", - "start": 35378, - "end": 35383, + "start": 35532, + "end": 35537, "loc": { "start": { - "line": 911, + "line": 916, "column": 20 }, "end": { - "line": 911, + "line": 916, "column": 25 } } @@ -349587,15 +350977,15 @@ "binop": null, "updateContext": null }, - "start": 35383, - "end": 35384, + "start": 35537, + "end": 35538, "loc": { "start": { - "line": 911, + "line": 916, "column": 25 }, "end": { - "line": 911, + "line": 916, "column": 26 } } @@ -349615,15 +351005,15 @@ "updateContext": null }, "value": "default", - "start": 35402, - "end": 35409, + "start": 35556, + "end": 35563, "loc": { "start": { - "line": 913, + "line": 918, "column": 16 }, "end": { - "line": 913, + "line": 918, "column": 23 } } @@ -349641,15 +351031,15 @@ "binop": null, "updateContext": null }, - "start": 35409, - "end": 35410, + "start": 35563, + "end": 35564, "loc": { "start": { - "line": 913, + "line": 918, "column": 23 }, "end": { - "line": 913, + "line": 918, "column": 24 } } @@ -349657,15 +351047,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35431, - "end": 35484, + "start": 35585, + "end": 35638, "loc": { "start": { - "line": 914, + "line": 919, "column": 20 }, "end": { - "line": 914, + "line": 919, "column": 73 } } @@ -349673,15 +351063,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35505, - "end": 35528, + "start": 35659, + "end": 35682, "loc": { "start": { - "line": 915, + "line": 920, "column": 20 }, "end": { - "line": 915, + "line": 920, "column": 43 } } @@ -349701,15 +351091,15 @@ "updateContext": null }, "value": "this", - "start": 35549, - "end": 35553, + "start": 35703, + "end": 35707, "loc": { "start": { - "line": 916, + "line": 921, "column": 20 }, "end": { - "line": 916, + "line": 921, "column": 24 } } @@ -349727,15 +351117,15 @@ "binop": null, "updateContext": null }, - "start": 35553, - "end": 35554, + "start": 35707, + "end": 35708, "loc": { "start": { - "line": 916, + "line": 921, "column": 24 }, "end": { - "line": 916, + "line": 921, "column": 25 } } @@ -349753,15 +351143,15 @@ "binop": null }, "value": "startRecording", - "start": 35554, - "end": 35568, + "start": 35708, + "end": 35722, "loc": { "start": { - "line": 916, + "line": 921, "column": 25 }, "end": { - "line": 916, + "line": 921, "column": 39 } } @@ -349778,15 +351168,15 @@ "postfix": false, "binop": null }, - "start": 35568, - "end": 35569, + "start": 35722, + "end": 35723, "loc": { "start": { - "line": 916, + "line": 921, "column": 39 }, "end": { - "line": 916, + "line": 921, "column": 40 } } @@ -349803,15 +351193,15 @@ "postfix": false, "binop": null }, - "start": 35569, - "end": 35570, + "start": 35723, + "end": 35724, "loc": { "start": { - "line": 916, + "line": 921, "column": 40 }, "end": { - "line": 916, + "line": 921, "column": 41 } } @@ -349829,15 +351219,15 @@ "binop": null, "updateContext": null }, - "start": 35570, - "end": 35571, + "start": 35724, + "end": 35725, "loc": { "start": { - "line": 916, + "line": 921, "column": 41 }, "end": { - "line": 916, + "line": 921, "column": 42 } } @@ -349854,15 +351244,15 @@ "postfix": false, "binop": null }, - "start": 35584, - "end": 35585, + "start": 35738, + "end": 35739, "loc": { "start": { - "line": 917, + "line": 922, "column": 12 }, "end": { - "line": 917, + "line": 922, "column": 13 } } @@ -349879,15 +351269,15 @@ "postfix": false, "binop": null }, - "start": 35594, - "end": 35595, + "start": 35748, + "end": 35749, "loc": { "start": { - "line": 918, + "line": 923, "column": 8 }, "end": { - "line": 918, + "line": 923, "column": 9 } } @@ -349904,15 +351294,15 @@ "postfix": false, "binop": null }, - "start": 35600, - "end": 35601, + "start": 35754, + "end": 35755, "loc": { "start": { - "line": 919, + "line": 924, "column": 4 }, "end": { - "line": 919, + "line": 924, "column": 5 } } @@ -349920,15 +351310,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35607, - "end": 35658, + "start": 35761, + "end": 35812, "loc": { "start": { - "line": 921, + "line": 926, "column": 4 }, "end": { - "line": 924, + "line": 929, "column": 7 } } @@ -349946,15 +351336,15 @@ "binop": null }, "value": "startRecording", - "start": 35663, - "end": 35677, + "start": 35817, + "end": 35831, "loc": { "start": { - "line": 925, + "line": 930, "column": 4 }, "end": { - "line": 925, + "line": 930, "column": 18 } } @@ -349971,15 +351361,15 @@ "postfix": false, "binop": null }, - "start": 35677, - "end": 35678, + "start": 35831, + "end": 35832, "loc": { "start": { - "line": 925, + "line": 930, "column": 18 }, "end": { - "line": 925, + "line": 930, "column": 19 } } @@ -349996,15 +351386,15 @@ "postfix": false, "binop": null }, - "start": 35678, - "end": 35679, + "start": 35832, + "end": 35833, "loc": { "start": { - "line": 925, + "line": 930, "column": 19 }, "end": { - "line": 925, + "line": 930, "column": 20 } } @@ -350021,15 +351411,15 @@ "postfix": false, "binop": null }, - "start": 35680, - "end": 35681, + "start": 35834, + "end": 35835, "loc": { "start": { - "line": 925, + "line": 930, "column": 21 }, "end": { - "line": 925, + "line": 930, "column": 22 } } @@ -350037,15 +351427,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35690, - "end": 35716, + "start": 35844, + "end": 35870, "loc": { "start": { - "line": 926, + "line": 931, "column": 8 }, "end": { - "line": 926, + "line": 931, "column": 34 } } @@ -350065,15 +351455,15 @@ "updateContext": null }, "value": "this", - "start": 35725, - "end": 35729, + "start": 35879, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 932, "column": 8 }, "end": { - "line": 927, + "line": 932, "column": 12 } } @@ -350091,15 +351481,15 @@ "binop": null, "updateContext": null }, - "start": 35729, - "end": 35730, + "start": 35883, + "end": 35884, "loc": { "start": { - "line": 927, + "line": 932, "column": 12 }, "end": { - "line": 927, + "line": 932, "column": 13 } } @@ -350117,15 +351507,15 @@ "binop": null }, "value": "paused", - "start": 35730, - "end": 35736, + "start": 35884, + "end": 35890, "loc": { "start": { - "line": 927, + "line": 932, "column": 13 }, "end": { - "line": 927, + "line": 932, "column": 19 } } @@ -350144,15 +351534,15 @@ "updateContext": null }, "value": "=", - "start": 35737, - "end": 35738, + "start": 35891, + "end": 35892, "loc": { "start": { - "line": 927, + "line": 932, "column": 20 }, "end": { - "line": 927, + "line": 932, "column": 21 } } @@ -350172,15 +351562,15 @@ "updateContext": null }, "value": "false", - "start": 35739, - "end": 35744, + "start": 35893, + "end": 35898, "loc": { "start": { - "line": 927, + "line": 932, "column": 22 }, "end": { - "line": 927, + "line": 932, "column": 27 } } @@ -350198,15 +351588,15 @@ "binop": null, "updateContext": null }, - "start": 35744, - "end": 35745, + "start": 35898, + "end": 35899, "loc": { "start": { - "line": 927, + "line": 932, "column": 27 }, "end": { - "line": 927, + "line": 932, "column": 28 } } @@ -350226,15 +351616,15 @@ "updateContext": null }, "value": "this", - "start": 35754, - "end": 35758, + "start": 35908, + "end": 35912, "loc": { "start": { - "line": 928, + "line": 933, "column": 8 }, "end": { - "line": 928, + "line": 933, "column": 12 } } @@ -350252,15 +351642,15 @@ "binop": null, "updateContext": null }, - "start": 35758, - "end": 35759, + "start": 35912, + "end": 35913, "loc": { "start": { - "line": 928, + "line": 933, "column": 12 }, "end": { - "line": 928, + "line": 933, "column": 13 } } @@ -350278,15 +351668,15 @@ "binop": null }, "value": "pauseTime", - "start": 35759, - "end": 35768, + "start": 35913, + "end": 35922, "loc": { "start": { - "line": 928, + "line": 933, "column": 13 }, "end": { - "line": 928, + "line": 933, "column": 22 } } @@ -350305,15 +351695,15 @@ "updateContext": null }, "value": "=", - "start": 35769, - "end": 35770, + "start": 35923, + "end": 35924, "loc": { "start": { - "line": 928, + "line": 933, "column": 23 }, "end": { - "line": 928, + "line": 933, "column": 24 } } @@ -350333,15 +351723,15 @@ "updateContext": null }, "value": "this", - "start": 35771, - "end": 35775, + "start": 35925, + "end": 35929, "loc": { "start": { - "line": 928, + "line": 933, "column": 25 }, "end": { - "line": 928, + "line": 933, "column": 29 } } @@ -350359,15 +351749,15 @@ "binop": null, "updateContext": null }, - "start": 35775, - "end": 35776, + "start": 35929, + "end": 35930, "loc": { "start": { - "line": 928, + "line": 933, "column": 29 }, "end": { - "line": 928, + "line": 933, "column": 30 } } @@ -350385,15 +351775,15 @@ "binop": null }, "value": "pausedTime", - "start": 35776, - "end": 35786, + "start": 35930, + "end": 35940, "loc": { "start": { - "line": 928, + "line": 933, "column": 30 }, "end": { - "line": 928, + "line": 933, "column": 40 } } @@ -350412,15 +351802,15 @@ "updateContext": null }, "value": "=", - "start": 35787, - "end": 35788, + "start": 35941, + "end": 35942, "loc": { "start": { - "line": 928, + "line": 933, "column": 41 }, "end": { - "line": 928, + "line": 933, "column": 42 } } @@ -350439,15 +351829,15 @@ "updateContext": null }, "value": 0, - "start": 35789, - "end": 35790, + "start": 35943, + "end": 35944, "loc": { "start": { - "line": 928, + "line": 933, "column": 43 }, "end": { - "line": 928, + "line": 933, "column": 44 } } @@ -350465,15 +351855,15 @@ "binop": null, "updateContext": null }, - "start": 35790, - "end": 35791, + "start": 35944, + "end": 35945, "loc": { "start": { - "line": 928, + "line": 933, "column": 44 }, "end": { - "line": 928, + "line": 933, "column": 45 } } @@ -350493,15 +351883,15 @@ "updateContext": null }, "value": "this", - "start": 35800, - "end": 35804, + "start": 35954, + "end": 35958, "loc": { "start": { - "line": 929, + "line": 934, "column": 8 }, "end": { - "line": 929, + "line": 934, "column": 12 } } @@ -350519,15 +351909,15 @@ "binop": null, "updateContext": null }, - "start": 35804, - "end": 35805, + "start": 35958, + "end": 35959, "loc": { "start": { - "line": 929, + "line": 934, "column": 12 }, "end": { - "line": 929, + "line": 934, "column": 13 } } @@ -350545,15 +351935,15 @@ "binop": null }, "value": "startTime", - "start": 35805, - "end": 35814, + "start": 35959, + "end": 35968, "loc": { "start": { - "line": 929, + "line": 934, "column": 13 }, "end": { - "line": 929, + "line": 934, "column": 22 } } @@ -350572,15 +351962,15 @@ "updateContext": null }, "value": "=", - "start": 35815, - "end": 35816, + "start": 35969, + "end": 35970, "loc": { "start": { - "line": 929, + "line": 934, "column": 23 }, "end": { - "line": 929, + "line": 934, "column": 24 } } @@ -350598,15 +351988,15 @@ "binop": null }, "value": "performance", - "start": 35817, - "end": 35828, + "start": 35971, + "end": 35982, "loc": { "start": { - "line": 929, + "line": 934, "column": 25 }, "end": { - "line": 929, + "line": 934, "column": 36 } } @@ -350624,15 +352014,15 @@ "binop": null, "updateContext": null }, - "start": 35828, - "end": 35829, + "start": 35982, + "end": 35983, "loc": { "start": { - "line": 929, + "line": 934, "column": 36 }, "end": { - "line": 929, + "line": 934, "column": 37 } } @@ -350650,15 +352040,15 @@ "binop": null }, "value": "now", - "start": 35829, - "end": 35832, + "start": 35983, + "end": 35986, "loc": { "start": { - "line": 929, + "line": 934, "column": 37 }, "end": { - "line": 929, + "line": 934, "column": 40 } } @@ -350675,15 +352065,15 @@ "postfix": false, "binop": null }, - "start": 35832, - "end": 35833, + "start": 35986, + "end": 35987, "loc": { "start": { - "line": 929, + "line": 934, "column": 40 }, "end": { - "line": 929, + "line": 934, "column": 41 } } @@ -350700,15 +352090,15 @@ "postfix": false, "binop": null }, - "start": 35833, - "end": 35834, + "start": 35987, + "end": 35988, "loc": { "start": { - "line": 929, + "line": 934, "column": 41 }, "end": { - "line": 929, + "line": 934, "column": 42 } } @@ -350726,15 +352116,15 @@ "binop": null, "updateContext": null }, - "start": 35834, - "end": 35835, + "start": 35988, + "end": 35989, "loc": { "start": { - "line": 929, + "line": 934, "column": 42 }, "end": { - "line": 929, + "line": 934, "column": 43 } } @@ -350742,15 +352132,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35845, - "end": 35863, + "start": 35999, + "end": 36017, "loc": { "start": { - "line": 931, + "line": 936, "column": 8 }, "end": { - "line": 931, + "line": 936, "column": 26 } } @@ -350770,15 +352160,15 @@ "updateContext": null }, "value": "const", - "start": 35872, - "end": 35877, + "start": 36026, + "end": 36031, "loc": { "start": { - "line": 932, + "line": 937, "column": 8 }, "end": { - "line": 932, + "line": 937, "column": 13 } } @@ -350796,15 +352186,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 35878, - "end": 35893, + "start": 36032, + "end": 36047, "loc": { "start": { - "line": 932, + "line": 937, "column": 14 }, "end": { - "line": 932, + "line": 937, "column": 29 } } @@ -350823,15 +352213,15 @@ "updateContext": null }, "value": "=", - "start": 35894, - "end": 35895, + "start": 36048, + "end": 36049, "loc": { "start": { - "line": 932, + "line": 937, "column": 30 }, "end": { - "line": 932, + "line": 937, "column": 31 } } @@ -350850,15 +352240,15 @@ "updateContext": null }, "value": 100, - "start": 35896, - "end": 35899, + "start": 36050, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 937, "column": 32 }, "end": { - "line": 932, + "line": 937, "column": 35 } } @@ -350876,15 +352266,15 @@ "binop": null, "updateContext": null }, - "start": 35899, - "end": 35900, + "start": 36053, + "end": 36054, "loc": { "start": { - "line": 932, + "line": 937, "column": 35 }, "end": { - "line": 932, + "line": 937, "column": 36 } } @@ -350892,15 +352282,15 @@ { "type": "CommentLine", "value": " ms", - "start": 35901, - "end": 35906, + "start": 36055, + "end": 36060, "loc": { "start": { - "line": 932, + "line": 937, "column": 37 }, "end": { - "line": 932, + "line": 937, "column": 42 } } @@ -350920,15 +352310,15 @@ "updateContext": null }, "value": "this", - "start": 35915, - "end": 35919, + "start": 36069, + "end": 36073, "loc": { "start": { - "line": 933, + "line": 938, "column": 8 }, "end": { - "line": 933, + "line": 938, "column": 12 } } @@ -350946,15 +352336,15 @@ "binop": null, "updateContext": null }, - "start": 35919, - "end": 35920, + "start": 36073, + "end": 36074, "loc": { "start": { - "line": 933, + "line": 938, "column": 12 }, "end": { - "line": 933, + "line": 938, "column": 13 } } @@ -350972,15 +352362,15 @@ "binop": null }, "value": "countDown", - "start": 35920, - "end": 35929, + "start": 36074, + "end": 36083, "loc": { "start": { - "line": 933, + "line": 938, "column": 13 }, "end": { - "line": 933, + "line": 938, "column": 22 } } @@ -350999,15 +352389,15 @@ "updateContext": null }, "value": "=", - "start": 35930, - "end": 35931, + "start": 36084, + "end": 36085, "loc": { "start": { - "line": 933, + "line": 938, "column": 23 }, "end": { - "line": 933, + "line": 938, "column": 24 } } @@ -351027,15 +352417,15 @@ "updateContext": null }, "value": "this", - "start": 35932, - "end": 35936, + "start": 36086, + "end": 36090, "loc": { "start": { - "line": 933, + "line": 938, "column": 25 }, "end": { - "line": 933, + "line": 938, "column": 29 } } @@ -351053,15 +352443,15 @@ "binop": null, "updateContext": null }, - "start": 35936, - "end": 35937, + "start": 36090, + "end": 36091, "loc": { "start": { - "line": 933, + "line": 938, "column": 29 }, "end": { - "line": 933, + "line": 938, "column": 30 } } @@ -351079,15 +352469,15 @@ "binop": null }, "value": "player", - "start": 35937, - "end": 35943, + "start": 36091, + "end": 36097, "loc": { "start": { - "line": 933, + "line": 938, "column": 30 }, "end": { - "line": 933, + "line": 938, "column": 36 } } @@ -351105,15 +352495,15 @@ "binop": null, "updateContext": null }, - "start": 35943, - "end": 35944, + "start": 36097, + "end": 36098, "loc": { "start": { - "line": 933, + "line": 938, "column": 36 }, "end": { - "line": 933, + "line": 938, "column": 37 } } @@ -351131,15 +352521,15 @@ "binop": null }, "value": "setInterval", - "start": 35944, - "end": 35955, + "start": 36098, + "end": 36109, "loc": { "start": { - "line": 933, + "line": 938, "column": 37 }, "end": { - "line": 933, + "line": 938, "column": 48 } } @@ -351156,15 +352546,15 @@ "postfix": false, "binop": null }, - "start": 35955, - "end": 35956, + "start": 36109, + "end": 36110, "loc": { "start": { - "line": 933, + "line": 938, "column": 48 }, "end": { - "line": 933, + "line": 938, "column": 49 } } @@ -351184,15 +352574,15 @@ "updateContext": null }, "value": "this", - "start": 35969, - "end": 35973, + "start": 36123, + "end": 36127, "loc": { "start": { - "line": 934, + "line": 939, "column": 12 }, "end": { - "line": 934, + "line": 939, "column": 16 } } @@ -351210,15 +352600,15 @@ "binop": null, "updateContext": null }, - "start": 35973, - "end": 35974, + "start": 36127, + "end": 36128, "loc": { "start": { - "line": 934, + "line": 939, "column": 16 }, "end": { - "line": 934, + "line": 939, "column": 17 } } @@ -351236,15 +352626,15 @@ "binop": null }, "value": "onCountDown", - "start": 35974, - "end": 35985, + "start": 36128, + "end": 36139, "loc": { "start": { - "line": 934, + "line": 939, "column": 17 }, "end": { - "line": 934, + "line": 939, "column": 28 } } @@ -351262,15 +352652,15 @@ "binop": null, "updateContext": null }, - "start": 35985, - "end": 35986, + "start": 36139, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 939, "column": 28 }, "end": { - "line": 934, + "line": 939, "column": 29 } } @@ -351288,15 +352678,15 @@ "binop": null }, "value": "bind", - "start": 35986, - "end": 35990, + "start": 36140, + "end": 36144, "loc": { "start": { - "line": 934, + "line": 939, "column": 29 }, "end": { - "line": 934, + "line": 939, "column": 33 } } @@ -351313,15 +352703,15 @@ "postfix": false, "binop": null }, - "start": 35990, - "end": 35991, + "start": 36144, + "end": 36145, "loc": { "start": { - "line": 934, + "line": 939, "column": 33 }, "end": { - "line": 934, + "line": 939, "column": 34 } } @@ -351341,15 +352731,15 @@ "updateContext": null }, "value": "this", - "start": 35991, - "end": 35995, + "start": 36145, + "end": 36149, "loc": { "start": { - "line": 934, + "line": 939, "column": 34 }, "end": { - "line": 934, + "line": 939, "column": 38 } } @@ -351366,15 +352756,15 @@ "postfix": false, "binop": null }, - "start": 35995, - "end": 35996, + "start": 36149, + "end": 36150, "loc": { "start": { - "line": 934, + "line": 939, "column": 38 }, "end": { - "line": 934, + "line": 939, "column": 39 } } @@ -351392,15 +352782,15 @@ "binop": null, "updateContext": null }, - "start": 35996, - "end": 35997, + "start": 36150, + "end": 36151, "loc": { "start": { - "line": 934, + "line": 939, "column": 39 }, "end": { - "line": 934, + "line": 939, "column": 40 } } @@ -351418,15 +352808,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 35998, - "end": 36013, + "start": 36152, + "end": 36167, "loc": { "start": { - "line": 934, + "line": 939, "column": 41 }, "end": { - "line": 934, + "line": 939, "column": 56 } } @@ -351443,15 +352833,15 @@ "postfix": false, "binop": null }, - "start": 36013, - "end": 36014, + "start": 36167, + "end": 36168, "loc": { "start": { - "line": 934, + "line": 939, "column": 56 }, "end": { - "line": 934, + "line": 939, "column": 57 } } @@ -351469,15 +352859,15 @@ "binop": null, "updateContext": null }, - "start": 36014, - "end": 36015, + "start": 36168, + "end": 36169, "loc": { "start": { - "line": 934, + "line": 939, "column": 57 }, "end": { - "line": 934, + "line": 939, "column": 58 } } @@ -351485,15 +352875,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36025, - "end": 36054, + "start": 36179, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 941, "column": 8 }, "end": { - "line": 936, + "line": 941, "column": 37 } } @@ -351513,15 +352903,15 @@ "updateContext": null }, "value": "if", - "start": 36063, - "end": 36065, + "start": 36217, + "end": 36219, "loc": { "start": { - "line": 937, + "line": 942, "column": 8 }, "end": { - "line": 937, + "line": 942, "column": 10 } } @@ -351538,15 +352928,15 @@ "postfix": false, "binop": null }, - "start": 36066, - "end": 36067, + "start": 36220, + "end": 36221, "loc": { "start": { - "line": 937, + "line": 942, "column": 11 }, "end": { - "line": 937, + "line": 942, "column": 12 } } @@ -351566,15 +352956,15 @@ "updateContext": null }, "value": "this", - "start": 36067, - "end": 36071, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 937, + "line": 942, "column": 12 }, "end": { - "line": 937, + "line": 942, "column": 16 } } @@ -351592,15 +352982,15 @@ "binop": null, "updateContext": null }, - "start": 36071, - "end": 36072, + "start": 36225, + "end": 36226, "loc": { "start": { - "line": 937, + "line": 942, "column": 16 }, "end": { - "line": 937, + "line": 942, "column": 17 } } @@ -351618,15 +353008,15 @@ "binop": null }, "value": "engine", - "start": 36072, - "end": 36078, + "start": 36226, + "end": 36232, "loc": { "start": { - "line": 937, + "line": 942, "column": 17 }, "end": { - "line": 937, + "line": 942, "column": 23 } } @@ -351645,15 +353035,15 @@ "updateContext": null }, "value": "!==", - "start": 36079, - "end": 36082, + "start": 36233, + "end": 36236, "loc": { "start": { - "line": 937, + "line": 942, "column": 24 }, "end": { - "line": 937, + "line": 942, "column": 27 } } @@ -351671,15 +353061,15 @@ "binop": null }, "value": "undefined", - "start": 36083, - "end": 36092, + "start": 36237, + "end": 36246, "loc": { "start": { - "line": 937, + "line": 942, "column": 28 }, "end": { - "line": 937, + "line": 942, "column": 37 } } @@ -351696,15 +353086,15 @@ "postfix": false, "binop": null }, - "start": 36092, - "end": 36093, + "start": 36246, + "end": 36247, "loc": { "start": { - "line": 937, + "line": 942, "column": 37 }, "end": { - "line": 937, + "line": 942, "column": 38 } } @@ -351721,15 +353111,15 @@ "postfix": false, "binop": null }, - "start": 36094, - "end": 36095, + "start": 36248, + "end": 36249, "loc": { "start": { - "line": 937, + "line": 942, "column": 39 }, "end": { - "line": 937, + "line": 942, "column": 40 } } @@ -351749,15 +353139,15 @@ "updateContext": null }, "value": "this", - "start": 36108, - "end": 36112, + "start": 36262, + "end": 36266, "loc": { "start": { - "line": 938, + "line": 943, "column": 12 }, "end": { - "line": 938, + "line": 943, "column": 16 } } @@ -351775,15 +353165,15 @@ "binop": null, "updateContext": null }, - "start": 36112, - "end": 36113, + "start": 36266, + "end": 36267, "loc": { "start": { - "line": 938, + "line": 943, "column": 16 }, "end": { - "line": 938, + "line": 943, "column": 17 } } @@ -351801,15 +353191,15 @@ "binop": null }, "value": "engine", - "start": 36113, - "end": 36119, + "start": 36267, + "end": 36273, "loc": { "start": { - "line": 938, + "line": 943, "column": 17 }, "end": { - "line": 938, + "line": 943, "column": 23 } } @@ -351827,15 +353217,15 @@ "binop": null, "updateContext": null }, - "start": 36119, - "end": 36120, + "start": 36273, + "end": 36274, "loc": { "start": { - "line": 938, + "line": 943, "column": 23 }, "end": { - "line": 938, + "line": 943, "column": 24 } } @@ -351853,15 +353243,15 @@ "binop": null }, "value": "dispose", - "start": 36120, - "end": 36127, + "start": 36274, + "end": 36281, "loc": { "start": { - "line": 938, + "line": 943, "column": 24 }, "end": { - "line": 938, + "line": 943, "column": 31 } } @@ -351878,15 +353268,15 @@ "postfix": false, "binop": null }, - "start": 36127, - "end": 36128, + "start": 36281, + "end": 36282, "loc": { "start": { - "line": 938, + "line": 943, "column": 31 }, "end": { - "line": 938, + "line": 943, "column": 32 } } @@ -351903,15 +353293,15 @@ "postfix": false, "binop": null }, - "start": 36128, - "end": 36129, + "start": 36282, + "end": 36283, "loc": { "start": { - "line": 938, + "line": 943, "column": 32 }, "end": { - "line": 938, + "line": 943, "column": 33 } } @@ -351929,15 +353319,15 @@ "binop": null, "updateContext": null }, - "start": 36129, - "end": 36130, + "start": 36283, + "end": 36284, "loc": { "start": { - "line": 938, + "line": 943, "column": 33 }, "end": { - "line": 938, + "line": 943, "column": 34 } } @@ -351954,15 +353344,15 @@ "postfix": false, "binop": null }, - "start": 36139, - "end": 36140, + "start": 36293, + "end": 36294, "loc": { "start": { - "line": 939, + "line": 944, "column": 8 }, "end": { - "line": 939, + "line": 944, "column": 9 } } @@ -351970,15 +353360,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36150, - "end": 36175, + "start": 36304, + "end": 36329, "loc": { "start": { - "line": 941, + "line": 946, "column": 8 }, "end": { - "line": 941, + "line": 946, "column": 33 } } @@ -351998,15 +353388,15 @@ "updateContext": null }, "value": "this", - "start": 36184, - "end": 36188, + "start": 36338, + "end": 36342, "loc": { "start": { - "line": 942, + "line": 947, "column": 8 }, "end": { - "line": 942, + "line": 947, "column": 12 } } @@ -352024,15 +353414,15 @@ "binop": null, "updateContext": null }, - "start": 36188, - "end": 36189, + "start": 36342, + "end": 36343, "loc": { "start": { - "line": 942, + "line": 947, "column": 12 }, "end": { - "line": 942, + "line": 947, "column": 13 } } @@ -352050,15 +353440,15 @@ "binop": null }, "value": "engine", - "start": 36189, - "end": 36195, + "start": 36343, + "end": 36349, "loc": { "start": { - "line": 942, + "line": 947, "column": 13 }, "end": { - "line": 942, + "line": 947, "column": 19 } } @@ -352076,15 +353466,15 @@ "binop": null, "updateContext": null }, - "start": 36195, - "end": 36196, + "start": 36349, + "end": 36350, "loc": { "start": { - "line": 942, + "line": 947, "column": 19 }, "end": { - "line": 942, + "line": 947, "column": 20 } } @@ -352102,15 +353492,15 @@ "binop": null }, "value": "start", - "start": 36196, - "end": 36201, + "start": 36350, + "end": 36355, "loc": { "start": { - "line": 942, + "line": 947, "column": 20 }, "end": { - "line": 942, + "line": 947, "column": 25 } } @@ -352127,15 +353517,15 @@ "postfix": false, "binop": null }, - "start": 36201, - "end": 36202, + "start": 36355, + "end": 36356, "loc": { "start": { - "line": 942, + "line": 947, "column": 25 }, "end": { - "line": 942, + "line": 947, "column": 26 } } @@ -352152,15 +353542,15 @@ "postfix": false, "binop": null }, - "start": 36202, - "end": 36203, + "start": 36356, + "end": 36357, "loc": { "start": { - "line": 942, + "line": 947, "column": 26 }, "end": { - "line": 942, + "line": 947, "column": 27 } } @@ -352178,15 +353568,15 @@ "binop": null, "updateContext": null }, - "start": 36203, - "end": 36204, + "start": 36357, + "end": 36358, "loc": { "start": { - "line": 942, + "line": 947, "column": 27 }, "end": { - "line": 942, + "line": 947, "column": 28 } } @@ -352194,15 +353584,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36214, - "end": 36226, + "start": 36368, + "end": 36380, "loc": { "start": { - "line": 944, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 949, "column": 20 } } @@ -352222,15 +353612,15 @@ "updateContext": null }, "value": "this", - "start": 36235, - "end": 36239, + "start": 36389, + "end": 36393, "loc": { "start": { - "line": 945, + "line": 950, "column": 8 }, "end": { - "line": 945, + "line": 950, "column": 12 } } @@ -352248,15 +353638,15 @@ "binop": null, "updateContext": null }, - "start": 36239, - "end": 36240, + "start": 36393, + "end": 36394, "loc": { "start": { - "line": 945, + "line": 950, "column": 12 }, "end": { - "line": 945, + "line": 950, "column": 13 } } @@ -352274,15 +353664,15 @@ "binop": null }, "value": "player", - "start": 36240, - "end": 36246, + "start": 36394, + "end": 36400, "loc": { "start": { - "line": 945, + "line": 950, "column": 13 }, "end": { - "line": 945, + "line": 950, "column": 19 } } @@ -352300,15 +353690,15 @@ "binop": null, "updateContext": null }, - "start": 36246, - "end": 36247, + "start": 36400, + "end": 36401, "loc": { "start": { - "line": 945, + "line": 950, "column": 19 }, "end": { - "line": 945, + "line": 950, "column": 20 } } @@ -352326,15 +353716,15 @@ "binop": null }, "value": "trigger", - "start": 36247, - "end": 36254, + "start": 36401, + "end": 36408, "loc": { "start": { - "line": 945, + "line": 950, "column": 20 }, "end": { - "line": 945, + "line": 950, "column": 27 } } @@ -352351,15 +353741,15 @@ "postfix": false, "binop": null }, - "start": 36254, - "end": 36255, + "start": 36408, + "end": 36409, "loc": { "start": { - "line": 945, + "line": 950, "column": 27 }, "end": { - "line": 945, + "line": 950, "column": 28 } } @@ -352377,15 +353767,15 @@ "binop": null }, "value": "Event", - "start": 36255, - "end": 36260, + "start": 36409, + "end": 36414, "loc": { "start": { - "line": 945, + "line": 950, "column": 28 }, "end": { - "line": 945, + "line": 950, "column": 33 } } @@ -352403,15 +353793,15 @@ "binop": null, "updateContext": null }, - "start": 36260, - "end": 36261, + "start": 36414, + "end": 36415, "loc": { "start": { - "line": 945, + "line": 950, "column": 33 }, "end": { - "line": 945, + "line": 950, "column": 34 } } @@ -352429,15 +353819,15 @@ "binop": null }, "value": "START_RECORD", - "start": 36261, - "end": 36273, + "start": 36415, + "end": 36427, "loc": { "start": { - "line": 945, + "line": 950, "column": 34 }, "end": { - "line": 945, + "line": 950, "column": 46 } } @@ -352454,15 +353844,15 @@ "postfix": false, "binop": null }, - "start": 36273, - "end": 36274, + "start": 36427, + "end": 36428, "loc": { "start": { - "line": 945, + "line": 950, "column": 46 }, "end": { - "line": 945, + "line": 950, "column": 47 } } @@ -352480,15 +353870,15 @@ "binop": null, "updateContext": null }, - "start": 36274, - "end": 36275, + "start": 36428, + "end": 36429, "loc": { "start": { - "line": 945, + "line": 950, "column": 47 }, "end": { - "line": 945, + "line": 950, "column": 48 } } @@ -352505,15 +353895,15 @@ "postfix": false, "binop": null }, - "start": 36280, - "end": 36281, + "start": 36434, + "end": 36435, "loc": { "start": { - "line": 946, + "line": 951, "column": 4 }, "end": { - "line": 946, + "line": 951, "column": 5 } } @@ -352521,15 +353911,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36287, - "end": 36321, + "start": 36441, + "end": 36475, "loc": { "start": { - "line": 948, + "line": 953, "column": 4 }, "end": { - "line": 950, + "line": 955, "column": 7 } } @@ -352547,15 +353937,15 @@ "binop": null }, "value": "stop", - "start": 36326, - "end": 36330, + "start": 36480, + "end": 36484, "loc": { "start": { - "line": 951, + "line": 956, "column": 4 }, "end": { - "line": 951, + "line": 956, "column": 8 } } @@ -352572,15 +353962,15 @@ "postfix": false, "binop": null }, - "start": 36330, - "end": 36331, + "start": 36484, + "end": 36485, "loc": { "start": { - "line": 951, + "line": 956, "column": 8 }, "end": { - "line": 951, + "line": 956, "column": 9 } } @@ -352597,15 +353987,15 @@ "postfix": false, "binop": null }, - "start": 36331, - "end": 36332, + "start": 36485, + "end": 36486, "loc": { "start": { - "line": 951, + "line": 956, "column": 9 }, "end": { - "line": 951, + "line": 956, "column": 10 } } @@ -352622,15 +354012,15 @@ "postfix": false, "binop": null }, - "start": 36333, - "end": 36334, + "start": 36487, + "end": 36488, "loc": { "start": { - "line": 951, + "line": 956, "column": 11 }, "end": { - "line": 951, + "line": 956, "column": 12 } } @@ -352650,15 +354040,15 @@ "updateContext": null }, "value": "if", - "start": 36343, - "end": 36345, + "start": 36497, + "end": 36499, "loc": { "start": { - "line": 952, + "line": 957, "column": 8 }, "end": { - "line": 952, + "line": 957, "column": 10 } } @@ -352675,15 +354065,15 @@ "postfix": false, "binop": null }, - "start": 36346, - "end": 36347, + "start": 36500, + "end": 36501, "loc": { "start": { - "line": 952, + "line": 957, "column": 11 }, "end": { - "line": 952, + "line": 957, "column": 12 } } @@ -352702,15 +354092,15 @@ "updateContext": null }, "value": "!", - "start": 36347, - "end": 36348, + "start": 36501, + "end": 36502, "loc": { "start": { - "line": 952, + "line": 957, "column": 12 }, "end": { - "line": 952, + "line": 957, "column": 13 } } @@ -352730,15 +354120,15 @@ "updateContext": null }, "value": "this", - "start": 36348, - "end": 36352, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 952, + "line": 957, "column": 13 }, "end": { - "line": 952, + "line": 957, "column": 17 } } @@ -352756,15 +354146,15 @@ "binop": null, "updateContext": null }, - "start": 36352, - "end": 36353, + "start": 36506, + "end": 36507, "loc": { "start": { - "line": 952, + "line": 957, "column": 17 }, "end": { - "line": 952, + "line": 957, "column": 18 } } @@ -352782,15 +354172,15 @@ "binop": null }, "value": "isProcessing", - "start": 36353, - "end": 36365, + "start": 36507, + "end": 36519, "loc": { "start": { - "line": 952, + "line": 957, "column": 18 }, "end": { - "line": 952, + "line": 957, "column": 30 } } @@ -352807,15 +354197,15 @@ "postfix": false, "binop": null }, - "start": 36365, - "end": 36366, + "start": 36519, + "end": 36520, "loc": { "start": { - "line": 952, + "line": 957, "column": 30 }, "end": { - "line": 952, + "line": 957, "column": 31 } } @@ -352832,15 +354222,15 @@ "postfix": false, "binop": null }, - "start": 36366, - "end": 36367, + "start": 36520, + "end": 36521, "loc": { "start": { - "line": 952, + "line": 957, "column": 31 }, "end": { - "line": 952, + "line": 957, "column": 32 } } @@ -352857,15 +354247,15 @@ "postfix": false, "binop": null }, - "start": 36367, - "end": 36368, + "start": 36521, + "end": 36522, "loc": { "start": { - "line": 952, + "line": 957, "column": 32 }, "end": { - "line": 952, + "line": 957, "column": 33 } } @@ -352882,15 +354272,15 @@ "postfix": false, "binop": null }, - "start": 36369, - "end": 36370, + "start": 36523, + "end": 36524, "loc": { "start": { - "line": 952, + "line": 957, "column": 34 }, "end": { - "line": 952, + "line": 957, "column": 35 } } @@ -352910,15 +354300,15 @@ "updateContext": null }, "value": "this", - "start": 36383, - "end": 36387, + "start": 36537, + "end": 36541, "loc": { "start": { - "line": 953, + "line": 958, "column": 12 }, "end": { - "line": 953, + "line": 958, "column": 16 } } @@ -352936,15 +354326,15 @@ "binop": null, "updateContext": null }, - "start": 36387, - "end": 36388, + "start": 36541, + "end": 36542, "loc": { "start": { - "line": 953, + "line": 958, "column": 16 }, "end": { - "line": 953, + "line": 958, "column": 17 } } @@ -352962,15 +354352,15 @@ "binop": null }, "value": "_recording", - "start": 36388, - "end": 36398, + "start": 36542, + "end": 36552, "loc": { "start": { - "line": 953, + "line": 958, "column": 17 }, "end": { - "line": 953, + "line": 958, "column": 27 } } @@ -352989,15 +354379,15 @@ "updateContext": null }, "value": "=", - "start": 36399, - "end": 36400, + "start": 36553, + "end": 36554, "loc": { "start": { - "line": 953, + "line": 958, "column": 28 }, "end": { - "line": 953, + "line": 958, "column": 29 } } @@ -353017,15 +354407,15 @@ "updateContext": null }, "value": "false", - "start": 36401, - "end": 36406, + "start": 36555, + "end": 36560, "loc": { "start": { - "line": 953, + "line": 958, "column": 30 }, "end": { - "line": 953, + "line": 958, "column": 35 } } @@ -353043,15 +354433,15 @@ "binop": null, "updateContext": null }, - "start": 36406, - "end": 36407, + "start": 36560, + "end": 36561, "loc": { "start": { - "line": 953, + "line": 958, "column": 35 }, "end": { - "line": 953, + "line": 958, "column": 36 } } @@ -353071,15 +354461,15 @@ "updateContext": null }, "value": "this", - "start": 36420, - "end": 36424, + "start": 36574, + "end": 36578, "loc": { "start": { - "line": 954, + "line": 959, "column": 12 }, "end": { - "line": 954, + "line": 959, "column": 16 } } @@ -353097,15 +354487,15 @@ "binop": null, "updateContext": null }, - "start": 36424, - "end": 36425, + "start": 36578, + "end": 36579, "loc": { "start": { - "line": 954, + "line": 959, "column": 16 }, "end": { - "line": 954, + "line": 959, "column": 17 } } @@ -353123,15 +354513,15 @@ "binop": null }, "value": "_processing", - "start": 36425, - "end": 36436, + "start": 36579, + "end": 36590, "loc": { "start": { - "line": 954, + "line": 959, "column": 17 }, "end": { - "line": 954, + "line": 959, "column": 28 } } @@ -353150,15 +354540,15 @@ "updateContext": null }, "value": "=", - "start": 36437, - "end": 36438, + "start": 36591, + "end": 36592, "loc": { "start": { - "line": 954, + "line": 959, "column": 29 }, "end": { - "line": 954, + "line": 959, "column": 30 } } @@ -353178,15 +354568,15 @@ "updateContext": null }, "value": "true", - "start": 36439, - "end": 36443, + "start": 36593, + "end": 36597, "loc": { "start": { - "line": 954, + "line": 959, "column": 31 }, "end": { - "line": 954, + "line": 959, "column": 35 } } @@ -353204,15 +354594,15 @@ "binop": null, "updateContext": null }, - "start": 36443, - "end": 36444, + "start": 36597, + "end": 36598, "loc": { "start": { - "line": 954, + "line": 959, "column": 35 }, "end": { - "line": 954, + "line": 959, "column": 36 } } @@ -353232,15 +354622,15 @@ "updateContext": null }, "value": "if", - "start": 36458, - "end": 36460, + "start": 36612, + "end": 36614, "loc": { "start": { - "line": 956, + "line": 961, "column": 12 }, "end": { - "line": 956, + "line": 961, "column": 14 } } @@ -353257,15 +354647,15 @@ "postfix": false, "binop": null }, - "start": 36461, - "end": 36462, + "start": 36615, + "end": 36616, "loc": { "start": { - "line": 956, + "line": 961, "column": 15 }, "end": { - "line": 956, + "line": 961, "column": 16 } } @@ -353285,15 +354675,15 @@ "updateContext": null }, "value": "this", - "start": 36462, - "end": 36466, + "start": 36616, + "end": 36620, "loc": { "start": { - "line": 956, + "line": 961, "column": 16 }, "end": { - "line": 956, + "line": 961, "column": 20 } } @@ -353311,15 +354701,15 @@ "binop": null, "updateContext": null }, - "start": 36466, - "end": 36467, + "start": 36620, + "end": 36621, "loc": { "start": { - "line": 956, + "line": 961, "column": 20 }, "end": { - "line": 956, + "line": 961, "column": 21 } } @@ -353337,15 +354727,15 @@ "binop": null }, "value": "getRecordType", - "start": 36467, - "end": 36480, + "start": 36621, + "end": 36634, "loc": { "start": { - "line": 956, + "line": 961, "column": 21 }, "end": { - "line": 956, + "line": 961, "column": 34 } } @@ -353362,15 +354752,15 @@ "postfix": false, "binop": null }, - "start": 36480, - "end": 36481, + "start": 36634, + "end": 36635, "loc": { "start": { - "line": 956, + "line": 961, "column": 34 }, "end": { - "line": 956, + "line": 961, "column": 35 } } @@ -353387,15 +354777,15 @@ "postfix": false, "binop": null }, - "start": 36481, - "end": 36482, + "start": 36635, + "end": 36636, "loc": { "start": { - "line": 956, + "line": 961, "column": 35 }, "end": { - "line": 956, + "line": 961, "column": 36 } } @@ -353414,15 +354804,15 @@ "updateContext": null }, "value": "!==", - "start": 36483, - "end": 36486, + "start": 36637, + "end": 36640, "loc": { "start": { - "line": 956, + "line": 961, "column": 37 }, "end": { - "line": 956, + "line": 961, "column": 40 } } @@ -353440,15 +354830,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 36487, - "end": 36497, + "start": 36641, + "end": 36651, "loc": { "start": { - "line": 956, + "line": 961, "column": 41 }, "end": { - "line": 956, + "line": 961, "column": 51 } } @@ -353465,15 +354855,15 @@ "postfix": false, "binop": null }, - "start": 36497, - "end": 36498, + "start": 36651, + "end": 36652, "loc": { "start": { - "line": 956, + "line": 961, "column": 51 }, "end": { - "line": 956, + "line": 961, "column": 52 } } @@ -353490,15 +354880,15 @@ "postfix": false, "binop": null }, - "start": 36499, - "end": 36500, + "start": 36653, + "end": 36654, "loc": { "start": { - "line": 956, + "line": 961, "column": 53 }, "end": { - "line": 956, + "line": 961, "column": 54 } } @@ -353506,15 +354896,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36517, - "end": 36529, + "start": 36671, + "end": 36683, "loc": { "start": { - "line": 957, + "line": 962, "column": 16 }, "end": { - "line": 957, + "line": 962, "column": 28 } } @@ -353534,15 +354924,15 @@ "updateContext": null }, "value": "this", - "start": 36546, - "end": 36550, + "start": 36700, + "end": 36704, "loc": { "start": { - "line": 958, + "line": 963, "column": 16 }, "end": { - "line": 958, + "line": 963, "column": 20 } } @@ -353560,15 +354950,15 @@ "binop": null, "updateContext": null }, - "start": 36550, - "end": 36551, + "start": 36704, + "end": 36705, "loc": { "start": { - "line": 958, + "line": 963, "column": 20 }, "end": { - "line": 958, + "line": 963, "column": 21 } } @@ -353586,15 +354976,15 @@ "binop": null }, "value": "player", - "start": 36551, - "end": 36557, + "start": 36705, + "end": 36711, "loc": { "start": { - "line": 958, + "line": 963, "column": 21 }, "end": { - "line": 958, + "line": 963, "column": 27 } } @@ -353612,15 +355002,15 @@ "binop": null, "updateContext": null }, - "start": 36557, - "end": 36558, + "start": 36711, + "end": 36712, "loc": { "start": { - "line": 958, + "line": 963, "column": 27 }, "end": { - "line": 958, + "line": 963, "column": 28 } } @@ -353638,15 +355028,15 @@ "binop": null }, "value": "trigger", - "start": 36558, - "end": 36565, + "start": 36712, + "end": 36719, "loc": { "start": { - "line": 958, + "line": 963, "column": 28 }, "end": { - "line": 958, + "line": 963, "column": 35 } } @@ -353663,15 +355053,15 @@ "postfix": false, "binop": null }, - "start": 36565, - "end": 36566, + "start": 36719, + "end": 36720, "loc": { "start": { - "line": 958, + "line": 963, "column": 35 }, "end": { - "line": 958, + "line": 963, "column": 36 } } @@ -353689,15 +355079,15 @@ "binop": null }, "value": "Event", - "start": 36566, - "end": 36571, + "start": 36720, + "end": 36725, "loc": { "start": { - "line": 958, + "line": 963, "column": 36 }, "end": { - "line": 958, + "line": 963, "column": 41 } } @@ -353715,15 +355105,15 @@ "binop": null, "updateContext": null }, - "start": 36571, - "end": 36572, + "start": 36725, + "end": 36726, "loc": { "start": { - "line": 958, + "line": 963, "column": 41 }, "end": { - "line": 958, + "line": 963, "column": 42 } } @@ -353741,15 +355131,15 @@ "binop": null }, "value": "STOP_RECORD", - "start": 36572, - "end": 36583, + "start": 36726, + "end": 36737, "loc": { "start": { - "line": 958, + "line": 963, "column": 42 }, "end": { - "line": 958, + "line": 963, "column": 53 } } @@ -353766,15 +355156,15 @@ "postfix": false, "binop": null }, - "start": 36583, - "end": 36584, + "start": 36737, + "end": 36738, "loc": { "start": { - "line": 958, + "line": 963, "column": 53 }, "end": { - "line": 958, + "line": 963, "column": 54 } } @@ -353792,15 +355182,15 @@ "binop": null, "updateContext": null }, - "start": 36584, - "end": 36585, + "start": 36738, + "end": 36739, "loc": { "start": { - "line": 958, + "line": 963, "column": 54 }, "end": { - "line": 958, + "line": 963, "column": 55 } } @@ -353808,15 +355198,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36603, - "end": 36620, + "start": 36757, + "end": 36774, "loc": { "start": { - "line": 960, + "line": 965, "column": 16 }, "end": { - "line": 960, + "line": 965, "column": 33 } } @@ -353836,15 +355226,15 @@ "updateContext": null }, "value": "this", - "start": 36637, - "end": 36641, + "start": 36791, + "end": 36795, "loc": { "start": { - "line": 961, + "line": 966, "column": 16 }, "end": { - "line": 961, + "line": 966, "column": 20 } } @@ -353862,15 +355252,15 @@ "binop": null, "updateContext": null }, - "start": 36641, - "end": 36642, + "start": 36795, + "end": 36796, "loc": { "start": { - "line": 961, + "line": 966, "column": 20 }, "end": { - "line": 961, + "line": 966, "column": 21 } } @@ -353888,15 +355278,15 @@ "binop": null }, "value": "player", - "start": 36642, - "end": 36648, + "start": 36796, + "end": 36802, "loc": { "start": { - "line": 961, + "line": 966, "column": 21 }, "end": { - "line": 961, + "line": 966, "column": 27 } } @@ -353914,15 +355304,15 @@ "binop": null, "updateContext": null }, - "start": 36648, - "end": 36649, + "start": 36802, + "end": 36803, "loc": { "start": { - "line": 961, + "line": 966, "column": 27 }, "end": { - "line": 961, + "line": 966, "column": 28 } } @@ -353940,15 +355330,15 @@ "binop": null }, "value": "clearInterval", - "start": 36649, - "end": 36662, + "start": 36803, + "end": 36816, "loc": { "start": { - "line": 961, + "line": 966, "column": 28 }, "end": { - "line": 961, + "line": 966, "column": 41 } } @@ -353965,15 +355355,15 @@ "postfix": false, "binop": null }, - "start": 36662, - "end": 36663, + "start": 36816, + "end": 36817, "loc": { "start": { - "line": 961, + "line": 966, "column": 41 }, "end": { - "line": 961, + "line": 966, "column": 42 } } @@ -353993,15 +355383,15 @@ "updateContext": null }, "value": "this", - "start": 36663, - "end": 36667, + "start": 36817, + "end": 36821, "loc": { "start": { - "line": 961, + "line": 966, "column": 42 }, "end": { - "line": 961, + "line": 966, "column": 46 } } @@ -354019,15 +355409,15 @@ "binop": null, "updateContext": null }, - "start": 36667, - "end": 36668, + "start": 36821, + "end": 36822, "loc": { "start": { - "line": 961, + "line": 966, "column": 46 }, "end": { - "line": 961, + "line": 966, "column": 47 } } @@ -354045,15 +355435,15 @@ "binop": null }, "value": "countDown", - "start": 36668, - "end": 36677, + "start": 36822, + "end": 36831, "loc": { "start": { - "line": 961, + "line": 966, "column": 47 }, "end": { - "line": 961, + "line": 966, "column": 56 } } @@ -354070,15 +355460,15 @@ "postfix": false, "binop": null }, - "start": 36677, - "end": 36678, + "start": 36831, + "end": 36832, "loc": { "start": { - "line": 961, + "line": 966, "column": 56 }, "end": { - "line": 961, + "line": 966, "column": 57 } } @@ -354096,15 +355486,15 @@ "binop": null, "updateContext": null }, - "start": 36678, - "end": 36679, + "start": 36832, + "end": 36833, "loc": { "start": { - "line": 961, + "line": 966, "column": 57 }, "end": { - "line": 961, + "line": 966, "column": 58 } } @@ -354112,15 +355502,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36697, - "end": 36754, + "start": 36851, + "end": 36908, "loc": { "start": { - "line": 963, + "line": 968, "column": 16 }, "end": { - "line": 963, + "line": 968, "column": 73 } } @@ -354140,15 +355530,15 @@ "updateContext": null }, "value": "if", - "start": 36771, - "end": 36773, + "start": 36925, + "end": 36927, "loc": { "start": { - "line": 964, + "line": 969, "column": 16 }, "end": { - "line": 964, + "line": 969, "column": 18 } } @@ -354165,15 +355555,15 @@ "postfix": false, "binop": null }, - "start": 36774, - "end": 36775, + "start": 36928, + "end": 36929, "loc": { "start": { - "line": 964, + "line": 969, "column": 19 }, "end": { - "line": 964, + "line": 969, "column": 20 } } @@ -354193,15 +355583,15 @@ "updateContext": null }, "value": "this", - "start": 36775, - "end": 36779, + "start": 36929, + "end": 36933, "loc": { "start": { - "line": 964, + "line": 969, "column": 20 }, "end": { - "line": 964, + "line": 969, "column": 24 } } @@ -354219,15 +355609,15 @@ "binop": null, "updateContext": null }, - "start": 36779, - "end": 36780, + "start": 36933, + "end": 36934, "loc": { "start": { - "line": 964, + "line": 969, "column": 24 }, "end": { - "line": 964, + "line": 969, "column": 25 } } @@ -354245,15 +355635,15 @@ "binop": null }, "value": "engine", - "start": 36780, - "end": 36786, + "start": 36934, + "end": 36940, "loc": { "start": { - "line": 964, + "line": 969, "column": 25 }, "end": { - "line": 964, + "line": 969, "column": 31 } } @@ -354270,15 +355660,15 @@ "postfix": false, "binop": null }, - "start": 36786, - "end": 36787, + "start": 36940, + "end": 36941, "loc": { "start": { - "line": 964, + "line": 969, "column": 31 }, "end": { - "line": 964, + "line": 969, "column": 32 } } @@ -354295,15 +355685,15 @@ "postfix": false, "binop": null }, - "start": 36788, - "end": 36789, + "start": 36942, + "end": 36943, "loc": { "start": { - "line": 964, + "line": 969, "column": 33 }, "end": { - "line": 964, + "line": 969, "column": 34 } } @@ -354323,15 +355713,15 @@ "updateContext": null }, "value": "this", - "start": 36810, - "end": 36814, + "start": 36964, + "end": 36968, "loc": { "start": { - "line": 965, + "line": 970, "column": 20 }, "end": { - "line": 965, + "line": 970, "column": 24 } } @@ -354349,15 +355739,15 @@ "binop": null, "updateContext": null }, - "start": 36814, - "end": 36815, + "start": 36968, + "end": 36969, "loc": { "start": { - "line": 965, + "line": 970, "column": 24 }, "end": { - "line": 965, + "line": 970, "column": 25 } } @@ -354375,15 +355765,15 @@ "binop": null }, "value": "engine", - "start": 36815, - "end": 36821, + "start": 36969, + "end": 36975, "loc": { "start": { - "line": 965, + "line": 970, "column": 25 }, "end": { - "line": 965, + "line": 970, "column": 31 } } @@ -354401,15 +355791,15 @@ "binop": null, "updateContext": null }, - "start": 36821, - "end": 36822, + "start": 36975, + "end": 36976, "loc": { "start": { - "line": 965, + "line": 970, "column": 31 }, "end": { - "line": 965, + "line": 970, "column": 32 } } @@ -354427,15 +355817,15 @@ "binop": null }, "value": "stop", - "start": 36822, - "end": 36826, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 965, + "line": 970, "column": 32 }, "end": { - "line": 965, + "line": 970, "column": 36 } } @@ -354452,15 +355842,15 @@ "postfix": false, "binop": null }, - "start": 36826, - "end": 36827, + "start": 36980, + "end": 36981, "loc": { "start": { - "line": 965, + "line": 970, "column": 36 }, "end": { - "line": 965, + "line": 970, "column": 37 } } @@ -354477,15 +355867,15 @@ "postfix": false, "binop": null }, - "start": 36827, - "end": 36828, + "start": 36981, + "end": 36982, "loc": { "start": { - "line": 965, + "line": 970, "column": 37 }, "end": { - "line": 965, + "line": 970, "column": 38 } } @@ -354503,15 +355893,15 @@ "binop": null, "updateContext": null }, - "start": 36828, - "end": 36829, + "start": 36982, + "end": 36983, "loc": { "start": { - "line": 965, + "line": 970, "column": 38 }, "end": { - "line": 965, + "line": 970, "column": 39 } } @@ -354528,15 +355918,15 @@ "postfix": false, "binop": null }, - "start": 36846, - "end": 36847, + "start": 37000, + "end": 37001, "loc": { "start": { - "line": 966, + "line": 971, "column": 16 }, "end": { - "line": 966, + "line": 971, "column": 17 } } @@ -354556,15 +355946,15 @@ "updateContext": null }, "value": "if", - "start": 36865, - "end": 36867, + "start": 37019, + "end": 37021, "loc": { "start": { - "line": 968, + "line": 973, "column": 16 }, "end": { - "line": 968, + "line": 973, "column": 18 } } @@ -354581,15 +355971,15 @@ "postfix": false, "binop": null }, - "start": 36868, - "end": 36869, + "start": 37022, + "end": 37023, "loc": { "start": { - "line": 968, + "line": 973, "column": 19 }, "end": { - "line": 968, + "line": 973, "column": 20 } } @@ -354609,15 +355999,15 @@ "updateContext": null }, "value": "this", - "start": 36869, - "end": 36873, + "start": 37023, + "end": 37027, "loc": { "start": { - "line": 968, + "line": 973, "column": 20 }, "end": { - "line": 968, + "line": 973, "column": 24 } } @@ -354635,15 +356025,15 @@ "binop": null, "updateContext": null }, - "start": 36873, - "end": 36874, + "start": 37027, + "end": 37028, "loc": { "start": { - "line": 968, + "line": 973, "column": 24 }, "end": { - "line": 968, + "line": 973, "column": 25 } } @@ -354661,15 +356051,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 36874, - "end": 36888, + "start": 37028, + "end": 37042, "loc": { "start": { - "line": 968, + "line": 973, "column": 25 }, "end": { - "line": 968, + "line": 973, "column": 39 } } @@ -354686,15 +356076,15 @@ "postfix": false, "binop": null }, - "start": 36888, - "end": 36889, + "start": 37042, + "end": 37043, "loc": { "start": { - "line": 968, + "line": 973, "column": 39 }, "end": { - "line": 968, + "line": 973, "column": 40 } } @@ -354711,15 +356101,15 @@ "postfix": false, "binop": null }, - "start": 36890, - "end": 36891, + "start": 37044, + "end": 37045, "loc": { "start": { - "line": 968, + "line": 973, "column": 41 }, "end": { - "line": 968, + "line": 973, "column": 42 } } @@ -354727,15 +356117,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 36912, - "end": 36926, + "start": 37066, + "end": 37080, "loc": { "start": { - "line": 969, + "line": 974, "column": 20 }, "end": { - "line": 969, + "line": 974, "column": 34 } } @@ -354755,15 +356145,15 @@ "updateContext": null }, "value": "this", - "start": 36947, - "end": 36951, + "start": 37101, + "end": 37105, "loc": { "start": { - "line": 970, + "line": 975, "column": 20 }, "end": { - "line": 970, + "line": 975, "column": 24 } } @@ -354781,15 +356171,15 @@ "binop": null, "updateContext": null }, - "start": 36951, - "end": 36952, + "start": 37105, + "end": 37106, "loc": { "start": { - "line": 970, + "line": 975, "column": 24 }, "end": { - "line": 970, + "line": 975, "column": 25 } } @@ -354807,15 +356197,15 @@ "binop": null }, "value": "muteTracks", - "start": 36952, - "end": 36962, + "start": 37106, + "end": 37116, "loc": { "start": { - "line": 970, + "line": 975, "column": 25 }, "end": { - "line": 970, + "line": 975, "column": 35 } } @@ -354832,15 +356222,15 @@ "postfix": false, "binop": null }, - "start": 36962, - "end": 36963, + "start": 37116, + "end": 37117, "loc": { "start": { - "line": 970, + "line": 975, "column": 35 }, "end": { - "line": 970, + "line": 975, "column": 36 } } @@ -354860,15 +356250,15 @@ "updateContext": null }, "value": "true", - "start": 36963, - "end": 36967, + "start": 37117, + "end": 37121, "loc": { "start": { - "line": 970, + "line": 975, "column": 36 }, "end": { - "line": 970, + "line": 975, "column": 40 } } @@ -354885,15 +356275,15 @@ "postfix": false, "binop": null }, - "start": 36967, - "end": 36968, + "start": 37121, + "end": 37122, "loc": { "start": { - "line": 970, + "line": 975, "column": 40 }, "end": { - "line": 970, + "line": 975, "column": 41 } } @@ -354911,15 +356301,15 @@ "binop": null, "updateContext": null }, - "start": 36968, - "end": 36969, + "start": 37122, + "end": 37123, "loc": { "start": { - "line": 970, + "line": 975, "column": 41 }, "end": { - "line": 970, + "line": 975, "column": 42 } } @@ -354936,15 +356326,15 @@ "postfix": false, "binop": null }, - "start": 36986, - "end": 36987, + "start": 37140, + "end": 37141, "loc": { "start": { - "line": 971, + "line": 976, "column": 16 }, "end": { - "line": 971, + "line": 976, "column": 17 } } @@ -354961,15 +356351,15 @@ "postfix": false, "binop": null }, - "start": 37000, - "end": 37001, + "start": 37154, + "end": 37155, "loc": { "start": { - "line": 972, + "line": 977, "column": 12 }, "end": { - "line": 972, + "line": 977, "column": 13 } } @@ -354989,15 +356379,15 @@ "updateContext": null }, "value": "else", - "start": 37002, - "end": 37006, + "start": 37156, + "end": 37160, "loc": { "start": { - "line": 972, + "line": 977, "column": 14 }, "end": { - "line": 972, + "line": 977, "column": 18 } } @@ -355014,15 +356404,15 @@ "postfix": false, "binop": null }, - "start": 37007, - "end": 37008, + "start": 37161, + "end": 37162, "loc": { "start": { - "line": 972, + "line": 977, "column": 19 }, "end": { - "line": 972, + "line": 977, "column": 20 } } @@ -355042,15 +356432,15 @@ "updateContext": null }, "value": "if", - "start": 37025, - "end": 37027, + "start": 37179, + "end": 37181, "loc": { "start": { - "line": 973, + "line": 978, "column": 16 }, "end": { - "line": 973, + "line": 978, "column": 18 } } @@ -355067,15 +356457,15 @@ "postfix": false, "binop": null }, - "start": 37028, - "end": 37029, + "start": 37182, + "end": 37183, "loc": { "start": { - "line": 973, + "line": 978, "column": 19 }, "end": { - "line": 973, + "line": 978, "column": 20 } } @@ -355095,15 +356485,15 @@ "updateContext": null }, "value": "this", - "start": 37029, - "end": 37033, + "start": 37183, + "end": 37187, "loc": { "start": { - "line": 973, + "line": 978, "column": 20 }, "end": { - "line": 973, + "line": 978, "column": 24 } } @@ -355121,15 +356511,15 @@ "binop": null, "updateContext": null }, - "start": 37033, - "end": 37034, + "start": 37187, + "end": 37188, "loc": { "start": { - "line": 973, + "line": 978, "column": 24 }, "end": { - "line": 973, + "line": 978, "column": 25 } } @@ -355147,15 +356537,15 @@ "binop": null }, "value": "player", - "start": 37034, - "end": 37040, + "start": 37188, + "end": 37194, "loc": { "start": { - "line": 973, + "line": 978, "column": 25 }, "end": { - "line": 973, + "line": 978, "column": 31 } } @@ -355173,15 +356563,15 @@ "binop": null, "updateContext": null }, - "start": 37040, - "end": 37041, + "start": 37194, + "end": 37195, "loc": { "start": { - "line": 973, + "line": 978, "column": 31 }, "end": { - "line": 973, + "line": 978, "column": 32 } } @@ -355199,15 +356589,15 @@ "binop": null }, "value": "recordedData", - "start": 37041, - "end": 37053, + "start": 37195, + "end": 37207, "loc": { "start": { - "line": 973, + "line": 978, "column": 32 }, "end": { - "line": 973, + "line": 978, "column": 44 } } @@ -355224,15 +356614,15 @@ "postfix": false, "binop": null }, - "start": 37053, - "end": 37054, + "start": 37207, + "end": 37208, "loc": { "start": { - "line": 973, + "line": 978, "column": 44 }, "end": { - "line": 973, + "line": 978, "column": 45 } } @@ -355249,15 +356639,15 @@ "postfix": false, "binop": null }, - "start": 37055, - "end": 37056, + "start": 37209, + "end": 37210, "loc": { "start": { - "line": 973, + "line": 978, "column": 46 }, "end": { - "line": 973, + "line": 978, "column": 47 } } @@ -355265,15 +356655,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37077, - "end": 37135, + "start": 37231, + "end": 37289, "loc": { "start": { - "line": 974, + "line": 979, "column": 20 }, "end": { - "line": 974, + "line": 979, "column": 78 } } @@ -355293,15 +356683,15 @@ "updateContext": null }, "value": "this", - "start": 37156, - "end": 37160, + "start": 37310, + "end": 37314, "loc": { "start": { - "line": 975, + "line": 980, "column": 20 }, "end": { - "line": 975, + "line": 980, "column": 24 } } @@ -355319,15 +356709,15 @@ "binop": null, "updateContext": null }, - "start": 37160, - "end": 37161, + "start": 37314, + "end": 37315, "loc": { "start": { - "line": 975, + "line": 980, "column": 24 }, "end": { - "line": 975, + "line": 980, "column": 25 } } @@ -355345,15 +356735,15 @@ "binop": null }, "value": "player", - "start": 37161, - "end": 37167, + "start": 37315, + "end": 37321, "loc": { "start": { - "line": 975, + "line": 980, "column": 25 }, "end": { - "line": 975, + "line": 980, "column": 31 } } @@ -355371,15 +356761,15 @@ "binop": null, "updateContext": null }, - "start": 37167, - "end": 37168, + "start": 37321, + "end": 37322, "loc": { "start": { - "line": 975, + "line": 980, "column": 31 }, "end": { - "line": 975, + "line": 980, "column": 32 } } @@ -355397,15 +356787,15 @@ "binop": null }, "value": "trigger", - "start": 37168, - "end": 37175, + "start": 37322, + "end": 37329, "loc": { "start": { - "line": 975, + "line": 980, "column": 32 }, "end": { - "line": 975, + "line": 980, "column": 39 } } @@ -355422,15 +356812,15 @@ "postfix": false, "binop": null }, - "start": 37175, - "end": 37176, + "start": 37329, + "end": 37330, "loc": { "start": { - "line": 975, + "line": 980, "column": 39 }, "end": { - "line": 975, + "line": 980, "column": 40 } } @@ -355448,15 +356838,15 @@ "binop": null }, "value": "Event", - "start": 37176, - "end": 37181, + "start": 37330, + "end": 37335, "loc": { "start": { - "line": 975, + "line": 980, "column": 40 }, "end": { - "line": 975, + "line": 980, "column": 45 } } @@ -355474,15 +356864,15 @@ "binop": null, "updateContext": null }, - "start": 37181, - "end": 37182, + "start": 37335, + "end": 37336, "loc": { "start": { - "line": 975, + "line": 980, "column": 45 }, "end": { - "line": 975, + "line": 980, "column": 46 } } @@ -355500,15 +356890,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 37182, - "end": 37195, + "start": 37336, + "end": 37349, "loc": { "start": { - "line": 975, + "line": 980, "column": 46 }, "end": { - "line": 975, + "line": 980, "column": 59 } } @@ -355525,15 +356915,15 @@ "postfix": false, "binop": null }, - "start": 37195, - "end": 37196, + "start": 37349, + "end": 37350, "loc": { "start": { - "line": 975, + "line": 980, "column": 59 }, "end": { - "line": 975, + "line": 980, "column": 60 } } @@ -355551,15 +356941,15 @@ "binop": null, "updateContext": null }, - "start": 37196, - "end": 37197, + "start": 37350, + "end": 37351, "loc": { "start": { - "line": 975, + "line": 980, "column": 60 }, "end": { - "line": 975, + "line": 980, "column": 61 } } @@ -355576,15 +356966,15 @@ "postfix": false, "binop": null }, - "start": 37214, - "end": 37215, + "start": 37368, + "end": 37369, "loc": { "start": { - "line": 976, + "line": 981, "column": 16 }, "end": { - "line": 976, + "line": 981, "column": 17 } } @@ -355601,15 +356991,15 @@ "postfix": false, "binop": null }, - "start": 37228, - "end": 37229, + "start": 37382, + "end": 37383, "loc": { "start": { - "line": 977, + "line": 982, "column": 12 }, "end": { - "line": 977, + "line": 982, "column": 13 } } @@ -355626,15 +357016,15 @@ "postfix": false, "binop": null }, - "start": 37238, - "end": 37239, + "start": 37392, + "end": 37393, "loc": { "start": { - "line": 978, + "line": 983, "column": 8 }, "end": { - "line": 978, + "line": 983, "column": 9 } } @@ -355651,15 +357041,15 @@ "postfix": false, "binop": null }, - "start": 37244, - "end": 37245, + "start": 37398, + "end": 37399, "loc": { "start": { - "line": 979, + "line": 984, "column": 4 }, "end": { - "line": 979, + "line": 984, "column": 5 } } @@ -355667,15 +357057,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37251, - "end": 37309, + "start": 37405, + "end": 37463, "loc": { "start": { - "line": 981, + "line": 986, "column": 4 }, "end": { - "line": 983, + "line": 988, "column": 7 } } @@ -355693,15 +357083,15 @@ "binop": null }, "value": "stopDevice", - "start": 37314, - "end": 37324, + "start": 37468, + "end": 37478, "loc": { "start": { - "line": 984, + "line": 989, "column": 4 }, "end": { - "line": 984, + "line": 989, "column": 14 } } @@ -355718,15 +357108,15 @@ "postfix": false, "binop": null }, - "start": 37324, - "end": 37325, + "start": 37478, + "end": 37479, "loc": { "start": { - "line": 984, + "line": 989, "column": 14 }, "end": { - "line": 984, + "line": 989, "column": 15 } } @@ -355743,15 +357133,15 @@ "postfix": false, "binop": null }, - "start": 37325, - "end": 37326, + "start": 37479, + "end": 37480, "loc": { "start": { - "line": 984, + "line": 989, "column": 15 }, "end": { - "line": 984, + "line": 989, "column": 16 } } @@ -355768,15 +357158,15 @@ "postfix": false, "binop": null }, - "start": 37327, - "end": 37328, + "start": 37481, + "end": 37482, "loc": { "start": { - "line": 984, + "line": 989, "column": 17 }, "end": { - "line": 984, + "line": 989, "column": 18 } } @@ -355796,15 +357186,15 @@ "updateContext": null }, "value": "if", - "start": 37337, - "end": 37339, + "start": 37491, + "end": 37493, "loc": { "start": { - "line": 985, + "line": 990, "column": 8 }, "end": { - "line": 985, + "line": 990, "column": 10 } } @@ -355821,15 +357211,15 @@ "postfix": false, "binop": null }, - "start": 37340, - "end": 37341, + "start": 37494, + "end": 37495, "loc": { "start": { - "line": 985, + "line": 990, "column": 11 }, "end": { - "line": 985, + "line": 990, "column": 12 } } @@ -355849,15 +357239,15 @@ "updateContext": null }, "value": "this", - "start": 37341, - "end": 37345, + "start": 37495, + "end": 37499, "loc": { "start": { - "line": 985, + "line": 990, "column": 12 }, "end": { - "line": 985, + "line": 990, "column": 16 } } @@ -355875,15 +357265,15 @@ "binop": null, "updateContext": null }, - "start": 37345, - "end": 37346, + "start": 37499, + "end": 37500, "loc": { "start": { - "line": 985, + "line": 990, "column": 16 }, "end": { - "line": 985, + "line": 990, "column": 17 } } @@ -355901,15 +357291,15 @@ "binop": null }, "value": "isRecording", - "start": 37346, - "end": 37357, + "start": 37500, + "end": 37511, "loc": { "start": { - "line": 985, + "line": 990, "column": 17 }, "end": { - "line": 985, + "line": 990, "column": 28 } } @@ -355926,15 +357316,15 @@ "postfix": false, "binop": null }, - "start": 37357, - "end": 37358, + "start": 37511, + "end": 37512, "loc": { "start": { - "line": 985, + "line": 990, "column": 28 }, "end": { - "line": 985, + "line": 990, "column": 29 } } @@ -355951,15 +357341,15 @@ "postfix": false, "binop": null }, - "start": 37358, - "end": 37359, + "start": 37512, + "end": 37513, "loc": { "start": { - "line": 985, + "line": 990, "column": 29 }, "end": { - "line": 985, + "line": 990, "column": 30 } } @@ -355976,15 +357366,15 @@ "postfix": false, "binop": null }, - "start": 37359, - "end": 37360, + "start": 37513, + "end": 37514, "loc": { "start": { - "line": 985, + "line": 990, "column": 30 }, "end": { - "line": 985, + "line": 990, "column": 31 } } @@ -356001,15 +357391,15 @@ "postfix": false, "binop": null }, - "start": 37361, - "end": 37362, + "start": 37515, + "end": 37516, "loc": { "start": { - "line": 985, + "line": 990, "column": 32 }, "end": { - "line": 985, + "line": 990, "column": 33 } } @@ -356017,15 +357407,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37375, - "end": 37422, + "start": 37529, + "end": 37576, "loc": { "start": { - "line": 986, + "line": 991, "column": 12 }, "end": { - "line": 986, + "line": 991, "column": 59 } } @@ -356033,15 +357423,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37435, - "end": 37469, + "start": 37589, + "end": 37623, "loc": { "start": { - "line": 987, + "line": 992, "column": 12 }, "end": { - "line": 987, + "line": 992, "column": 46 } } @@ -356061,15 +357451,15 @@ "updateContext": null }, "value": "this", - "start": 37482, - "end": 37486, + "start": 37636, + "end": 37640, "loc": { "start": { - "line": 988, + "line": 993, "column": 12 }, "end": { - "line": 988, + "line": 993, "column": 16 } } @@ -356087,15 +357477,15 @@ "binop": null, "updateContext": null }, - "start": 37486, - "end": 37487, + "start": 37640, + "end": 37641, "loc": { "start": { - "line": 988, + "line": 993, "column": 16 }, "end": { - "line": 988, + "line": 993, "column": 17 } } @@ -356113,15 +357503,15 @@ "binop": null }, "value": "player", - "start": 37487, - "end": 37493, + "start": 37641, + "end": 37647, "loc": { "start": { - "line": 988, + "line": 993, "column": 17 }, "end": { - "line": 988, + "line": 993, "column": 23 } } @@ -356139,15 +357529,15 @@ "binop": null, "updateContext": null }, - "start": 37493, - "end": 37494, + "start": 37647, + "end": 37648, "loc": { "start": { - "line": 988, + "line": 993, "column": 23 }, "end": { - "line": 988, + "line": 993, "column": 24 } } @@ -356165,15 +357555,15 @@ "binop": null }, "value": "one", - "start": 37494, - "end": 37497, + "start": 37648, + "end": 37651, "loc": { "start": { - "line": 988, + "line": 993, "column": 24 }, "end": { - "line": 988, + "line": 993, "column": 27 } } @@ -356190,15 +357580,15 @@ "postfix": false, "binop": null }, - "start": 37497, - "end": 37498, + "start": 37651, + "end": 37652, "loc": { "start": { - "line": 988, + "line": 993, "column": 27 }, "end": { - "line": 988, + "line": 993, "column": 28 } } @@ -356216,15 +357606,15 @@ "binop": null }, "value": "Event", - "start": 37498, - "end": 37503, + "start": 37652, + "end": 37657, "loc": { "start": { - "line": 988, + "line": 993, "column": 28 }, "end": { - "line": 988, + "line": 993, "column": 33 } } @@ -356242,15 +357632,15 @@ "binop": null, "updateContext": null }, - "start": 37503, - "end": 37504, + "start": 37657, + "end": 37658, "loc": { "start": { - "line": 988, + "line": 993, "column": 33 }, "end": { - "line": 988, + "line": 993, "column": 34 } } @@ -356268,15 +357658,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 37504, - "end": 37517, + "start": 37658, + "end": 37671, "loc": { "start": { - "line": 988, + "line": 993, "column": 34 }, "end": { - "line": 988, + "line": 993, "column": 47 } } @@ -356294,15 +357684,15 @@ "binop": null, "updateContext": null }, - "start": 37517, - "end": 37518, + "start": 37671, + "end": 37672, "loc": { "start": { - "line": 988, + "line": 993, "column": 47 }, "end": { - "line": 988, + "line": 993, "column": 48 } } @@ -356322,15 +357712,15 @@ "updateContext": null }, "value": "this", - "start": 37519, - "end": 37523, + "start": 37673, + "end": 37677, "loc": { "start": { - "line": 988, + "line": 993, "column": 49 }, "end": { - "line": 988, + "line": 993, "column": 53 } } @@ -356348,15 +357738,15 @@ "binop": null, "updateContext": null }, - "start": 37523, - "end": 37524, + "start": 37677, + "end": 37678, "loc": { "start": { - "line": 988, + "line": 993, "column": 53 }, "end": { - "line": 988, + "line": 993, "column": 54 } } @@ -356374,15 +357764,15 @@ "binop": null }, "value": "stopStream", - "start": 37524, - "end": 37534, + "start": 37678, + "end": 37688, "loc": { "start": { - "line": 988, + "line": 993, "column": 54 }, "end": { - "line": 988, + "line": 993, "column": 64 } } @@ -356400,15 +357790,15 @@ "binop": null, "updateContext": null }, - "start": 37534, - "end": 37535, + "start": 37688, + "end": 37689, "loc": { "start": { - "line": 988, + "line": 993, "column": 64 }, "end": { - "line": 988, + "line": 993, "column": 65 } } @@ -356426,15 +357816,15 @@ "binop": null }, "value": "bind", - "start": 37535, - "end": 37539, + "start": 37689, + "end": 37693, "loc": { "start": { - "line": 988, + "line": 993, "column": 65 }, "end": { - "line": 988, + "line": 993, "column": 69 } } @@ -356451,15 +357841,15 @@ "postfix": false, "binop": null }, - "start": 37539, - "end": 37540, + "start": 37693, + "end": 37694, "loc": { "start": { - "line": 988, + "line": 993, "column": 69 }, "end": { - "line": 988, + "line": 993, "column": 70 } } @@ -356479,15 +357869,15 @@ "updateContext": null }, "value": "this", - "start": 37540, - "end": 37544, + "start": 37694, + "end": 37698, "loc": { "start": { - "line": 988, + "line": 993, "column": 70 }, "end": { - "line": 988, + "line": 993, "column": 74 } } @@ -356504,15 +357894,15 @@ "postfix": false, "binop": null }, - "start": 37544, - "end": 37545, + "start": 37698, + "end": 37699, "loc": { "start": { - "line": 988, + "line": 993, "column": 74 }, "end": { - "line": 988, + "line": 993, "column": 75 } } @@ -356529,15 +357919,15 @@ "postfix": false, "binop": null }, - "start": 37545, - "end": 37546, + "start": 37699, + "end": 37700, "loc": { "start": { - "line": 988, + "line": 993, "column": 75 }, "end": { - "line": 988, + "line": 993, "column": 76 } } @@ -356555,15 +357945,15 @@ "binop": null, "updateContext": null }, - "start": 37546, - "end": 37547, + "start": 37700, + "end": 37701, "loc": { "start": { - "line": 988, + "line": 993, "column": 76 }, "end": { - "line": 988, + "line": 993, "column": 77 } } @@ -356571,15 +357961,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37561, - "end": 37578, + "start": 37715, + "end": 37732, "loc": { "start": { - "line": 990, + "line": 995, "column": 12 }, "end": { - "line": 990, + "line": 995, "column": 29 } } @@ -356599,15 +357989,15 @@ "updateContext": null }, "value": "this", - "start": 37591, - "end": 37595, + "start": 37745, + "end": 37749, "loc": { "start": { - "line": 991, + "line": 996, "column": 12 }, "end": { - "line": 991, + "line": 996, "column": 16 } } @@ -356625,15 +358015,15 @@ "binop": null, "updateContext": null }, - "start": 37595, - "end": 37596, + "start": 37749, + "end": 37750, "loc": { "start": { - "line": 991, + "line": 996, "column": 16 }, "end": { - "line": 991, + "line": 996, "column": 17 } } @@ -356651,15 +358041,15 @@ "binop": null }, "value": "stop", - "start": 37596, - "end": 37600, + "start": 37750, + "end": 37754, "loc": { "start": { - "line": 991, + "line": 996, "column": 17 }, "end": { - "line": 991, + "line": 996, "column": 21 } } @@ -356676,15 +358066,15 @@ "postfix": false, "binop": null }, - "start": 37600, - "end": 37601, + "start": 37754, + "end": 37755, "loc": { "start": { - "line": 991, + "line": 996, "column": 21 }, "end": { - "line": 991, + "line": 996, "column": 22 } } @@ -356701,15 +358091,15 @@ "postfix": false, "binop": null }, - "start": 37601, - "end": 37602, + "start": 37755, + "end": 37756, "loc": { "start": { - "line": 991, + "line": 996, "column": 22 }, "end": { - "line": 991, + "line": 996, "column": 23 } } @@ -356727,15 +358117,15 @@ "binop": null, "updateContext": null }, - "start": 37602, - "end": 37603, + "start": 37756, + "end": 37757, "loc": { "start": { - "line": 991, + "line": 996, "column": 23 }, "end": { - "line": 991, + "line": 996, "column": 24 } } @@ -356752,15 +358142,15 @@ "postfix": false, "binop": null }, - "start": 37612, - "end": 37613, + "start": 37766, + "end": 37767, "loc": { "start": { - "line": 992, + "line": 997, "column": 8 }, "end": { - "line": 992, + "line": 997, "column": 9 } } @@ -356780,15 +358170,15 @@ "updateContext": null }, "value": "else", - "start": 37614, - "end": 37618, + "start": 37768, + "end": 37772, "loc": { "start": { - "line": 992, + "line": 997, "column": 10 }, "end": { - "line": 992, + "line": 997, "column": 14 } } @@ -356805,15 +358195,15 @@ "postfix": false, "binop": null }, - "start": 37619, - "end": 37620, + "start": 37773, + "end": 37774, "loc": { "start": { - "line": 992, + "line": 997, "column": 15 }, "end": { - "line": 992, + "line": 997, "column": 16 } } @@ -356821,15 +358211,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37633, - "end": 37693, + "start": 37787, + "end": 37847, "loc": { "start": { - "line": 993, + "line": 998, "column": 12 }, "end": { - "line": 993, + "line": 998, "column": 72 } } @@ -356849,15 +358239,15 @@ "updateContext": null }, "value": "this", - "start": 37706, - "end": 37710, + "start": 37860, + "end": 37864, "loc": { "start": { - "line": 994, + "line": 999, "column": 12 }, "end": { - "line": 994, + "line": 999, "column": 16 } } @@ -356875,15 +358265,15 @@ "binop": null, "updateContext": null }, - "start": 37710, - "end": 37711, + "start": 37864, + "end": 37865, "loc": { "start": { - "line": 994, + "line": 999, "column": 16 }, "end": { - "line": 994, + "line": 999, "column": 17 } } @@ -356901,15 +358291,15 @@ "binop": null }, "value": "stopStream", - "start": 37711, - "end": 37721, + "start": 37865, + "end": 37875, "loc": { "start": { - "line": 994, + "line": 999, "column": 17 }, "end": { - "line": 994, + "line": 999, "column": 27 } } @@ -356926,15 +358316,15 @@ "postfix": false, "binop": null }, - "start": 37721, - "end": 37722, + "start": 37875, + "end": 37876, "loc": { "start": { - "line": 994, + "line": 999, "column": 27 }, "end": { - "line": 994, + "line": 999, "column": 28 } } @@ -356951,15 +358341,15 @@ "postfix": false, "binop": null }, - "start": 37722, - "end": 37723, + "start": 37876, + "end": 37877, "loc": { "start": { - "line": 994, + "line": 999, "column": 28 }, "end": { - "line": 994, + "line": 999, "column": 29 } } @@ -356977,15 +358367,15 @@ "binop": null, "updateContext": null }, - "start": 37723, - "end": 37724, + "start": 37877, + "end": 37878, "loc": { "start": { - "line": 994, + "line": 999, "column": 29 }, "end": { - "line": 994, + "line": 999, "column": 30 } } @@ -357002,15 +358392,15 @@ "postfix": false, "binop": null }, - "start": 37733, - "end": 37734, + "start": 37887, + "end": 37888, "loc": { "start": { - "line": 995, + "line": 1000, "column": 8 }, "end": { - "line": 995, + "line": 1000, "column": 9 } } @@ -357027,15 +358417,15 @@ "postfix": false, "binop": null }, - "start": 37739, - "end": 37740, + "start": 37893, + "end": 37894, "loc": { "start": { - "line": 996, + "line": 1001, "column": 4 }, "end": { - "line": 996, + "line": 1001, "column": 5 } } @@ -357043,15 +358433,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37746, - "end": 37788, + "start": 37900, + "end": 37942, "loc": { "start": { - "line": 998, + "line": 1003, "column": 4 }, "end": { - "line": 1000, + "line": 1005, "column": 7 } } @@ -357069,15 +358459,15 @@ "binop": null }, "value": "stopStream", - "start": 37793, - "end": 37803, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 4 }, "end": { - "line": 1001, + "line": 1006, "column": 14 } } @@ -357094,15 +358484,15 @@ "postfix": false, "binop": null }, - "start": 37803, - "end": 37804, + "start": 37957, + "end": 37958, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 14 }, "end": { - "line": 1001, + "line": 1006, "column": 15 } } @@ -357119,15 +358509,15 @@ "postfix": false, "binop": null }, - "start": 37804, - "end": 37805, + "start": 37958, + "end": 37959, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 15 }, "end": { - "line": 1001, + "line": 1006, "column": 16 } } @@ -357144,15 +358534,15 @@ "postfix": false, "binop": null }, - "start": 37806, - "end": 37807, + "start": 37960, + "end": 37961, "loc": { "start": { - "line": 1001, + "line": 1006, "column": 17 }, "end": { - "line": 1001, + "line": 1006, "column": 18 } } @@ -357160,15 +358550,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37816, - "end": 37841, + "start": 37970, + "end": 37995, "loc": { "start": { - "line": 1002, + "line": 1007, "column": 8 }, "end": { - "line": 1002, + "line": 1007, "column": 33 } } @@ -357188,15 +358578,15 @@ "updateContext": null }, "value": "if", - "start": 37850, - "end": 37852, + "start": 38004, + "end": 38006, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 8 }, "end": { - "line": 1003, + "line": 1008, "column": 10 } } @@ -357213,15 +358603,15 @@ "postfix": false, "binop": null }, - "start": 37853, - "end": 37854, + "start": 38007, + "end": 38008, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 11 }, "end": { - "line": 1003, + "line": 1008, "column": 12 } } @@ -357241,15 +358631,15 @@ "updateContext": null }, "value": "this", - "start": 37854, - "end": 37858, + "start": 38008, + "end": 38012, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 12 }, "end": { - "line": 1003, + "line": 1008, "column": 16 } } @@ -357267,15 +358657,15 @@ "binop": null, "updateContext": null }, - "start": 37858, - "end": 37859, + "start": 38012, + "end": 38013, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 16 }, "end": { - "line": 1003, + "line": 1008, "column": 17 } } @@ -357293,15 +358683,15 @@ "binop": null }, "value": "stream", - "start": 37859, - "end": 37865, + "start": 38013, + "end": 38019, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 17 }, "end": { - "line": 1003, + "line": 1008, "column": 23 } } @@ -357318,15 +358708,15 @@ "postfix": false, "binop": null }, - "start": 37865, - "end": 37866, + "start": 38019, + "end": 38020, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 23 }, "end": { - "line": 1003, + "line": 1008, "column": 24 } } @@ -357343,15 +358733,15 @@ "postfix": false, "binop": null }, - "start": 37867, - "end": 37868, + "start": 38021, + "end": 38022, "loc": { "start": { - "line": 1003, + "line": 1008, "column": 25 }, "end": { - "line": 1003, + "line": 1008, "column": 26 } } @@ -357371,15 +358761,15 @@ "updateContext": null }, "value": "this", - "start": 37881, - "end": 37885, + "start": 38035, + "end": 38039, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 12 }, "end": { - "line": 1004, + "line": 1009, "column": 16 } } @@ -357397,15 +358787,15 @@ "binop": null, "updateContext": null }, - "start": 37885, - "end": 37886, + "start": 38039, + "end": 38040, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 16 }, "end": { - "line": 1004, + "line": 1009, "column": 17 } } @@ -357423,15 +358813,15 @@ "binop": null }, "value": "_deviceActive", - "start": 37886, - "end": 37899, + "start": 38040, + "end": 38053, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 17 }, "end": { - "line": 1004, + "line": 1009, "column": 30 } } @@ -357450,15 +358840,15 @@ "updateContext": null }, "value": "=", - "start": 37900, - "end": 37901, + "start": 38054, + "end": 38055, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 31 }, "end": { - "line": 1004, + "line": 1009, "column": 32 } } @@ -357478,15 +358868,15 @@ "updateContext": null }, "value": "false", - "start": 37902, - "end": 37907, + "start": 38056, + "end": 38061, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 33 }, "end": { - "line": 1004, + "line": 1009, "column": 38 } } @@ -357504,15 +358894,15 @@ "binop": null, "updateContext": null }, - "start": 37907, - "end": 37908, + "start": 38061, + "end": 38062, "loc": { "start": { - "line": 1004, + "line": 1009, "column": 38 }, "end": { - "line": 1004, + "line": 1009, "column": 39 } } @@ -357532,15 +358922,15 @@ "updateContext": null }, "value": "if", - "start": 37922, - "end": 37924, + "start": 38076, + "end": 38078, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 12 }, "end": { - "line": 1006, + "line": 1011, "column": 14 } } @@ -357557,15 +358947,15 @@ "postfix": false, "binop": null }, - "start": 37925, - "end": 37926, + "start": 38079, + "end": 38080, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 15 }, "end": { - "line": 1006, + "line": 1011, "column": 16 } } @@ -357585,15 +358975,15 @@ "updateContext": null }, "value": "this", - "start": 37926, - "end": 37930, + "start": 38080, + "end": 38084, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 16 }, "end": { - "line": 1006, + "line": 1011, "column": 20 } } @@ -357611,15 +359001,15 @@ "binop": null, "updateContext": null }, - "start": 37930, - "end": 37931, + "start": 38084, + "end": 38085, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 20 }, "end": { - "line": 1006, + "line": 1011, "column": 21 } } @@ -357637,15 +359027,15 @@ "binop": null }, "value": "getRecordType", - "start": 37931, - "end": 37944, + "start": 38085, + "end": 38098, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 21 }, "end": { - "line": 1006, + "line": 1011, "column": 34 } } @@ -357662,15 +359052,15 @@ "postfix": false, "binop": null }, - "start": 37944, - "end": 37945, + "start": 38098, + "end": 38099, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 34 }, "end": { - "line": 1006, + "line": 1011, "column": 35 } } @@ -357687,15 +359077,15 @@ "postfix": false, "binop": null }, - "start": 37945, - "end": 37946, + "start": 38099, + "end": 38100, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 35 }, "end": { - "line": 1006, + "line": 1011, "column": 36 } } @@ -357714,15 +359104,15 @@ "updateContext": null }, "value": "===", - "start": 37947, - "end": 37950, + "start": 38101, + "end": 38104, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 37 }, "end": { - "line": 1006, + "line": 1011, "column": 40 } } @@ -357740,15 +359130,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 37951, - "end": 37961, + "start": 38105, + "end": 38115, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 41 }, "end": { - "line": 1006, + "line": 1011, "column": 51 } } @@ -357765,15 +359155,15 @@ "postfix": false, "binop": null }, - "start": 37961, - "end": 37962, + "start": 38115, + "end": 38116, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 51 }, "end": { - "line": 1006, + "line": 1011, "column": 52 } } @@ -357790,15 +359180,15 @@ "postfix": false, "binop": null }, - "start": 37963, - "end": 37964, + "start": 38117, + "end": 38118, "loc": { "start": { - "line": 1006, + "line": 1011, "column": 53 }, "end": { - "line": 1006, + "line": 1011, "column": 54 } } @@ -357806,15 +359196,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 37981, - "end": 38027, + "start": 38135, + "end": 38181, "loc": { "start": { - "line": 1007, + "line": 1012, "column": 16 }, "end": { - "line": 1007, + "line": 1012, "column": 62 } } @@ -357834,15 +359224,15 @@ "updateContext": null }, "value": "this", - "start": 38044, - "end": 38048, + "start": 38198, + "end": 38202, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 16 }, "end": { - "line": 1008, + "line": 1013, "column": 20 } } @@ -357860,15 +359250,15 @@ "binop": null, "updateContext": null }, - "start": 38048, - "end": 38049, + "start": 38202, + "end": 38203, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 20 }, "end": { - "line": 1008, + "line": 1013, "column": 21 } } @@ -357886,15 +359276,15 @@ "binop": null }, "value": "surfer", - "start": 38049, - "end": 38055, + "start": 38203, + "end": 38209, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 21 }, "end": { - "line": 1008, + "line": 1013, "column": 27 } } @@ -357912,15 +359302,15 @@ "binop": null, "updateContext": null }, - "start": 38055, - "end": 38056, + "start": 38209, + "end": 38210, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 27 }, "end": { - "line": 1008, + "line": 1013, "column": 28 } } @@ -357938,15 +359328,15 @@ "binop": null }, "value": "surfer", - "start": 38056, - "end": 38062, + "start": 38210, + "end": 38216, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 28 }, "end": { - "line": 1008, + "line": 1013, "column": 34 } } @@ -357964,15 +359354,15 @@ "binop": null, "updateContext": null }, - "start": 38062, - "end": 38063, + "start": 38216, + "end": 38217, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 34 }, "end": { - "line": 1008, + "line": 1013, "column": 35 } } @@ -357990,15 +359380,15 @@ "binop": null }, "value": "microphone", - "start": 38063, - "end": 38073, + "start": 38217, + "end": 38227, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 35 }, "end": { - "line": 1008, + "line": 1013, "column": 45 } } @@ -358016,15 +359406,15 @@ "binop": null, "updateContext": null }, - "start": 38073, - "end": 38074, + "start": 38227, + "end": 38228, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 45 }, "end": { - "line": 1008, + "line": 1013, "column": 46 } } @@ -358042,15 +359432,15 @@ "binop": null }, "value": "stopDevice", - "start": 38074, - "end": 38084, + "start": 38228, + "end": 38238, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 46 }, "end": { - "line": 1008, + "line": 1013, "column": 56 } } @@ -358067,15 +359457,15 @@ "postfix": false, "binop": null }, - "start": 38084, - "end": 38085, + "start": 38238, + "end": 38239, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 56 }, "end": { - "line": 1008, + "line": 1013, "column": 57 } } @@ -358092,15 +359482,15 @@ "postfix": false, "binop": null }, - "start": 38085, - "end": 38086, + "start": 38239, + "end": 38240, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 57 }, "end": { - "line": 1008, + "line": 1013, "column": 58 } } @@ -358118,15 +359508,15 @@ "binop": null, "updateContext": null }, - "start": 38086, - "end": 38087, + "start": 38240, + "end": 38241, "loc": { "start": { - "line": 1008, + "line": 1013, "column": 58 }, "end": { - "line": 1008, + "line": 1013, "column": 59 } } @@ -358146,15 +359536,15 @@ "updateContext": null }, "value": "return", - "start": 38104, - "end": 38110, + "start": 38258, + "end": 38264, "loc": { "start": { - "line": 1009, + "line": 1014, "column": 16 }, "end": { - "line": 1009, + "line": 1014, "column": 22 } } @@ -358172,15 +359562,15 @@ "binop": null, "updateContext": null }, - "start": 38110, - "end": 38111, + "start": 38264, + "end": 38265, "loc": { "start": { - "line": 1009, + "line": 1014, "column": 22 }, "end": { - "line": 1009, + "line": 1014, "column": 23 } } @@ -358197,15 +359587,15 @@ "postfix": false, "binop": null }, - "start": 38124, - "end": 38125, + "start": 38278, + "end": 38279, "loc": { "start": { - "line": 1010, + "line": 1015, "column": 12 }, "end": { - "line": 1010, + "line": 1015, "column": 13 } } @@ -358225,15 +359615,15 @@ "updateContext": null }, "value": "this", - "start": 38138, - "end": 38142, + "start": 38292, + "end": 38296, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 12 }, "end": { - "line": 1011, + "line": 1016, "column": 16 } } @@ -358251,15 +359641,15 @@ "binop": null, "updateContext": null }, - "start": 38142, - "end": 38143, + "start": 38296, + "end": 38297, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 16 }, "end": { - "line": 1011, + "line": 1016, "column": 17 } } @@ -358277,15 +359667,15 @@ "binop": null }, "value": "stream", - "start": 38143, - "end": 38149, + "start": 38297, + "end": 38303, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 17 }, "end": { - "line": 1011, + "line": 1016, "column": 23 } } @@ -358303,15 +359693,15 @@ "binop": null, "updateContext": null }, - "start": 38149, - "end": 38150, + "start": 38303, + "end": 38304, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 23 }, "end": { - "line": 1011, + "line": 1016, "column": 24 } } @@ -358329,15 +359719,15 @@ "binop": null }, "value": "getTracks", - "start": 38150, - "end": 38159, + "start": 38304, + "end": 38313, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 24 }, "end": { - "line": 1011, + "line": 1016, "column": 33 } } @@ -358354,15 +359744,15 @@ "postfix": false, "binop": null }, - "start": 38159, - "end": 38160, + "start": 38313, + "end": 38314, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 33 }, "end": { - "line": 1011, + "line": 1016, "column": 34 } } @@ -358379,15 +359769,15 @@ "postfix": false, "binop": null }, - "start": 38160, - "end": 38161, + "start": 38314, + "end": 38315, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 34 }, "end": { - "line": 1011, + "line": 1016, "column": 35 } } @@ -358405,15 +359795,15 @@ "binop": null, "updateContext": null }, - "start": 38161, - "end": 38162, + "start": 38315, + "end": 38316, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 35 }, "end": { - "line": 1011, + "line": 1016, "column": 36 } } @@ -358431,15 +359821,15 @@ "binop": null }, "value": "forEach", - "start": 38162, - "end": 38169, + "start": 38316, + "end": 38323, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 36 }, "end": { - "line": 1011, + "line": 1016, "column": 43 } } @@ -358456,15 +359846,15 @@ "postfix": false, "binop": null }, - "start": 38169, - "end": 38170, + "start": 38323, + "end": 38324, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 43 }, "end": { - "line": 1011, + "line": 1016, "column": 44 } } @@ -358481,15 +359871,15 @@ "postfix": false, "binop": null }, - "start": 38170, - "end": 38171, + "start": 38324, + "end": 38325, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 44 }, "end": { - "line": 1011, + "line": 1016, "column": 45 } } @@ -358507,15 +359897,15 @@ "binop": null }, "value": "stream", - "start": 38171, - "end": 38177, + "start": 38325, + "end": 38331, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 45 }, "end": { - "line": 1011, + "line": 1016, "column": 51 } } @@ -358532,15 +359922,15 @@ "postfix": false, "binop": null }, - "start": 38177, - "end": 38178, + "start": 38331, + "end": 38332, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 51 }, "end": { - "line": 1011, + "line": 1016, "column": 52 } } @@ -358558,15 +359948,15 @@ "binop": null, "updateContext": null }, - "start": 38179, - "end": 38181, + "start": 38333, + "end": 38335, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 53 }, "end": { - "line": 1011, + "line": 1016, "column": 55 } } @@ -358583,15 +359973,15 @@ "postfix": false, "binop": null }, - "start": 38182, - "end": 38183, + "start": 38336, + "end": 38337, "loc": { "start": { - "line": 1011, + "line": 1016, "column": 56 }, "end": { - "line": 1011, + "line": 1016, "column": 57 } } @@ -358609,15 +359999,15 @@ "binop": null }, "value": "stream", - "start": 38200, - "end": 38206, + "start": 38354, + "end": 38360, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 16 }, "end": { - "line": 1012, + "line": 1017, "column": 22 } } @@ -358635,15 +360025,15 @@ "binop": null, "updateContext": null }, - "start": 38206, - "end": 38207, + "start": 38360, + "end": 38361, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 22 }, "end": { - "line": 1012, + "line": 1017, "column": 23 } } @@ -358661,15 +360051,15 @@ "binop": null }, "value": "stop", - "start": 38207, - "end": 38211, + "start": 38361, + "end": 38365, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 23 }, "end": { - "line": 1012, + "line": 1017, "column": 27 } } @@ -358686,15 +360076,15 @@ "postfix": false, "binop": null }, - "start": 38211, - "end": 38212, + "start": 38365, + "end": 38366, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 27 }, "end": { - "line": 1012, + "line": 1017, "column": 28 } } @@ -358711,15 +360101,15 @@ "postfix": false, "binop": null }, - "start": 38212, - "end": 38213, + "start": 38366, + "end": 38367, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 28 }, "end": { - "line": 1012, + "line": 1017, "column": 29 } } @@ -358737,15 +360127,15 @@ "binop": null, "updateContext": null }, - "start": 38213, - "end": 38214, + "start": 38367, + "end": 38368, "loc": { "start": { - "line": 1012, + "line": 1017, "column": 29 }, "end": { - "line": 1012, + "line": 1017, "column": 30 } } @@ -358762,15 +360152,15 @@ "postfix": false, "binop": null }, - "start": 38227, - "end": 38228, + "start": 38381, + "end": 38382, "loc": { "start": { - "line": 1013, + "line": 1018, "column": 12 }, "end": { - "line": 1013, + "line": 1018, "column": 13 } } @@ -358787,15 +360177,15 @@ "postfix": false, "binop": null }, - "start": 38228, - "end": 38229, + "start": 38382, + "end": 38383, "loc": { "start": { - "line": 1013, + "line": 1018, "column": 13 }, "end": { - "line": 1013, + "line": 1018, "column": 14 } } @@ -358813,15 +360203,15 @@ "binop": null, "updateContext": null }, - "start": 38229, - "end": 38230, + "start": 38383, + "end": 38384, "loc": { "start": { - "line": 1013, + "line": 1018, "column": 14 }, "end": { - "line": 1013, + "line": 1018, "column": 15 } } @@ -358838,15 +360228,15 @@ "postfix": false, "binop": null }, - "start": 38239, - "end": 38240, + "start": 38393, + "end": 38394, "loc": { "start": { - "line": 1014, + "line": 1019, "column": 8 }, "end": { - "line": 1014, + "line": 1019, "column": 9 } } @@ -358863,15 +360253,15 @@ "postfix": false, "binop": null }, - "start": 38245, - "end": 38246, + "start": 38399, + "end": 38400, "loc": { "start": { - "line": 1015, + "line": 1020, "column": 4 }, "end": { - "line": 1015, + "line": 1020, "column": 5 } } @@ -358879,15 +360269,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38252, - "end": 38287, + "start": 38406, + "end": 38441, "loc": { "start": { - "line": 1017, + "line": 1022, "column": 4 }, "end": { - "line": 1019, + "line": 1024, "column": 7 } } @@ -358905,15 +360295,15 @@ "binop": null }, "value": "pause", - "start": 38292, - "end": 38297, + "start": 38446, + "end": 38451, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 4 }, "end": { - "line": 1020, + "line": 1025, "column": 9 } } @@ -358930,15 +360320,15 @@ "postfix": false, "binop": null }, - "start": 38297, - "end": 38298, + "start": 38451, + "end": 38452, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 9 }, "end": { - "line": 1020, + "line": 1025, "column": 10 } } @@ -358955,15 +360345,15 @@ "postfix": false, "binop": null }, - "start": 38298, - "end": 38299, + "start": 38452, + "end": 38453, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 10 }, "end": { - "line": 1020, + "line": 1025, "column": 11 } } @@ -358980,15 +360370,15 @@ "postfix": false, "binop": null }, - "start": 38300, - "end": 38301, + "start": 38454, + "end": 38455, "loc": { "start": { - "line": 1020, + "line": 1025, "column": 12 }, "end": { - "line": 1020, + "line": 1025, "column": 13 } } @@ -359008,15 +360398,15 @@ "updateContext": null }, "value": "if", - "start": 38310, - "end": 38312, + "start": 38464, + "end": 38466, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 8 }, "end": { - "line": 1021, + "line": 1026, "column": 10 } } @@ -359033,15 +360423,15 @@ "postfix": false, "binop": null }, - "start": 38313, - "end": 38314, + "start": 38467, + "end": 38468, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 11 }, "end": { - "line": 1021, + "line": 1026, "column": 12 } } @@ -359060,15 +360450,15 @@ "updateContext": null }, "value": "!", - "start": 38314, - "end": 38315, + "start": 38468, + "end": 38469, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 12 }, "end": { - "line": 1021, + "line": 1026, "column": 13 } } @@ -359088,15 +360478,15 @@ "updateContext": null }, "value": "this", - "start": 38315, - "end": 38319, + "start": 38469, + "end": 38473, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 13 }, "end": { - "line": 1021, + "line": 1026, "column": 17 } } @@ -359114,15 +360504,15 @@ "binop": null, "updateContext": null }, - "start": 38319, - "end": 38320, + "start": 38473, + "end": 38474, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 17 }, "end": { - "line": 1021, + "line": 1026, "column": 18 } } @@ -359140,15 +360530,15 @@ "binop": null }, "value": "paused", - "start": 38320, - "end": 38326, + "start": 38474, + "end": 38480, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 18 }, "end": { - "line": 1021, + "line": 1026, "column": 24 } } @@ -359165,15 +360555,15 @@ "postfix": false, "binop": null }, - "start": 38326, - "end": 38327, + "start": 38480, + "end": 38481, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 24 }, "end": { - "line": 1021, + "line": 1026, "column": 25 } } @@ -359190,15 +360580,15 @@ "postfix": false, "binop": null }, - "start": 38328, - "end": 38329, + "start": 38482, + "end": 38483, "loc": { "start": { - "line": 1021, + "line": 1026, "column": 26 }, "end": { - "line": 1021, + "line": 1026, "column": 27 } } @@ -359218,15 +360608,15 @@ "updateContext": null }, "value": "this", - "start": 38342, - "end": 38346, + "start": 38496, + "end": 38500, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 12 }, "end": { - "line": 1022, + "line": 1027, "column": 16 } } @@ -359244,15 +360634,15 @@ "binop": null, "updateContext": null }, - "start": 38346, - "end": 38347, + "start": 38500, + "end": 38501, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 16 }, "end": { - "line": 1022, + "line": 1027, "column": 17 } } @@ -359270,15 +360660,15 @@ "binop": null }, "value": "pauseTime", - "start": 38347, - "end": 38356, + "start": 38501, + "end": 38510, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 17 }, "end": { - "line": 1022, + "line": 1027, "column": 26 } } @@ -359297,15 +360687,15 @@ "updateContext": null }, "value": "=", - "start": 38357, - "end": 38358, + "start": 38511, + "end": 38512, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 27 }, "end": { - "line": 1022, + "line": 1027, "column": 28 } } @@ -359323,15 +360713,15 @@ "binop": null }, "value": "performance", - "start": 38359, - "end": 38370, + "start": 38513, + "end": 38524, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 29 }, "end": { - "line": 1022, + "line": 1027, "column": 40 } } @@ -359349,15 +360739,15 @@ "binop": null, "updateContext": null }, - "start": 38370, - "end": 38371, + "start": 38524, + "end": 38525, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 40 }, "end": { - "line": 1022, + "line": 1027, "column": 41 } } @@ -359375,15 +360765,15 @@ "binop": null }, "value": "now", - "start": 38371, - "end": 38374, + "start": 38525, + "end": 38528, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 41 }, "end": { - "line": 1022, + "line": 1027, "column": 44 } } @@ -359400,15 +360790,15 @@ "postfix": false, "binop": null }, - "start": 38374, - "end": 38375, + "start": 38528, + "end": 38529, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 44 }, "end": { - "line": 1022, + "line": 1027, "column": 45 } } @@ -359425,15 +360815,15 @@ "postfix": false, "binop": null }, - "start": 38375, - "end": 38376, + "start": 38529, + "end": 38530, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 45 }, "end": { - "line": 1022, + "line": 1027, "column": 46 } } @@ -359451,15 +360841,15 @@ "binop": null, "updateContext": null }, - "start": 38376, - "end": 38377, + "start": 38530, + "end": 38531, "loc": { "start": { - "line": 1022, + "line": 1027, "column": 46 }, "end": { - "line": 1022, + "line": 1027, "column": 47 } } @@ -359479,15 +360869,15 @@ "updateContext": null }, "value": "this", - "start": 38390, - "end": 38394, + "start": 38544, + "end": 38548, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 12 }, "end": { - "line": 1023, + "line": 1028, "column": 16 } } @@ -359505,15 +360895,15 @@ "binop": null, "updateContext": null }, - "start": 38394, - "end": 38395, + "start": 38548, + "end": 38549, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 16 }, "end": { - "line": 1023, + "line": 1028, "column": 17 } } @@ -359531,15 +360921,15 @@ "binop": null }, "value": "paused", - "start": 38395, - "end": 38401, + "start": 38549, + "end": 38555, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 17 }, "end": { - "line": 1023, + "line": 1028, "column": 23 } } @@ -359558,15 +360948,15 @@ "updateContext": null }, "value": "=", - "start": 38402, - "end": 38403, + "start": 38556, + "end": 38557, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 24 }, "end": { - "line": 1023, + "line": 1028, "column": 25 } } @@ -359586,15 +360976,15 @@ "updateContext": null }, "value": "true", - "start": 38404, - "end": 38408, + "start": 38558, + "end": 38562, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 26 }, "end": { - "line": 1023, + "line": 1028, "column": 30 } } @@ -359612,15 +361002,15 @@ "binop": null, "updateContext": null }, - "start": 38408, - "end": 38409, + "start": 38562, + "end": 38563, "loc": { "start": { - "line": 1023, + "line": 1028, "column": 30 }, "end": { - "line": 1023, + "line": 1028, "column": 31 } } @@ -359640,15 +361030,15 @@ "updateContext": null }, "value": "this", - "start": 38423, - "end": 38427, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 12 }, "end": { - "line": 1025, + "line": 1030, "column": 16 } } @@ -359666,15 +361056,15 @@ "binop": null, "updateContext": null }, - "start": 38427, - "end": 38428, + "start": 38581, + "end": 38582, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 16 }, "end": { - "line": 1025, + "line": 1030, "column": 17 } } @@ -359692,15 +361082,15 @@ "binop": null }, "value": "engine", - "start": 38428, - "end": 38434, + "start": 38582, + "end": 38588, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 17 }, "end": { - "line": 1025, + "line": 1030, "column": 23 } } @@ -359718,15 +361108,15 @@ "binop": null, "updateContext": null }, - "start": 38434, - "end": 38435, + "start": 38588, + "end": 38589, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 23 }, "end": { - "line": 1025, + "line": 1030, "column": 24 } } @@ -359744,15 +361134,15 @@ "binop": null }, "value": "pause", - "start": 38435, - "end": 38440, + "start": 38589, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 24 }, "end": { - "line": 1025, + "line": 1030, "column": 29 } } @@ -359769,15 +361159,15 @@ "postfix": false, "binop": null }, - "start": 38440, - "end": 38441, + "start": 38594, + "end": 38595, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 29 }, "end": { - "line": 1025, + "line": 1030, "column": 30 } } @@ -359794,15 +361184,15 @@ "postfix": false, "binop": null }, - "start": 38441, - "end": 38442, + "start": 38595, + "end": 38596, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 30 }, "end": { - "line": 1025, + "line": 1030, "column": 31 } } @@ -359820,15 +361210,15 @@ "binop": null, "updateContext": null }, - "start": 38442, - "end": 38443, + "start": 38596, + "end": 38597, "loc": { "start": { - "line": 1025, + "line": 1030, "column": 31 }, "end": { - "line": 1025, + "line": 1030, "column": 32 } } @@ -359845,15 +361235,15 @@ "postfix": false, "binop": null }, - "start": 38452, - "end": 38453, + "start": 38606, + "end": 38607, "loc": { "start": { - "line": 1026, + "line": 1031, "column": 8 }, "end": { - "line": 1026, + "line": 1031, "column": 9 } } @@ -359870,15 +361260,15 @@ "postfix": false, "binop": null }, - "start": 38458, - "end": 38459, + "start": 38612, + "end": 38613, "loc": { "start": { - "line": 1027, + "line": 1032, "column": 4 }, "end": { - "line": 1027, + "line": 1032, "column": 5 } } @@ -359886,15 +361276,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38465, - "end": 38501, + "start": 38619, + "end": 38655, "loc": { "start": { - "line": 1029, + "line": 1034, "column": 4 }, "end": { - "line": 1031, + "line": 1036, "column": 7 } } @@ -359912,15 +361302,15 @@ "binop": null }, "value": "resume", - "start": 38506, - "end": 38512, + "start": 38660, + "end": 38666, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 4 }, "end": { - "line": 1032, + "line": 1037, "column": 10 } } @@ -359937,15 +361327,15 @@ "postfix": false, "binop": null }, - "start": 38512, - "end": 38513, + "start": 38666, + "end": 38667, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 10 }, "end": { - "line": 1032, + "line": 1037, "column": 11 } } @@ -359962,15 +361352,15 @@ "postfix": false, "binop": null }, - "start": 38513, - "end": 38514, + "start": 38667, + "end": 38668, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 11 }, "end": { - "line": 1032, + "line": 1037, "column": 12 } } @@ -359987,15 +361377,15 @@ "postfix": false, "binop": null }, - "start": 38515, - "end": 38516, + "start": 38669, + "end": 38670, "loc": { "start": { - "line": 1032, + "line": 1037, "column": 13 }, "end": { - "line": 1032, + "line": 1037, "column": 14 } } @@ -360015,15 +361405,15 @@ "updateContext": null }, "value": "if", - "start": 38525, - "end": 38527, + "start": 38679, + "end": 38681, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 8 }, "end": { - "line": 1033, + "line": 1038, "column": 10 } } @@ -360040,15 +361430,15 @@ "postfix": false, "binop": null }, - "start": 38528, - "end": 38529, + "start": 38682, + "end": 38683, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 11 }, "end": { - "line": 1033, + "line": 1038, "column": 12 } } @@ -360068,15 +361458,15 @@ "updateContext": null }, "value": "this", - "start": 38529, - "end": 38533, + "start": 38683, + "end": 38687, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 12 }, "end": { - "line": 1033, + "line": 1038, "column": 16 } } @@ -360094,15 +361484,15 @@ "binop": null, "updateContext": null }, - "start": 38533, - "end": 38534, + "start": 38687, + "end": 38688, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 16 }, "end": { - "line": 1033, + "line": 1038, "column": 17 } } @@ -360120,15 +361510,15 @@ "binop": null }, "value": "paused", - "start": 38534, - "end": 38540, + "start": 38688, + "end": 38694, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 17 }, "end": { - "line": 1033, + "line": 1038, "column": 23 } } @@ -360145,15 +361535,15 @@ "postfix": false, "binop": null }, - "start": 38540, - "end": 38541, + "start": 38694, + "end": 38695, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 23 }, "end": { - "line": 1033, + "line": 1038, "column": 24 } } @@ -360170,15 +361560,15 @@ "postfix": false, "binop": null }, - "start": 38542, - "end": 38543, + "start": 38696, + "end": 38697, "loc": { "start": { - "line": 1033, + "line": 1038, "column": 25 }, "end": { - "line": 1033, + "line": 1038, "column": 26 } } @@ -360198,15 +361588,15 @@ "updateContext": null }, "value": "this", - "start": 38556, - "end": 38560, + "start": 38710, + "end": 38714, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 12 }, "end": { - "line": 1034, + "line": 1039, "column": 16 } } @@ -360224,15 +361614,15 @@ "binop": null, "updateContext": null }, - "start": 38560, - "end": 38561, + "start": 38714, + "end": 38715, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 16 }, "end": { - "line": 1034, + "line": 1039, "column": 17 } } @@ -360250,15 +361640,15 @@ "binop": null }, "value": "pausedTime", - "start": 38561, - "end": 38571, + "start": 38715, + "end": 38725, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 17 }, "end": { - "line": 1034, + "line": 1039, "column": 27 } } @@ -360277,15 +361667,15 @@ "updateContext": null }, "value": "+=", - "start": 38572, - "end": 38574, + "start": 38726, + "end": 38728, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 28 }, "end": { - "line": 1034, + "line": 1039, "column": 30 } } @@ -360303,15 +361693,15 @@ "binop": null }, "value": "performance", - "start": 38575, - "end": 38586, + "start": 38729, + "end": 38740, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 31 }, "end": { - "line": 1034, + "line": 1039, "column": 42 } } @@ -360329,15 +361719,15 @@ "binop": null, "updateContext": null }, - "start": 38586, - "end": 38587, + "start": 38740, + "end": 38741, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 42 }, "end": { - "line": 1034, + "line": 1039, "column": 43 } } @@ -360355,15 +361745,15 @@ "binop": null }, "value": "now", - "start": 38587, - "end": 38590, + "start": 38741, + "end": 38744, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 43 }, "end": { - "line": 1034, + "line": 1039, "column": 46 } } @@ -360380,15 +361770,15 @@ "postfix": false, "binop": null }, - "start": 38590, - "end": 38591, + "start": 38744, + "end": 38745, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 46 }, "end": { - "line": 1034, + "line": 1039, "column": 47 } } @@ -360405,15 +361795,15 @@ "postfix": false, "binop": null }, - "start": 38591, - "end": 38592, + "start": 38745, + "end": 38746, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 47 }, "end": { - "line": 1034, + "line": 1039, "column": 48 } } @@ -360432,15 +361822,15 @@ "updateContext": null }, "value": "-", - "start": 38593, - "end": 38594, + "start": 38747, + "end": 38748, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 49 }, "end": { - "line": 1034, + "line": 1039, "column": 50 } } @@ -360460,15 +361850,15 @@ "updateContext": null }, "value": "this", - "start": 38595, - "end": 38599, + "start": 38749, + "end": 38753, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 51 }, "end": { - "line": 1034, + "line": 1039, "column": 55 } } @@ -360486,15 +361876,15 @@ "binop": null, "updateContext": null }, - "start": 38599, - "end": 38600, + "start": 38753, + "end": 38754, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 55 }, "end": { - "line": 1034, + "line": 1039, "column": 56 } } @@ -360512,15 +361902,15 @@ "binop": null }, "value": "pauseTime", - "start": 38600, - "end": 38609, + "start": 38754, + "end": 38763, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 56 }, "end": { - "line": 1034, + "line": 1039, "column": 65 } } @@ -360538,15 +361928,15 @@ "binop": null, "updateContext": null }, - "start": 38609, - "end": 38610, + "start": 38763, + "end": 38764, "loc": { "start": { - "line": 1034, + "line": 1039, "column": 65 }, "end": { - "line": 1034, + "line": 1039, "column": 66 } } @@ -360566,15 +361956,15 @@ "updateContext": null }, "value": "this", - "start": 38624, - "end": 38628, + "start": 38778, + "end": 38782, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 12 }, "end": { - "line": 1036, + "line": 1041, "column": 16 } } @@ -360592,15 +361982,15 @@ "binop": null, "updateContext": null }, - "start": 38628, - "end": 38629, + "start": 38782, + "end": 38783, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 16 }, "end": { - "line": 1036, + "line": 1041, "column": 17 } } @@ -360618,15 +362008,15 @@ "binop": null }, "value": "engine", - "start": 38629, - "end": 38635, + "start": 38783, + "end": 38789, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 17 }, "end": { - "line": 1036, + "line": 1041, "column": 23 } } @@ -360644,15 +362034,15 @@ "binop": null, "updateContext": null }, - "start": 38635, - "end": 38636, + "start": 38789, + "end": 38790, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 23 }, "end": { - "line": 1036, + "line": 1041, "column": 24 } } @@ -360670,15 +362060,15 @@ "binop": null }, "value": "resume", - "start": 38636, - "end": 38642, + "start": 38790, + "end": 38796, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 24 }, "end": { - "line": 1036, + "line": 1041, "column": 30 } } @@ -360695,15 +362085,15 @@ "postfix": false, "binop": null }, - "start": 38642, - "end": 38643, + "start": 38796, + "end": 38797, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 30 }, "end": { - "line": 1036, + "line": 1041, "column": 31 } } @@ -360720,15 +362110,15 @@ "postfix": false, "binop": null }, - "start": 38643, - "end": 38644, + "start": 38797, + "end": 38798, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 31 }, "end": { - "line": 1036, + "line": 1041, "column": 32 } } @@ -360746,15 +362136,15 @@ "binop": null, "updateContext": null }, - "start": 38644, - "end": 38645, + "start": 38798, + "end": 38799, "loc": { "start": { - "line": 1036, + "line": 1041, "column": 32 }, "end": { - "line": 1036, + "line": 1041, "column": 33 } } @@ -360774,15 +362164,15 @@ "updateContext": null }, "value": "this", - "start": 38658, - "end": 38662, + "start": 38812, + "end": 38816, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 12 }, "end": { - "line": 1037, + "line": 1042, "column": 16 } } @@ -360800,15 +362190,15 @@ "binop": null, "updateContext": null }, - "start": 38662, - "end": 38663, + "start": 38816, + "end": 38817, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 16 }, "end": { - "line": 1037, + "line": 1042, "column": 17 } } @@ -360826,15 +362216,15 @@ "binop": null }, "value": "paused", - "start": 38663, - "end": 38669, + "start": 38817, + "end": 38823, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 17 }, "end": { - "line": 1037, + "line": 1042, "column": 23 } } @@ -360853,15 +362243,15 @@ "updateContext": null }, "value": "=", - "start": 38670, - "end": 38671, + "start": 38824, + "end": 38825, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 24 }, "end": { - "line": 1037, + "line": 1042, "column": 25 } } @@ -360881,15 +362271,15 @@ "updateContext": null }, "value": "false", - "start": 38672, - "end": 38677, + "start": 38826, + "end": 38831, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 26 }, "end": { - "line": 1037, + "line": 1042, "column": 31 } } @@ -360907,15 +362297,15 @@ "binop": null, "updateContext": null }, - "start": 38677, - "end": 38678, + "start": 38831, + "end": 38832, "loc": { "start": { - "line": 1037, + "line": 1042, "column": 31 }, "end": { - "line": 1037, + "line": 1042, "column": 32 } } @@ -360932,15 +362322,15 @@ "postfix": false, "binop": null }, - "start": 38687, - "end": 38688, + "start": 38841, + "end": 38842, "loc": { "start": { - "line": 1038, + "line": 1043, "column": 8 }, "end": { - "line": 1038, + "line": 1043, "column": 9 } } @@ -360957,15 +362347,15 @@ "postfix": false, "binop": null }, - "start": 38693, - "end": 38694, + "start": 38847, + "end": 38848, "loc": { "start": { - "line": 1039, + "line": 1044, "column": 4 }, "end": { - "line": 1039, + "line": 1044, "column": 5 } } @@ -360973,15 +362363,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38700, - "end": 38813, + "start": 38854, + "end": 38967, "loc": { "start": { - "line": 1041, + "line": 1046, "column": 4 }, "end": { - "line": 1045, + "line": 1050, "column": 7 } } @@ -360999,15 +362389,15 @@ "binop": null }, "value": "onRecordComplete", - "start": 38818, - "end": 38834, + "start": 38972, + "end": 38988, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 4 }, "end": { - "line": 1046, + "line": 1051, "column": 20 } } @@ -361024,15 +362414,15 @@ "postfix": false, "binop": null }, - "start": 38834, - "end": 38835, + "start": 38988, + "end": 38989, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 20 }, "end": { - "line": 1046, + "line": 1051, "column": 21 } } @@ -361049,15 +362439,15 @@ "postfix": false, "binop": null }, - "start": 38835, - "end": 38836, + "start": 38989, + "end": 38990, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 21 }, "end": { - "line": 1046, + "line": 1051, "column": 22 } } @@ -361074,15 +362464,15 @@ "postfix": false, "binop": null }, - "start": 38837, - "end": 38838, + "start": 38991, + "end": 38992, "loc": { "start": { - "line": 1046, + "line": 1051, "column": 23 }, "end": { - "line": 1046, + "line": 1051, "column": 24 } } @@ -361090,15 +362480,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 38847, - "end": 38889, + "start": 39001, + "end": 39043, "loc": { "start": { - "line": 1047, + "line": 1052, "column": 8 }, "end": { - "line": 1047, + "line": 1052, "column": 50 } } @@ -361118,15 +362508,15 @@ "updateContext": null }, "value": "this", - "start": 38898, - "end": 38902, + "start": 39052, + "end": 39056, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 8 }, "end": { - "line": 1048, + "line": 1053, "column": 12 } } @@ -361144,15 +362534,15 @@ "binop": null, "updateContext": null }, - "start": 38902, - "end": 38903, + "start": 39056, + "end": 39057, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 12 }, "end": { - "line": 1048, + "line": 1053, "column": 13 } } @@ -361170,15 +362560,15 @@ "binop": null }, "value": "player", - "start": 38903, - "end": 38909, + "start": 39057, + "end": 39063, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 13 }, "end": { - "line": 1048, + "line": 1053, "column": 19 } } @@ -361196,15 +362586,15 @@ "binop": null, "updateContext": null }, - "start": 38909, - "end": 38910, + "start": 39063, + "end": 39064, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 19 }, "end": { - "line": 1048, + "line": 1053, "column": 20 } } @@ -361222,15 +362612,15 @@ "binop": null }, "value": "recordedData", - "start": 38910, - "end": 38922, + "start": 39064, + "end": 39076, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 20 }, "end": { - "line": 1048, + "line": 1053, "column": 32 } } @@ -361249,15 +362639,15 @@ "updateContext": null }, "value": "=", - "start": 38923, - "end": 38924, + "start": 39077, + "end": 39078, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 33 }, "end": { - "line": 1048, + "line": 1053, "column": 34 } } @@ -361277,15 +362667,15 @@ "updateContext": null }, "value": "this", - "start": 38925, - "end": 38929, + "start": 39079, + "end": 39083, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 35 }, "end": { - "line": 1048, + "line": 1053, "column": 39 } } @@ -361303,15 +362693,15 @@ "binop": null, "updateContext": null }, - "start": 38929, - "end": 38930, + "start": 39083, + "end": 39084, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 39 }, "end": { - "line": 1048, + "line": 1053, "column": 40 } } @@ -361329,15 +362719,15 @@ "binop": null }, "value": "engine", - "start": 38930, - "end": 38936, + "start": 39084, + "end": 39090, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 40 }, "end": { - "line": 1048, + "line": 1053, "column": 46 } } @@ -361355,15 +362745,15 @@ "binop": null, "updateContext": null }, - "start": 38936, - "end": 38937, + "start": 39090, + "end": 39091, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 46 }, "end": { - "line": 1048, + "line": 1053, "column": 47 } } @@ -361381,15 +362771,15 @@ "binop": null }, "value": "recordedData", - "start": 38937, - "end": 38949, + "start": 39091, + "end": 39103, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 47 }, "end": { - "line": 1048, + "line": 1053, "column": 59 } } @@ -361407,15 +362797,15 @@ "binop": null, "updateContext": null }, - "start": 38949, - "end": 38950, + "start": 39103, + "end": 39104, "loc": { "start": { - "line": 1048, + "line": 1053, "column": 59 }, "end": { - "line": 1048, + "line": 1053, "column": 60 } } @@ -361423,15 +362813,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 38960, - "end": 39009, + "start": 39114, + "end": 39163, "loc": { "start": { - "line": 1050, + "line": 1055, "column": 8 }, "end": { - "line": 1050, + "line": 1055, "column": 57 } } @@ -361451,15 +362841,15 @@ "updateContext": null }, "value": "if", - "start": 39018, - "end": 39020, + "start": 39172, + "end": 39174, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 8 }, "end": { - "line": 1051, + "line": 1056, "column": 10 } } @@ -361476,15 +362866,15 @@ "postfix": false, "binop": null }, - "start": 39021, - "end": 39022, + "start": 39175, + "end": 39176, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 11 }, "end": { - "line": 1051, + "line": 1056, "column": 12 } } @@ -361504,15 +362894,15 @@ "updateContext": null }, "value": "this", - "start": 39022, - "end": 39026, + "start": 39176, + "end": 39180, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 12 }, "end": { - "line": 1051, + "line": 1056, "column": 16 } } @@ -361530,15 +362920,15 @@ "binop": null, "updateContext": null }, - "start": 39026, - "end": 39027, + "start": 39180, + "end": 39181, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 16 }, "end": { - "line": 1051, + "line": 1056, "column": 17 } } @@ -361556,15 +362946,15 @@ "binop": null }, "value": "player", - "start": 39027, - "end": 39033, + "start": 39181, + "end": 39187, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 17 }, "end": { - "line": 1051, + "line": 1056, "column": 23 } } @@ -361582,15 +362972,15 @@ "binop": null, "updateContext": null }, - "start": 39033, - "end": 39034, + "start": 39187, + "end": 39188, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 23 }, "end": { - "line": 1051, + "line": 1056, "column": 24 } } @@ -361608,15 +362998,15 @@ "binop": null }, "value": "controlBar", - "start": 39034, - "end": 39044, + "start": 39188, + "end": 39198, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 24 }, "end": { - "line": 1051, + "line": 1056, "column": 34 } } @@ -361634,15 +363024,15 @@ "binop": null, "updateContext": null }, - "start": 39044, - "end": 39045, + "start": 39198, + "end": 39199, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 34 }, "end": { - "line": 1051, + "line": 1056, "column": 35 } } @@ -361660,15 +363050,15 @@ "binop": null }, "value": "playToggle", - "start": 39045, - "end": 39055, + "start": 39199, + "end": 39209, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 35 }, "end": { - "line": 1051, + "line": 1056, "column": 45 } } @@ -361687,15 +363077,15 @@ "updateContext": null }, "value": "!==", - "start": 39056, - "end": 39059, + "start": 39210, + "end": 39213, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 46 }, "end": { - "line": 1051, + "line": 1056, "column": 49 } } @@ -361713,15 +363103,15 @@ "binop": null }, "value": "undefined", - "start": 39060, - "end": 39069, + "start": 39214, + "end": 39223, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 50 }, "end": { - "line": 1051, + "line": 1056, "column": 59 } } @@ -361738,15 +363128,15 @@ "postfix": false, "binop": null }, - "start": 39069, - "end": 39070, + "start": 39223, + "end": 39224, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 59 }, "end": { - "line": 1051, + "line": 1056, "column": 60 } } @@ -361763,15 +363153,15 @@ "postfix": false, "binop": null }, - "start": 39071, - "end": 39072, + "start": 39225, + "end": 39226, "loc": { "start": { - "line": 1051, + "line": 1056, "column": 61 }, "end": { - "line": 1051, + "line": 1056, "column": 62 } } @@ -361791,15 +363181,15 @@ "updateContext": null }, "value": "this", - "start": 39085, - "end": 39089, + "start": 39239, + "end": 39243, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 12 }, "end": { - "line": 1052, + "line": 1057, "column": 16 } } @@ -361817,15 +363207,15 @@ "binop": null, "updateContext": null }, - "start": 39089, - "end": 39090, + "start": 39243, + "end": 39244, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 16 }, "end": { - "line": 1052, + "line": 1057, "column": 17 } } @@ -361843,15 +363233,15 @@ "binop": null }, "value": "player", - "start": 39090, - "end": 39096, + "start": 39244, + "end": 39250, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 17 }, "end": { - "line": 1052, + "line": 1057, "column": 23 } } @@ -361869,15 +363259,15 @@ "binop": null, "updateContext": null }, - "start": 39096, - "end": 39097, + "start": 39250, + "end": 39251, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 23 }, "end": { - "line": 1052, + "line": 1057, "column": 24 } } @@ -361895,15 +363285,15 @@ "binop": null }, "value": "controlBar", - "start": 39097, - "end": 39107, + "start": 39251, + "end": 39261, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 24 }, "end": { - "line": 1052, + "line": 1057, "column": 34 } } @@ -361921,15 +363311,15 @@ "binop": null, "updateContext": null }, - "start": 39107, - "end": 39108, + "start": 39261, + "end": 39262, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 34 }, "end": { - "line": 1052, + "line": 1057, "column": 35 } } @@ -361947,15 +363337,15 @@ "binop": null }, "value": "playToggle", - "start": 39108, - "end": 39118, + "start": 39262, + "end": 39272, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 35 }, "end": { - "line": 1052, + "line": 1057, "column": 45 } } @@ -361973,15 +363363,15 @@ "binop": null, "updateContext": null }, - "start": 39118, - "end": 39119, + "start": 39272, + "end": 39273, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 45 }, "end": { - "line": 1052, + "line": 1057, "column": 46 } } @@ -361999,15 +363389,15 @@ "binop": null }, "value": "removeClass", - "start": 39119, - "end": 39130, + "start": 39273, + "end": 39284, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 46 }, "end": { - "line": 1052, + "line": 1057, "column": 57 } } @@ -362024,15 +363414,15 @@ "postfix": false, "binop": null }, - "start": 39130, - "end": 39131, + "start": 39284, + "end": 39285, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 57 }, "end": { - "line": 1052, + "line": 1057, "column": 58 } } @@ -362051,15 +363441,15 @@ "updateContext": null }, "value": "vjs-ended", - "start": 39131, - "end": 39142, + "start": 39285, + "end": 39296, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 58 }, "end": { - "line": 1052, + "line": 1057, "column": 69 } } @@ -362076,15 +363466,15 @@ "postfix": false, "binop": null }, - "start": 39142, - "end": 39143, + "start": 39296, + "end": 39297, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 69 }, "end": { - "line": 1052, + "line": 1057, "column": 70 } } @@ -362102,15 +363492,15 @@ "binop": null, "updateContext": null }, - "start": 39143, - "end": 39144, + "start": 39297, + "end": 39298, "loc": { "start": { - "line": 1052, + "line": 1057, "column": 70 }, "end": { - "line": 1052, + "line": 1057, "column": 71 } } @@ -362130,15 +363520,15 @@ "updateContext": null }, "value": "this", - "start": 39157, - "end": 39161, + "start": 39311, + "end": 39315, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 12 }, "end": { - "line": 1053, + "line": 1058, "column": 16 } } @@ -362156,15 +363546,15 @@ "binop": null, "updateContext": null }, - "start": 39161, - "end": 39162, + "start": 39315, + "end": 39316, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 16 }, "end": { - "line": 1053, + "line": 1058, "column": 17 } } @@ -362182,15 +363572,15 @@ "binop": null }, "value": "player", - "start": 39162, - "end": 39168, + "start": 39316, + "end": 39322, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 17 }, "end": { - "line": 1053, + "line": 1058, "column": 23 } } @@ -362208,15 +363598,15 @@ "binop": null, "updateContext": null }, - "start": 39168, - "end": 39169, + "start": 39322, + "end": 39323, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 23 }, "end": { - "line": 1053, + "line": 1058, "column": 24 } } @@ -362234,15 +363624,15 @@ "binop": null }, "value": "controlBar", - "start": 39169, - "end": 39179, + "start": 39323, + "end": 39333, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 24 }, "end": { - "line": 1053, + "line": 1058, "column": 34 } } @@ -362260,15 +363650,15 @@ "binop": null, "updateContext": null }, - "start": 39179, - "end": 39180, + "start": 39333, + "end": 39334, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 34 }, "end": { - "line": 1053, + "line": 1058, "column": 35 } } @@ -362286,15 +363676,15 @@ "binop": null }, "value": "playToggle", - "start": 39180, - "end": 39190, + "start": 39334, + "end": 39344, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 35 }, "end": { - "line": 1053, + "line": 1058, "column": 45 } } @@ -362312,15 +363702,15 @@ "binop": null, "updateContext": null }, - "start": 39190, - "end": 39191, + "start": 39344, + "end": 39345, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 45 }, "end": { - "line": 1053, + "line": 1058, "column": 46 } } @@ -362338,15 +363728,15 @@ "binop": null }, "value": "show", - "start": 39191, - "end": 39195, + "start": 39345, + "end": 39349, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 46 }, "end": { - "line": 1053, + "line": 1058, "column": 50 } } @@ -362363,15 +363753,15 @@ "postfix": false, "binop": null }, - "start": 39195, - "end": 39196, + "start": 39349, + "end": 39350, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 50 }, "end": { - "line": 1053, + "line": 1058, "column": 51 } } @@ -362388,15 +363778,15 @@ "postfix": false, "binop": null }, - "start": 39196, - "end": 39197, + "start": 39350, + "end": 39351, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 51 }, "end": { - "line": 1053, + "line": 1058, "column": 52 } } @@ -362414,15 +363804,15 @@ "binop": null, "updateContext": null }, - "start": 39197, - "end": 39198, + "start": 39351, + "end": 39352, "loc": { "start": { - "line": 1053, + "line": 1058, "column": 52 }, "end": { - "line": 1053, + "line": 1058, "column": 53 } } @@ -362439,15 +363829,15 @@ "postfix": false, "binop": null }, - "start": 39207, - "end": 39208, + "start": 39361, + "end": 39362, "loc": { "start": { - "line": 1054, + "line": 1059, "column": 8 }, "end": { - "line": 1054, + "line": 1059, "column": 9 } } @@ -362455,15 +363845,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 39218, - "end": 39237, + "start": 39372, + "end": 39391, "loc": { "start": { - "line": 1056, + "line": 1061, "column": 8 }, "end": { - "line": 1056, + "line": 1061, "column": 27 } } @@ -362483,15 +363873,15 @@ "updateContext": null }, "value": "if", - "start": 39246, - "end": 39248, + "start": 39400, + "end": 39402, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 8 }, "end": { - "line": 1057, + "line": 1062, "column": 10 } } @@ -362508,15 +363898,15 @@ "postfix": false, "binop": null }, - "start": 39249, - "end": 39250, + "start": 39403, + "end": 39404, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 11 }, "end": { - "line": 1057, + "line": 1062, "column": 12 } } @@ -362536,15 +363926,15 @@ "updateContext": null }, "value": "this", - "start": 39250, - "end": 39254, + "start": 39404, + "end": 39408, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 12 }, "end": { - "line": 1057, + "line": 1062, "column": 16 } } @@ -362562,15 +363952,15 @@ "binop": null, "updateContext": null }, - "start": 39254, - "end": 39255, + "start": 39408, + "end": 39409, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 16 }, "end": { - "line": 1057, + "line": 1062, "column": 17 } } @@ -362588,15 +363978,15 @@ "binop": null }, "value": "converter", - "start": 39255, - "end": 39264, + "start": 39409, + "end": 39418, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 17 }, "end": { - "line": 1057, + "line": 1062, "column": 26 } } @@ -362615,15 +364005,15 @@ "updateContext": null }, "value": "!==", - "start": 39265, - "end": 39268, + "start": 39419, + "end": 39422, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 27 }, "end": { - "line": 1057, + "line": 1062, "column": 30 } } @@ -362641,15 +364031,15 @@ "binop": null }, "value": "undefined", - "start": 39269, - "end": 39278, + "start": 39423, + "end": 39432, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 31 }, "end": { - "line": 1057, + "line": 1062, "column": 40 } } @@ -362666,15 +364056,15 @@ "postfix": false, "binop": null }, - "start": 39278, - "end": 39279, + "start": 39432, + "end": 39433, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 40 }, "end": { - "line": 1057, + "line": 1062, "column": 41 } } @@ -362691,15 +364081,15 @@ "postfix": false, "binop": null }, - "start": 39280, - "end": 39281, + "start": 39434, + "end": 39435, "loc": { "start": { - "line": 1057, + "line": 1062, "column": 42 }, "end": { - "line": 1057, + "line": 1062, "column": 43 } } @@ -362719,15 +364109,15 @@ "updateContext": null }, "value": "this", - "start": 39294, - "end": 39298, + "start": 39448, + "end": 39452, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 12 }, "end": { - "line": 1058, + "line": 1063, "column": 16 } } @@ -362745,15 +364135,15 @@ "binop": null, "updateContext": null }, - "start": 39298, - "end": 39299, + "start": 39452, + "end": 39453, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 16 }, "end": { - "line": 1058, + "line": 1063, "column": 17 } } @@ -362771,15 +364161,15 @@ "binop": null }, "value": "converter", - "start": 39299, - "end": 39308, + "start": 39453, + "end": 39462, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 17 }, "end": { - "line": 1058, + "line": 1063, "column": 26 } } @@ -362797,15 +364187,15 @@ "binop": null, "updateContext": null }, - "start": 39308, - "end": 39309, + "start": 39462, + "end": 39463, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 26 }, "end": { - "line": 1058, + "line": 1063, "column": 27 } } @@ -362823,15 +364213,15 @@ "binop": null }, "value": "convert", - "start": 39309, - "end": 39316, + "start": 39463, + "end": 39470, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 27 }, "end": { - "line": 1058, + "line": 1063, "column": 34 } } @@ -362848,15 +364238,15 @@ "postfix": false, "binop": null }, - "start": 39316, - "end": 39317, + "start": 39470, + "end": 39471, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 34 }, "end": { - "line": 1058, + "line": 1063, "column": 35 } } @@ -362876,15 +364266,15 @@ "updateContext": null }, "value": "this", - "start": 39317, - "end": 39321, + "start": 39471, + "end": 39475, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 35 }, "end": { - "line": 1058, + "line": 1063, "column": 39 } } @@ -362902,15 +364292,15 @@ "binop": null, "updateContext": null }, - "start": 39321, - "end": 39322, + "start": 39475, + "end": 39476, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 39 }, "end": { - "line": 1058, + "line": 1063, "column": 40 } } @@ -362928,15 +364318,15 @@ "binop": null }, "value": "player", - "start": 39322, - "end": 39328, + "start": 39476, + "end": 39482, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 40 }, "end": { - "line": 1058, + "line": 1063, "column": 46 } } @@ -362954,15 +364344,15 @@ "binop": null, "updateContext": null }, - "start": 39328, - "end": 39329, + "start": 39482, + "end": 39483, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 46 }, "end": { - "line": 1058, + "line": 1063, "column": 47 } } @@ -362980,15 +364370,15 @@ "binop": null }, "value": "recordedData", - "start": 39329, - "end": 39341, + "start": 39483, + "end": 39495, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 47 }, "end": { - "line": 1058, + "line": 1063, "column": 59 } } @@ -363005,15 +364395,15 @@ "postfix": false, "binop": null }, - "start": 39341, - "end": 39342, + "start": 39495, + "end": 39496, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 59 }, "end": { - "line": 1058, + "line": 1063, "column": 60 } } @@ -363031,15 +364421,15 @@ "binop": null, "updateContext": null }, - "start": 39342, - "end": 39343, + "start": 39496, + "end": 39497, "loc": { "start": { - "line": 1058, + "line": 1063, "column": 60 }, "end": { - "line": 1058, + "line": 1063, "column": 61 } } @@ -363056,15 +364446,15 @@ "postfix": false, "binop": null }, - "start": 39352, - "end": 39353, + "start": 39506, + "end": 39507, "loc": { "start": { - "line": 1059, + "line": 1064, "column": 8 }, "end": { - "line": 1059, + "line": 1064, "column": 9 } } @@ -363072,15 +364462,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39363, - "end": 39405, + "start": 39517, + "end": 39559, "loc": { "start": { - "line": 1061, + "line": 1066, "column": 8 }, "end": { - "line": 1061, + "line": 1066, "column": 50 } } @@ -363100,15 +364490,15 @@ "updateContext": null }, "value": "this", - "start": 39414, - "end": 39418, + "start": 39568, + "end": 39572, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 8 }, "end": { - "line": 1062, + "line": 1067, "column": 12 } } @@ -363126,15 +364516,15 @@ "binop": null, "updateContext": null }, - "start": 39418, - "end": 39419, + "start": 39572, + "end": 39573, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 12 }, "end": { - "line": 1062, + "line": 1067, "column": 13 } } @@ -363152,15 +364542,15 @@ "binop": null }, "value": "player", - "start": 39419, - "end": 39425, + "start": 39573, + "end": 39579, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 13 }, "end": { - "line": 1062, + "line": 1067, "column": 19 } } @@ -363178,15 +364568,15 @@ "binop": null, "updateContext": null }, - "start": 39425, - "end": 39426, + "start": 39579, + "end": 39580, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 19 }, "end": { - "line": 1062, + "line": 1067, "column": 20 } } @@ -363204,15 +364594,15 @@ "binop": null }, "value": "trigger", - "start": 39426, - "end": 39433, + "start": 39580, + "end": 39587, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 20 }, "end": { - "line": 1062, + "line": 1067, "column": 27 } } @@ -363229,15 +364619,15 @@ "postfix": false, "binop": null }, - "start": 39433, - "end": 39434, + "start": 39587, + "end": 39588, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 27 }, "end": { - "line": 1062, + "line": 1067, "column": 28 } } @@ -363255,15 +364645,15 @@ "binop": null }, "value": "Event", - "start": 39434, - "end": 39439, + "start": 39588, + "end": 39593, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 28 }, "end": { - "line": 1062, + "line": 1067, "column": 33 } } @@ -363281,15 +364671,15 @@ "binop": null, "updateContext": null }, - "start": 39439, - "end": 39440, + "start": 39593, + "end": 39594, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 33 }, "end": { - "line": 1062, + "line": 1067, "column": 34 } } @@ -363307,15 +364697,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 39440, - "end": 39453, + "start": 39594, + "end": 39607, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 34 }, "end": { - "line": 1062, + "line": 1067, "column": 47 } } @@ -363332,15 +364722,15 @@ "postfix": false, "binop": null }, - "start": 39453, - "end": 39454, + "start": 39607, + "end": 39608, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 47 }, "end": { - "line": 1062, + "line": 1067, "column": 48 } } @@ -363358,15 +364748,15 @@ "binop": null, "updateContext": null }, - "start": 39454, - "end": 39455, + "start": 39608, + "end": 39609, "loc": { "start": { - "line": 1062, + "line": 1067, "column": 48 }, "end": { - "line": 1062, + "line": 1067, "column": 49 } } @@ -363374,15 +364764,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39465, - "end": 39530, + "start": 39619, + "end": 39684, "loc": { "start": { - "line": 1064, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1069, "column": 73 } } @@ -363402,15 +364792,15 @@ "updateContext": null }, "value": "if", - "start": 39539, - "end": 39541, + "start": 39693, + "end": 39695, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 8 }, "end": { - "line": 1065, + "line": 1070, "column": 10 } } @@ -363427,15 +364817,15 @@ "postfix": false, "binop": null }, - "start": 39542, - "end": 39543, + "start": 39696, + "end": 39697, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 11 }, "end": { - "line": 1065, + "line": 1070, "column": 12 } } @@ -363455,15 +364845,15 @@ "updateContext": null }, "value": "this", - "start": 39543, - "end": 39547, + "start": 39697, + "end": 39701, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 12 }, "end": { - "line": 1065, + "line": 1070, "column": 16 } } @@ -363481,15 +364871,15 @@ "binop": null, "updateContext": null }, - "start": 39547, - "end": 39548, + "start": 39701, + "end": 39702, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 16 }, "end": { - "line": 1065, + "line": 1070, "column": 17 } } @@ -363507,15 +364897,15 @@ "binop": null }, "value": "isDestroyed", - "start": 39548, - "end": 39559, + "start": 39702, + "end": 39713, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 17 }, "end": { - "line": 1065, + "line": 1070, "column": 28 } } @@ -363532,15 +364922,15 @@ "postfix": false, "binop": null }, - "start": 39559, - "end": 39560, + "start": 39713, + "end": 39714, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 28 }, "end": { - "line": 1065, + "line": 1070, "column": 29 } } @@ -363557,15 +364947,15 @@ "postfix": false, "binop": null }, - "start": 39560, - "end": 39561, + "start": 39714, + "end": 39715, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 29 }, "end": { - "line": 1065, + "line": 1070, "column": 30 } } @@ -363582,15 +364972,15 @@ "postfix": false, "binop": null }, - "start": 39561, - "end": 39562, + "start": 39715, + "end": 39716, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 30 }, "end": { - "line": 1065, + "line": 1070, "column": 31 } } @@ -363607,15 +364997,15 @@ "postfix": false, "binop": null }, - "start": 39563, - "end": 39564, + "start": 39717, + "end": 39718, "loc": { "start": { - "line": 1065, + "line": 1070, "column": 32 }, "end": { - "line": 1065, + "line": 1070, "column": 33 } } @@ -363635,15 +365025,15 @@ "updateContext": null }, "value": "return", - "start": 39577, - "end": 39583, + "start": 39731, + "end": 39737, "loc": { "start": { - "line": 1066, + "line": 1071, "column": 12 }, "end": { - "line": 1066, + "line": 1071, "column": 18 } } @@ -363661,15 +365051,15 @@ "binop": null, "updateContext": null }, - "start": 39583, - "end": 39584, + "start": 39737, + "end": 39738, "loc": { "start": { - "line": 1066, + "line": 1071, "column": 18 }, "end": { - "line": 1066, + "line": 1071, "column": 19 } } @@ -363686,15 +365076,15 @@ "postfix": false, "binop": null }, - "start": 39593, - "end": 39594, + "start": 39747, + "end": 39748, "loc": { "start": { - "line": 1067, + "line": 1072, "column": 8 }, "end": { - "line": 1067, + "line": 1072, "column": 9 } } @@ -363702,15 +365092,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39604, - "end": 39637, + "start": 39758, + "end": 39791, "loc": { "start": { - "line": 1069, + "line": 1074, "column": 8 }, "end": { - "line": 1069, + "line": 1074, "column": 41 } } @@ -363730,15 +365120,15 @@ "updateContext": null }, "value": "switch", - "start": 39646, - "end": 39652, + "start": 39800, + "end": 39806, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 8 }, "end": { - "line": 1070, + "line": 1075, "column": 14 } } @@ -363755,15 +365145,15 @@ "postfix": false, "binop": null }, - "start": 39653, - "end": 39654, + "start": 39807, + "end": 39808, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 15 }, "end": { - "line": 1070, + "line": 1075, "column": 16 } } @@ -363783,15 +365173,15 @@ "updateContext": null }, "value": "this", - "start": 39654, - "end": 39658, + "start": 39808, + "end": 39812, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 16 }, "end": { - "line": 1070, + "line": 1075, "column": 20 } } @@ -363809,15 +365199,15 @@ "binop": null, "updateContext": null }, - "start": 39658, - "end": 39659, + "start": 39812, + "end": 39813, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 20 }, "end": { - "line": 1070, + "line": 1075, "column": 21 } } @@ -363835,15 +365225,15 @@ "binop": null }, "value": "getRecordType", - "start": 39659, - "end": 39672, + "start": 39813, + "end": 39826, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 21 }, "end": { - "line": 1070, + "line": 1075, "column": 34 } } @@ -363860,15 +365250,15 @@ "postfix": false, "binop": null }, - "start": 39672, - "end": 39673, + "start": 39826, + "end": 39827, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 34 }, "end": { - "line": 1070, + "line": 1075, "column": 35 } } @@ -363885,15 +365275,15 @@ "postfix": false, "binop": null }, - "start": 39673, - "end": 39674, + "start": 39827, + "end": 39828, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 35 }, "end": { - "line": 1070, + "line": 1075, "column": 36 } } @@ -363910,15 +365300,15 @@ "postfix": false, "binop": null }, - "start": 39674, - "end": 39675, + "start": 39828, + "end": 39829, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 36 }, "end": { - "line": 1070, + "line": 1075, "column": 37 } } @@ -363935,15 +365325,15 @@ "postfix": false, "binop": null }, - "start": 39676, - "end": 39677, + "start": 39830, + "end": 39831, "loc": { "start": { - "line": 1070, + "line": 1075, "column": 38 }, "end": { - "line": 1070, + "line": 1075, "column": 39 } } @@ -363963,15 +365353,15 @@ "updateContext": null }, "value": "case", - "start": 39690, - "end": 39694, + "start": 39844, + "end": 39848, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 12 }, "end": { - "line": 1071, + "line": 1076, "column": 16 } } @@ -363989,15 +365379,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 39695, - "end": 39705, + "start": 39849, + "end": 39859, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 17 }, "end": { - "line": 1071, + "line": 1076, "column": 27 } } @@ -364015,15 +365405,15 @@ "binop": null, "updateContext": null }, - "start": 39705, - "end": 39706, + "start": 39859, + "end": 39860, "loc": { "start": { - "line": 1071, + "line": 1076, "column": 27 }, "end": { - "line": 1071, + "line": 1076, "column": 28 } } @@ -364031,15 +365421,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39723, - "end": 39765, + "start": 39877, + "end": 39919, "loc": { "start": { - "line": 1072, + "line": 1077, "column": 16 }, "end": { - "line": 1072, + "line": 1077, "column": 58 } } @@ -364059,15 +365449,15 @@ "updateContext": null }, "value": "this", - "start": 39782, - "end": 39786, + "start": 39936, + "end": 39940, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 16 }, "end": { - "line": 1073, + "line": 1078, "column": 20 } } @@ -364085,15 +365475,15 @@ "binop": null, "updateContext": null }, - "start": 39786, - "end": 39787, + "start": 39940, + "end": 39941, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 20 }, "end": { - "line": 1073, + "line": 1078, "column": 21 } } @@ -364111,15 +365501,15 @@ "binop": null }, "value": "surfer", - "start": 39787, - "end": 39793, + "start": 39941, + "end": 39947, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 21 }, "end": { - "line": 1073, + "line": 1078, "column": 27 } } @@ -364137,15 +365527,15 @@ "binop": null, "updateContext": null }, - "start": 39793, - "end": 39794, + "start": 39947, + "end": 39948, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 27 }, "end": { - "line": 1073, + "line": 1078, "column": 28 } } @@ -364163,15 +365553,15 @@ "binop": null }, "value": "pause", - "start": 39794, - "end": 39799, + "start": 39948, + "end": 39953, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 28 }, "end": { - "line": 1073, + "line": 1078, "column": 33 } } @@ -364188,15 +365578,15 @@ "postfix": false, "binop": null }, - "start": 39799, - "end": 39800, + "start": 39953, + "end": 39954, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 33 }, "end": { - "line": 1073, + "line": 1078, "column": 34 } } @@ -364213,15 +365603,15 @@ "postfix": false, "binop": null }, - "start": 39800, - "end": 39801, + "start": 39954, + "end": 39955, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 34 }, "end": { - "line": 1073, + "line": 1078, "column": 35 } } @@ -364239,15 +365629,15 @@ "binop": null, "updateContext": null }, - "start": 39801, - "end": 39802, + "start": 39955, + "end": 39956, "loc": { "start": { - "line": 1073, + "line": 1078, "column": 35 }, "end": { - "line": 1073, + "line": 1078, "column": 36 } } @@ -364255,15 +365645,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39820, - "end": 39848, + "start": 39974, + "end": 40002, "loc": { "start": { - "line": 1075, + "line": 1080, "column": 16 }, "end": { - "line": 1075, + "line": 1080, "column": 44 } } @@ -364283,15 +365673,15 @@ "updateContext": null }, "value": "this", - "start": 39865, - "end": 39869, + "start": 40019, + "end": 40023, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 16 }, "end": { - "line": 1076, + "line": 1081, "column": 20 } } @@ -364309,15 +365699,15 @@ "binop": null, "updateContext": null }, - "start": 39869, - "end": 39870, + "start": 40023, + "end": 40024, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 20 }, "end": { - "line": 1076, + "line": 1081, "column": 21 } } @@ -364335,15 +365725,15 @@ "binop": null }, "value": "surfer", - "start": 39870, - "end": 39876, + "start": 40024, + "end": 40030, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 21 }, "end": { - "line": 1076, + "line": 1081, "column": 27 } } @@ -364361,15 +365751,15 @@ "binop": null, "updateContext": null }, - "start": 39876, - "end": 39877, + "start": 40030, + "end": 40031, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 27 }, "end": { - "line": 1076, + "line": 1081, "column": 28 } } @@ -364387,15 +365777,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 39877, - "end": 39896, + "start": 40031, + "end": 40050, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 28 }, "end": { - "line": 1076, + "line": 1081, "column": 47 } } @@ -364412,15 +365802,15 @@ "postfix": false, "binop": null }, - "start": 39896, - "end": 39897, + "start": 40050, + "end": 40051, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 47 }, "end": { - "line": 1076, + "line": 1081, "column": 48 } } @@ -364440,15 +365830,15 @@ "updateContext": null }, "value": "true", - "start": 39897, - "end": 39901, + "start": 40051, + "end": 40055, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 48 }, "end": { - "line": 1076, + "line": 1081, "column": 52 } } @@ -364465,15 +365855,15 @@ "postfix": false, "binop": null }, - "start": 39901, - "end": 39902, + "start": 40055, + "end": 40056, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 52 }, "end": { - "line": 1076, + "line": 1081, "column": 53 } } @@ -364491,15 +365881,15 @@ "binop": null, "updateContext": null }, - "start": 39902, - "end": 39903, + "start": 40056, + "end": 40057, "loc": { "start": { - "line": 1076, + "line": 1081, "column": 53 }, "end": { - "line": 1076, + "line": 1081, "column": 54 } } @@ -364507,15 +365897,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 39921, - "end": 39938, + "start": 40075, + "end": 40092, "loc": { "start": { - "line": 1078, + "line": 1083, "column": 16 }, "end": { - "line": 1078, + "line": 1083, "column": 33 } } @@ -364535,15 +365925,15 @@ "updateContext": null }, "value": "this", - "start": 39955, - "end": 39959, + "start": 40109, + "end": 40113, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 16 }, "end": { - "line": 1079, + "line": 1084, "column": 20 } } @@ -364561,15 +365951,15 @@ "binop": null, "updateContext": null }, - "start": 39959, - "end": 39960, + "start": 40113, + "end": 40114, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 20 }, "end": { - "line": 1079, + "line": 1084, "column": 21 } } @@ -364587,15 +365977,15 @@ "binop": null }, "value": "player", - "start": 39960, - "end": 39966, + "start": 40114, + "end": 40120, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 21 }, "end": { - "line": 1079, + "line": 1084, "column": 27 } } @@ -364613,15 +366003,15 @@ "binop": null, "updateContext": null }, - "start": 39966, - "end": 39967, + "start": 40120, + "end": 40121, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 27 }, "end": { - "line": 1079, + "line": 1084, "column": 28 } } @@ -364639,15 +366029,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 39967, - "end": 39981, + "start": 40121, + "end": 40135, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 28 }, "end": { - "line": 1079, + "line": 1084, "column": 42 } } @@ -364665,15 +366055,15 @@ "binop": null, "updateContext": null }, - "start": 39981, - "end": 39982, + "start": 40135, + "end": 40136, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 42 }, "end": { - "line": 1079, + "line": 1084, "column": 43 } } @@ -364691,15 +366081,15 @@ "binop": null }, "value": "show", - "start": 39982, - "end": 39986, + "start": 40136, + "end": 40140, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 43 }, "end": { - "line": 1079, + "line": 1084, "column": 47 } } @@ -364716,15 +366106,15 @@ "postfix": false, "binop": null }, - "start": 39986, - "end": 39987, + "start": 40140, + "end": 40141, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 47 }, "end": { - "line": 1079, + "line": 1084, "column": 48 } } @@ -364741,15 +366131,15 @@ "postfix": false, "binop": null }, - "start": 39987, - "end": 39988, + "start": 40141, + "end": 40142, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 48 }, "end": { - "line": 1079, + "line": 1084, "column": 49 } } @@ -364767,15 +366157,15 @@ "binop": null, "updateContext": null }, - "start": 39988, - "end": 39989, + "start": 40142, + "end": 40143, "loc": { "start": { - "line": 1079, + "line": 1084, "column": 49 }, "end": { - "line": 1079, + "line": 1084, "column": 50 } } @@ -364783,15 +366173,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40007, - "end": 40058, + "start": 40161, + "end": 40212, "loc": { "start": { - "line": 1081, + "line": 1086, "column": 16 }, "end": { - "line": 1081, + "line": 1086, "column": 67 } } @@ -364799,15 +366189,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40075, - "end": 40099, + "start": 40229, + "end": 40253, "loc": { "start": { - "line": 1082, + "line": 1087, "column": 16 }, "end": { - "line": 1082, + "line": 1087, "column": 40 } } @@ -364827,15 +366217,15 @@ "updateContext": null }, "value": "this", - "start": 40116, - "end": 40120, + "start": 40270, + "end": 40274, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 16 }, "end": { - "line": 1083, + "line": 1088, "column": 20 } } @@ -364853,15 +366243,15 @@ "binop": null, "updateContext": null }, - "start": 40120, - "end": 40121, + "start": 40274, + "end": 40275, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 20 }, "end": { - "line": 1083, + "line": 1088, "column": 21 } } @@ -364879,15 +366269,15 @@ "binop": null }, "value": "surfer", - "start": 40121, - "end": 40127, + "start": 40275, + "end": 40281, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 21 }, "end": { - "line": 1083, + "line": 1088, "column": 27 } } @@ -364905,15 +366295,15 @@ "binop": null, "updateContext": null }, - "start": 40127, - "end": 40128, + "start": 40281, + "end": 40282, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 27 }, "end": { - "line": 1083, + "line": 1088, "column": 28 } } @@ -364931,15 +366321,15 @@ "binop": null }, "value": "surfer", - "start": 40128, - "end": 40134, + "start": 40282, + "end": 40288, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 28 }, "end": { - "line": 1083, + "line": 1088, "column": 34 } } @@ -364957,15 +366347,15 @@ "binop": null, "updateContext": null }, - "start": 40134, - "end": 40135, + "start": 40288, + "end": 40289, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 34 }, "end": { - "line": 1083, + "line": 1088, "column": 35 } } @@ -364983,15 +366373,15 @@ "binop": null }, "value": "once", - "start": 40135, - "end": 40139, + "start": 40289, + "end": 40293, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 35 }, "end": { - "line": 1083, + "line": 1088, "column": 39 } } @@ -365008,15 +366398,15 @@ "postfix": false, "binop": null }, - "start": 40139, - "end": 40140, + "start": 40293, + "end": 40294, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 39 }, "end": { - "line": 1083, + "line": 1088, "column": 40 } } @@ -365034,15 +366424,15 @@ "binop": null }, "value": "Event", - "start": 40140, - "end": 40145, + "start": 40294, + "end": 40299, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 40 }, "end": { - "line": 1083, + "line": 1088, "column": 45 } } @@ -365060,15 +366450,15 @@ "binop": null, "updateContext": null }, - "start": 40145, - "end": 40146, + "start": 40299, + "end": 40300, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 45 }, "end": { - "line": 1083, + "line": 1088, "column": 46 } } @@ -365086,15 +366476,15 @@ "binop": null }, "value": "READY", - "start": 40146, - "end": 40151, + "start": 40300, + "end": 40305, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 46 }, "end": { - "line": 1083, + "line": 1088, "column": 51 } } @@ -365112,15 +366502,15 @@ "binop": null, "updateContext": null }, - "start": 40151, - "end": 40152, + "start": 40305, + "end": 40306, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 51 }, "end": { - "line": 1083, + "line": 1088, "column": 52 } } @@ -365137,15 +366527,15 @@ "postfix": false, "binop": null }, - "start": 40153, - "end": 40154, + "start": 40307, + "end": 40308, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 53 }, "end": { - "line": 1083, + "line": 1088, "column": 54 } } @@ -365162,15 +366552,15 @@ "postfix": false, "binop": null }, - "start": 40154, - "end": 40155, + "start": 40308, + "end": 40309, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 54 }, "end": { - "line": 1083, + "line": 1088, "column": 55 } } @@ -365188,15 +366578,15 @@ "binop": null, "updateContext": null }, - "start": 40156, - "end": 40158, + "start": 40310, + "end": 40312, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 56 }, "end": { - "line": 1083, + "line": 1088, "column": 58 } } @@ -365213,15 +366603,15 @@ "postfix": false, "binop": null }, - "start": 40159, - "end": 40160, + "start": 40313, + "end": 40314, "loc": { "start": { - "line": 1083, + "line": 1088, "column": 59 }, "end": { - "line": 1083, + "line": 1088, "column": 60 } } @@ -365241,15 +366631,15 @@ "updateContext": null }, "value": "this", - "start": 40181, - "end": 40185, + "start": 40335, + "end": 40339, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 20 }, "end": { - "line": 1084, + "line": 1089, "column": 24 } } @@ -365267,15 +366657,15 @@ "binop": null, "updateContext": null }, - "start": 40185, - "end": 40186, + "start": 40339, + "end": 40340, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 24 }, "end": { - "line": 1084, + "line": 1089, "column": 25 } } @@ -365293,15 +366683,15 @@ "binop": null }, "value": "_processing", - "start": 40186, - "end": 40197, + "start": 40340, + "end": 40351, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 25 }, "end": { - "line": 1084, + "line": 1089, "column": 36 } } @@ -365320,15 +366710,15 @@ "updateContext": null }, "value": "=", - "start": 40198, - "end": 40199, + "start": 40352, + "end": 40353, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 37 }, "end": { - "line": 1084, + "line": 1089, "column": 38 } } @@ -365348,15 +366738,15 @@ "updateContext": null }, "value": "false", - "start": 40200, - "end": 40205, + "start": 40354, + "end": 40359, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 39 }, "end": { - "line": 1084, + "line": 1089, "column": 44 } } @@ -365374,15 +366764,15 @@ "binop": null, "updateContext": null }, - "start": 40205, - "end": 40206, + "start": 40359, + "end": 40360, "loc": { "start": { - "line": 1084, + "line": 1089, "column": 44 }, "end": { - "line": 1084, + "line": 1089, "column": 45 } } @@ -365399,15 +366789,15 @@ "postfix": false, "binop": null }, - "start": 40223, - "end": 40224, + "start": 40377, + "end": 40378, "loc": { "start": { - "line": 1085, + "line": 1090, "column": 16 }, "end": { - "line": 1085, + "line": 1090, "column": 17 } } @@ -365424,15 +366814,15 @@ "postfix": false, "binop": null }, - "start": 40224, - "end": 40225, + "start": 40378, + "end": 40379, "loc": { "start": { - "line": 1085, + "line": 1090, "column": 17 }, "end": { - "line": 1085, + "line": 1090, "column": 18 } } @@ -365450,15 +366840,15 @@ "binop": null, "updateContext": null }, - "start": 40225, - "end": 40226, + "start": 40379, + "end": 40380, "loc": { "start": { - "line": 1085, + "line": 1090, "column": 18 }, "end": { - "line": 1085, + "line": 1090, "column": 19 } } @@ -365466,15 +366856,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40244, - "end": 40272, + "start": 40398, + "end": 40426, "loc": { "start": { - "line": 1087, + "line": 1092, "column": 16 }, "end": { - "line": 1087, + "line": 1092, "column": 44 } } @@ -365494,15 +366884,15 @@ "updateContext": null }, "value": "this", - "start": 40289, - "end": 40293, + "start": 40443, + "end": 40447, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 16 }, "end": { - "line": 1088, + "line": 1093, "column": 20 } } @@ -365520,15 +366910,15 @@ "binop": null, "updateContext": null }, - "start": 40293, - "end": 40294, + "start": 40447, + "end": 40448, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 20 }, "end": { - "line": 1088, + "line": 1093, "column": 21 } } @@ -365546,15 +366936,15 @@ "binop": null }, "value": "load", - "start": 40294, - "end": 40298, + "start": 40448, + "end": 40452, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 21 }, "end": { - "line": 1088, + "line": 1093, "column": 25 } } @@ -365571,15 +366961,15 @@ "postfix": false, "binop": null }, - "start": 40298, - "end": 40299, + "start": 40452, + "end": 40453, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 25 }, "end": { - "line": 1088, + "line": 1093, "column": 26 } } @@ -365599,15 +366989,15 @@ "updateContext": null }, "value": "this", - "start": 40299, - "end": 40303, + "start": 40453, + "end": 40457, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 26 }, "end": { - "line": 1088, + "line": 1093, "column": 30 } } @@ -365625,15 +367015,15 @@ "binop": null, "updateContext": null }, - "start": 40303, - "end": 40304, + "start": 40457, + "end": 40458, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 30 }, "end": { - "line": 1088, + "line": 1093, "column": 31 } } @@ -365651,15 +367041,15 @@ "binop": null }, "value": "player", - "start": 40304, - "end": 40310, + "start": 40458, + "end": 40464, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 31 }, "end": { - "line": 1088, + "line": 1093, "column": 37 } } @@ -365677,15 +367067,15 @@ "binop": null, "updateContext": null }, - "start": 40310, - "end": 40311, + "start": 40464, + "end": 40465, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 37 }, "end": { - "line": 1088, + "line": 1093, "column": 38 } } @@ -365703,15 +367093,15 @@ "binop": null }, "value": "recordedData", - "start": 40311, - "end": 40323, + "start": 40465, + "end": 40477, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 38 }, "end": { - "line": 1088, + "line": 1093, "column": 50 } } @@ -365728,15 +367118,15 @@ "postfix": false, "binop": null }, - "start": 40323, - "end": 40324, + "start": 40477, + "end": 40478, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 50 }, "end": { - "line": 1088, + "line": 1093, "column": 51 } } @@ -365754,15 +367144,15 @@ "binop": null, "updateContext": null }, - "start": 40324, - "end": 40325, + "start": 40478, + "end": 40479, "loc": { "start": { - "line": 1088, + "line": 1093, "column": 51 }, "end": { - "line": 1088, + "line": 1093, "column": 52 } } @@ -365782,15 +367172,15 @@ "updateContext": null }, "value": "break", - "start": 40342, - "end": 40347, + "start": 40496, + "end": 40501, "loc": { "start": { - "line": 1089, + "line": 1094, "column": 16 }, "end": { - "line": 1089, + "line": 1094, "column": 21 } } @@ -365808,15 +367198,15 @@ "binop": null, "updateContext": null }, - "start": 40347, - "end": 40348, + "start": 40501, + "end": 40502, "loc": { "start": { - "line": 1089, + "line": 1094, "column": 21 }, "end": { - "line": 1089, + "line": 1094, "column": 22 } } @@ -365836,15 +367226,15 @@ "updateContext": null }, "value": "case", - "start": 40362, - "end": 40366, + "start": 40516, + "end": 40520, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 12 }, "end": { - "line": 1091, + "line": 1096, "column": 16 } } @@ -365862,15 +367252,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 40367, - "end": 40377, + "start": 40521, + "end": 40531, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 17 }, "end": { - "line": 1091, + "line": 1096, "column": 27 } } @@ -365888,15 +367278,15 @@ "binop": null, "updateContext": null }, - "start": 40377, - "end": 40378, + "start": 40531, + "end": 40532, "loc": { "start": { - "line": 1091, + "line": 1096, "column": 27 }, "end": { - "line": 1091, + "line": 1096, "column": 28 } } @@ -365916,15 +367306,15 @@ "updateContext": null }, "value": "case", - "start": 40391, - "end": 40395, + "start": 40545, + "end": 40549, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 12 }, "end": { - "line": 1092, + "line": 1097, "column": 16 } } @@ -365942,15 +367332,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 40396, - "end": 40407, + "start": 40550, + "end": 40561, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 17 }, "end": { - "line": 1092, + "line": 1097, "column": 28 } } @@ -365968,15 +367358,15 @@ "binop": null, "updateContext": null }, - "start": 40407, - "end": 40408, + "start": 40561, + "end": 40562, "loc": { "start": { - "line": 1092, + "line": 1097, "column": 28 }, "end": { - "line": 1092, + "line": 1097, "column": 29 } } @@ -365996,15 +367386,15 @@ "updateContext": null }, "value": "case", - "start": 40421, - "end": 40425, + "start": 40575, + "end": 40579, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 12 }, "end": { - "line": 1093, + "line": 1098, "column": 16 } } @@ -366022,15 +367412,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 40426, - "end": 40438, + "start": 40580, + "end": 40592, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 17 }, "end": { - "line": 1093, + "line": 1098, "column": 29 } } @@ -366048,15 +367438,15 @@ "binop": null, "updateContext": null }, - "start": 40438, - "end": 40439, + "start": 40592, + "end": 40593, "loc": { "start": { - "line": 1093, + "line": 1098, "column": 29 }, "end": { - "line": 1093, + "line": 1098, "column": 30 } } @@ -366076,15 +367466,15 @@ "updateContext": null }, "value": "case", - "start": 40452, - "end": 40456, + "start": 40606, + "end": 40610, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 12 }, "end": { - "line": 1094, + "line": 1099, "column": 16 } } @@ -366102,15 +367492,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 40457, - "end": 40468, + "start": 40611, + "end": 40622, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 17 }, "end": { - "line": 1094, + "line": 1099, "column": 28 } } @@ -366128,15 +367518,15 @@ "binop": null, "updateContext": null }, - "start": 40468, - "end": 40469, + "start": 40622, + "end": 40623, "loc": { "start": { - "line": 1094, + "line": 1099, "column": 28 }, "end": { - "line": 1094, + "line": 1099, "column": 29 } } @@ -366144,15 +367534,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40486, - "end": 40545, + "start": 40640, + "end": 40699, "loc": { "start": { - "line": 1095, + "line": 1100, "column": 16 }, "end": { - "line": 1095, + "line": 1100, "column": 75 } } @@ -366160,15 +367550,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40562, - "end": 40617, + "start": 40716, + "end": 40771, "loc": { "start": { - "line": 1096, + "line": 1101, "column": 16 }, "end": { - "line": 1096, + "line": 1101, "column": 71 } } @@ -366176,15 +367566,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40634, - "end": 40654, + "start": 40788, + "end": 40808, "loc": { "start": { - "line": 1097, + "line": 1102, "column": 16 }, "end": { - "line": 1097, + "line": 1102, "column": 36 } } @@ -366204,15 +367594,15 @@ "updateContext": null }, "value": "this", - "start": 40671, - "end": 40675, + "start": 40825, + "end": 40829, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 16 }, "end": { - "line": 1098, + "line": 1103, "column": 20 } } @@ -366230,15 +367620,15 @@ "binop": null, "updateContext": null }, - "start": 40675, - "end": 40676, + "start": 40829, + "end": 40830, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 20 }, "end": { - "line": 1098, + "line": 1103, "column": 21 } } @@ -366256,15 +367646,15 @@ "binop": null }, "value": "player", - "start": 40676, - "end": 40682, + "start": 40830, + "end": 40836, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 21 }, "end": { - "line": 1098, + "line": 1103, "column": 27 } } @@ -366282,15 +367672,15 @@ "binop": null, "updateContext": null }, - "start": 40682, - "end": 40683, + "start": 40836, + "end": 40837, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 27 }, "end": { - "line": 1098, + "line": 1103, "column": 28 } } @@ -366308,15 +367698,15 @@ "binop": null }, "value": "one", - "start": 40683, - "end": 40686, + "start": 40837, + "end": 40840, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 28 }, "end": { - "line": 1098, + "line": 1103, "column": 31 } } @@ -366333,15 +367723,15 @@ "postfix": false, "binop": null }, - "start": 40686, - "end": 40687, + "start": 40840, + "end": 40841, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 31 }, "end": { - "line": 1098, + "line": 1103, "column": 32 } } @@ -366359,15 +367749,15 @@ "binop": null }, "value": "Event", - "start": 40687, - "end": 40692, + "start": 40841, + "end": 40846, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 32 }, "end": { - "line": 1098, + "line": 1103, "column": 37 } } @@ -366385,15 +367775,15 @@ "binop": null, "updateContext": null }, - "start": 40692, - "end": 40693, + "start": 40846, + "end": 40847, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 37 }, "end": { - "line": 1098, + "line": 1103, "column": 38 } } @@ -366411,15 +367801,15 @@ "binop": null }, "value": "PAUSE", - "start": 40693, - "end": 40698, + "start": 40847, + "end": 40852, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 38 }, "end": { - "line": 1098, + "line": 1103, "column": 43 } } @@ -366437,15 +367827,15 @@ "binop": null, "updateContext": null }, - "start": 40698, - "end": 40699, + "start": 40852, + "end": 40853, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 43 }, "end": { - "line": 1098, + "line": 1103, "column": 44 } } @@ -366462,15 +367852,15 @@ "postfix": false, "binop": null }, - "start": 40700, - "end": 40701, + "start": 40854, + "end": 40855, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 45 }, "end": { - "line": 1098, + "line": 1103, "column": 46 } } @@ -366487,15 +367877,15 @@ "postfix": false, "binop": null }, - "start": 40701, - "end": 40702, + "start": 40855, + "end": 40856, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 46 }, "end": { - "line": 1098, + "line": 1103, "column": 47 } } @@ -366513,15 +367903,15 @@ "binop": null, "updateContext": null }, - "start": 40703, - "end": 40705, + "start": 40857, + "end": 40859, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 48 }, "end": { - "line": 1098, + "line": 1103, "column": 50 } } @@ -366538,15 +367928,15 @@ "postfix": false, "binop": null }, - "start": 40706, - "end": 40707, + "start": 40860, + "end": 40861, "loc": { "start": { - "line": 1098, + "line": 1103, "column": 51 }, "end": { - "line": 1098, + "line": 1103, "column": 52 } } @@ -366554,15 +367944,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40728, - "end": 40750, + "start": 40882, + "end": 40904, "loc": { "start": { - "line": 1099, + "line": 1104, "column": 20 }, "end": { - "line": 1099, + "line": 1104, "column": 42 } } @@ -366582,15 +367972,15 @@ "updateContext": null }, "value": "this", - "start": 40771, - "end": 40775, + "start": 40925, + "end": 40929, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 20 }, "end": { - "line": 1100, + "line": 1105, "column": 24 } } @@ -366608,15 +367998,15 @@ "binop": null, "updateContext": null }, - "start": 40775, - "end": 40776, + "start": 40929, + "end": 40930, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 24 }, "end": { - "line": 1100, + "line": 1105, "column": 25 } } @@ -366634,15 +368024,15 @@ "binop": null }, "value": "_processing", - "start": 40776, - "end": 40787, + "start": 40930, + "end": 40941, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 25 }, "end": { - "line": 1100, + "line": 1105, "column": 36 } } @@ -366661,15 +368051,15 @@ "updateContext": null }, "value": "=", - "start": 40788, - "end": 40789, + "start": 40942, + "end": 40943, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 37 }, "end": { - "line": 1100, + "line": 1105, "column": 38 } } @@ -366689,15 +368079,15 @@ "updateContext": null }, "value": "false", - "start": 40790, - "end": 40795, + "start": 40944, + "end": 40949, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 39 }, "end": { - "line": 1100, + "line": 1105, "column": 44 } } @@ -366715,15 +368105,15 @@ "binop": null, "updateContext": null }, - "start": 40795, - "end": 40796, + "start": 40949, + "end": 40950, "loc": { "start": { - "line": 1100, + "line": 1105, "column": 44 }, "end": { - "line": 1100, + "line": 1105, "column": 45 } } @@ -366731,15 +368121,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40818, - "end": 40832, + "start": 40972, + "end": 40986, "loc": { "start": { - "line": 1102, + "line": 1107, "column": 20 }, "end": { - "line": 1102, + "line": 1107, "column": 34 } } @@ -366759,15 +368149,15 @@ "updateContext": null }, "value": "this", - "start": 40853, - "end": 40857, + "start": 41007, + "end": 41011, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 20 }, "end": { - "line": 1103, + "line": 1108, "column": 24 } } @@ -366785,15 +368175,15 @@ "binop": null, "updateContext": null }, - "start": 40857, - "end": 40858, + "start": 41011, + "end": 41012, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 24 }, "end": { - "line": 1103, + "line": 1108, "column": 25 } } @@ -366811,15 +368201,15 @@ "binop": null }, "value": "player", - "start": 40858, - "end": 40864, + "start": 41012, + "end": 41018, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 25 }, "end": { - "line": 1103, + "line": 1108, "column": 31 } } @@ -366837,15 +368227,15 @@ "binop": null, "updateContext": null }, - "start": 40864, - "end": 40865, + "start": 41018, + "end": 41019, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 31 }, "end": { - "line": 1103, + "line": 1108, "column": 32 } } @@ -366863,15 +368253,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 40865, - "end": 40879, + "start": 41019, + "end": 41033, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 32 }, "end": { - "line": 1103, + "line": 1108, "column": 46 } } @@ -366889,15 +368279,15 @@ "binop": null, "updateContext": null }, - "start": 40879, - "end": 40880, + "start": 41033, + "end": 41034, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 46 }, "end": { - "line": 1103, + "line": 1108, "column": 47 } } @@ -366915,15 +368305,15 @@ "binop": null }, "value": "hide", - "start": 40880, - "end": 40884, + "start": 41034, + "end": 41038, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 47 }, "end": { - "line": 1103, + "line": 1108, "column": 51 } } @@ -366940,15 +368330,15 @@ "postfix": false, "binop": null }, - "start": 40884, - "end": 40885, + "start": 41038, + "end": 41039, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 51 }, "end": { - "line": 1103, + "line": 1108, "column": 52 } } @@ -366965,15 +368355,15 @@ "postfix": false, "binop": null }, - "start": 40885, - "end": 40886, + "start": 41039, + "end": 41040, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 52 }, "end": { - "line": 1103, + "line": 1108, "column": 53 } } @@ -366991,15 +368381,15 @@ "binop": null, "updateContext": null }, - "start": 40886, - "end": 40887, + "start": 41040, + "end": 41041, "loc": { "start": { - "line": 1103, + "line": 1108, "column": 53 }, "end": { - "line": 1103, + "line": 1108, "column": 54 } } @@ -367007,15 +368397,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 40909, - "end": 40938, + "start": 41063, + "end": 41092, "loc": { "start": { - "line": 1105, + "line": 1110, "column": 20 }, "end": { - "line": 1105, + "line": 1110, "column": 49 } } @@ -367035,15 +368425,15 @@ "updateContext": null }, "value": "this", - "start": 40959, - "end": 40963, + "start": 41113, + "end": 41117, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 20 }, "end": { - "line": 1106, + "line": 1111, "column": 24 } } @@ -367061,15 +368451,15 @@ "binop": null, "updateContext": null }, - "start": 40963, - "end": 40964, + "start": 41117, + "end": 41118, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 24 }, "end": { - "line": 1106, + "line": 1111, "column": 25 } } @@ -367087,15 +368477,15 @@ "binop": null }, "value": "setDuration", - "start": 40964, - "end": 40975, + "start": 41118, + "end": 41129, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 25 }, "end": { - "line": 1106, + "line": 1111, "column": 36 } } @@ -367112,15 +368502,15 @@ "postfix": false, "binop": null }, - "start": 40975, - "end": 40976, + "start": 41129, + "end": 41130, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 36 }, "end": { - "line": 1106, + "line": 1111, "column": 37 } } @@ -367140,15 +368530,15 @@ "updateContext": null }, "value": "this", - "start": 40976, - "end": 40980, + "start": 41130, + "end": 41134, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 37 }, "end": { - "line": 1106, + "line": 1111, "column": 41 } } @@ -367166,15 +368556,15 @@ "binop": null, "updateContext": null }, - "start": 40980, - "end": 40981, + "start": 41134, + "end": 41135, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 41 }, "end": { - "line": 1106, + "line": 1111, "column": 42 } } @@ -367192,15 +368582,15 @@ "binop": null }, "value": "streamDuration", - "start": 40981, - "end": 40995, + "start": 41135, + "end": 41149, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 42 }, "end": { - "line": 1106, + "line": 1111, "column": 56 } } @@ -367217,15 +368607,15 @@ "postfix": false, "binop": null }, - "start": 40995, - "end": 40996, + "start": 41149, + "end": 41150, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 56 }, "end": { - "line": 1106, + "line": 1111, "column": 57 } } @@ -367243,15 +368633,15 @@ "binop": null, "updateContext": null }, - "start": 40996, - "end": 40997, + "start": 41150, + "end": 41151, "loc": { "start": { - "line": 1106, + "line": 1111, "column": 57 }, "end": { - "line": 1106, + "line": 1111, "column": 58 } } @@ -367259,15 +368649,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41019, - "end": 41060, + "start": 41173, + "end": 41214, "loc": { "start": { - "line": 1108, + "line": 1113, "column": 20 }, "end": { - "line": 1108, + "line": 1113, "column": 61 } } @@ -367287,15 +368677,15 @@ "updateContext": null }, "value": "this", - "start": 41081, - "end": 41085, + "start": 41235, + "end": 41239, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 20 }, "end": { - "line": 1109, + "line": 1114, "column": 24 } } @@ -367313,15 +368703,15 @@ "binop": null, "updateContext": null }, - "start": 41085, - "end": 41086, + "start": 41239, + "end": 41240, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 24 }, "end": { - "line": 1109, + "line": 1114, "column": 25 } } @@ -367339,15 +368729,15 @@ "binop": null }, "value": "on", - "start": 41086, - "end": 41088, + "start": 41240, + "end": 41242, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 25 }, "end": { - "line": 1109, + "line": 1114, "column": 27 } } @@ -367364,15 +368754,15 @@ "postfix": false, "binop": null }, - "start": 41088, - "end": 41089, + "start": 41242, + "end": 41243, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 27 }, "end": { - "line": 1109, + "line": 1114, "column": 28 } } @@ -367392,15 +368782,15 @@ "updateContext": null }, "value": "this", - "start": 41089, - "end": 41093, + "start": 41243, + "end": 41247, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 28 }, "end": { - "line": 1109, + "line": 1114, "column": 32 } } @@ -367418,15 +368808,15 @@ "binop": null, "updateContext": null }, - "start": 41093, - "end": 41094, + "start": 41247, + "end": 41248, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 32 }, "end": { - "line": 1109, + "line": 1114, "column": 33 } } @@ -367444,15 +368834,15 @@ "binop": null }, "value": "player", - "start": 41094, - "end": 41100, + "start": 41248, + "end": 41254, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 33 }, "end": { - "line": 1109, + "line": 1114, "column": 39 } } @@ -367470,15 +368860,15 @@ "binop": null, "updateContext": null }, - "start": 41100, - "end": 41101, + "start": 41254, + "end": 41255, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 39 }, "end": { - "line": 1109, + "line": 1114, "column": 40 } } @@ -367496,15 +368886,15 @@ "binop": null }, "value": "Event", - "start": 41102, - "end": 41107, + "start": 41256, + "end": 41261, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 41 }, "end": { - "line": 1109, + "line": 1114, "column": 46 } } @@ -367522,15 +368912,15 @@ "binop": null, "updateContext": null }, - "start": 41107, - "end": 41108, + "start": 41261, + "end": 41262, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 46 }, "end": { - "line": 1109, + "line": 1114, "column": 47 } } @@ -367548,15 +368938,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 41108, - "end": 41118, + "start": 41262, + "end": 41272, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 47 }, "end": { - "line": 1109, + "line": 1114, "column": 57 } } @@ -367574,15 +368964,15 @@ "binop": null, "updateContext": null }, - "start": 41118, - "end": 41119, + "start": 41272, + "end": 41273, "loc": { "start": { - "line": 1109, + "line": 1114, "column": 57 }, "end": { - "line": 1109, + "line": 1114, "column": 58 } } @@ -367602,15 +368992,15 @@ "updateContext": null }, "value": "this", - "start": 41144, - "end": 41148, + "start": 41298, + "end": 41302, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 24 }, "end": { - "line": 1110, + "line": 1115, "column": 28 } } @@ -367628,15 +369018,15 @@ "binop": null, "updateContext": null }, - "start": 41148, - "end": 41149, + "start": 41302, + "end": 41303, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 28 }, "end": { - "line": 1110, + "line": 1115, "column": 29 } } @@ -367654,15 +369044,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 41149, - "end": 41167, + "start": 41303, + "end": 41321, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 29 }, "end": { - "line": 1110, + "line": 1115, "column": 47 } } @@ -367679,15 +369069,15 @@ "postfix": false, "binop": null }, - "start": 41167, - "end": 41168, + "start": 41321, + "end": 41322, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 47 }, "end": { - "line": 1110, + "line": 1115, "column": 48 } } @@ -367705,15 +369095,15 @@ "binop": null, "updateContext": null }, - "start": 41168, - "end": 41169, + "start": 41322, + "end": 41323, "loc": { "start": { - "line": 1110, + "line": 1115, "column": 48 }, "end": { - "line": 1110, + "line": 1115, "column": 49 } } @@ -367733,15 +369123,15 @@ "updateContext": null }, "value": "this", - "start": 41190, - "end": 41194, + "start": 41344, + "end": 41348, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 20 }, "end": { - "line": 1111, + "line": 1116, "column": 24 } } @@ -367759,15 +369149,15 @@ "binop": null, "updateContext": null }, - "start": 41194, - "end": 41195, + "start": 41348, + "end": 41349, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 24 }, "end": { - "line": 1111, + "line": 1116, "column": 25 } } @@ -367785,15 +369175,15 @@ "binop": null }, "value": "on", - "start": 41195, - "end": 41197, + "start": 41349, + "end": 41351, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 25 }, "end": { - "line": 1111, + "line": 1116, "column": 27 } } @@ -367810,15 +369200,15 @@ "postfix": false, "binop": null }, - "start": 41197, - "end": 41198, + "start": 41351, + "end": 41352, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 27 }, "end": { - "line": 1111, + "line": 1116, "column": 28 } } @@ -367838,15 +369228,15 @@ "updateContext": null }, "value": "this", - "start": 41198, - "end": 41202, + "start": 41352, + "end": 41356, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 28 }, "end": { - "line": 1111, + "line": 1116, "column": 32 } } @@ -367864,15 +369254,15 @@ "binop": null, "updateContext": null }, - "start": 41202, - "end": 41203, + "start": 41356, + "end": 41357, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 32 }, "end": { - "line": 1111, + "line": 1116, "column": 33 } } @@ -367890,15 +369280,15 @@ "binop": null }, "value": "player", - "start": 41203, - "end": 41209, + "start": 41357, + "end": 41363, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 33 }, "end": { - "line": 1111, + "line": 1116, "column": 39 } } @@ -367916,15 +369306,15 @@ "binop": null, "updateContext": null }, - "start": 41209, - "end": 41210, + "start": 41363, + "end": 41364, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 39 }, "end": { - "line": 1111, + "line": 1116, "column": 40 } } @@ -367942,15 +369332,15 @@ "binop": null }, "value": "Event", - "start": 41211, - "end": 41216, + "start": 41365, + "end": 41370, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 41 }, "end": { - "line": 1111, + "line": 1116, "column": 46 } } @@ -367968,15 +369358,15 @@ "binop": null, "updateContext": null }, - "start": 41216, - "end": 41217, + "start": 41370, + "end": 41371, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 46 }, "end": { - "line": 1111, + "line": 1116, "column": 47 } } @@ -367994,15 +369384,15 @@ "binop": null }, "value": "ENDED", - "start": 41217, - "end": 41222, + "start": 41371, + "end": 41376, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 47 }, "end": { - "line": 1111, + "line": 1116, "column": 52 } } @@ -368020,15 +369410,15 @@ "binop": null, "updateContext": null }, - "start": 41222, - "end": 41223, + "start": 41376, + "end": 41377, "loc": { "start": { - "line": 1111, + "line": 1116, "column": 52 }, "end": { - "line": 1111, + "line": 1116, "column": 53 } } @@ -368048,15 +369438,15 @@ "updateContext": null }, "value": "this", - "start": 41248, - "end": 41252, + "start": 41402, + "end": 41406, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 24 }, "end": { - "line": 1112, + "line": 1117, "column": 28 } } @@ -368074,15 +369464,15 @@ "binop": null, "updateContext": null }, - "start": 41252, - "end": 41253, + "start": 41406, + "end": 41407, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 28 }, "end": { - "line": 1112, + "line": 1117, "column": 29 } } @@ -368100,15 +369490,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 41253, - "end": 41271, + "start": 41407, + "end": 41425, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 29 }, "end": { - "line": 1112, + "line": 1117, "column": 47 } } @@ -368125,15 +369515,15 @@ "postfix": false, "binop": null }, - "start": 41271, - "end": 41272, + "start": 41425, + "end": 41426, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 47 }, "end": { - "line": 1112, + "line": 1117, "column": 48 } } @@ -368151,15 +369541,15 @@ "binop": null, "updateContext": null }, - "start": 41272, - "end": 41273, + "start": 41426, + "end": 41427, "loc": { "start": { - "line": 1112, + "line": 1117, "column": 48 }, "end": { - "line": 1112, + "line": 1117, "column": 49 } } @@ -368167,15 +369557,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41295, - "end": 41332, + "start": 41449, + "end": 41486, "loc": { "start": { - "line": 1114, + "line": 1119, "column": 20 }, "end": { - "line": 1114, + "line": 1119, "column": 57 } } @@ -368195,15 +369585,15 @@ "updateContext": null }, "value": "if", - "start": 41353, - "end": 41355, + "start": 41507, + "end": 41509, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 20 }, "end": { - "line": 1115, + "line": 1120, "column": 22 } } @@ -368220,15 +369610,15 @@ "postfix": false, "binop": null }, - "start": 41356, - "end": 41357, + "start": 41510, + "end": 41511, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 23 }, "end": { - "line": 1115, + "line": 1120, "column": 24 } } @@ -368248,15 +369638,15 @@ "updateContext": null }, "value": "this", - "start": 41357, - "end": 41361, + "start": 41511, + "end": 41515, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 24 }, "end": { - "line": 1115, + "line": 1120, "column": 28 } } @@ -368274,15 +369664,15 @@ "binop": null, "updateContext": null }, - "start": 41361, - "end": 41362, + "start": 41515, + "end": 41516, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 28 }, "end": { - "line": 1115, + "line": 1120, "column": 29 } } @@ -368300,15 +369690,15 @@ "binop": null }, "value": "getRecordType", - "start": 41362, - "end": 41375, + "start": 41516, + "end": 41529, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 29 }, "end": { - "line": 1115, + "line": 1120, "column": 42 } } @@ -368325,15 +369715,15 @@ "postfix": false, "binop": null }, - "start": 41375, - "end": 41376, + "start": 41529, + "end": 41530, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 42 }, "end": { - "line": 1115, + "line": 1120, "column": 43 } } @@ -368350,15 +369740,15 @@ "postfix": false, "binop": null }, - "start": 41376, - "end": 41377, + "start": 41530, + "end": 41531, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 43 }, "end": { - "line": 1115, + "line": 1120, "column": 44 } } @@ -368377,15 +369767,15 @@ "updateContext": null }, "value": "===", - "start": 41378, - "end": 41381, + "start": 41532, + "end": 41535, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 45 }, "end": { - "line": 1115, + "line": 1120, "column": 48 } } @@ -368403,15 +369793,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 41382, - "end": 41393, + "start": 41536, + "end": 41547, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 49 }, "end": { - "line": 1115, + "line": 1120, "column": 60 } } @@ -368430,15 +369820,15 @@ "updateContext": null }, "value": "||", - "start": 41394, - "end": 41396, + "start": 41548, + "end": 41550, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 61 }, "end": { - "line": 1115, + "line": 1120, "column": 63 } } @@ -368458,15 +369848,15 @@ "updateContext": null }, "value": "this", - "start": 41397, - "end": 41401, + "start": 41551, + "end": 41555, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 64 }, "end": { - "line": 1115, + "line": 1120, "column": 68 } } @@ -368484,15 +369874,15 @@ "binop": null, "updateContext": null }, - "start": 41401, - "end": 41402, + "start": 41555, + "end": 41556, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 68 }, "end": { - "line": 1115, + "line": 1120, "column": 69 } } @@ -368510,15 +369900,15 @@ "binop": null }, "value": "getRecordType", - "start": 41402, - "end": 41415, + "start": 41556, + "end": 41569, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 69 }, "end": { - "line": 1115, + "line": 1120, "column": 82 } } @@ -368535,15 +369925,15 @@ "postfix": false, "binop": null }, - "start": 41415, - "end": 41416, + "start": 41569, + "end": 41570, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 82 }, "end": { - "line": 1115, + "line": 1120, "column": 83 } } @@ -368560,15 +369950,15 @@ "postfix": false, "binop": null }, - "start": 41416, - "end": 41417, + "start": 41570, + "end": 41571, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 83 }, "end": { - "line": 1115, + "line": 1120, "column": 84 } } @@ -368587,15 +369977,15 @@ "updateContext": null }, "value": "===", - "start": 41418, - "end": 41421, + "start": 41572, + "end": 41575, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 85 }, "end": { - "line": 1115, + "line": 1120, "column": 88 } } @@ -368613,15 +370003,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 41422, - "end": 41434, + "start": 41576, + "end": 41588, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 89 }, "end": { - "line": 1115, + "line": 1120, "column": 101 } } @@ -368638,15 +370028,15 @@ "postfix": false, "binop": null }, - "start": 41434, - "end": 41435, + "start": 41588, + "end": 41589, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 101 }, "end": { - "line": 1115, + "line": 1120, "column": 102 } } @@ -368663,15 +370053,15 @@ "postfix": false, "binop": null }, - "start": 41436, - "end": 41437, + "start": 41590, + "end": 41591, "loc": { "start": { - "line": 1115, + "line": 1120, "column": 103 }, "end": { - "line": 1115, + "line": 1120, "column": 104 } } @@ -368691,15 +370081,15 @@ "updateContext": null }, "value": "this", - "start": 41462, - "end": 41466, + "start": 41616, + "end": 41620, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 24 }, "end": { - "line": 1116, + "line": 1121, "column": 28 } } @@ -368717,15 +370107,15 @@ "binop": null, "updateContext": null }, - "start": 41466, - "end": 41467, + "start": 41620, + "end": 41621, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 28 }, "end": { - "line": 1116, + "line": 1121, "column": 29 } } @@ -368743,15 +370133,15 @@ "binop": null }, "value": "mediaElement", - "start": 41467, - "end": 41479, + "start": 41621, + "end": 41633, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 29 }, "end": { - "line": 1116, + "line": 1121, "column": 41 } } @@ -368769,15 +370159,15 @@ "binop": null, "updateContext": null }, - "start": 41479, - "end": 41480, + "start": 41633, + "end": 41634, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 41 }, "end": { - "line": 1116, + "line": 1121, "column": 42 } } @@ -368795,15 +370185,15 @@ "binop": null }, "value": "muted", - "start": 41480, - "end": 41485, + "start": 41634, + "end": 41639, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 42 }, "end": { - "line": 1116, + "line": 1121, "column": 47 } } @@ -368822,15 +370212,15 @@ "updateContext": null }, "value": "=", - "start": 41486, - "end": 41487, + "start": 41640, + "end": 41641, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 48 }, "end": { - "line": 1116, + "line": 1121, "column": 49 } } @@ -368850,15 +370240,15 @@ "updateContext": null }, "value": "false", - "start": 41488, - "end": 41493, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 50 }, "end": { - "line": 1116, + "line": 1121, "column": 55 } } @@ -368876,15 +370266,15 @@ "binop": null, "updateContext": null }, - "start": 41493, - "end": 41494, + "start": 41647, + "end": 41648, "loc": { "start": { - "line": 1116, + "line": 1121, "column": 55 }, "end": { - "line": 1116, + "line": 1121, "column": 56 } } @@ -368892,15 +370282,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41520, - "end": 41560, + "start": 41674, + "end": 41714, "loc": { "start": { - "line": 1118, + "line": 1123, "column": 24 }, "end": { - "line": 1118, + "line": 1123, "column": 64 } } @@ -368920,15 +370310,15 @@ "updateContext": null }, "value": "this", - "start": 41585, - "end": 41589, + "start": 41739, + "end": 41743, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 24 }, "end": { - "line": 1119, + "line": 1124, "column": 28 } } @@ -368946,15 +370336,15 @@ "binop": null, "updateContext": null }, - "start": 41589, - "end": 41590, + "start": 41743, + "end": 41744, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 28 }, "end": { - "line": 1119, + "line": 1124, "column": 29 } } @@ -368972,15 +370362,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 41590, - "end": 41610, + "start": 41744, + "end": 41764, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 29 }, "end": { - "line": 1119, + "line": 1124, "column": 49 } } @@ -368997,15 +370387,15 @@ "postfix": false, "binop": null }, - "start": 41610, - "end": 41611, + "start": 41764, + "end": 41765, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 49 }, "end": { - "line": 1119, + "line": 1124, "column": 50 } } @@ -369025,15 +370415,15 @@ "updateContext": null }, "value": "true", - "start": 41611, - "end": 41615, + "start": 41765, + "end": 41769, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 50 }, "end": { - "line": 1119, + "line": 1124, "column": 54 } } @@ -369050,15 +370440,15 @@ "postfix": false, "binop": null }, - "start": 41615, - "end": 41616, + "start": 41769, + "end": 41770, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 54 }, "end": { - "line": 1119, + "line": 1124, "column": 55 } } @@ -369076,15 +370466,15 @@ "binop": null, "updateContext": null }, - "start": 41616, - "end": 41617, + "start": 41770, + "end": 41771, "loc": { "start": { - "line": 1119, + "line": 1124, "column": 55 }, "end": { - "line": 1119, + "line": 1124, "column": 56 } } @@ -369101,15 +370491,15 @@ "postfix": false, "binop": null }, - "start": 41638, - "end": 41639, + "start": 41792, + "end": 41793, "loc": { "start": { - "line": 1120, + "line": 1125, "column": 20 }, "end": { - "line": 1120, + "line": 1125, "column": 21 } } @@ -369117,15 +370507,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41661, - "end": 41683, + "start": 41815, + "end": 41837, "loc": { "start": { - "line": 1122, + "line": 1127, "column": 20 }, "end": { - "line": 1122, + "line": 1127, "column": 42 } } @@ -369145,15 +370535,15 @@ "updateContext": null }, "value": "this", - "start": 41704, - "end": 41708, + "start": 41858, + "end": 41862, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 20 }, "end": { - "line": 1123, + "line": 1128, "column": 24 } } @@ -369171,15 +370561,15 @@ "binop": null, "updateContext": null }, - "start": 41708, - "end": 41709, + "start": 41862, + "end": 41863, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 24 }, "end": { - "line": 1123, + "line": 1128, "column": 25 } } @@ -369197,15 +370587,15 @@ "binop": null }, "value": "load", - "start": 41709, - "end": 41713, + "start": 41863, + "end": 41867, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 25 }, "end": { - "line": 1123, + "line": 1128, "column": 29 } } @@ -369222,15 +370612,15 @@ "postfix": false, "binop": null }, - "start": 41713, - "end": 41714, + "start": 41867, + "end": 41868, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 29 }, "end": { - "line": 1123, + "line": 1128, "column": 30 } } @@ -369250,15 +370640,15 @@ "updateContext": null }, "value": "this", - "start": 41714, - "end": 41718, + "start": 41868, + "end": 41872, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 30 }, "end": { - "line": 1123, + "line": 1128, "column": 34 } } @@ -369276,15 +370666,15 @@ "binop": null, "updateContext": null }, - "start": 41718, - "end": 41719, + "start": 41872, + "end": 41873, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 34 }, "end": { - "line": 1123, + "line": 1128, "column": 35 } } @@ -369302,15 +370692,15 @@ "binop": null }, "value": "player", - "start": 41719, - "end": 41725, + "start": 41873, + "end": 41879, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 35 }, "end": { - "line": 1123, + "line": 1128, "column": 41 } } @@ -369328,15 +370718,15 @@ "binop": null, "updateContext": null }, - "start": 41725, - "end": 41726, + "start": 41879, + "end": 41880, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 41 }, "end": { - "line": 1123, + "line": 1128, "column": 42 } } @@ -369354,15 +370744,15 @@ "binop": null }, "value": "recordedData", - "start": 41726, - "end": 41738, + "start": 41880, + "end": 41892, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 42 }, "end": { - "line": 1123, + "line": 1128, "column": 54 } } @@ -369379,15 +370769,15 @@ "postfix": false, "binop": null }, - "start": 41738, - "end": 41739, + "start": 41892, + "end": 41893, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 54 }, "end": { - "line": 1123, + "line": 1128, "column": 55 } } @@ -369405,15 +370795,15 @@ "binop": null, "updateContext": null }, - "start": 41739, - "end": 41740, + "start": 41893, + "end": 41894, "loc": { "start": { - "line": 1123, + "line": 1128, "column": 55 }, "end": { - "line": 1123, + "line": 1128, "column": 56 } } @@ -369430,15 +370820,15 @@ "postfix": false, "binop": null }, - "start": 41757, - "end": 41758, + "start": 41911, + "end": 41912, "loc": { "start": { - "line": 1124, + "line": 1129, "column": 16 }, "end": { - "line": 1124, + "line": 1129, "column": 17 } } @@ -369455,15 +370845,15 @@ "postfix": false, "binop": null }, - "start": 41758, - "end": 41759, + "start": 41912, + "end": 41913, "loc": { "start": { - "line": 1124, + "line": 1129, "column": 17 }, "end": { - "line": 1124, + "line": 1129, "column": 18 } } @@ -369481,15 +370871,15 @@ "binop": null, "updateContext": null }, - "start": 41759, - "end": 41760, + "start": 41913, + "end": 41914, "loc": { "start": { - "line": 1124, + "line": 1129, "column": 18 }, "end": { - "line": 1124, + "line": 1129, "column": 19 } } @@ -369497,15 +370887,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41778, - "end": 41820, + "start": 41932, + "end": 41974, "loc": { "start": { - "line": 1126, + "line": 1131, "column": 16 }, "end": { - "line": 1126, + "line": 1131, "column": 58 } } @@ -369525,15 +370915,15 @@ "updateContext": null }, "value": "this", - "start": 41837, - "end": 41841, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 16 }, "end": { - "line": 1127, + "line": 1132, "column": 20 } } @@ -369551,15 +370941,15 @@ "binop": null, "updateContext": null }, - "start": 41841, - "end": 41842, + "start": 41995, + "end": 41996, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 20 }, "end": { - "line": 1127, + "line": 1132, "column": 21 } } @@ -369577,15 +370967,15 @@ "binop": null }, "value": "player", - "start": 41842, - "end": 41848, + "start": 41996, + "end": 42002, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 21 }, "end": { - "line": 1127, + "line": 1132, "column": 27 } } @@ -369603,15 +370993,15 @@ "binop": null, "updateContext": null }, - "start": 41848, - "end": 41849, + "start": 42002, + "end": 42003, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 27 }, "end": { - "line": 1127, + "line": 1132, "column": 28 } } @@ -369629,15 +371019,15 @@ "binop": null }, "value": "pause", - "start": 41849, - "end": 41854, + "start": 42003, + "end": 42008, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 28 }, "end": { - "line": 1127, + "line": 1132, "column": 33 } } @@ -369654,15 +371044,15 @@ "postfix": false, "binop": null }, - "start": 41854, - "end": 41855, + "start": 42008, + "end": 42009, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 33 }, "end": { - "line": 1127, + "line": 1132, "column": 34 } } @@ -369679,15 +371069,15 @@ "postfix": false, "binop": null }, - "start": 41855, - "end": 41856, + "start": 42009, + "end": 42010, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 34 }, "end": { - "line": 1127, + "line": 1132, "column": 35 } } @@ -369705,15 +371095,15 @@ "binop": null, "updateContext": null }, - "start": 41856, - "end": 41857, + "start": 42010, + "end": 42011, "loc": { "start": { - "line": 1127, + "line": 1132, "column": 35 }, "end": { - "line": 1127, + "line": 1132, "column": 36 } } @@ -369733,15 +371123,15 @@ "updateContext": null }, "value": "break", - "start": 41874, - "end": 41879, + "start": 42028, + "end": 42033, "loc": { "start": { - "line": 1128, + "line": 1133, "column": 16 }, "end": { - "line": 1128, + "line": 1133, "column": 21 } } @@ -369759,15 +371149,15 @@ "binop": null, "updateContext": null }, - "start": 41879, - "end": 41880, + "start": 42033, + "end": 42034, "loc": { "start": { - "line": 1128, + "line": 1133, "column": 21 }, "end": { - "line": 1128, + "line": 1133, "column": 22 } } @@ -369787,15 +371177,15 @@ "updateContext": null }, "value": "case", - "start": 41894, - "end": 41898, + "start": 42048, + "end": 42052, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 12 }, "end": { - "line": 1130, + "line": 1135, "column": 16 } } @@ -369813,15 +371203,15 @@ "binop": null }, "value": "ANIMATION", - "start": 41899, - "end": 41908, + "start": 42053, + "end": 42062, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 17 }, "end": { - "line": 1130, + "line": 1135, "column": 26 } } @@ -369839,15 +371229,15 @@ "binop": null, "updateContext": null }, - "start": 41908, - "end": 41909, + "start": 42062, + "end": 42063, "loc": { "start": { - "line": 1130, + "line": 1135, "column": 26 }, "end": { - "line": 1130, + "line": 1135, "column": 27 } } @@ -369855,15 +371245,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 41926, - "end": 41952, + "start": 42080, + "end": 42106, "loc": { "start": { - "line": 1131, + "line": 1136, "column": 16 }, "end": { - "line": 1131, + "line": 1136, "column": 42 } } @@ -369883,15 +371273,15 @@ "updateContext": null }, "value": "this", - "start": 41969, - "end": 41973, + "start": 42123, + "end": 42127, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 16 }, "end": { - "line": 1132, + "line": 1137, "column": 20 } } @@ -369909,15 +371299,15 @@ "binop": null, "updateContext": null }, - "start": 41973, - "end": 41974, + "start": 42127, + "end": 42128, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 20 }, "end": { - "line": 1132, + "line": 1137, "column": 21 } } @@ -369935,15 +371325,15 @@ "binop": null }, "value": "_processing", - "start": 41974, - "end": 41985, + "start": 42128, + "end": 42139, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 21 }, "end": { - "line": 1132, + "line": 1137, "column": 32 } } @@ -369962,15 +371352,15 @@ "updateContext": null }, "value": "=", - "start": 41986, - "end": 41987, + "start": 42140, + "end": 42141, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 33 }, "end": { - "line": 1132, + "line": 1137, "column": 34 } } @@ -369990,15 +371380,15 @@ "updateContext": null }, "value": "false", - "start": 41988, - "end": 41993, + "start": 42142, + "end": 42147, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 35 }, "end": { - "line": 1132, + "line": 1137, "column": 40 } } @@ -370016,15 +371406,15 @@ "binop": null, "updateContext": null }, - "start": 41993, - "end": 41994, + "start": 42147, + "end": 42148, "loc": { "start": { - "line": 1132, + "line": 1137, "column": 40 }, "end": { - "line": 1132, + "line": 1137, "column": 41 } } @@ -370032,15 +371422,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42012, - "end": 42026, + "start": 42166, + "end": 42180, "loc": { "start": { - "line": 1134, + "line": 1139, "column": 16 }, "end": { - "line": 1134, + "line": 1139, "column": 30 } } @@ -370060,15 +371450,15 @@ "updateContext": null }, "value": "this", - "start": 42043, - "end": 42047, + "start": 42197, + "end": 42201, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 16 }, "end": { - "line": 1135, + "line": 1140, "column": 20 } } @@ -370086,15 +371476,15 @@ "binop": null, "updateContext": null }, - "start": 42047, - "end": 42048, + "start": 42201, + "end": 42202, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 20 }, "end": { - "line": 1135, + "line": 1140, "column": 21 } } @@ -370112,15 +371502,15 @@ "binop": null }, "value": "player", - "start": 42048, - "end": 42054, + "start": 42202, + "end": 42208, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 21 }, "end": { - "line": 1135, + "line": 1140, "column": 27 } } @@ -370138,15 +371528,15 @@ "binop": null, "updateContext": null }, - "start": 42054, - "end": 42055, + "start": 42208, + "end": 42209, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 27 }, "end": { - "line": 1135, + "line": 1140, "column": 28 } } @@ -370164,15 +371554,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 42055, - "end": 42069, + "start": 42209, + "end": 42223, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 28 }, "end": { - "line": 1135, + "line": 1140, "column": 42 } } @@ -370190,15 +371580,15 @@ "binop": null, "updateContext": null }, - "start": 42069, - "end": 42070, + "start": 42223, + "end": 42224, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 42 }, "end": { - "line": 1135, + "line": 1140, "column": 43 } } @@ -370216,15 +371606,15 @@ "binop": null }, "value": "hide", - "start": 42070, - "end": 42074, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 43 }, "end": { - "line": 1135, + "line": 1140, "column": 47 } } @@ -370241,15 +371631,15 @@ "postfix": false, "binop": null }, - "start": 42074, - "end": 42075, + "start": 42228, + "end": 42229, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 47 }, "end": { - "line": 1135, + "line": 1140, "column": 48 } } @@ -370266,15 +371656,15 @@ "postfix": false, "binop": null }, - "start": 42075, - "end": 42076, + "start": 42229, + "end": 42230, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 48 }, "end": { - "line": 1135, + "line": 1140, "column": 49 } } @@ -370292,15 +371682,15 @@ "binop": null, "updateContext": null }, - "start": 42076, - "end": 42077, + "start": 42230, + "end": 42231, "loc": { "start": { - "line": 1135, + "line": 1140, "column": 49 }, "end": { - "line": 1135, + "line": 1140, "column": 50 } } @@ -370308,15 +371698,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42095, - "end": 42127, + "start": 42249, + "end": 42281, "loc": { "start": { - "line": 1137, + "line": 1142, "column": 16 }, "end": { - "line": 1137, + "line": 1142, "column": 48 } } @@ -370336,15 +371726,15 @@ "updateContext": null }, "value": "this", - "start": 42144, - "end": 42148, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 16 }, "end": { - "line": 1138, + "line": 1143, "column": 20 } } @@ -370362,15 +371752,15 @@ "binop": null, "updateContext": null }, - "start": 42148, - "end": 42149, + "start": 42302, + "end": 42303, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 20 }, "end": { - "line": 1138, + "line": 1143, "column": 21 } } @@ -370388,15 +371778,15 @@ "binop": null }, "value": "setDuration", - "start": 42149, - "end": 42160, + "start": 42303, + "end": 42314, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 21 }, "end": { - "line": 1138, + "line": 1143, "column": 32 } } @@ -370413,15 +371803,15 @@ "postfix": false, "binop": null }, - "start": 42160, - "end": 42161, + "start": 42314, + "end": 42315, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 32 }, "end": { - "line": 1138, + "line": 1143, "column": 33 } } @@ -370441,15 +371831,15 @@ "updateContext": null }, "value": "this", - "start": 42161, - "end": 42165, + "start": 42315, + "end": 42319, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 33 }, "end": { - "line": 1138, + "line": 1143, "column": 37 } } @@ -370467,15 +371857,15 @@ "binop": null, "updateContext": null }, - "start": 42165, - "end": 42166, + "start": 42319, + "end": 42320, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 37 }, "end": { - "line": 1138, + "line": 1143, "column": 38 } } @@ -370493,15 +371883,15 @@ "binop": null }, "value": "streamDuration", - "start": 42166, - "end": 42180, + "start": 42320, + "end": 42334, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 38 }, "end": { - "line": 1138, + "line": 1143, "column": 52 } } @@ -370518,15 +371908,15 @@ "postfix": false, "binop": null }, - "start": 42180, - "end": 42181, + "start": 42334, + "end": 42335, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 52 }, "end": { - "line": 1138, + "line": 1143, "column": 53 } } @@ -370544,15 +371934,15 @@ "binop": null, "updateContext": null }, - "start": 42181, - "end": 42182, + "start": 42335, + "end": 42336, "loc": { "start": { - "line": 1138, + "line": 1143, "column": 53 }, "end": { - "line": 1138, + "line": 1143, "column": 54 } } @@ -370560,15 +371950,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42200, - "end": 42221, + "start": 42354, + "end": 42375, "loc": { "start": { - "line": 1140, + "line": 1145, "column": 16 }, "end": { - "line": 1140, + "line": 1145, "column": 37 } } @@ -370588,15 +371978,15 @@ "updateContext": null }, "value": "this", - "start": 42238, - "end": 42242, + "start": 42392, + "end": 42396, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 16 }, "end": { - "line": 1141, + "line": 1146, "column": 20 } } @@ -370614,15 +372004,15 @@ "binop": null, "updateContext": null }, - "start": 42242, - "end": 42243, + "start": 42396, + "end": 42397, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 20 }, "end": { - "line": 1141, + "line": 1146, "column": 21 } } @@ -370640,15 +372030,15 @@ "binop": null }, "value": "mediaElement", - "start": 42243, - "end": 42255, + "start": 42397, + "end": 42409, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 21 }, "end": { - "line": 1141, + "line": 1146, "column": 33 } } @@ -370666,15 +372056,15 @@ "binop": null, "updateContext": null }, - "start": 42255, - "end": 42256, + "start": 42409, + "end": 42410, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 33 }, "end": { - "line": 1141, + "line": 1146, "column": 34 } } @@ -370692,15 +372082,15 @@ "binop": null }, "value": "style", - "start": 42256, - "end": 42261, + "start": 42410, + "end": 42415, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 34 }, "end": { - "line": 1141, + "line": 1146, "column": 39 } } @@ -370718,15 +372108,15 @@ "binop": null, "updateContext": null }, - "start": 42261, - "end": 42262, + "start": 42415, + "end": 42416, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 39 }, "end": { - "line": 1141, + "line": 1146, "column": 40 } } @@ -370744,15 +372134,15 @@ "binop": null }, "value": "display", - "start": 42262, - "end": 42269, + "start": 42416, + "end": 42423, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 40 }, "end": { - "line": 1141, + "line": 1146, "column": 47 } } @@ -370771,15 +372161,15 @@ "updateContext": null }, "value": "=", - "start": 42270, - "end": 42271, + "start": 42424, + "end": 42425, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 48 }, "end": { - "line": 1141, + "line": 1146, "column": 49 } } @@ -370798,15 +372188,15 @@ "updateContext": null }, "value": "none", - "start": 42272, - "end": 42278, + "start": 42426, + "end": 42432, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 50 }, "end": { - "line": 1141, + "line": 1146, "column": 56 } } @@ -370824,15 +372214,15 @@ "binop": null, "updateContext": null }, - "start": 42278, - "end": 42279, + "start": 42432, + "end": 42433, "loc": { "start": { - "line": 1141, + "line": 1146, "column": 56 }, "end": { - "line": 1141, + "line": 1146, "column": 57 } } @@ -370840,15 +372230,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42297, - "end": 42320, + "start": 42451, + "end": 42474, "loc": { "start": { - "line": 1143, + "line": 1148, "column": 16 }, "end": { - "line": 1143, + "line": 1148, "column": 39 } } @@ -370868,15 +372258,15 @@ "updateContext": null }, "value": "this", - "start": 42337, - "end": 42341, + "start": 42491, + "end": 42495, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 16 }, "end": { - "line": 1144, + "line": 1149, "column": 20 } } @@ -370894,15 +372284,15 @@ "binop": null, "updateContext": null }, - "start": 42341, - "end": 42342, + "start": 42495, + "end": 42496, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 20 }, "end": { - "line": 1144, + "line": 1149, "column": 21 } } @@ -370920,15 +372310,15 @@ "binop": null }, "value": "player", - "start": 42342, - "end": 42348, + "start": 42496, + "end": 42502, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 21 }, "end": { - "line": 1144, + "line": 1149, "column": 27 } } @@ -370946,15 +372336,15 @@ "binop": null, "updateContext": null }, - "start": 42348, - "end": 42349, + "start": 42502, + "end": 42503, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 27 }, "end": { - "line": 1144, + "line": 1149, "column": 28 } } @@ -370972,15 +372362,15 @@ "binop": null }, "value": "recordCanvas", - "start": 42349, - "end": 42361, + "start": 42503, + "end": 42515, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 28 }, "end": { - "line": 1144, + "line": 1149, "column": 40 } } @@ -370998,15 +372388,15 @@ "binop": null, "updateContext": null }, - "start": 42361, - "end": 42362, + "start": 42515, + "end": 42516, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 40 }, "end": { - "line": 1144, + "line": 1149, "column": 41 } } @@ -371024,15 +372414,15 @@ "binop": null }, "value": "show", - "start": 42362, - "end": 42366, + "start": 42516, + "end": 42520, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 41 }, "end": { - "line": 1144, + "line": 1149, "column": 45 } } @@ -371049,15 +372439,15 @@ "postfix": false, "binop": null }, - "start": 42366, - "end": 42367, + "start": 42520, + "end": 42521, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 45 }, "end": { - "line": 1144, + "line": 1149, "column": 46 } } @@ -371074,15 +372464,15 @@ "postfix": false, "binop": null }, - "start": 42367, - "end": 42368, + "start": 42521, + "end": 42522, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 46 }, "end": { - "line": 1144, + "line": 1149, "column": 47 } } @@ -371100,15 +372490,15 @@ "binop": null, "updateContext": null }, - "start": 42368, - "end": 42369, + "start": 42522, + "end": 42523, "loc": { "start": { - "line": 1144, + "line": 1149, "column": 47 }, "end": { - "line": 1144, + "line": 1149, "column": 48 } } @@ -371116,15 +372506,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42387, - "end": 42429, + "start": 42541, + "end": 42583, "loc": { "start": { - "line": 1146, + "line": 1151, "column": 16 }, "end": { - "line": 1146, + "line": 1151, "column": 58 } } @@ -371144,15 +372534,15 @@ "updateContext": null }, "value": "this", - "start": 42446, - "end": 42450, + "start": 42600, + "end": 42604, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 16 }, "end": { - "line": 1147, + "line": 1152, "column": 20 } } @@ -371170,15 +372560,15 @@ "binop": null, "updateContext": null }, - "start": 42450, - "end": 42451, + "start": 42604, + "end": 42605, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 20 }, "end": { - "line": 1147, + "line": 1152, "column": 21 } } @@ -371196,15 +372586,15 @@ "binop": null }, "value": "player", - "start": 42451, - "end": 42457, + "start": 42605, + "end": 42611, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 21 }, "end": { - "line": 1147, + "line": 1152, "column": 27 } } @@ -371222,15 +372612,15 @@ "binop": null, "updateContext": null }, - "start": 42457, - "end": 42458, + "start": 42611, + "end": 42612, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 27 }, "end": { - "line": 1147, + "line": 1152, "column": 28 } } @@ -371248,15 +372638,15 @@ "binop": null }, "value": "pause", - "start": 42458, - "end": 42463, + "start": 42612, + "end": 42617, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 28 }, "end": { - "line": 1147, + "line": 1152, "column": 33 } } @@ -371273,15 +372663,15 @@ "postfix": false, "binop": null }, - "start": 42463, - "end": 42464, + "start": 42617, + "end": 42618, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 33 }, "end": { - "line": 1147, + "line": 1152, "column": 34 } } @@ -371298,15 +372688,15 @@ "postfix": false, "binop": null }, - "start": 42464, - "end": 42465, + "start": 42618, + "end": 42619, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 34 }, "end": { - "line": 1147, + "line": 1152, "column": 35 } } @@ -371324,15 +372714,15 @@ "binop": null, "updateContext": null }, - "start": 42465, - "end": 42466, + "start": 42619, + "end": 42620, "loc": { "start": { - "line": 1147, + "line": 1152, "column": 35 }, "end": { - "line": 1147, + "line": 1152, "column": 36 } } @@ -371340,15 +372730,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42484, - "end": 42509, + "start": 42638, + "end": 42663, "loc": { "start": { - "line": 1149, + "line": 1154, "column": 16 }, "end": { - "line": 1149, + "line": 1154, "column": 41 } } @@ -371368,15 +372758,15 @@ "updateContext": null }, "value": "this", - "start": 42526, - "end": 42530, + "start": 42680, + "end": 42684, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 16 }, "end": { - "line": 1150, + "line": 1155, "column": 20 } } @@ -371394,15 +372784,15 @@ "binop": null, "updateContext": null }, - "start": 42530, - "end": 42531, + "start": 42684, + "end": 42685, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 20 }, "end": { - "line": 1150, + "line": 1155, "column": 21 } } @@ -371420,15 +372810,15 @@ "binop": null }, "value": "on", - "start": 42531, - "end": 42533, + "start": 42685, + "end": 42687, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 21 }, "end": { - "line": 1150, + "line": 1155, "column": 23 } } @@ -371445,15 +372835,15 @@ "postfix": false, "binop": null }, - "start": 42533, - "end": 42534, + "start": 42687, + "end": 42688, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 23 }, "end": { - "line": 1150, + "line": 1155, "column": 24 } } @@ -371473,15 +372863,15 @@ "updateContext": null }, "value": "this", - "start": 42534, - "end": 42538, + "start": 42688, + "end": 42692, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 24 }, "end": { - "line": 1150, + "line": 1155, "column": 28 } } @@ -371499,15 +372889,15 @@ "binop": null, "updateContext": null }, - "start": 42538, - "end": 42539, + "start": 42692, + "end": 42693, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 28 }, "end": { - "line": 1150, + "line": 1155, "column": 29 } } @@ -371525,15 +372915,15 @@ "binop": null }, "value": "player", - "start": 42539, - "end": 42545, + "start": 42693, + "end": 42699, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 29 }, "end": { - "line": 1150, + "line": 1155, "column": 35 } } @@ -371551,15 +372941,15 @@ "binop": null, "updateContext": null }, - "start": 42545, - "end": 42546, + "start": 42699, + "end": 42700, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 35 }, "end": { - "line": 1150, + "line": 1155, "column": 36 } } @@ -371577,15 +372967,15 @@ "binop": null }, "value": "Event", - "start": 42547, - "end": 42552, + "start": 42701, + "end": 42706, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 37 }, "end": { - "line": 1150, + "line": 1155, "column": 42 } } @@ -371603,15 +372993,15 @@ "binop": null, "updateContext": null }, - "start": 42552, - "end": 42553, + "start": 42706, + "end": 42707, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 42 }, "end": { - "line": 1150, + "line": 1155, "column": 43 } } @@ -371629,15 +373019,15 @@ "binop": null }, "value": "PLAY", - "start": 42553, - "end": 42557, + "start": 42707, + "end": 42711, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 43 }, "end": { - "line": 1150, + "line": 1155, "column": 47 } } @@ -371655,15 +373045,15 @@ "binop": null, "updateContext": null }, - "start": 42557, - "end": 42558, + "start": 42711, + "end": 42712, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 47 }, "end": { - "line": 1150, + "line": 1155, "column": 48 } } @@ -371683,15 +373073,15 @@ "updateContext": null }, "value": "this", - "start": 42559, - "end": 42563, + "start": 42713, + "end": 42717, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 49 }, "end": { - "line": 1150, + "line": 1155, "column": 53 } } @@ -371709,15 +373099,15 @@ "binop": null, "updateContext": null }, - "start": 42563, - "end": 42564, + "start": 42717, + "end": 42718, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 53 }, "end": { - "line": 1150, + "line": 1155, "column": 54 } } @@ -371735,15 +373125,15 @@ "binop": null }, "value": "showAnimation", - "start": 42564, - "end": 42577, + "start": 42718, + "end": 42731, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 54 }, "end": { - "line": 1150, + "line": 1155, "column": 67 } } @@ -371760,15 +373150,15 @@ "postfix": false, "binop": null }, - "start": 42577, - "end": 42578, + "start": 42731, + "end": 42732, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 67 }, "end": { - "line": 1150, + "line": 1155, "column": 68 } } @@ -371786,15 +373176,15 @@ "binop": null, "updateContext": null }, - "start": 42578, - "end": 42579, + "start": 42732, + "end": 42733, "loc": { "start": { - "line": 1150, + "line": 1155, "column": 68 }, "end": { - "line": 1150, + "line": 1155, "column": 69 } } @@ -371802,15 +373192,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42597, - "end": 42623, + "start": 42751, + "end": 42777, "loc": { "start": { - "line": 1152, + "line": 1157, "column": 16 }, "end": { - "line": 1152, + "line": 1157, "column": 42 } } @@ -371830,15 +373220,15 @@ "updateContext": null }, "value": "this", - "start": 42640, - "end": 42644, + "start": 42794, + "end": 42798, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 16 }, "end": { - "line": 1153, + "line": 1158, "column": 20 } } @@ -371856,15 +373246,15 @@ "binop": null, "updateContext": null }, - "start": 42644, - "end": 42645, + "start": 42798, + "end": 42799, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 20 }, "end": { - "line": 1153, + "line": 1158, "column": 21 } } @@ -371882,15 +373272,15 @@ "binop": null }, "value": "on", - "start": 42645, - "end": 42647, + "start": 42799, + "end": 42801, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 21 }, "end": { - "line": 1153, + "line": 1158, "column": 23 } } @@ -371907,15 +373297,15 @@ "postfix": false, "binop": null }, - "start": 42647, - "end": 42648, + "start": 42801, + "end": 42802, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 23 }, "end": { - "line": 1153, + "line": 1158, "column": 24 } } @@ -371935,15 +373325,15 @@ "updateContext": null }, "value": "this", - "start": 42648, - "end": 42652, + "start": 42802, + "end": 42806, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 24 }, "end": { - "line": 1153, + "line": 1158, "column": 28 } } @@ -371961,15 +373351,15 @@ "binop": null, "updateContext": null }, - "start": 42652, - "end": 42653, + "start": 42806, + "end": 42807, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 28 }, "end": { - "line": 1153, + "line": 1158, "column": 29 } } @@ -371987,15 +373377,15 @@ "binop": null }, "value": "player", - "start": 42653, - "end": 42659, + "start": 42807, + "end": 42813, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 29 }, "end": { - "line": 1153, + "line": 1158, "column": 35 } } @@ -372013,15 +373403,15 @@ "binop": null, "updateContext": null }, - "start": 42659, - "end": 42660, + "start": 42813, + "end": 42814, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 35 }, "end": { - "line": 1153, + "line": 1158, "column": 36 } } @@ -372039,15 +373429,15 @@ "binop": null }, "value": "Event", - "start": 42661, - "end": 42666, + "start": 42815, + "end": 42820, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 37 }, "end": { - "line": 1153, + "line": 1158, "column": 42 } } @@ -372065,15 +373455,15 @@ "binop": null, "updateContext": null }, - "start": 42666, - "end": 42667, + "start": 42820, + "end": 42821, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 42 }, "end": { - "line": 1153, + "line": 1158, "column": 43 } } @@ -372091,15 +373481,15 @@ "binop": null }, "value": "PAUSE", - "start": 42667, - "end": 42672, + "start": 42821, + "end": 42826, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 43 }, "end": { - "line": 1153, + "line": 1158, "column": 48 } } @@ -372117,15 +373507,15 @@ "binop": null, "updateContext": null }, - "start": 42672, - "end": 42673, + "start": 42826, + "end": 42827, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 48 }, "end": { - "line": 1153, + "line": 1158, "column": 49 } } @@ -372145,15 +373535,15 @@ "updateContext": null }, "value": "this", - "start": 42674, - "end": 42678, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 50 }, "end": { - "line": 1153, + "line": 1158, "column": 54 } } @@ -372171,15 +373561,15 @@ "binop": null, "updateContext": null }, - "start": 42678, - "end": 42679, + "start": 42832, + "end": 42833, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 54 }, "end": { - "line": 1153, + "line": 1158, "column": 55 } } @@ -372197,15 +373587,15 @@ "binop": null }, "value": "hideAnimation", - "start": 42679, - "end": 42692, + "start": 42833, + "end": 42846, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 55 }, "end": { - "line": 1153, + "line": 1158, "column": 68 } } @@ -372222,15 +373612,15 @@ "postfix": false, "binop": null }, - "start": 42692, - "end": 42693, + "start": 42846, + "end": 42847, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 68 }, "end": { - "line": 1153, + "line": 1158, "column": 69 } } @@ -372248,15 +373638,15 @@ "binop": null, "updateContext": null }, - "start": 42693, - "end": 42694, + "start": 42847, + "end": 42848, "loc": { "start": { - "line": 1153, + "line": 1158, "column": 69 }, "end": { - "line": 1153, + "line": 1158, "column": 70 } } @@ -372276,15 +373666,15 @@ "updateContext": null }, "value": "break", - "start": 42711, - "end": 42716, + "start": 42865, + "end": 42870, "loc": { "start": { - "line": 1154, + "line": 1159, "column": 16 }, "end": { - "line": 1154, + "line": 1159, "column": 21 } } @@ -372302,15 +373692,15 @@ "binop": null, "updateContext": null }, - "start": 42716, - "end": 42717, + "start": 42870, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1159, "column": 21 }, "end": { - "line": 1154, + "line": 1159, "column": 22 } } @@ -372327,15 +373717,15 @@ "postfix": false, "binop": null }, - "start": 42726, - "end": 42727, + "start": 42880, + "end": 42881, "loc": { "start": { - "line": 1155, + "line": 1160, "column": 8 }, "end": { - "line": 1155, + "line": 1160, "column": 9 } } @@ -372352,15 +373742,15 @@ "postfix": false, "binop": null }, - "start": 42732, - "end": 42733, + "start": 42886, + "end": 42887, "loc": { "start": { - "line": 1156, + "line": 1161, "column": 4 }, "end": { - "line": 1156, + "line": 1161, "column": 5 } } @@ -372368,15 +373758,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42739, - "end": 42831, + "start": 42893, + "end": 42985, "loc": { "start": { - "line": 1158, + "line": 1163, "column": 4 }, "end": { - "line": 1161, + "line": 1166, "column": 7 } } @@ -372394,15 +373784,15 @@ "binop": null }, "value": "onCountDown", - "start": 42836, - "end": 42847, + "start": 42990, + "end": 43001, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 4 }, "end": { - "line": 1162, + "line": 1167, "column": 15 } } @@ -372419,15 +373809,15 @@ "postfix": false, "binop": null }, - "start": 42847, - "end": 42848, + "start": 43001, + "end": 43002, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 15 }, "end": { - "line": 1162, + "line": 1167, "column": 16 } } @@ -372444,15 +373834,15 @@ "postfix": false, "binop": null }, - "start": 42848, - "end": 42849, + "start": 43002, + "end": 43003, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 16 }, "end": { - "line": 1162, + "line": 1167, "column": 17 } } @@ -372469,15 +373859,15 @@ "postfix": false, "binop": null }, - "start": 42850, - "end": 42851, + "start": 43004, + "end": 43005, "loc": { "start": { - "line": 1162, + "line": 1167, "column": 18 }, "end": { - "line": 1162, + "line": 1167, "column": 19 } } @@ -372497,15 +373887,15 @@ "updateContext": null }, "value": "if", - "start": 42860, - "end": 42862, + "start": 43014, + "end": 43016, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 8 }, "end": { - "line": 1163, + "line": 1168, "column": 10 } } @@ -372522,15 +373912,15 @@ "postfix": false, "binop": null }, - "start": 42863, - "end": 42864, + "start": 43017, + "end": 43018, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 11 }, "end": { - "line": 1163, + "line": 1168, "column": 12 } } @@ -372549,15 +373939,15 @@ "updateContext": null }, "value": "!", - "start": 42864, - "end": 42865, + "start": 43018, + "end": 43019, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 12 }, "end": { - "line": 1163, + "line": 1168, "column": 13 } } @@ -372577,15 +373967,15 @@ "updateContext": null }, "value": "this", - "start": 42865, - "end": 42869, + "start": 43019, + "end": 43023, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 13 }, "end": { - "line": 1163, + "line": 1168, "column": 17 } } @@ -372603,15 +373993,15 @@ "binop": null, "updateContext": null }, - "start": 42869, - "end": 42870, + "start": 43023, + "end": 43024, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 17 }, "end": { - "line": 1163, + "line": 1168, "column": 18 } } @@ -372629,15 +374019,15 @@ "binop": null }, "value": "paused", - "start": 42870, - "end": 42876, + "start": 43024, + "end": 43030, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 18 }, "end": { - "line": 1163, + "line": 1168, "column": 24 } } @@ -372654,15 +374044,15 @@ "postfix": false, "binop": null }, - "start": 42876, - "end": 42877, + "start": 43030, + "end": 43031, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 24 }, "end": { - "line": 1163, + "line": 1168, "column": 25 } } @@ -372679,15 +374069,15 @@ "postfix": false, "binop": null }, - "start": 42878, - "end": 42879, + "start": 43032, + "end": 43033, "loc": { "start": { - "line": 1163, + "line": 1168, "column": 26 }, "end": { - "line": 1163, + "line": 1168, "column": 27 } } @@ -372707,15 +374097,15 @@ "updateContext": null }, "value": "let", - "start": 42892, - "end": 42895, + "start": 43046, + "end": 43049, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 12 }, "end": { - "line": 1164, + "line": 1169, "column": 15 } } @@ -372733,15 +374123,15 @@ "binop": null }, "value": "now", - "start": 42896, - "end": 42899, + "start": 43050, + "end": 43053, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 16 }, "end": { - "line": 1164, + "line": 1169, "column": 19 } } @@ -372760,15 +374150,15 @@ "updateContext": null }, "value": "=", - "start": 42900, - "end": 42901, + "start": 43054, + "end": 43055, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 20 }, "end": { - "line": 1164, + "line": 1169, "column": 21 } } @@ -372786,15 +374176,15 @@ "binop": null }, "value": "performance", - "start": 42902, - "end": 42913, + "start": 43056, + "end": 43067, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 22 }, "end": { - "line": 1164, + "line": 1169, "column": 33 } } @@ -372812,15 +374202,15 @@ "binop": null, "updateContext": null }, - "start": 42913, - "end": 42914, + "start": 43067, + "end": 43068, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 33 }, "end": { - "line": 1164, + "line": 1169, "column": 34 } } @@ -372838,15 +374228,15 @@ "binop": null }, "value": "now", - "start": 42914, - "end": 42917, + "start": 43068, + "end": 43071, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 34 }, "end": { - "line": 1164, + "line": 1169, "column": 37 } } @@ -372863,15 +374253,15 @@ "postfix": false, "binop": null }, - "start": 42917, - "end": 42918, + "start": 43071, + "end": 43072, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 37 }, "end": { - "line": 1164, + "line": 1169, "column": 38 } } @@ -372888,15 +374278,15 @@ "postfix": false, "binop": null }, - "start": 42918, - "end": 42919, + "start": 43072, + "end": 43073, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 38 }, "end": { - "line": 1164, + "line": 1169, "column": 39 } } @@ -372914,15 +374304,15 @@ "binop": null, "updateContext": null }, - "start": 42919, - "end": 42920, + "start": 43073, + "end": 43074, "loc": { "start": { - "line": 1164, + "line": 1169, "column": 39 }, "end": { - "line": 1164, + "line": 1169, "column": 40 } } @@ -372942,15 +374332,15 @@ "updateContext": null }, "value": "let", - "start": 42933, - "end": 42936, + "start": 43087, + "end": 43090, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 12 }, "end": { - "line": 1165, + "line": 1170, "column": 15 } } @@ -372968,15 +374358,15 @@ "binop": null }, "value": "duration", - "start": 42937, - "end": 42945, + "start": 43091, + "end": 43099, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 16 }, "end": { - "line": 1165, + "line": 1170, "column": 24 } } @@ -372995,15 +374385,15 @@ "updateContext": null }, "value": "=", - "start": 42946, - "end": 42947, + "start": 43100, + "end": 43101, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 25 }, "end": { - "line": 1165, + "line": 1170, "column": 26 } } @@ -373023,15 +374413,15 @@ "updateContext": null }, "value": "this", - "start": 42948, - "end": 42952, + "start": 43102, + "end": 43106, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 27 }, "end": { - "line": 1165, + "line": 1170, "column": 31 } } @@ -373049,15 +374439,15 @@ "binop": null, "updateContext": null }, - "start": 42952, - "end": 42953, + "start": 43106, + "end": 43107, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 31 }, "end": { - "line": 1165, + "line": 1170, "column": 32 } } @@ -373075,15 +374465,15 @@ "binop": null }, "value": "maxLength", - "start": 42953, - "end": 42962, + "start": 43107, + "end": 43116, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 32 }, "end": { - "line": 1165, + "line": 1170, "column": 41 } } @@ -373101,15 +374491,15 @@ "binop": null, "updateContext": null }, - "start": 42962, - "end": 42963, + "start": 43116, + "end": 43117, "loc": { "start": { - "line": 1165, + "line": 1170, "column": 41 }, "end": { - "line": 1165, + "line": 1170, "column": 42 } } @@ -373129,15 +374519,15 @@ "updateContext": null }, "value": "let", - "start": 42976, - "end": 42979, + "start": 43130, + "end": 43133, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 12 }, "end": { - "line": 1166, + "line": 1171, "column": 15 } } @@ -373155,15 +374545,15 @@ "binop": null }, "value": "currentTime", - "start": 42980, - "end": 42991, + "start": 43134, + "end": 43145, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 16 }, "end": { - "line": 1166, + "line": 1171, "column": 27 } } @@ -373182,15 +374572,15 @@ "updateContext": null }, "value": "=", - "start": 42992, - "end": 42993, + "start": 43146, + "end": 43147, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 28 }, "end": { - "line": 1166, + "line": 1171, "column": 29 } } @@ -373207,15 +374597,15 @@ "postfix": false, "binop": null }, - "start": 42994, - "end": 42995, + "start": 43148, + "end": 43149, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 30 }, "end": { - "line": 1166, + "line": 1171, "column": 31 } } @@ -373233,15 +374623,15 @@ "binop": null }, "value": "now", - "start": 42995, - "end": 42998, + "start": 43149, + "end": 43152, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 31 }, "end": { - "line": 1166, + "line": 1171, "column": 34 } } @@ -373260,15 +374650,15 @@ "updateContext": null }, "value": "-", - "start": 42999, - "end": 43000, + "start": 43153, + "end": 43154, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 35 }, "end": { - "line": 1166, + "line": 1171, "column": 36 } } @@ -373285,15 +374675,15 @@ "postfix": false, "binop": null }, - "start": 43001, - "end": 43002, + "start": 43155, + "end": 43156, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 37 }, "end": { - "line": 1166, + "line": 1171, "column": 38 } } @@ -373313,15 +374703,15 @@ "updateContext": null }, "value": "this", - "start": 43002, - "end": 43006, + "start": 43156, + "end": 43160, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 38 }, "end": { - "line": 1166, + "line": 1171, "column": 42 } } @@ -373339,15 +374729,15 @@ "binop": null, "updateContext": null }, - "start": 43006, - "end": 43007, + "start": 43160, + "end": 43161, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 42 }, "end": { - "line": 1166, + "line": 1171, "column": 43 } } @@ -373365,15 +374755,15 @@ "binop": null }, "value": "startTime", - "start": 43007, - "end": 43016, + "start": 43161, + "end": 43170, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 43 }, "end": { - "line": 1166, + "line": 1171, "column": 52 } } @@ -373392,15 +374782,15 @@ "updateContext": null }, "value": "+", - "start": 43017, - "end": 43018, + "start": 43171, + "end": 43172, "loc": { "start": { - "line": 1166, + "line": 1171, "column": 53 }, "end": { - "line": 1166, + "line": 1171, "column": 54 } } @@ -373420,15 +374810,15 @@ "updateContext": null }, "value": "this", - "start": 43035, - "end": 43039, + "start": 43189, + "end": 43193, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 16 }, "end": { - "line": 1167, + "line": 1172, "column": 20 } } @@ -373446,15 +374836,15 @@ "binop": null, "updateContext": null }, - "start": 43039, - "end": 43040, + "start": 43193, + "end": 43194, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 20 }, "end": { - "line": 1167, + "line": 1172, "column": 21 } } @@ -373472,15 +374862,15 @@ "binop": null }, "value": "pausedTime", - "start": 43040, - "end": 43050, + "start": 43194, + "end": 43204, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 21 }, "end": { - "line": 1167, + "line": 1172, "column": 31 } } @@ -373497,15 +374887,15 @@ "postfix": false, "binop": null }, - "start": 43050, - "end": 43051, + "start": 43204, + "end": 43205, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 31 }, "end": { - "line": 1167, + "line": 1172, "column": 32 } } @@ -373522,15 +374912,15 @@ "postfix": false, "binop": null }, - "start": 43051, - "end": 43052, + "start": 43205, + "end": 43206, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 32 }, "end": { - "line": 1167, + "line": 1172, "column": 33 } } @@ -373549,15 +374939,15 @@ "updateContext": null }, "value": "/", - "start": 43053, - "end": 43054, + "start": 43207, + "end": 43208, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 34 }, "end": { - "line": 1167, + "line": 1172, "column": 35 } } @@ -373576,15 +374966,15 @@ "updateContext": null }, "value": 1000, - "start": 43055, - "end": 43059, + "start": 43209, + "end": 43213, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 36 }, "end": { - "line": 1167, + "line": 1172, "column": 40 } } @@ -373602,15 +374992,15 @@ "binop": null, "updateContext": null }, - "start": 43059, - "end": 43060, + "start": 43213, + "end": 43214, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 40 }, "end": { - "line": 1167, + "line": 1172, "column": 41 } } @@ -373618,15 +375008,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43061, - "end": 43081, + "start": 43215, + "end": 43235, "loc": { "start": { - "line": 1167, + "line": 1172, "column": 42 }, "end": { - "line": 1167, + "line": 1172, "column": 62 } } @@ -373646,15 +375036,15 @@ "updateContext": null }, "value": "this", - "start": 43095, - "end": 43099, + "start": 43249, + "end": 43253, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 12 }, "end": { - "line": 1169, + "line": 1174, "column": 16 } } @@ -373672,15 +375062,15 @@ "binop": null, "updateContext": null }, - "start": 43099, - "end": 43100, + "start": 43253, + "end": 43254, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 16 }, "end": { - "line": 1169, + "line": 1174, "column": 17 } } @@ -373698,15 +375088,15 @@ "binop": null }, "value": "streamDuration", - "start": 43100, - "end": 43114, + "start": 43254, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 17 }, "end": { - "line": 1169, + "line": 1174, "column": 31 } } @@ -373725,15 +375115,15 @@ "updateContext": null }, "value": "=", - "start": 43115, - "end": 43116, + "start": 43269, + "end": 43270, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 32 }, "end": { - "line": 1169, + "line": 1174, "column": 33 } } @@ -373751,15 +375141,15 @@ "binop": null }, "value": "currentTime", - "start": 43117, - "end": 43128, + "start": 43271, + "end": 43282, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 34 }, "end": { - "line": 1169, + "line": 1174, "column": 45 } } @@ -373777,15 +375167,15 @@ "binop": null, "updateContext": null }, - "start": 43128, - "end": 43129, + "start": 43282, + "end": 43283, "loc": { "start": { - "line": 1169, + "line": 1174, "column": 45 }, "end": { - "line": 1169, + "line": 1174, "column": 46 } } @@ -373805,15 +375195,15 @@ "updateContext": null }, "value": "if", - "start": 43143, - "end": 43145, + "start": 43297, + "end": 43299, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 12 }, "end": { - "line": 1171, + "line": 1176, "column": 14 } } @@ -373830,15 +375220,15 @@ "postfix": false, "binop": null }, - "start": 43146, - "end": 43147, + "start": 43300, + "end": 43301, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 15 }, "end": { - "line": 1171, + "line": 1176, "column": 16 } } @@ -373856,15 +375246,15 @@ "binop": null }, "value": "currentTime", - "start": 43147, - "end": 43158, + "start": 43301, + "end": 43312, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 16 }, "end": { - "line": 1171, + "line": 1176, "column": 27 } } @@ -373883,15 +375273,15 @@ "updateContext": null }, "value": ">=", - "start": 43159, - "end": 43161, + "start": 43313, + "end": 43315, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 28 }, "end": { - "line": 1171, + "line": 1176, "column": 30 } } @@ -373909,15 +375299,15 @@ "binop": null }, "value": "duration", - "start": 43162, - "end": 43170, + "start": 43316, + "end": 43324, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 31 }, "end": { - "line": 1171, + "line": 1176, "column": 39 } } @@ -373934,15 +375324,15 @@ "postfix": false, "binop": null }, - "start": 43170, - "end": 43171, + "start": 43324, + "end": 43325, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 39 }, "end": { - "line": 1171, + "line": 1176, "column": 40 } } @@ -373959,15 +375349,15 @@ "postfix": false, "binop": null }, - "start": 43172, - "end": 43173, + "start": 43326, + "end": 43327, "loc": { "start": { - "line": 1171, + "line": 1176, "column": 41 }, "end": { - "line": 1171, + "line": 1176, "column": 42 } } @@ -373975,15 +375365,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43190, - "end": 43203, + "start": 43344, + "end": 43357, "loc": { "start": { - "line": 1172, + "line": 1177, "column": 16 }, "end": { - "line": 1172, + "line": 1177, "column": 29 } } @@ -374001,15 +375391,15 @@ "binop": null }, "value": "currentTime", - "start": 43220, - "end": 43231, + "start": 43374, + "end": 43385, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 16 }, "end": { - "line": 1173, + "line": 1178, "column": 27 } } @@ -374028,15 +375418,15 @@ "updateContext": null }, "value": "=", - "start": 43232, - "end": 43233, + "start": 43386, + "end": 43387, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 28 }, "end": { - "line": 1173, + "line": 1178, "column": 29 } } @@ -374054,15 +375444,15 @@ "binop": null }, "value": "duration", - "start": 43234, - "end": 43242, + "start": 43388, + "end": 43396, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 30 }, "end": { - "line": 1173, + "line": 1178, "column": 38 } } @@ -374080,15 +375470,15 @@ "binop": null, "updateContext": null }, - "start": 43242, - "end": 43243, + "start": 43396, + "end": 43397, "loc": { "start": { - "line": 1173, + "line": 1178, "column": 38 }, "end": { - "line": 1173, + "line": 1178, "column": 39 } } @@ -374096,15 +375486,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43261, - "end": 43278, + "start": 43415, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1180, "column": 16 }, "end": { - "line": 1175, + "line": 1180, "column": 33 } } @@ -374124,15 +375514,15 @@ "updateContext": null }, "value": "this", - "start": 43295, - "end": 43299, + "start": 43449, + "end": 43453, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 16 }, "end": { - "line": 1176, + "line": 1181, "column": 20 } } @@ -374150,15 +375540,15 @@ "binop": null, "updateContext": null }, - "start": 43299, - "end": 43300, + "start": 43453, + "end": 43454, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 20 }, "end": { - "line": 1176, + "line": 1181, "column": 21 } } @@ -374176,15 +375566,15 @@ "binop": null }, "value": "stop", - "start": 43300, - "end": 43304, + "start": 43454, + "end": 43458, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 21 }, "end": { - "line": 1176, + "line": 1181, "column": 25 } } @@ -374201,15 +375591,15 @@ "postfix": false, "binop": null }, - "start": 43304, - "end": 43305, + "start": 43458, + "end": 43459, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 25 }, "end": { - "line": 1176, + "line": 1181, "column": 26 } } @@ -374226,15 +375616,15 @@ "postfix": false, "binop": null }, - "start": 43305, - "end": 43306, + "start": 43459, + "end": 43460, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 26 }, "end": { - "line": 1176, + "line": 1181, "column": 27 } } @@ -374252,15 +375642,15 @@ "binop": null, "updateContext": null }, - "start": 43306, - "end": 43307, + "start": 43460, + "end": 43461, "loc": { "start": { - "line": 1176, + "line": 1181, "column": 27 }, "end": { - "line": 1176, + "line": 1181, "column": 28 } } @@ -374277,15 +375667,15 @@ "postfix": false, "binop": null }, - "start": 43320, - "end": 43321, + "start": 43474, + "end": 43475, "loc": { "start": { - "line": 1177, + "line": 1182, "column": 12 }, "end": { - "line": 1177, + "line": 1182, "column": 13 } } @@ -374293,15 +375683,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43335, - "end": 43353, + "start": 43489, + "end": 43507, "loc": { "start": { - "line": 1179, + "line": 1184, "column": 12 }, "end": { - "line": 1179, + "line": 1184, "column": 30 } } @@ -374321,15 +375711,15 @@ "updateContext": null }, "value": "this", - "start": 43366, - "end": 43370, + "start": 43520, + "end": 43524, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 12 }, "end": { - "line": 1180, + "line": 1185, "column": 16 } } @@ -374347,15 +375737,15 @@ "binop": null, "updateContext": null }, - "start": 43370, - "end": 43371, + "start": 43524, + "end": 43525, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 16 }, "end": { - "line": 1180, + "line": 1185, "column": 17 } } @@ -374373,15 +375763,15 @@ "binop": null }, "value": "setDuration", - "start": 43371, - "end": 43382, + "start": 43525, + "end": 43536, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 17 }, "end": { - "line": 1180, + "line": 1185, "column": 28 } } @@ -374398,15 +375788,15 @@ "postfix": false, "binop": null }, - "start": 43382, - "end": 43383, + "start": 43536, + "end": 43537, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 28 }, "end": { - "line": 1180, + "line": 1185, "column": 29 } } @@ -374424,15 +375814,15 @@ "binop": null }, "value": "duration", - "start": 43383, - "end": 43391, + "start": 43537, + "end": 43545, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 29 }, "end": { - "line": 1180, + "line": 1185, "column": 37 } } @@ -374449,15 +375839,15 @@ "postfix": false, "binop": null }, - "start": 43391, - "end": 43392, + "start": 43545, + "end": 43546, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 37 }, "end": { - "line": 1180, + "line": 1185, "column": 38 } } @@ -374475,15 +375865,15 @@ "binop": null, "updateContext": null }, - "start": 43392, - "end": 43393, + "start": 43546, + "end": 43547, "loc": { "start": { - "line": 1180, + "line": 1185, "column": 38 }, "end": { - "line": 1180, + "line": 1185, "column": 39 } } @@ -374491,15 +375881,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43407, - "end": 43429, + "start": 43561, + "end": 43583, "loc": { "start": { - "line": 1182, + "line": 1187, "column": 12 }, "end": { - "line": 1182, + "line": 1187, "column": 34 } } @@ -374519,15 +375909,15 @@ "updateContext": null }, "value": "this", - "start": 43442, - "end": 43446, + "start": 43596, + "end": 43600, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1188, "column": 16 } } @@ -374545,15 +375935,15 @@ "binop": null, "updateContext": null }, - "start": 43446, - "end": 43447, + "start": 43600, + "end": 43601, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 16 }, "end": { - "line": 1183, + "line": 1188, "column": 17 } } @@ -374571,15 +375961,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 43447, - "end": 43461, + "start": 43601, + "end": 43615, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 17 }, "end": { - "line": 1183, + "line": 1188, "column": 31 } } @@ -374596,15 +375986,15 @@ "postfix": false, "binop": null }, - "start": 43461, - "end": 43462, + "start": 43615, + "end": 43616, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 31 }, "end": { - "line": 1183, + "line": 1188, "column": 32 } } @@ -374622,15 +376012,15 @@ "binop": null }, "value": "currentTime", - "start": 43462, - "end": 43473, + "start": 43616, + "end": 43627, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 32 }, "end": { - "line": 1183, + "line": 1188, "column": 43 } } @@ -374648,15 +376038,15 @@ "binop": null, "updateContext": null }, - "start": 43473, - "end": 43474, + "start": 43627, + "end": 43628, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 43 }, "end": { - "line": 1183, + "line": 1188, "column": 44 } } @@ -374674,15 +376064,15 @@ "binop": null }, "value": "duration", - "start": 43475, - "end": 43483, + "start": 43629, + "end": 43637, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 45 }, "end": { - "line": 1183, + "line": 1188, "column": 53 } } @@ -374699,15 +376089,15 @@ "postfix": false, "binop": null }, - "start": 43483, - "end": 43484, + "start": 43637, + "end": 43638, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 53 }, "end": { - "line": 1183, + "line": 1188, "column": 54 } } @@ -374725,15 +376115,15 @@ "binop": null, "updateContext": null }, - "start": 43484, - "end": 43485, + "start": 43638, + "end": 43639, "loc": { "start": { - "line": 1183, + "line": 1188, "column": 54 }, "end": { - "line": 1183, + "line": 1188, "column": 55 } } @@ -374741,15 +376131,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43499, - "end": 43518, + "start": 43653, + "end": 43672, "loc": { "start": { - "line": 1185, + "line": 1190, "column": 12 }, "end": { - "line": 1185, + "line": 1190, "column": 31 } } @@ -374769,15 +376159,15 @@ "updateContext": null }, "value": "this", - "start": 43531, - "end": 43535, + "start": 43685, + "end": 43689, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 12 }, "end": { - "line": 1186, + "line": 1191, "column": 16 } } @@ -374795,15 +376185,15 @@ "binop": null, "updateContext": null }, - "start": 43535, - "end": 43536, + "start": 43689, + "end": 43690, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 16 }, "end": { - "line": 1186, + "line": 1191, "column": 17 } } @@ -374821,15 +376211,15 @@ "binop": null }, "value": "player", - "start": 43536, - "end": 43542, + "start": 43690, + "end": 43696, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 17 }, "end": { - "line": 1186, + "line": 1191, "column": 23 } } @@ -374847,15 +376237,15 @@ "binop": null, "updateContext": null }, - "start": 43542, - "end": 43543, + "start": 43696, + "end": 43697, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 23 }, "end": { - "line": 1186, + "line": 1191, "column": 24 } } @@ -374873,15 +376263,15 @@ "binop": null }, "value": "trigger", - "start": 43543, - "end": 43550, + "start": 43697, + "end": 43704, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 24 }, "end": { - "line": 1186, + "line": 1191, "column": 31 } } @@ -374898,15 +376288,15 @@ "postfix": false, "binop": null }, - "start": 43550, - "end": 43551, + "start": 43704, + "end": 43705, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 31 }, "end": { - "line": 1186, + "line": 1191, "column": 32 } } @@ -374924,15 +376314,15 @@ "binop": null }, "value": "Event", - "start": 43551, - "end": 43556, + "start": 43705, + "end": 43710, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 32 }, "end": { - "line": 1186, + "line": 1191, "column": 37 } } @@ -374950,15 +376340,15 @@ "binop": null, "updateContext": null }, - "start": 43556, - "end": 43557, + "start": 43710, + "end": 43711, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 37 }, "end": { - "line": 1186, + "line": 1191, "column": 38 } } @@ -374976,15 +376366,15 @@ "binop": null }, "value": "PROGRESS_RECORD", - "start": 43557, - "end": 43572, + "start": 43711, + "end": 43726, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 38 }, "end": { - "line": 1186, + "line": 1191, "column": 53 } } @@ -375001,15 +376391,15 @@ "postfix": false, "binop": null }, - "start": 43572, - "end": 43573, + "start": 43726, + "end": 43727, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 53 }, "end": { - "line": 1186, + "line": 1191, "column": 54 } } @@ -375027,15 +376417,15 @@ "binop": null, "updateContext": null }, - "start": 43573, - "end": 43574, + "start": 43727, + "end": 43728, "loc": { "start": { - "line": 1186, + "line": 1191, "column": 54 }, "end": { - "line": 1186, + "line": 1191, "column": 55 } } @@ -375052,15 +376442,15 @@ "postfix": false, "binop": null }, - "start": 43583, - "end": 43584, + "start": 43737, + "end": 43738, "loc": { "start": { - "line": 1187, + "line": 1192, "column": 8 }, "end": { - "line": 1187, + "line": 1192, "column": 9 } } @@ -375077,15 +376467,15 @@ "postfix": false, "binop": null }, - "start": 43589, - "end": 43590, + "start": 43743, + "end": 43744, "loc": { "start": { - "line": 1188, + "line": 1193, "column": 4 }, "end": { - "line": 1188, + "line": 1193, "column": 5 } } @@ -375093,15 +376483,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": 43596, - "end": 43803, + "start": 43750, + "end": 43957, "loc": { "start": { - "line": 1190, + "line": 1195, "column": 4 }, "end": { - "line": 1196, + "line": 1201, "column": 7 } } @@ -375119,15 +376509,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 43808, - "end": 43822, + "start": 43962, + "end": 43976, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 4 }, "end": { - "line": 1197, + "line": 1202, "column": 18 } } @@ -375144,15 +376534,15 @@ "postfix": false, "binop": null }, - "start": 43822, - "end": 43823, + "start": 43976, + "end": 43977, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 18 }, "end": { - "line": 1197, + "line": 1202, "column": 19 } } @@ -375169,15 +376559,15 @@ "postfix": false, "binop": null }, - "start": 43823, - "end": 43824, + "start": 43977, + "end": 43978, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 19 }, "end": { - "line": 1197, + "line": 1202, "column": 20 } } @@ -375194,15 +376584,15 @@ "postfix": false, "binop": null }, - "start": 43825, - "end": 43826, + "start": 43979, + "end": 43980, "loc": { "start": { - "line": 1197, + "line": 1202, "column": 21 }, "end": { - "line": 1197, + "line": 1202, "column": 22 } } @@ -375222,15 +376612,15 @@ "updateContext": null }, "value": "let", - "start": 43835, - "end": 43838, + "start": 43989, + "end": 43992, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 8 }, "end": { - "line": 1198, + "line": 1203, "column": 11 } } @@ -375248,15 +376638,15 @@ "binop": null }, "value": "currentTime", - "start": 43839, - "end": 43850, + "start": 43993, + "end": 44004, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 12 }, "end": { - "line": 1198, + "line": 1203, "column": 23 } } @@ -375275,15 +376665,15 @@ "updateContext": null }, "value": "=", - "start": 43851, - "end": 43852, + "start": 44005, + "end": 44006, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 24 }, "end": { - "line": 1198, + "line": 1203, "column": 25 } } @@ -375301,15 +376691,15 @@ "binop": null }, "value": "isNaN", - "start": 43853, - "end": 43858, + "start": 44007, + "end": 44012, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 26 }, "end": { - "line": 1198, + "line": 1203, "column": 31 } } @@ -375326,15 +376716,15 @@ "postfix": false, "binop": null }, - "start": 43858, - "end": 43859, + "start": 44012, + "end": 44013, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 31 }, "end": { - "line": 1198, + "line": 1203, "column": 32 } } @@ -375354,15 +376744,15 @@ "updateContext": null }, "value": "this", - "start": 43859, - "end": 43863, + "start": 44013, + "end": 44017, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 32 }, "end": { - "line": 1198, + "line": 1203, "column": 36 } } @@ -375380,15 +376770,15 @@ "binop": null, "updateContext": null }, - "start": 43863, - "end": 43864, + "start": 44017, + "end": 44018, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 36 }, "end": { - "line": 1198, + "line": 1203, "column": 37 } } @@ -375406,15 +376796,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 43864, - "end": 43881, + "start": 44018, + "end": 44035, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 37 }, "end": { - "line": 1198, + "line": 1203, "column": 54 } } @@ -375431,15 +376821,15 @@ "postfix": false, "binop": null }, - "start": 43881, - "end": 43882, + "start": 44035, + "end": 44036, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 54 }, "end": { - "line": 1198, + "line": 1203, "column": 55 } } @@ -375457,15 +376847,15 @@ "binop": null, "updateContext": null }, - "start": 43883, - "end": 43884, + "start": 44037, + "end": 44038, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 56 }, "end": { - "line": 1198, + "line": 1203, "column": 57 } } @@ -375484,15 +376874,15 @@ "updateContext": null }, "value": 0, - "start": 43885, - "end": 43886, + "start": 44039, + "end": 44040, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 58 }, "end": { - "line": 1198, + "line": 1203, "column": 59 } } @@ -375510,15 +376900,15 @@ "binop": null, "updateContext": null }, - "start": 43887, - "end": 43888, + "start": 44041, + "end": 44042, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 60 }, "end": { - "line": 1198, + "line": 1203, "column": 61 } } @@ -375538,15 +376928,15 @@ "updateContext": null }, "value": "this", - "start": 43889, - "end": 43893, + "start": 44043, + "end": 44047, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 62 }, "end": { - "line": 1198, + "line": 1203, "column": 66 } } @@ -375564,15 +376954,15 @@ "binop": null, "updateContext": null }, - "start": 43893, - "end": 43894, + "start": 44047, + "end": 44048, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 66 }, "end": { - "line": 1198, + "line": 1203, "column": 67 } } @@ -375590,15 +376980,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 43894, - "end": 43911, + "start": 44048, + "end": 44065, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 67 }, "end": { - "line": 1198, + "line": 1203, "column": 84 } } @@ -375616,15 +377006,15 @@ "binop": null, "updateContext": null }, - "start": 43911, - "end": 43912, + "start": 44065, + "end": 44066, "loc": { "start": { - "line": 1198, + "line": 1203, "column": 84 }, "end": { - "line": 1198, + "line": 1203, "column": 85 } } @@ -375644,15 +377034,15 @@ "updateContext": null }, "value": "if", - "start": 43922, - "end": 43924, + "start": 44076, + "end": 44078, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 8 }, "end": { - "line": 1200, + "line": 1205, "column": 10 } } @@ -375669,15 +377059,15 @@ "postfix": false, "binop": null }, - "start": 43925, - "end": 43926, + "start": 44079, + "end": 44080, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 11 }, "end": { - "line": 1200, + "line": 1205, "column": 12 } } @@ -375697,15 +377087,15 @@ "updateContext": null }, "value": "this", - "start": 43926, - "end": 43930, + "start": 44080, + "end": 44084, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 12 }, "end": { - "line": 1200, + "line": 1205, "column": 16 } } @@ -375723,15 +377113,15 @@ "binop": null, "updateContext": null }, - "start": 43930, - "end": 43931, + "start": 44084, + "end": 44085, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 16 }, "end": { - "line": 1200, + "line": 1205, "column": 17 } } @@ -375749,15 +377139,15 @@ "binop": null }, "value": "getRecordType", - "start": 43931, - "end": 43944, + "start": 44085, + "end": 44098, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 17 }, "end": { - "line": 1200, + "line": 1205, "column": 30 } } @@ -375774,15 +377164,15 @@ "postfix": false, "binop": null }, - "start": 43944, - "end": 43945, + "start": 44098, + "end": 44099, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 30 }, "end": { - "line": 1200, + "line": 1205, "column": 31 } } @@ -375799,15 +377189,15 @@ "postfix": false, "binop": null }, - "start": 43945, - "end": 43946, + "start": 44099, + "end": 44100, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 31 }, "end": { - "line": 1200, + "line": 1205, "column": 32 } } @@ -375826,15 +377216,15 @@ "updateContext": null }, "value": "===", - "start": 43947, - "end": 43950, + "start": 44101, + "end": 44104, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 33 }, "end": { - "line": 1200, + "line": 1205, "column": 36 } } @@ -375852,15 +377242,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 43951, - "end": 43961, + "start": 44105, + "end": 44115, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 37 }, "end": { - "line": 1200, + "line": 1205, "column": 47 } } @@ -375877,15 +377267,15 @@ "postfix": false, "binop": null }, - "start": 43961, - "end": 43962, + "start": 44115, + "end": 44116, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 47 }, "end": { - "line": 1200, + "line": 1205, "column": 48 } } @@ -375902,15 +377292,15 @@ "postfix": false, "binop": null }, - "start": 43963, - "end": 43964, + "start": 44117, + "end": 44118, "loc": { "start": { - "line": 1200, + "line": 1205, "column": 49 }, "end": { - "line": 1200, + "line": 1205, "column": 50 } } @@ -375928,15 +377318,15 @@ "binop": null }, "value": "currentTime", - "start": 43977, - "end": 43988, + "start": 44131, + "end": 44142, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 12 }, "end": { - "line": 1201, + "line": 1206, "column": 23 } } @@ -375955,15 +377345,15 @@ "updateContext": null }, "value": "=", - "start": 43989, - "end": 43990, + "start": 44143, + "end": 44144, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 24 }, "end": { - "line": 1201, + "line": 1206, "column": 25 } } @@ -375983,15 +377373,15 @@ "updateContext": null }, "value": "this", - "start": 43991, - "end": 43995, + "start": 44145, + "end": 44149, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 26 }, "end": { - "line": 1201, + "line": 1206, "column": 30 } } @@ -376009,15 +377399,15 @@ "binop": null, "updateContext": null }, - "start": 43995, - "end": 43996, + "start": 44149, + "end": 44150, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 30 }, "end": { - "line": 1201, + "line": 1206, "column": 31 } } @@ -376035,15 +377425,15 @@ "binop": null }, "value": "surfer", - "start": 43996, - "end": 44002, + "start": 44150, + "end": 44156, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 31 }, "end": { - "line": 1201, + "line": 1206, "column": 37 } } @@ -376061,15 +377451,15 @@ "binop": null, "updateContext": null }, - "start": 44002, - "end": 44003, + "start": 44156, + "end": 44157, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 37 }, "end": { - "line": 1201, + "line": 1206, "column": 38 } } @@ -376087,15 +377477,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 44003, - "end": 44017, + "start": 44157, + "end": 44171, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 38 }, "end": { - "line": 1201, + "line": 1206, "column": 52 } } @@ -376112,15 +377502,15 @@ "postfix": false, "binop": null }, - "start": 44017, - "end": 44018, + "start": 44171, + "end": 44172, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 52 }, "end": { - "line": 1201, + "line": 1206, "column": 53 } } @@ -376137,15 +377527,15 @@ "postfix": false, "binop": null }, - "start": 44018, - "end": 44019, + "start": 44172, + "end": 44173, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 53 }, "end": { - "line": 1201, + "line": 1206, "column": 54 } } @@ -376163,15 +377553,15 @@ "binop": null, "updateContext": null }, - "start": 44019, - "end": 44020, + "start": 44173, + "end": 44174, "loc": { "start": { - "line": 1201, + "line": 1206, "column": 54 }, "end": { - "line": 1201, + "line": 1206, "column": 55 } } @@ -376188,15 +377578,15 @@ "postfix": false, "binop": null }, - "start": 44029, - "end": 44030, + "start": 44183, + "end": 44184, "loc": { "start": { - "line": 1202, + "line": 1207, "column": 8 }, "end": { - "line": 1202, + "line": 1207, "column": 9 } } @@ -376216,15 +377606,15 @@ "updateContext": null }, "value": "return", - "start": 44040, - "end": 44046, + "start": 44194, + "end": 44200, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 8 }, "end": { - "line": 1204, + "line": 1209, "column": 14 } } @@ -376242,15 +377632,15 @@ "binop": null }, "value": "currentTime", - "start": 44047, - "end": 44058, + "start": 44201, + "end": 44212, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 15 }, "end": { - "line": 1204, + "line": 1209, "column": 26 } } @@ -376268,15 +377658,15 @@ "binop": null, "updateContext": null }, - "start": 44058, - "end": 44059, + "start": 44212, + "end": 44213, "loc": { "start": { - "line": 1204, + "line": 1209, "column": 26 }, "end": { - "line": 1204, + "line": 1209, "column": 27 } } @@ -376293,15 +377683,15 @@ "postfix": false, "binop": null }, - "start": 44064, - "end": 44065, + "start": 44218, + "end": 44219, "loc": { "start": { - "line": 1205, + "line": 1210, "column": 4 }, "end": { - "line": 1205, + "line": 1210, "column": 5 } } @@ -376309,15 +377699,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": 44071, - "end": 44327, + "start": 44225, + "end": 44481, "loc": { "start": { - "line": 1207, + "line": 1212, "column": 4 }, "end": { - "line": 1214, + "line": 1219, "column": 7 } } @@ -376335,15 +377725,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 44332, - "end": 44346, + "start": 44486, + "end": 44500, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 4 }, "end": { - "line": 1215, + "line": 1220, "column": 18 } } @@ -376360,15 +377750,15 @@ "postfix": false, "binop": null }, - "start": 44346, - "end": 44347, + "start": 44500, + "end": 44501, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 18 }, "end": { - "line": 1215, + "line": 1220, "column": 19 } } @@ -376386,15 +377776,15 @@ "binop": null }, "value": "currentTime", - "start": 44347, - "end": 44358, + "start": 44501, + "end": 44512, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 19 }, "end": { - "line": 1215, + "line": 1220, "column": 30 } } @@ -376412,15 +377802,15 @@ "binop": null, "updateContext": null }, - "start": 44358, - "end": 44359, + "start": 44512, + "end": 44513, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 30 }, "end": { - "line": 1215, + "line": 1220, "column": 31 } } @@ -376438,15 +377828,15 @@ "binop": null }, "value": "duration", - "start": 44360, - "end": 44368, + "start": 44514, + "end": 44522, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 32 }, "end": { - "line": 1215, + "line": 1220, "column": 40 } } @@ -376463,15 +377853,15 @@ "postfix": false, "binop": null }, - "start": 44368, - "end": 44369, + "start": 44522, + "end": 44523, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 40 }, "end": { - "line": 1215, + "line": 1220, "column": 41 } } @@ -376488,15 +377878,15 @@ "postfix": false, "binop": null }, - "start": 44370, - "end": 44371, + "start": 44524, + "end": 44525, "loc": { "start": { - "line": 1215, + "line": 1220, "column": 42 }, "end": { - "line": 1215, + "line": 1220, "column": 43 } } @@ -376514,15 +377904,15 @@ "binop": null }, "value": "currentTime", - "start": 44380, - "end": 44391, + "start": 44534, + "end": 44545, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 8 }, "end": { - "line": 1216, + "line": 1221, "column": 19 } } @@ -376541,15 +377931,15 @@ "updateContext": null }, "value": "=", - "start": 44392, - "end": 44393, + "start": 44546, + "end": 44547, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 20 }, "end": { - "line": 1216, + "line": 1221, "column": 21 } } @@ -376567,15 +377957,15 @@ "binop": null }, "value": "isNaN", - "start": 44394, - "end": 44399, + "start": 44548, + "end": 44553, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 22 }, "end": { - "line": 1216, + "line": 1221, "column": 27 } } @@ -376592,15 +377982,15 @@ "postfix": false, "binop": null }, - "start": 44399, - "end": 44400, + "start": 44553, + "end": 44554, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 27 }, "end": { - "line": 1216, + "line": 1221, "column": 28 } } @@ -376618,15 +378008,15 @@ "binop": null }, "value": "currentTime", - "start": 44400, - "end": 44411, + "start": 44554, + "end": 44565, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 28 }, "end": { - "line": 1216, + "line": 1221, "column": 39 } } @@ -376643,15 +378033,15 @@ "postfix": false, "binop": null }, - "start": 44411, - "end": 44412, + "start": 44565, + "end": 44566, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 39 }, "end": { - "line": 1216, + "line": 1221, "column": 40 } } @@ -376669,15 +378059,15 @@ "binop": null, "updateContext": null }, - "start": 44413, - "end": 44414, + "start": 44567, + "end": 44568, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 41 }, "end": { - "line": 1216, + "line": 1221, "column": 42 } } @@ -376696,15 +378086,15 @@ "updateContext": null }, "value": 0, - "start": 44415, - "end": 44416, + "start": 44569, + "end": 44570, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 43 }, "end": { - "line": 1216, + "line": 1221, "column": 44 } } @@ -376722,15 +378112,15 @@ "binop": null, "updateContext": null }, - "start": 44417, - "end": 44418, + "start": 44571, + "end": 44572, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 45 }, "end": { - "line": 1216, + "line": 1221, "column": 46 } } @@ -376748,15 +378138,15 @@ "binop": null }, "value": "currentTime", - "start": 44419, - "end": 44430, + "start": 44573, + "end": 44584, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 47 }, "end": { - "line": 1216, + "line": 1221, "column": 58 } } @@ -376774,15 +378164,15 @@ "binop": null, "updateContext": null }, - "start": 44430, - "end": 44431, + "start": 44584, + "end": 44585, "loc": { "start": { - "line": 1216, + "line": 1221, "column": 58 }, "end": { - "line": 1216, + "line": 1221, "column": 59 } } @@ -376800,15 +378190,15 @@ "binop": null }, "value": "duration", - "start": 44440, - "end": 44448, + "start": 44594, + "end": 44602, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 8 }, "end": { - "line": 1217, + "line": 1222, "column": 16 } } @@ -376827,15 +378217,15 @@ "updateContext": null }, "value": "=", - "start": 44449, - "end": 44450, + "start": 44603, + "end": 44604, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 17 }, "end": { - "line": 1217, + "line": 1222, "column": 18 } } @@ -376853,15 +378243,15 @@ "binop": null }, "value": "isNaN", - "start": 44451, - "end": 44456, + "start": 44605, + "end": 44610, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 19 }, "end": { - "line": 1217, + "line": 1222, "column": 24 } } @@ -376878,15 +378268,15 @@ "postfix": false, "binop": null }, - "start": 44456, - "end": 44457, + "start": 44610, + "end": 44611, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 24 }, "end": { - "line": 1217, + "line": 1222, "column": 25 } } @@ -376904,15 +378294,15 @@ "binop": null }, "value": "duration", - "start": 44457, - "end": 44465, + "start": 44611, + "end": 44619, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 25 }, "end": { - "line": 1217, + "line": 1222, "column": 33 } } @@ -376929,15 +378319,15 @@ "postfix": false, "binop": null }, - "start": 44465, - "end": 44466, + "start": 44619, + "end": 44620, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 33 }, "end": { - "line": 1217, + "line": 1222, "column": 34 } } @@ -376955,15 +378345,15 @@ "binop": null, "updateContext": null }, - "start": 44467, - "end": 44468, + "start": 44621, + "end": 44622, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 35 }, "end": { - "line": 1217, + "line": 1222, "column": 36 } } @@ -376982,15 +378372,15 @@ "updateContext": null }, "value": 0, - "start": 44469, - "end": 44470, + "start": 44623, + "end": 44624, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 37 }, "end": { - "line": 1217, + "line": 1222, "column": 38 } } @@ -377008,15 +378398,15 @@ "binop": null, "updateContext": null }, - "start": 44471, - "end": 44472, + "start": 44625, + "end": 44626, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 39 }, "end": { - "line": 1217, + "line": 1222, "column": 40 } } @@ -377034,15 +378424,15 @@ "binop": null }, "value": "duration", - "start": 44473, - "end": 44481, + "start": 44627, + "end": 44635, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 41 }, "end": { - "line": 1217, + "line": 1222, "column": 49 } } @@ -377060,15 +378450,15 @@ "binop": null, "updateContext": null }, - "start": 44481, - "end": 44482, + "start": 44635, + "end": 44636, "loc": { "start": { - "line": 1217, + "line": 1222, "column": 49 }, "end": { - "line": 1217, + "line": 1222, "column": 50 } } @@ -377088,15 +378478,15 @@ "updateContext": null }, "value": "switch", - "start": 44492, - "end": 44498, + "start": 44646, + "end": 44652, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 8 }, "end": { - "line": 1219, + "line": 1224, "column": 14 } } @@ -377113,15 +378503,15 @@ "postfix": false, "binop": null }, - "start": 44499, - "end": 44500, + "start": 44653, + "end": 44654, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 15 }, "end": { - "line": 1219, + "line": 1224, "column": 16 } } @@ -377141,15 +378531,15 @@ "updateContext": null }, "value": "this", - "start": 44500, - "end": 44504, + "start": 44654, + "end": 44658, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 16 }, "end": { - "line": 1219, + "line": 1224, "column": 20 } } @@ -377167,15 +378557,15 @@ "binop": null, "updateContext": null }, - "start": 44504, - "end": 44505, + "start": 44658, + "end": 44659, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 20 }, "end": { - "line": 1219, + "line": 1224, "column": 21 } } @@ -377193,15 +378583,15 @@ "binop": null }, "value": "getRecordType", - "start": 44505, - "end": 44518, + "start": 44659, + "end": 44672, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 21 }, "end": { - "line": 1219, + "line": 1224, "column": 34 } } @@ -377218,15 +378608,15 @@ "postfix": false, "binop": null }, - "start": 44518, - "end": 44519, + "start": 44672, + "end": 44673, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 34 }, "end": { - "line": 1219, + "line": 1224, "column": 35 } } @@ -377243,15 +378633,15 @@ "postfix": false, "binop": null }, - "start": 44519, - "end": 44520, + "start": 44673, + "end": 44674, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 35 }, "end": { - "line": 1219, + "line": 1224, "column": 36 } } @@ -377268,15 +378658,15 @@ "postfix": false, "binop": null }, - "start": 44520, - "end": 44521, + "start": 44674, + "end": 44675, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 36 }, "end": { - "line": 1219, + "line": 1224, "column": 37 } } @@ -377293,15 +378683,15 @@ "postfix": false, "binop": null }, - "start": 44522, - "end": 44523, + "start": 44676, + "end": 44677, "loc": { "start": { - "line": 1219, + "line": 1224, "column": 38 }, "end": { - "line": 1219, + "line": 1224, "column": 39 } } @@ -377321,15 +378711,15 @@ "updateContext": null }, "value": "case", - "start": 44536, - "end": 44540, + "start": 44690, + "end": 44694, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 12 }, "end": { - "line": 1220, + "line": 1225, "column": 16 } } @@ -377347,15 +378737,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 44541, - "end": 44551, + "start": 44695, + "end": 44705, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 17 }, "end": { - "line": 1220, + "line": 1225, "column": 27 } } @@ -377373,15 +378763,15 @@ "binop": null, "updateContext": null }, - "start": 44551, - "end": 44552, + "start": 44705, + "end": 44706, "loc": { "start": { - "line": 1220, + "line": 1225, "column": 27 }, "end": { - "line": 1220, + "line": 1225, "column": 28 } } @@ -377401,15 +378791,15 @@ "updateContext": null }, "value": "this", - "start": 44569, - "end": 44573, + "start": 44723, + "end": 44727, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 16 }, "end": { - "line": 1221, + "line": 1226, "column": 20 } } @@ -377427,15 +378817,15 @@ "binop": null, "updateContext": null }, - "start": 44573, - "end": 44574, + "start": 44727, + "end": 44728, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 20 }, "end": { - "line": 1221, + "line": 1226, "column": 21 } } @@ -377453,15 +378843,15 @@ "binop": null }, "value": "surfer", - "start": 44574, - "end": 44580, + "start": 44728, + "end": 44734, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 21 }, "end": { - "line": 1221, + "line": 1226, "column": 27 } } @@ -377479,15 +378869,15 @@ "binop": null, "updateContext": null }, - "start": 44580, - "end": 44581, + "start": 44734, + "end": 44735, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 27 }, "end": { - "line": 1221, + "line": 1226, "column": 28 } } @@ -377505,15 +378895,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 44581, - "end": 44595, + "start": 44735, + "end": 44749, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 28 }, "end": { - "line": 1221, + "line": 1226, "column": 42 } } @@ -377530,15 +378920,15 @@ "postfix": false, "binop": null }, - "start": 44595, - "end": 44596, + "start": 44749, + "end": 44750, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 42 }, "end": { - "line": 1221, + "line": 1226, "column": 43 } } @@ -377556,15 +378946,15 @@ "binop": null }, "value": "currentTime", - "start": 44596, - "end": 44607, + "start": 44750, + "end": 44761, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 43 }, "end": { - "line": 1221, + "line": 1226, "column": 54 } } @@ -377582,15 +378972,15 @@ "binop": null, "updateContext": null }, - "start": 44607, - "end": 44608, + "start": 44761, + "end": 44762, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 54 }, "end": { - "line": 1221, + "line": 1226, "column": 55 } } @@ -377608,15 +378998,15 @@ "binop": null }, "value": "duration", - "start": 44609, - "end": 44617, + "start": 44763, + "end": 44771, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 56 }, "end": { - "line": 1221, + "line": 1226, "column": 64 } } @@ -377633,15 +379023,15 @@ "postfix": false, "binop": null }, - "start": 44617, - "end": 44618, + "start": 44771, + "end": 44772, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 64 }, "end": { - "line": 1221, + "line": 1226, "column": 65 } } @@ -377659,15 +379049,15 @@ "binop": null, "updateContext": null }, - "start": 44618, - "end": 44619, + "start": 44772, + "end": 44773, "loc": { "start": { - "line": 1221, + "line": 1226, "column": 65 }, "end": { - "line": 1221, + "line": 1226, "column": 66 } } @@ -377687,15 +379077,15 @@ "updateContext": null }, "value": "break", - "start": 44636, - "end": 44641, + "start": 44790, + "end": 44795, "loc": { "start": { - "line": 1222, + "line": 1227, "column": 16 }, "end": { - "line": 1222, + "line": 1227, "column": 21 } } @@ -377713,15 +379103,15 @@ "binop": null, "updateContext": null }, - "start": 44641, - "end": 44642, + "start": 44795, + "end": 44796, "loc": { "start": { - "line": 1222, + "line": 1227, "column": 21 }, "end": { - "line": 1222, + "line": 1227, "column": 22 } } @@ -377741,15 +379131,15 @@ "updateContext": null }, "value": "case", - "start": 44656, - "end": 44660, + "start": 44810, + "end": 44814, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 12 }, "end": { - "line": 1224, + "line": 1229, "column": 16 } } @@ -377767,15 +379157,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 44661, - "end": 44671, + "start": 44815, + "end": 44825, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 17 }, "end": { - "line": 1224, + "line": 1229, "column": 27 } } @@ -377793,15 +379183,15 @@ "binop": null, "updateContext": null }, - "start": 44671, - "end": 44672, + "start": 44825, + "end": 44826, "loc": { "start": { - "line": 1224, + "line": 1229, "column": 27 }, "end": { - "line": 1224, + "line": 1229, "column": 28 } } @@ -377821,15 +379211,15 @@ "updateContext": null }, "value": "case", - "start": 44685, - "end": 44689, + "start": 44839, + "end": 44843, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 12 }, "end": { - "line": 1225, + "line": 1230, "column": 16 } } @@ -377847,15 +379237,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 44690, - "end": 44701, + "start": 44844, + "end": 44855, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 17 }, "end": { - "line": 1225, + "line": 1230, "column": 28 } } @@ -377873,15 +379263,15 @@ "binop": null, "updateContext": null }, - "start": 44701, - "end": 44702, + "start": 44855, + "end": 44856, "loc": { "start": { - "line": 1225, + "line": 1230, "column": 28 }, "end": { - "line": 1225, + "line": 1230, "column": 29 } } @@ -377901,15 +379291,15 @@ "updateContext": null }, "value": "case", - "start": 44715, - "end": 44719, + "start": 44869, + "end": 44873, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 12 }, "end": { - "line": 1226, + "line": 1231, "column": 16 } } @@ -377927,15 +379317,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 44720, - "end": 44732, + "start": 44874, + "end": 44886, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 17 }, "end": { - "line": 1226, + "line": 1231, "column": 29 } } @@ -377953,15 +379343,15 @@ "binop": null, "updateContext": null }, - "start": 44732, - "end": 44733, + "start": 44886, + "end": 44887, "loc": { "start": { - "line": 1226, + "line": 1231, "column": 29 }, "end": { - "line": 1226, + "line": 1231, "column": 30 } } @@ -377981,15 +379371,15 @@ "updateContext": null }, "value": "case", - "start": 44746, - "end": 44750, + "start": 44900, + "end": 44904, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 12 }, "end": { - "line": 1227, + "line": 1232, "column": 16 } } @@ -378007,15 +379397,15 @@ "binop": null }, "value": "ANIMATION", - "start": 44751, - "end": 44760, + "start": 44905, + "end": 44914, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 17 }, "end": { - "line": 1227, + "line": 1232, "column": 26 } } @@ -378033,15 +379423,15 @@ "binop": null, "updateContext": null }, - "start": 44760, - "end": 44761, + "start": 44914, + "end": 44915, "loc": { "start": { - "line": 1227, + "line": 1232, "column": 26 }, "end": { - "line": 1227, + "line": 1232, "column": 27 } } @@ -378061,15 +379451,15 @@ "updateContext": null }, "value": "case", - "start": 44774, - "end": 44778, + "start": 44928, + "end": 44932, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 12 }, "end": { - "line": 1228, + "line": 1233, "column": 16 } } @@ -378087,15 +379477,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 44779, - "end": 44790, + "start": 44933, + "end": 44944, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 17 }, "end": { - "line": 1228, + "line": 1233, "column": 28 } } @@ -378113,15 +379503,15 @@ "binop": null, "updateContext": null }, - "start": 44790, - "end": 44791, + "start": 44944, + "end": 44945, "loc": { "start": { - "line": 1228, + "line": 1233, "column": 28 }, "end": { - "line": 1228, + "line": 1233, "column": 29 } } @@ -378141,15 +379531,15 @@ "updateContext": null }, "value": "if", - "start": 44808, - "end": 44810, + "start": 44962, + "end": 44964, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 16 }, "end": { - "line": 1229, + "line": 1234, "column": 18 } } @@ -378166,15 +379556,15 @@ "postfix": false, "binop": null }, - "start": 44811, - "end": 44812, + "start": 44965, + "end": 44966, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 19 }, "end": { - "line": 1229, + "line": 1234, "column": 20 } } @@ -378194,15 +379584,15 @@ "updateContext": null }, "value": "this", - "start": 44812, - "end": 44816, + "start": 44966, + "end": 44970, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 20 }, "end": { - "line": 1229, + "line": 1234, "column": 24 } } @@ -378220,15 +379610,15 @@ "binop": null, "updateContext": null }, - "start": 44816, - "end": 44817, + "start": 44970, + "end": 44971, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 24 }, "end": { - "line": 1229, + "line": 1234, "column": 25 } } @@ -378246,15 +379636,15 @@ "binop": null }, "value": "player", - "start": 44817, - "end": 44823, + "start": 44971, + "end": 44977, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 25 }, "end": { - "line": 1229, + "line": 1234, "column": 31 } } @@ -378272,15 +379662,15 @@ "binop": null, "updateContext": null }, - "start": 44823, - "end": 44824, + "start": 44977, + "end": 44978, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 31 }, "end": { - "line": 1229, + "line": 1234, "column": 32 } } @@ -378298,15 +379688,15 @@ "binop": null }, "value": "controlBar", - "start": 44824, - "end": 44834, + "start": 44978, + "end": 44988, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 32 }, "end": { - "line": 1229, + "line": 1234, "column": 42 } } @@ -378324,15 +379714,15 @@ "binop": null, "updateContext": null }, - "start": 44834, - "end": 44835, + "start": 44988, + "end": 44989, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 42 }, "end": { - "line": 1229, + "line": 1234, "column": 43 } } @@ -378350,15 +379740,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 44835, - "end": 44853, + "start": 44989, + "end": 45007, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 43 }, "end": { - "line": 1229, + "line": 1234, "column": 61 } } @@ -378377,15 +379767,15 @@ "updateContext": null }, "value": "&&", - "start": 44854, - "end": 44856, + "start": 45008, + "end": 45010, "loc": { "start": { - "line": 1229, + "line": 1234, "column": 62 }, "end": { - "line": 1229, + "line": 1234, "column": 64 } } @@ -378405,15 +379795,15 @@ "updateContext": null }, "value": "this", - "start": 44877, - "end": 44881, + "start": 45031, + "end": 45035, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 20 }, "end": { - "line": 1230, + "line": 1235, "column": 24 } } @@ -378431,15 +379821,15 @@ "binop": null, "updateContext": null }, - "start": 44881, - "end": 44882, + "start": 45035, + "end": 45036, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 24 }, "end": { - "line": 1230, + "line": 1235, "column": 25 } } @@ -378457,15 +379847,15 @@ "binop": null }, "value": "player", - "start": 44882, - "end": 44888, + "start": 45036, + "end": 45042, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 25 }, "end": { - "line": 1230, + "line": 1235, "column": 31 } } @@ -378483,15 +379873,15 @@ "binop": null, "updateContext": null }, - "start": 44888, - "end": 44889, + "start": 45042, + "end": 45043, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 31 }, "end": { - "line": 1230, + "line": 1235, "column": 32 } } @@ -378509,15 +379899,15 @@ "binop": null }, "value": "controlBar", - "start": 44889, - "end": 44899, + "start": 45043, + "end": 45053, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 32 }, "end": { - "line": 1230, + "line": 1235, "column": 42 } } @@ -378535,15 +379925,15 @@ "binop": null, "updateContext": null }, - "start": 44899, - "end": 44900, + "start": 45053, + "end": 45054, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 42 }, "end": { - "line": 1230, + "line": 1235, "column": 43 } } @@ -378561,15 +379951,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 44900, - "end": 44918, + "start": 45054, + "end": 45072, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 43 }, "end": { - "line": 1230, + "line": 1235, "column": 61 } } @@ -378587,15 +379977,15 @@ "binop": null, "updateContext": null }, - "start": 44918, - "end": 44919, + "start": 45072, + "end": 45073, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 61 }, "end": { - "line": 1230, + "line": 1235, "column": 62 } } @@ -378613,15 +380003,15 @@ "binop": null }, "value": "contentEl", - "start": 44919, - "end": 44928, + "start": 45073, + "end": 45082, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 62 }, "end": { - "line": 1230, + "line": 1235, "column": 71 } } @@ -378638,15 +380028,15 @@ "postfix": false, "binop": null }, - "start": 44928, - "end": 44929, + "start": 45082, + "end": 45083, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 71 }, "end": { - "line": 1230, + "line": 1235, "column": 72 } } @@ -378663,15 +380053,15 @@ "postfix": false, "binop": null }, - "start": 44929, - "end": 44930, + "start": 45083, + "end": 45084, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 72 }, "end": { - "line": 1230, + "line": 1235, "column": 73 } } @@ -378690,15 +380080,15 @@ "updateContext": null }, "value": "&&", - "start": 44931, - "end": 44933, + "start": 45085, + "end": 45087, "loc": { "start": { - "line": 1230, + "line": 1235, "column": 74 }, "end": { - "line": 1230, + "line": 1235, "column": 76 } } @@ -378718,15 +380108,15 @@ "updateContext": null }, "value": "this", - "start": 44954, - "end": 44958, + "start": 45108, + "end": 45112, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 20 }, "end": { - "line": 1231, + "line": 1236, "column": 24 } } @@ -378744,15 +380134,15 @@ "binop": null, "updateContext": null }, - "start": 44958, - "end": 44959, + "start": 45112, + "end": 45113, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 24 }, "end": { - "line": 1231, + "line": 1236, "column": 25 } } @@ -378770,15 +380160,15 @@ "binop": null }, "value": "player", - "start": 44959, - "end": 44965, + "start": 45113, + "end": 45119, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 25 }, "end": { - "line": 1231, + "line": 1236, "column": 31 } } @@ -378796,15 +380186,15 @@ "binop": null, "updateContext": null }, - "start": 44965, - "end": 44966, + "start": 45119, + "end": 45120, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 31 }, "end": { - "line": 1231, + "line": 1236, "column": 32 } } @@ -378822,15 +380212,15 @@ "binop": null }, "value": "controlBar", - "start": 44966, - "end": 44976, + "start": 45120, + "end": 45130, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 32 }, "end": { - "line": 1231, + "line": 1236, "column": 42 } } @@ -378848,15 +380238,15 @@ "binop": null, "updateContext": null }, - "start": 44976, - "end": 44977, + "start": 45130, + "end": 45131, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 42 }, "end": { - "line": 1231, + "line": 1236, "column": 43 } } @@ -378874,15 +380264,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 44977, - "end": 44995, + "start": 45131, + "end": 45149, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 43 }, "end": { - "line": 1231, + "line": 1236, "column": 61 } } @@ -378900,15 +380290,15 @@ "binop": null, "updateContext": null }, - "start": 44995, - "end": 44996, + "start": 45149, + "end": 45150, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 61 }, "end": { - "line": 1231, + "line": 1236, "column": 62 } } @@ -378926,15 +380316,15 @@ "binop": null }, "value": "contentEl", - "start": 44996, - "end": 45005, + "start": 45150, + "end": 45159, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 62 }, "end": { - "line": 1231, + "line": 1236, "column": 71 } } @@ -378951,15 +380341,15 @@ "postfix": false, "binop": null }, - "start": 45005, - "end": 45006, + "start": 45159, + "end": 45160, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 71 }, "end": { - "line": 1231, + "line": 1236, "column": 72 } } @@ -378976,15 +380366,15 @@ "postfix": false, "binop": null }, - "start": 45006, - "end": 45007, + "start": 45160, + "end": 45161, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 72 }, "end": { - "line": 1231, + "line": 1236, "column": 73 } } @@ -379002,15 +380392,15 @@ "binop": null, "updateContext": null }, - "start": 45007, - "end": 45008, + "start": 45161, + "end": 45162, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 73 }, "end": { - "line": 1231, + "line": 1236, "column": 74 } } @@ -379028,15 +380418,15 @@ "binop": null }, "value": "lastChild", - "start": 45008, - "end": 45017, + "start": 45162, + "end": 45171, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 74 }, "end": { - "line": 1231, + "line": 1236, "column": 83 } } @@ -379053,15 +380443,15 @@ "postfix": false, "binop": null }, - "start": 45017, - "end": 45018, + "start": 45171, + "end": 45172, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 83 }, "end": { - "line": 1231, + "line": 1236, "column": 84 } } @@ -379078,15 +380468,15 @@ "postfix": false, "binop": null }, - "start": 45019, - "end": 45020, + "start": 45173, + "end": 45174, "loc": { "start": { - "line": 1231, + "line": 1236, "column": 85 }, "end": { - "line": 1231, + "line": 1236, "column": 86 } } @@ -379106,15 +380496,15 @@ "updateContext": null }, "value": "this", - "start": 45041, - "end": 45045, + "start": 45195, + "end": 45199, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 20 }, "end": { - "line": 1232, + "line": 1237, "column": 24 } } @@ -379132,15 +380522,15 @@ "binop": null, "updateContext": null }, - "start": 45045, - "end": 45046, + "start": 45199, + "end": 45200, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 24 }, "end": { - "line": 1232, + "line": 1237, "column": 25 } } @@ -379158,15 +380548,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 45046, - "end": 45063, + "start": 45200, + "end": 45217, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 25 }, "end": { - "line": 1232, + "line": 1237, "column": 42 } } @@ -379185,15 +380575,15 @@ "updateContext": null }, "value": "=", - "start": 45064, - "end": 45065, + "start": 45218, + "end": 45219, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 43 }, "end": { - "line": 1232, + "line": 1237, "column": 44 } } @@ -379211,15 +380601,15 @@ "binop": null }, "value": "Math", - "start": 45066, - "end": 45070, + "start": 45220, + "end": 45224, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 45 }, "end": { - "line": 1232, + "line": 1237, "column": 49 } } @@ -379237,15 +380627,15 @@ "binop": null, "updateContext": null }, - "start": 45070, - "end": 45071, + "start": 45224, + "end": 45225, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 49 }, "end": { - "line": 1232, + "line": 1237, "column": 50 } } @@ -379263,15 +380653,15 @@ "binop": null }, "value": "min", - "start": 45071, - "end": 45074, + "start": 45225, + "end": 45228, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 50 }, "end": { - "line": 1232, + "line": 1237, "column": 53 } } @@ -379288,15 +380678,15 @@ "postfix": false, "binop": null }, - "start": 45074, - "end": 45075, + "start": 45228, + "end": 45229, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 53 }, "end": { - "line": 1232, + "line": 1237, "column": 54 } } @@ -379314,15 +380704,15 @@ "binop": null }, "value": "currentTime", - "start": 45075, - "end": 45086, + "start": 45229, + "end": 45240, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 54 }, "end": { - "line": 1232, + "line": 1237, "column": 65 } } @@ -379340,15 +380730,15 @@ "binop": null, "updateContext": null }, - "start": 45086, - "end": 45087, + "start": 45240, + "end": 45241, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 65 }, "end": { - "line": 1232, + "line": 1237, "column": 66 } } @@ -379366,15 +380756,15 @@ "binop": null }, "value": "duration", - "start": 45088, - "end": 45096, + "start": 45242, + "end": 45250, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 67 }, "end": { - "line": 1232, + "line": 1237, "column": 75 } } @@ -379391,15 +380781,15 @@ "postfix": false, "binop": null }, - "start": 45096, - "end": 45097, + "start": 45250, + "end": 45251, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 75 }, "end": { - "line": 1232, + "line": 1237, "column": 76 } } @@ -379417,15 +380807,15 @@ "binop": null, "updateContext": null }, - "start": 45097, - "end": 45098, + "start": 45251, + "end": 45252, "loc": { "start": { - "line": 1232, + "line": 1237, "column": 76 }, "end": { - "line": 1232, + "line": 1237, "column": 77 } } @@ -379433,15 +380823,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45120, - "end": 45160, + "start": 45274, + "end": 45314, "loc": { "start": { - "line": 1234, + "line": 1239, "column": 20 }, "end": { - "line": 1234, + "line": 1239, "column": 60 } } @@ -379461,15 +380851,15 @@ "updateContext": null }, "value": "this", - "start": 45181, - "end": 45185, + "start": 45335, + "end": 45339, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 20 }, "end": { - "line": 1235, + "line": 1240, "column": 24 } } @@ -379487,15 +380877,15 @@ "binop": null, "updateContext": null }, - "start": 45185, - "end": 45186, + "start": 45339, + "end": 45340, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 24 }, "end": { - "line": 1235, + "line": 1240, "column": 25 } } @@ -379513,15 +380903,15 @@ "binop": null }, "value": "player", - "start": 45186, - "end": 45192, + "start": 45340, + "end": 45346, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 25 }, "end": { - "line": 1235, + "line": 1240, "column": 31 } } @@ -379539,15 +380929,15 @@ "binop": null, "updateContext": null }, - "start": 45192, - "end": 45193, + "start": 45346, + "end": 45347, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 31 }, "end": { - "line": 1235, + "line": 1240, "column": 32 } } @@ -379565,15 +380955,15 @@ "binop": null }, "value": "controlBar", - "start": 45193, - "end": 45203, + "start": 45347, + "end": 45357, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 32 }, "end": { - "line": 1235, + "line": 1240, "column": 42 } } @@ -379591,15 +380981,15 @@ "binop": null, "updateContext": null }, - "start": 45203, - "end": 45204, + "start": 45357, + "end": 45358, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 42 }, "end": { - "line": 1235, + "line": 1240, "column": 43 } } @@ -379617,15 +381007,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45204, - "end": 45222, + "start": 45358, + "end": 45376, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 43 }, "end": { - "line": 1235, + "line": 1240, "column": 61 } } @@ -379643,15 +381033,15 @@ "binop": null, "updateContext": null }, - "start": 45222, - "end": 45223, + "start": 45376, + "end": 45377, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 61 }, "end": { - "line": 1235, + "line": 1240, "column": 62 } } @@ -379669,15 +381059,15 @@ "binop": null }, "value": "formattedTime_", - "start": 45223, - "end": 45237, + "start": 45377, + "end": 45391, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 62 }, "end": { - "line": 1235, + "line": 1240, "column": 76 } } @@ -379696,15 +381086,15 @@ "updateContext": null }, "value": "=", - "start": 45238, - "end": 45239, + "start": 45392, + "end": 45393, "loc": { "start": { - "line": 1235, + "line": 1240, "column": 77 }, "end": { - "line": 1235, + "line": 1240, "column": 78 } } @@ -379724,15 +381114,15 @@ "updateContext": null }, "value": "this", - "start": 45264, - "end": 45268, + "start": 45418, + "end": 45422, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 24 }, "end": { - "line": 1236, + "line": 1241, "column": 28 } } @@ -379750,15 +381140,15 @@ "binop": null, "updateContext": null }, - "start": 45268, - "end": 45269, + "start": 45422, + "end": 45423, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 28 }, "end": { - "line": 1236, + "line": 1241, "column": 29 } } @@ -379776,15 +381166,15 @@ "binop": null }, "value": "player", - "start": 45269, - "end": 45275, + "start": 45423, + "end": 45429, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 29 }, "end": { - "line": 1236, + "line": 1241, "column": 35 } } @@ -379802,15 +381192,15 @@ "binop": null, "updateContext": null }, - "start": 45275, - "end": 45276, + "start": 45429, + "end": 45430, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 35 }, "end": { - "line": 1236, + "line": 1241, "column": 36 } } @@ -379828,15 +381218,15 @@ "binop": null }, "value": "controlBar", - "start": 45276, - "end": 45286, + "start": 45430, + "end": 45440, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 36 }, "end": { - "line": 1236, + "line": 1241, "column": 46 } } @@ -379854,15 +381244,15 @@ "binop": null, "updateContext": null }, - "start": 45286, - "end": 45287, + "start": 45440, + "end": 45441, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 46 }, "end": { - "line": 1236, + "line": 1241, "column": 47 } } @@ -379880,15 +381270,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45287, - "end": 45305, + "start": 45441, + "end": 45459, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 47 }, "end": { - "line": 1236, + "line": 1241, "column": 65 } } @@ -379906,15 +381296,15 @@ "binop": null, "updateContext": null }, - "start": 45305, - "end": 45306, + "start": 45459, + "end": 45460, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 65 }, "end": { - "line": 1236, + "line": 1241, "column": 66 } } @@ -379932,15 +381322,15 @@ "binop": null }, "value": "contentEl", - "start": 45306, - "end": 45315, + "start": 45460, + "end": 45469, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 66 }, "end": { - "line": 1236, + "line": 1241, "column": 75 } } @@ -379957,15 +381347,15 @@ "postfix": false, "binop": null }, - "start": 45315, - "end": 45316, + "start": 45469, + "end": 45470, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 75 }, "end": { - "line": 1236, + "line": 1241, "column": 76 } } @@ -379982,15 +381372,15 @@ "postfix": false, "binop": null }, - "start": 45316, - "end": 45317, + "start": 45470, + "end": 45471, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 76 }, "end": { - "line": 1236, + "line": 1241, "column": 77 } } @@ -380008,15 +381398,15 @@ "binop": null, "updateContext": null }, - "start": 45317, - "end": 45318, + "start": 45471, + "end": 45472, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 77 }, "end": { - "line": 1236, + "line": 1241, "column": 78 } } @@ -380034,15 +381424,15 @@ "binop": null }, "value": "lastChild", - "start": 45318, - "end": 45327, + "start": 45472, + "end": 45481, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 78 }, "end": { - "line": 1236, + "line": 1241, "column": 87 } } @@ -380060,15 +381450,15 @@ "binop": null, "updateContext": null }, - "start": 45327, - "end": 45328, + "start": 45481, + "end": 45482, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 87 }, "end": { - "line": 1236, + "line": 1241, "column": 88 } } @@ -380086,15 +381476,15 @@ "binop": null }, "value": "textContent", - "start": 45328, - "end": 45339, + "start": 45482, + "end": 45493, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 88 }, "end": { - "line": 1236, + "line": 1241, "column": 99 } } @@ -380113,15 +381503,15 @@ "updateContext": null }, "value": "=", - "start": 45340, - "end": 45341, + "start": 45494, + "end": 45495, "loc": { "start": { - "line": 1236, + "line": 1241, "column": 100 }, "end": { - "line": 1236, + "line": 1241, "column": 101 } } @@ -380141,15 +381531,15 @@ "updateContext": null }, "value": "this", - "start": 45370, - "end": 45374, + "start": 45524, + "end": 45528, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 28 }, "end": { - "line": 1237, + "line": 1242, "column": 32 } } @@ -380167,15 +381557,15 @@ "binop": null, "updateContext": null }, - "start": 45374, - "end": 45375, + "start": 45528, + "end": 45529, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 32 }, "end": { - "line": 1237, + "line": 1242, "column": 33 } } @@ -380193,15 +381583,15 @@ "binop": null }, "value": "_formatTime", - "start": 45375, - "end": 45386, + "start": 45529, + "end": 45540, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 33 }, "end": { - "line": 1237, + "line": 1242, "column": 44 } } @@ -380218,15 +381608,15 @@ "postfix": false, "binop": null }, - "start": 45386, - "end": 45387, + "start": 45540, + "end": 45541, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 44 }, "end": { - "line": 1237, + "line": 1242, "column": 45 } } @@ -380246,15 +381636,15 @@ "updateContext": null }, "value": "this", - "start": 45387, - "end": 45391, + "start": 45541, + "end": 45545, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 45 }, "end": { - "line": 1237, + "line": 1242, "column": 49 } } @@ -380272,15 +381662,15 @@ "binop": null, "updateContext": null }, - "start": 45391, - "end": 45392, + "start": 45545, + "end": 45546, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 49 }, "end": { - "line": 1237, + "line": 1242, "column": 50 } } @@ -380298,15 +381688,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 45392, - "end": 45409, + "start": 45546, + "end": 45563, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 50 }, "end": { - "line": 1237, + "line": 1242, "column": 67 } } @@ -380324,15 +381714,15 @@ "binop": null, "updateContext": null }, - "start": 45409, - "end": 45410, + "start": 45563, + "end": 45564, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 67 }, "end": { - "line": 1237, + "line": 1242, "column": 68 } } @@ -380350,15 +381740,15 @@ "binop": null }, "value": "duration", - "start": 45411, - "end": 45419, + "start": 45565, + "end": 45573, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 69 }, "end": { - "line": 1237, + "line": 1242, "column": 77 } } @@ -380376,15 +381766,15 @@ "binop": null, "updateContext": null }, - "start": 45419, - "end": 45420, + "start": 45573, + "end": 45574, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 77 }, "end": { - "line": 1237, + "line": 1242, "column": 78 } } @@ -380404,15 +381794,15 @@ "updateContext": null }, "value": "this", - "start": 45421, - "end": 45425, + "start": 45575, + "end": 45579, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 79 }, "end": { - "line": 1237, + "line": 1242, "column": 83 } } @@ -380430,15 +381820,15 @@ "binop": null, "updateContext": null }, - "start": 45425, - "end": 45426, + "start": 45579, + "end": 45580, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 83 }, "end": { - "line": 1237, + "line": 1242, "column": 84 } } @@ -380456,15 +381846,15 @@ "binop": null }, "value": "displayMilliseconds", - "start": 45426, - "end": 45445, + "start": 45580, + "end": 45599, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 84 }, "end": { - "line": 1237, + "line": 1242, "column": 103 } } @@ -380481,15 +381871,15 @@ "postfix": false, "binop": null }, - "start": 45445, - "end": 45446, + "start": 45599, + "end": 45600, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 103 }, "end": { - "line": 1237, + "line": 1242, "column": 104 } } @@ -380507,15 +381897,15 @@ "binop": null, "updateContext": null }, - "start": 45446, - "end": 45447, + "start": 45600, + "end": 45601, "loc": { "start": { - "line": 1237, + "line": 1242, "column": 104 }, "end": { - "line": 1237, + "line": 1242, "column": 105 } } @@ -380532,15 +381922,15 @@ "postfix": false, "binop": null }, - "start": 45464, - "end": 45465, + "start": 45618, + "end": 45619, "loc": { "start": { - "line": 1238, + "line": 1243, "column": 16 }, "end": { - "line": 1238, + "line": 1243, "column": 17 } } @@ -380560,15 +381950,15 @@ "updateContext": null }, "value": "break", - "start": 45482, - "end": 45487, + "start": 45636, + "end": 45641, "loc": { "start": { - "line": 1239, + "line": 1244, "column": 16 }, "end": { - "line": 1239, + "line": 1244, "column": 21 } } @@ -380586,15 +381976,15 @@ "binop": null, "updateContext": null }, - "start": 45487, - "end": 45488, + "start": 45641, + "end": 45642, "loc": { "start": { - "line": 1239, + "line": 1244, "column": 21 }, "end": { - "line": 1239, + "line": 1244, "column": 22 } } @@ -380611,15 +382001,15 @@ "postfix": false, "binop": null }, - "start": 45497, - "end": 45498, + "start": 45651, + "end": 45652, "loc": { "start": { - "line": 1240, + "line": 1245, "column": 8 }, "end": { - "line": 1240, + "line": 1245, "column": 9 } } @@ -380636,15 +382026,15 @@ "postfix": false, "binop": null }, - "start": 45503, - "end": 45504, + "start": 45657, + "end": 45658, "loc": { "start": { - "line": 1241, + "line": 1246, "column": 4 }, "end": { - "line": 1241, + "line": 1246, "column": 5 } } @@ -380652,15 +382042,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": 45510, - "end": 45702, + "start": 45664, + "end": 45856, "loc": { "start": { - "line": 1243, + "line": 1248, "column": 4 }, "end": { - "line": 1249, + "line": 1254, "column": 7 } } @@ -380678,15 +382068,15 @@ "binop": null }, "value": "getDuration", - "start": 45707, - "end": 45718, + "start": 45861, + "end": 45872, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 4 }, "end": { - "line": 1250, + "line": 1255, "column": 15 } } @@ -380703,15 +382093,15 @@ "postfix": false, "binop": null }, - "start": 45718, - "end": 45719, + "start": 45872, + "end": 45873, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 15 }, "end": { - "line": 1250, + "line": 1255, "column": 16 } } @@ -380728,15 +382118,15 @@ "postfix": false, "binop": null }, - "start": 45719, - "end": 45720, + "start": 45873, + "end": 45874, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 16 }, "end": { - "line": 1250, + "line": 1255, "column": 17 } } @@ -380753,15 +382143,15 @@ "postfix": false, "binop": null }, - "start": 45721, - "end": 45722, + "start": 45875, + "end": 45876, "loc": { "start": { - "line": 1250, + "line": 1255, "column": 18 }, "end": { - "line": 1250, + "line": 1255, "column": 19 } } @@ -380781,15 +382171,15 @@ "updateContext": null }, "value": "let", - "start": 45731, - "end": 45734, + "start": 45885, + "end": 45888, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 8 }, "end": { - "line": 1251, + "line": 1256, "column": 11 } } @@ -380807,15 +382197,15 @@ "binop": null }, "value": "duration", - "start": 45735, - "end": 45743, + "start": 45889, + "end": 45897, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 12 }, "end": { - "line": 1251, + "line": 1256, "column": 20 } } @@ -380834,15 +382224,15 @@ "updateContext": null }, "value": "=", - "start": 45744, - "end": 45745, + "start": 45898, + "end": 45899, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 21 }, "end": { - "line": 1251, + "line": 1256, "column": 22 } } @@ -380860,15 +382250,15 @@ "binop": null }, "value": "isNaN", - "start": 45746, - "end": 45751, + "start": 45900, + "end": 45905, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 23 }, "end": { - "line": 1251, + "line": 1256, "column": 28 } } @@ -380885,15 +382275,15 @@ "postfix": false, "binop": null }, - "start": 45751, - "end": 45752, + "start": 45905, + "end": 45906, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 28 }, "end": { - "line": 1251, + "line": 1256, "column": 29 } } @@ -380913,15 +382303,15 @@ "updateContext": null }, "value": "this", - "start": 45752, - "end": 45756, + "start": 45906, + "end": 45910, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 29 }, "end": { - "line": 1251, + "line": 1256, "column": 33 } } @@ -380939,15 +382329,15 @@ "binop": null, "updateContext": null }, - "start": 45756, - "end": 45757, + "start": 45910, + "end": 45911, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 33 }, "end": { - "line": 1251, + "line": 1256, "column": 34 } } @@ -380965,15 +382355,15 @@ "binop": null }, "value": "streamDuration", - "start": 45757, - "end": 45771, + "start": 45911, + "end": 45925, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 34 }, "end": { - "line": 1251, + "line": 1256, "column": 48 } } @@ -380990,15 +382380,15 @@ "postfix": false, "binop": null }, - "start": 45771, - "end": 45772, + "start": 45925, + "end": 45926, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 48 }, "end": { - "line": 1251, + "line": 1256, "column": 49 } } @@ -381016,15 +382406,15 @@ "binop": null, "updateContext": null }, - "start": 45773, - "end": 45774, + "start": 45927, + "end": 45928, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 50 }, "end": { - "line": 1251, + "line": 1256, "column": 51 } } @@ -381043,15 +382433,15 @@ "updateContext": null }, "value": 0, - "start": 45775, - "end": 45776, + "start": 45929, + "end": 45930, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 52 }, "end": { - "line": 1251, + "line": 1256, "column": 53 } } @@ -381069,15 +382459,15 @@ "binop": null, "updateContext": null }, - "start": 45777, - "end": 45778, + "start": 45931, + "end": 45932, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 54 }, "end": { - "line": 1251, + "line": 1256, "column": 55 } } @@ -381097,15 +382487,15 @@ "updateContext": null }, "value": "this", - "start": 45779, - "end": 45783, + "start": 45933, + "end": 45937, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 56 }, "end": { - "line": 1251, + "line": 1256, "column": 60 } } @@ -381123,15 +382513,15 @@ "binop": null, "updateContext": null }, - "start": 45783, - "end": 45784, + "start": 45937, + "end": 45938, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 60 }, "end": { - "line": 1251, + "line": 1256, "column": 61 } } @@ -381149,15 +382539,15 @@ "binop": null }, "value": "streamDuration", - "start": 45784, - "end": 45798, + "start": 45938, + "end": 45952, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 61 }, "end": { - "line": 1251, + "line": 1256, "column": 75 } } @@ -381175,15 +382565,15 @@ "binop": null, "updateContext": null }, - "start": 45798, - "end": 45799, + "start": 45952, + "end": 45953, "loc": { "start": { - "line": 1251, + "line": 1256, "column": 75 }, "end": { - "line": 1251, + "line": 1256, "column": 76 } } @@ -381203,15 +382593,15 @@ "updateContext": null }, "value": "return", - "start": 45809, - "end": 45815, + "start": 45963, + "end": 45969, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 8 }, "end": { - "line": 1253, + "line": 1258, "column": 14 } } @@ -381229,15 +382619,15 @@ "binop": null }, "value": "duration", - "start": 45816, - "end": 45824, + "start": 45970, + "end": 45978, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 15 }, "end": { - "line": 1253, + "line": 1258, "column": 23 } } @@ -381255,15 +382645,15 @@ "binop": null, "updateContext": null }, - "start": 45824, - "end": 45825, + "start": 45978, + "end": 45979, "loc": { "start": { - "line": 1253, + "line": 1258, "column": 23 }, "end": { - "line": 1253, + "line": 1258, "column": 24 } } @@ -381280,15 +382670,15 @@ "postfix": false, "binop": null }, - "start": 45830, - "end": 45831, + "start": 45984, + "end": 45985, "loc": { "start": { - "line": 1254, + "line": 1259, "column": 4 }, "end": { - "line": 1254, + "line": 1259, "column": 5 } } @@ -381296,15 +382686,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": 45837, - "end": 45996, + "start": 45991, + "end": 46150, "loc": { "start": { - "line": 1256, + "line": 1261, "column": 4 }, "end": { - "line": 1261, + "line": 1266, "column": 7 } } @@ -381322,15 +382712,15 @@ "binop": null }, "value": "setDuration", - "start": 46001, - "end": 46012, + "start": 46155, + "end": 46166, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 4 }, "end": { - "line": 1262, + "line": 1267, "column": 15 } } @@ -381347,15 +382737,15 @@ "postfix": false, "binop": null }, - "start": 46012, - "end": 46013, + "start": 46166, + "end": 46167, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 15 }, "end": { - "line": 1262, + "line": 1267, "column": 16 } } @@ -381373,15 +382763,15 @@ "binop": null }, "value": "duration", - "start": 46013, - "end": 46021, + "start": 46167, + "end": 46175, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 16 }, "end": { - "line": 1262, + "line": 1267, "column": 24 } } @@ -381398,15 +382788,15 @@ "postfix": false, "binop": null }, - "start": 46021, - "end": 46022, + "start": 46175, + "end": 46176, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 24 }, "end": { - "line": 1262, + "line": 1267, "column": 25 } } @@ -381423,15 +382813,15 @@ "postfix": false, "binop": null }, - "start": 46023, - "end": 46024, + "start": 46177, + "end": 46178, "loc": { "start": { - "line": 1262, + "line": 1267, "column": 26 }, "end": { - "line": 1262, + "line": 1267, "column": 27 } } @@ -381449,15 +382839,15 @@ "binop": null }, "value": "duration", - "start": 46033, - "end": 46041, + "start": 46187, + "end": 46195, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 8 }, "end": { - "line": 1263, + "line": 1268, "column": 16 } } @@ -381476,15 +382866,15 @@ "updateContext": null }, "value": "=", - "start": 46042, - "end": 46043, + "start": 46196, + "end": 46197, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 17 }, "end": { - "line": 1263, + "line": 1268, "column": 18 } } @@ -381502,15 +382892,15 @@ "binop": null }, "value": "isNaN", - "start": 46044, - "end": 46049, + "start": 46198, + "end": 46203, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 19 }, "end": { - "line": 1263, + "line": 1268, "column": 24 } } @@ -381527,15 +382917,15 @@ "postfix": false, "binop": null }, - "start": 46049, - "end": 46050, + "start": 46203, + "end": 46204, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 24 }, "end": { - "line": 1263, + "line": 1268, "column": 25 } } @@ -381553,15 +382943,15 @@ "binop": null }, "value": "duration", - "start": 46050, - "end": 46058, + "start": 46204, + "end": 46212, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 25 }, "end": { - "line": 1263, + "line": 1268, "column": 33 } } @@ -381578,15 +382968,15 @@ "postfix": false, "binop": null }, - "start": 46058, - "end": 46059, + "start": 46212, + "end": 46213, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 33 }, "end": { - "line": 1263, + "line": 1268, "column": 34 } } @@ -381604,15 +382994,15 @@ "binop": null, "updateContext": null }, - "start": 46060, - "end": 46061, + "start": 46214, + "end": 46215, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 35 }, "end": { - "line": 1263, + "line": 1268, "column": 36 } } @@ -381631,15 +383021,15 @@ "updateContext": null }, "value": 0, - "start": 46062, - "end": 46063, + "start": 46216, + "end": 46217, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 37 }, "end": { - "line": 1263, + "line": 1268, "column": 38 } } @@ -381657,15 +383047,15 @@ "binop": null, "updateContext": null }, - "start": 46064, - "end": 46065, + "start": 46218, + "end": 46219, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 39 }, "end": { - "line": 1263, + "line": 1268, "column": 40 } } @@ -381683,15 +383073,15 @@ "binop": null }, "value": "duration", - "start": 46066, - "end": 46074, + "start": 46220, + "end": 46228, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 41 }, "end": { - "line": 1263, + "line": 1268, "column": 49 } } @@ -381709,15 +383099,15 @@ "binop": null, "updateContext": null }, - "start": 46074, - "end": 46075, + "start": 46228, + "end": 46229, "loc": { "start": { - "line": 1263, + "line": 1268, "column": 49 }, "end": { - "line": 1263, + "line": 1268, "column": 50 } } @@ -381737,15 +383127,15 @@ "updateContext": null }, "value": "switch", - "start": 46085, - "end": 46091, + "start": 46239, + "end": 46245, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 8 }, "end": { - "line": 1265, + "line": 1270, "column": 14 } } @@ -381762,15 +383152,15 @@ "postfix": false, "binop": null }, - "start": 46092, - "end": 46093, + "start": 46246, + "end": 46247, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 15 }, "end": { - "line": 1265, + "line": 1270, "column": 16 } } @@ -381790,15 +383180,15 @@ "updateContext": null }, "value": "this", - "start": 46093, - "end": 46097, + "start": 46247, + "end": 46251, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 16 }, "end": { - "line": 1265, + "line": 1270, "column": 20 } } @@ -381816,15 +383206,15 @@ "binop": null, "updateContext": null }, - "start": 46097, - "end": 46098, + "start": 46251, + "end": 46252, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 20 }, "end": { - "line": 1265, + "line": 1270, "column": 21 } } @@ -381842,15 +383232,15 @@ "binop": null }, "value": "getRecordType", - "start": 46098, - "end": 46111, + "start": 46252, + "end": 46265, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 21 }, "end": { - "line": 1265, + "line": 1270, "column": 34 } } @@ -381867,15 +383257,15 @@ "postfix": false, "binop": null }, - "start": 46111, - "end": 46112, + "start": 46265, + "end": 46266, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 34 }, "end": { - "line": 1265, + "line": 1270, "column": 35 } } @@ -381892,15 +383282,15 @@ "postfix": false, "binop": null }, - "start": 46112, - "end": 46113, + "start": 46266, + "end": 46267, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 35 }, "end": { - "line": 1265, + "line": 1270, "column": 36 } } @@ -381917,15 +383307,15 @@ "postfix": false, "binop": null }, - "start": 46113, - "end": 46114, + "start": 46267, + "end": 46268, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 36 }, "end": { - "line": 1265, + "line": 1270, "column": 37 } } @@ -381942,15 +383332,15 @@ "postfix": false, "binop": null }, - "start": 46115, - "end": 46116, + "start": 46269, + "end": 46270, "loc": { "start": { - "line": 1265, + "line": 1270, "column": 38 }, "end": { - "line": 1265, + "line": 1270, "column": 39 } } @@ -381970,15 +383360,15 @@ "updateContext": null }, "value": "case", - "start": 46129, - "end": 46133, + "start": 46283, + "end": 46287, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 12 }, "end": { - "line": 1266, + "line": 1271, "column": 16 } } @@ -381996,15 +383386,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 46134, - "end": 46144, + "start": 46288, + "end": 46298, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 17 }, "end": { - "line": 1266, + "line": 1271, "column": 27 } } @@ -382022,15 +383412,15 @@ "binop": null, "updateContext": null }, - "start": 46144, - "end": 46145, + "start": 46298, + "end": 46299, "loc": { "start": { - "line": 1266, + "line": 1271, "column": 27 }, "end": { - "line": 1266, + "line": 1271, "column": 28 } } @@ -382050,15 +383440,15 @@ "updateContext": null }, "value": "this", - "start": 46162, - "end": 46166, + "start": 46316, + "end": 46320, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 16 }, "end": { - "line": 1267, + "line": 1272, "column": 20 } } @@ -382076,15 +383466,15 @@ "binop": null, "updateContext": null }, - "start": 46166, - "end": 46167, + "start": 46320, + "end": 46321, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 20 }, "end": { - "line": 1267, + "line": 1272, "column": 21 } } @@ -382102,15 +383492,15 @@ "binop": null }, "value": "surfer", - "start": 46167, - "end": 46173, + "start": 46321, + "end": 46327, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 21 }, "end": { - "line": 1267, + "line": 1272, "column": 27 } } @@ -382128,15 +383518,15 @@ "binop": null, "updateContext": null }, - "start": 46173, - "end": 46174, + "start": 46327, + "end": 46328, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 27 }, "end": { - "line": 1267, + "line": 1272, "column": 28 } } @@ -382154,15 +383544,15 @@ "binop": null }, "value": "setDuration", - "start": 46174, - "end": 46185, + "start": 46328, + "end": 46339, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 28 }, "end": { - "line": 1267, + "line": 1272, "column": 39 } } @@ -382179,15 +383569,15 @@ "postfix": false, "binop": null }, - "start": 46185, - "end": 46186, + "start": 46339, + "end": 46340, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 39 }, "end": { - "line": 1267, + "line": 1272, "column": 40 } } @@ -382205,15 +383595,15 @@ "binop": null }, "value": "duration", - "start": 46186, - "end": 46194, + "start": 46340, + "end": 46348, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 40 }, "end": { - "line": 1267, + "line": 1272, "column": 48 } } @@ -382230,15 +383620,15 @@ "postfix": false, "binop": null }, - "start": 46194, - "end": 46195, + "start": 46348, + "end": 46349, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 48 }, "end": { - "line": 1267, + "line": 1272, "column": 49 } } @@ -382256,15 +383646,15 @@ "binop": null, "updateContext": null }, - "start": 46195, - "end": 46196, + "start": 46349, + "end": 46350, "loc": { "start": { - "line": 1267, + "line": 1272, "column": 49 }, "end": { - "line": 1267, + "line": 1272, "column": 50 } } @@ -382284,15 +383674,15 @@ "updateContext": null }, "value": "break", - "start": 46213, - "end": 46218, + "start": 46367, + "end": 46372, "loc": { "start": { - "line": 1268, + "line": 1273, "column": 16 }, "end": { - "line": 1268, + "line": 1273, "column": 21 } } @@ -382310,15 +383700,15 @@ "binop": null, "updateContext": null }, - "start": 46218, - "end": 46219, + "start": 46372, + "end": 46373, "loc": { "start": { - "line": 1268, + "line": 1273, "column": 21 }, "end": { - "line": 1268, + "line": 1273, "column": 22 } } @@ -382338,15 +383728,15 @@ "updateContext": null }, "value": "case", - "start": 46233, - "end": 46237, + "start": 46387, + "end": 46391, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 12 }, "end": { - "line": 1270, + "line": 1275, "column": 16 } } @@ -382364,15 +383754,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 46238, - "end": 46248, + "start": 46392, + "end": 46402, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 17 }, "end": { - "line": 1270, + "line": 1275, "column": 27 } } @@ -382390,15 +383780,15 @@ "binop": null, "updateContext": null }, - "start": 46248, - "end": 46249, + "start": 46402, + "end": 46403, "loc": { "start": { - "line": 1270, + "line": 1275, "column": 27 }, "end": { - "line": 1270, + "line": 1275, "column": 28 } } @@ -382418,15 +383808,15 @@ "updateContext": null }, "value": "case", - "start": 46262, - "end": 46266, + "start": 46416, + "end": 46420, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 12 }, "end": { - "line": 1271, + "line": 1276, "column": 16 } } @@ -382444,15 +383834,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 46267, - "end": 46278, + "start": 46421, + "end": 46432, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 17 }, "end": { - "line": 1271, + "line": 1276, "column": 28 } } @@ -382470,15 +383860,15 @@ "binop": null, "updateContext": null }, - "start": 46278, - "end": 46279, + "start": 46432, + "end": 46433, "loc": { "start": { - "line": 1271, + "line": 1276, "column": 28 }, "end": { - "line": 1271, + "line": 1276, "column": 29 } } @@ -382498,15 +383888,15 @@ "updateContext": null }, "value": "case", - "start": 46292, - "end": 46296, + "start": 46446, + "end": 46450, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 12 }, "end": { - "line": 1272, + "line": 1277, "column": 16 } } @@ -382524,15 +383914,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 46297, - "end": 46309, + "start": 46451, + "end": 46463, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 17 }, "end": { - "line": 1272, + "line": 1277, "column": 29 } } @@ -382550,15 +383940,15 @@ "binop": null, "updateContext": null }, - "start": 46309, - "end": 46310, + "start": 46463, + "end": 46464, "loc": { "start": { - "line": 1272, + "line": 1277, "column": 29 }, "end": { - "line": 1272, + "line": 1277, "column": 30 } } @@ -382578,15 +383968,15 @@ "updateContext": null }, "value": "case", - "start": 46323, - "end": 46327, + "start": 46477, + "end": 46481, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 12 }, "end": { - "line": 1273, + "line": 1278, "column": 16 } } @@ -382604,15 +383994,15 @@ "binop": null }, "value": "ANIMATION", - "start": 46328, - "end": 46337, + "start": 46482, + "end": 46491, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 17 }, "end": { - "line": 1273, + "line": 1278, "column": 26 } } @@ -382630,15 +384020,15 @@ "binop": null, "updateContext": null }, - "start": 46337, - "end": 46338, + "start": 46491, + "end": 46492, "loc": { "start": { - "line": 1273, + "line": 1278, "column": 26 }, "end": { - "line": 1273, + "line": 1278, "column": 27 } } @@ -382658,15 +384048,15 @@ "updateContext": null }, "value": "case", - "start": 46351, - "end": 46355, + "start": 46505, + "end": 46509, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 12 }, "end": { - "line": 1274, + "line": 1279, "column": 16 } } @@ -382684,15 +384074,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 46356, - "end": 46367, + "start": 46510, + "end": 46521, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 17 }, "end": { - "line": 1274, + "line": 1279, "column": 28 } } @@ -382710,15 +384100,15 @@ "binop": null, "updateContext": null }, - "start": 46367, - "end": 46368, + "start": 46521, + "end": 46522, "loc": { "start": { - "line": 1274, + "line": 1279, "column": 28 }, "end": { - "line": 1274, + "line": 1279, "column": 29 } } @@ -382726,15 +384116,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46385, - "end": 46421, + "start": 46539, + "end": 46575, "loc": { "start": { - "line": 1275, + "line": 1280, "column": 16 }, "end": { - "line": 1275, + "line": 1280, "column": 52 } } @@ -382754,15 +384144,15 @@ "updateContext": null }, "value": "if", - "start": 46438, - "end": 46440, + "start": 46592, + "end": 46594, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 16 }, "end": { - "line": 1276, + "line": 1281, "column": 18 } } @@ -382779,15 +384169,15 @@ "postfix": false, "binop": null }, - "start": 46441, - "end": 46442, + "start": 46595, + "end": 46596, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 19 }, "end": { - "line": 1276, + "line": 1281, "column": 20 } } @@ -382807,15 +384197,15 @@ "updateContext": null }, "value": "this", - "start": 46442, - "end": 46446, + "start": 46596, + "end": 46600, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 20 }, "end": { - "line": 1276, + "line": 1281, "column": 24 } } @@ -382833,15 +384223,15 @@ "binop": null, "updateContext": null }, - "start": 46446, - "end": 46447, + "start": 46600, + "end": 46601, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 24 }, "end": { - "line": 1276, + "line": 1281, "column": 25 } } @@ -382859,15 +384249,15 @@ "binop": null }, "value": "player", - "start": 46447, - "end": 46453, + "start": 46601, + "end": 46607, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 25 }, "end": { - "line": 1276, + "line": 1281, "column": 31 } } @@ -382885,15 +384275,15 @@ "binop": null, "updateContext": null }, - "start": 46453, - "end": 46454, + "start": 46607, + "end": 46608, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 31 }, "end": { - "line": 1276, + "line": 1281, "column": 32 } } @@ -382911,15 +384301,15 @@ "binop": null }, "value": "controlBar", - "start": 46454, - "end": 46464, + "start": 46608, + "end": 46618, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 32 }, "end": { - "line": 1276, + "line": 1281, "column": 42 } } @@ -382937,15 +384327,15 @@ "binop": null, "updateContext": null }, - "start": 46464, - "end": 46465, + "start": 46618, + "end": 46619, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 42 }, "end": { - "line": 1276, + "line": 1281, "column": 43 } } @@ -382963,15 +384353,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46465, - "end": 46480, + "start": 46619, + "end": 46634, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 43 }, "end": { - "line": 1276, + "line": 1281, "column": 58 } } @@ -382990,15 +384380,15 @@ "updateContext": null }, "value": "&&", - "start": 46481, - "end": 46483, + "start": 46635, + "end": 46637, "loc": { "start": { - "line": 1276, + "line": 1281, "column": 59 }, "end": { - "line": 1276, + "line": 1281, "column": 61 } } @@ -383018,15 +384408,15 @@ "updateContext": null }, "value": "this", - "start": 46504, - "end": 46508, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 20 }, "end": { - "line": 1277, + "line": 1282, "column": 24 } } @@ -383044,15 +384434,15 @@ "binop": null, "updateContext": null }, - "start": 46508, - "end": 46509, + "start": 46662, + "end": 46663, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 24 }, "end": { - "line": 1277, + "line": 1282, "column": 25 } } @@ -383070,15 +384460,15 @@ "binop": null }, "value": "player", - "start": 46509, - "end": 46515, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 25 }, "end": { - "line": 1277, + "line": 1282, "column": 31 } } @@ -383096,15 +384486,15 @@ "binop": null, "updateContext": null }, - "start": 46515, - "end": 46516, + "start": 46669, + "end": 46670, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 31 }, "end": { - "line": 1277, + "line": 1282, "column": 32 } } @@ -383122,15 +384512,15 @@ "binop": null }, "value": "controlBar", - "start": 46516, - "end": 46526, + "start": 46670, + "end": 46680, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 32 }, "end": { - "line": 1277, + "line": 1282, "column": 42 } } @@ -383148,15 +384538,15 @@ "binop": null, "updateContext": null }, - "start": 46526, - "end": 46527, + "start": 46680, + "end": 46681, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 42 }, "end": { - "line": 1277, + "line": 1282, "column": 43 } } @@ -383174,15 +384564,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46527, - "end": 46542, + "start": 46681, + "end": 46696, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 43 }, "end": { - "line": 1277, + "line": 1282, "column": 58 } } @@ -383200,15 +384590,15 @@ "binop": null, "updateContext": null }, - "start": 46542, - "end": 46543, + "start": 46696, + "end": 46697, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 58 }, "end": { - "line": 1277, + "line": 1282, "column": 59 } } @@ -383226,15 +384616,15 @@ "binop": null }, "value": "contentEl", - "start": 46543, - "end": 46552, + "start": 46697, + "end": 46706, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 59 }, "end": { - "line": 1277, + "line": 1282, "column": 68 } } @@ -383251,15 +384641,15 @@ "postfix": false, "binop": null }, - "start": 46552, - "end": 46553, + "start": 46706, + "end": 46707, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 68 }, "end": { - "line": 1277, + "line": 1282, "column": 69 } } @@ -383276,15 +384666,15 @@ "postfix": false, "binop": null }, - "start": 46553, - "end": 46554, + "start": 46707, + "end": 46708, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 69 }, "end": { - "line": 1277, + "line": 1282, "column": 70 } } @@ -383303,15 +384693,15 @@ "updateContext": null }, "value": "&&", - "start": 46555, - "end": 46557, + "start": 46709, + "end": 46711, "loc": { "start": { - "line": 1277, + "line": 1282, "column": 71 }, "end": { - "line": 1277, + "line": 1282, "column": 73 } } @@ -383331,15 +384721,15 @@ "updateContext": null }, "value": "this", - "start": 46578, - "end": 46582, + "start": 46732, + "end": 46736, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 20 }, "end": { - "line": 1278, + "line": 1283, "column": 24 } } @@ -383357,15 +384747,15 @@ "binop": null, "updateContext": null }, - "start": 46582, - "end": 46583, + "start": 46736, + "end": 46737, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 24 }, "end": { - "line": 1278, + "line": 1283, "column": 25 } } @@ -383383,15 +384773,15 @@ "binop": null }, "value": "player", - "start": 46583, - "end": 46589, + "start": 46737, + "end": 46743, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 25 }, "end": { - "line": 1278, + "line": 1283, "column": 31 } } @@ -383409,15 +384799,15 @@ "binop": null, "updateContext": null }, - "start": 46589, - "end": 46590, + "start": 46743, + "end": 46744, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 31 }, "end": { - "line": 1278, + "line": 1283, "column": 32 } } @@ -383435,15 +384825,15 @@ "binop": null }, "value": "controlBar", - "start": 46590, - "end": 46600, + "start": 46744, + "end": 46754, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 32 }, "end": { - "line": 1278, + "line": 1283, "column": 42 } } @@ -383461,15 +384851,15 @@ "binop": null, "updateContext": null }, - "start": 46600, - "end": 46601, + "start": 46754, + "end": 46755, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 42 }, "end": { - "line": 1278, + "line": 1283, "column": 43 } } @@ -383487,15 +384877,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46601, - "end": 46616, + "start": 46755, + "end": 46770, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 43 }, "end": { - "line": 1278, + "line": 1283, "column": 58 } } @@ -383513,15 +384903,15 @@ "binop": null, "updateContext": null }, - "start": 46616, - "end": 46617, + "start": 46770, + "end": 46771, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 58 }, "end": { - "line": 1278, + "line": 1283, "column": 59 } } @@ -383539,15 +384929,15 @@ "binop": null }, "value": "contentEl", - "start": 46617, - "end": 46626, + "start": 46771, + "end": 46780, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 59 }, "end": { - "line": 1278, + "line": 1283, "column": 68 } } @@ -383564,15 +384954,15 @@ "postfix": false, "binop": null }, - "start": 46626, - "end": 46627, + "start": 46780, + "end": 46781, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 68 }, "end": { - "line": 1278, + "line": 1283, "column": 69 } } @@ -383589,15 +384979,15 @@ "postfix": false, "binop": null }, - "start": 46627, - "end": 46628, + "start": 46781, + "end": 46782, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 69 }, "end": { - "line": 1278, + "line": 1283, "column": 70 } } @@ -383615,15 +385005,15 @@ "binop": null, "updateContext": null }, - "start": 46628, - "end": 46629, + "start": 46782, + "end": 46783, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 70 }, "end": { - "line": 1278, + "line": 1283, "column": 71 } } @@ -383641,15 +385031,15 @@ "binop": null }, "value": "lastChild", - "start": 46629, - "end": 46638, + "start": 46783, + "end": 46792, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 71 }, "end": { - "line": 1278, + "line": 1283, "column": 80 } } @@ -383666,15 +385056,15 @@ "postfix": false, "binop": null }, - "start": 46638, - "end": 46639, + "start": 46792, + "end": 46793, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 80 }, "end": { - "line": 1278, + "line": 1283, "column": 81 } } @@ -383691,15 +385081,15 @@ "postfix": false, "binop": null }, - "start": 46640, - "end": 46641, + "start": 46794, + "end": 46795, "loc": { "start": { - "line": 1278, + "line": 1283, "column": 82 }, "end": { - "line": 1278, + "line": 1283, "column": 83 } } @@ -383719,15 +385109,15 @@ "updateContext": null }, "value": "this", - "start": 46662, - "end": 46666, + "start": 46816, + "end": 46820, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 20 }, "end": { - "line": 1279, + "line": 1284, "column": 24 } } @@ -383745,15 +385135,15 @@ "binop": null, "updateContext": null }, - "start": 46666, - "end": 46667, + "start": 46820, + "end": 46821, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 24 }, "end": { - "line": 1279, + "line": 1284, "column": 25 } } @@ -383771,15 +385161,15 @@ "binop": null }, "value": "player", - "start": 46667, - "end": 46673, + "start": 46821, + "end": 46827, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 25 }, "end": { - "line": 1279, + "line": 1284, "column": 31 } } @@ -383797,15 +385187,15 @@ "binop": null, "updateContext": null }, - "start": 46673, - "end": 46674, + "start": 46827, + "end": 46828, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 31 }, "end": { - "line": 1279, + "line": 1284, "column": 32 } } @@ -383823,15 +385213,15 @@ "binop": null }, "value": "controlBar", - "start": 46674, - "end": 46684, + "start": 46828, + "end": 46838, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 32 }, "end": { - "line": 1279, + "line": 1284, "column": 42 } } @@ -383849,15 +385239,15 @@ "binop": null, "updateContext": null }, - "start": 46684, - "end": 46685, + "start": 46838, + "end": 46839, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 42 }, "end": { - "line": 1279, + "line": 1284, "column": 43 } } @@ -383875,15 +385265,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46685, - "end": 46700, + "start": 46839, + "end": 46854, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 43 }, "end": { - "line": 1279, + "line": 1284, "column": 58 } } @@ -383901,15 +385291,15 @@ "binop": null, "updateContext": null }, - "start": 46700, - "end": 46701, + "start": 46854, + "end": 46855, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 58 }, "end": { - "line": 1279, + "line": 1284, "column": 59 } } @@ -383927,15 +385317,15 @@ "binop": null }, "value": "formattedTime_", - "start": 46701, - "end": 46715, + "start": 46855, + "end": 46869, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 59 }, "end": { - "line": 1279, + "line": 1284, "column": 73 } } @@ -383954,15 +385344,15 @@ "updateContext": null }, "value": "=", - "start": 46716, - "end": 46717, + "start": 46870, + "end": 46871, "loc": { "start": { - "line": 1279, + "line": 1284, "column": 74 }, "end": { - "line": 1279, + "line": 1284, "column": 75 } } @@ -383982,15 +385372,15 @@ "updateContext": null }, "value": "this", - "start": 46738, - "end": 46742, + "start": 46892, + "end": 46896, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 20 }, "end": { - "line": 1280, + "line": 1285, "column": 24 } } @@ -384008,15 +385398,15 @@ "binop": null, "updateContext": null }, - "start": 46742, - "end": 46743, + "start": 46896, + "end": 46897, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 24 }, "end": { - "line": 1280, + "line": 1285, "column": 25 } } @@ -384034,15 +385424,15 @@ "binop": null }, "value": "player", - "start": 46743, - "end": 46749, + "start": 46897, + "end": 46903, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 25 }, "end": { - "line": 1280, + "line": 1285, "column": 31 } } @@ -384060,15 +385450,15 @@ "binop": null, "updateContext": null }, - "start": 46749, - "end": 46750, + "start": 46903, + "end": 46904, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 31 }, "end": { - "line": 1280, + "line": 1285, "column": 32 } } @@ -384086,15 +385476,15 @@ "binop": null }, "value": "controlBar", - "start": 46750, - "end": 46760, + "start": 46904, + "end": 46914, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 32 }, "end": { - "line": 1280, + "line": 1285, "column": 42 } } @@ -384112,15 +385502,15 @@ "binop": null, "updateContext": null }, - "start": 46760, - "end": 46761, + "start": 46914, + "end": 46915, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 42 }, "end": { - "line": 1280, + "line": 1285, "column": 43 } } @@ -384138,15 +385528,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46761, - "end": 46776, + "start": 46915, + "end": 46930, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 43 }, "end": { - "line": 1280, + "line": 1285, "column": 58 } } @@ -384164,15 +385554,15 @@ "binop": null, "updateContext": null }, - "start": 46776, - "end": 46777, + "start": 46930, + "end": 46931, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 58 }, "end": { - "line": 1280, + "line": 1285, "column": 59 } } @@ -384190,15 +385580,15 @@ "binop": null }, "value": "contentEl", - "start": 46777, - "end": 46786, + "start": 46931, + "end": 46940, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 59 }, "end": { - "line": 1280, + "line": 1285, "column": 68 } } @@ -384215,15 +385605,15 @@ "postfix": false, "binop": null }, - "start": 46786, - "end": 46787, + "start": 46940, + "end": 46941, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 68 }, "end": { - "line": 1280, + "line": 1285, "column": 69 } } @@ -384240,15 +385630,15 @@ "postfix": false, "binop": null }, - "start": 46787, - "end": 46788, + "start": 46941, + "end": 46942, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 69 }, "end": { - "line": 1280, + "line": 1285, "column": 70 } } @@ -384266,15 +385656,15 @@ "binop": null, "updateContext": null }, - "start": 46788, - "end": 46789, + "start": 46942, + "end": 46943, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 70 }, "end": { - "line": 1280, + "line": 1285, "column": 71 } } @@ -384292,15 +385682,15 @@ "binop": null }, "value": "lastChild", - "start": 46789, - "end": 46798, + "start": 46943, + "end": 46952, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 71 }, "end": { - "line": 1280, + "line": 1285, "column": 80 } } @@ -384318,15 +385708,15 @@ "binop": null, "updateContext": null }, - "start": 46798, - "end": 46799, + "start": 46952, + "end": 46953, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 80 }, "end": { - "line": 1280, + "line": 1285, "column": 81 } } @@ -384344,15 +385734,15 @@ "binop": null }, "value": "textContent", - "start": 46799, - "end": 46810, + "start": 46953, + "end": 46964, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 81 }, "end": { - "line": 1280, + "line": 1285, "column": 92 } } @@ -384371,15 +385761,15 @@ "updateContext": null }, "value": "=", - "start": 46811, - "end": 46812, + "start": 46965, + "end": 46966, "loc": { "start": { - "line": 1280, + "line": 1285, "column": 93 }, "end": { - "line": 1280, + "line": 1285, "column": 94 } } @@ -384399,15 +385789,15 @@ "updateContext": null }, "value": "this", - "start": 46837, - "end": 46841, + "start": 46991, + "end": 46995, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 24 }, "end": { - "line": 1281, + "line": 1286, "column": 28 } } @@ -384425,15 +385815,15 @@ "binop": null, "updateContext": null }, - "start": 46841, - "end": 46842, + "start": 46995, + "end": 46996, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 28 }, "end": { - "line": 1281, + "line": 1286, "column": 29 } } @@ -384451,15 +385841,15 @@ "binop": null }, "value": "_formatTime", - "start": 46842, - "end": 46853, + "start": 46996, + "end": 47007, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 29 }, "end": { - "line": 1281, + "line": 1286, "column": 40 } } @@ -384476,15 +385866,15 @@ "postfix": false, "binop": null }, - "start": 46853, - "end": 46854, + "start": 47007, + "end": 47008, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 40 }, "end": { - "line": 1281, + "line": 1286, "column": 41 } } @@ -384502,15 +385892,15 @@ "binop": null }, "value": "duration", - "start": 46854, - "end": 46862, + "start": 47008, + "end": 47016, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 41 }, "end": { - "line": 1281, + "line": 1286, "column": 49 } } @@ -384528,15 +385918,15 @@ "binop": null, "updateContext": null }, - "start": 46862, - "end": 46863, + "start": 47016, + "end": 47017, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 49 }, "end": { - "line": 1281, + "line": 1286, "column": 50 } } @@ -384554,15 +385944,15 @@ "binop": null }, "value": "duration", - "start": 46864, - "end": 46872, + "start": 47018, + "end": 47026, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 51 }, "end": { - "line": 1281, + "line": 1286, "column": 59 } } @@ -384580,15 +385970,15 @@ "binop": null, "updateContext": null }, - "start": 46872, - "end": 46873, + "start": 47026, + "end": 47027, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 59 }, "end": { - "line": 1281, + "line": 1286, "column": 60 } } @@ -384608,15 +385998,15 @@ "updateContext": null }, "value": "this", - "start": 46874, - "end": 46878, + "start": 47028, + "end": 47032, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 61 }, "end": { - "line": 1281, + "line": 1286, "column": 65 } } @@ -384634,15 +386024,15 @@ "binop": null, "updateContext": null }, - "start": 46878, - "end": 46879, + "start": 47032, + "end": 47033, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 65 }, "end": { - "line": 1281, + "line": 1286, "column": 66 } } @@ -384660,15 +386050,15 @@ "binop": null }, "value": "displayMilliseconds", - "start": 46879, - "end": 46898, + "start": 47033, + "end": 47052, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 66 }, "end": { - "line": 1281, + "line": 1286, "column": 85 } } @@ -384685,15 +386075,15 @@ "postfix": false, "binop": null }, - "start": 46898, - "end": 46899, + "start": 47052, + "end": 47053, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 85 }, "end": { - "line": 1281, + "line": 1286, "column": 86 } } @@ -384711,15 +386101,15 @@ "binop": null, "updateContext": null }, - "start": 46899, - "end": 46900, + "start": 47053, + "end": 47054, "loc": { "start": { - "line": 1281, + "line": 1286, "column": 86 }, "end": { - "line": 1281, + "line": 1286, "column": 87 } } @@ -384736,15 +386126,15 @@ "postfix": false, "binop": null }, - "start": 46917, - "end": 46918, + "start": 47071, + "end": 47072, "loc": { "start": { - "line": 1282, + "line": 1287, "column": 16 }, "end": { - "line": 1282, + "line": 1287, "column": 17 } } @@ -384764,15 +386154,15 @@ "updateContext": null }, "value": "break", - "start": 46935, - "end": 46940, + "start": 47089, + "end": 47094, "loc": { "start": { - "line": 1283, + "line": 1288, "column": 16 }, "end": { - "line": 1283, + "line": 1288, "column": 21 } } @@ -384790,15 +386180,15 @@ "binop": null, "updateContext": null }, - "start": 46940, - "end": 46941, + "start": 47094, + "end": 47095, "loc": { "start": { - "line": 1283, + "line": 1288, "column": 21 }, "end": { - "line": 1283, + "line": 1288, "column": 22 } } @@ -384815,15 +386205,15 @@ "postfix": false, "binop": null }, - "start": 46950, - "end": 46951, + "start": 47104, + "end": 47105, "loc": { "start": { - "line": 1284, + "line": 1289, "column": 8 }, "end": { - "line": 1284, + "line": 1289, "column": 9 } } @@ -384840,15 +386230,15 @@ "postfix": false, "binop": null }, - "start": 46956, - "end": 46957, + "start": 47110, + "end": 47111, "loc": { "start": { - "line": 1285, + "line": 1290, "column": 4 }, "end": { - "line": 1285, + "line": 1290, "column": 5 } } @@ -384856,15 +386246,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": 46963, - "end": 47132, + "start": 47117, + "end": 47286, "loc": { "start": { - "line": 1287, + "line": 1292, "column": 4 }, "end": { - "line": 1292, + "line": 1297, "column": 7 } } @@ -384882,15 +386272,15 @@ "binop": null }, "value": "load", - "start": 47137, - "end": 47141, + "start": 47291, + "end": 47295, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 4 }, "end": { - "line": 1293, + "line": 1298, "column": 8 } } @@ -384907,15 +386297,15 @@ "postfix": false, "binop": null }, - "start": 47141, - "end": 47142, + "start": 47295, + "end": 47296, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 8 }, "end": { - "line": 1293, + "line": 1298, "column": 9 } } @@ -384933,15 +386323,15 @@ "binop": null }, "value": "url", - "start": 47142, - "end": 47145, + "start": 47296, + "end": 47299, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 9 }, "end": { - "line": 1293, + "line": 1298, "column": 12 } } @@ -384958,15 +386348,15 @@ "postfix": false, "binop": null }, - "start": 47145, - "end": 47146, + "start": 47299, + "end": 47300, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 12 }, "end": { - "line": 1293, + "line": 1298, "column": 13 } } @@ -384983,15 +386373,15 @@ "postfix": false, "binop": null }, - "start": 47147, - "end": 47148, + "start": 47301, + "end": 47302, "loc": { "start": { - "line": 1293, + "line": 1298, "column": 14 }, "end": { - "line": 1293, + "line": 1298, "column": 15 } } @@ -385011,15 +386401,15 @@ "updateContext": null }, "value": "switch", - "start": 47157, - "end": 47163, + "start": 47311, + "end": 47317, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 8 }, "end": { - "line": 1294, + "line": 1299, "column": 14 } } @@ -385036,15 +386426,15 @@ "postfix": false, "binop": null }, - "start": 47164, - "end": 47165, + "start": 47318, + "end": 47319, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 15 }, "end": { - "line": 1294, + "line": 1299, "column": 16 } } @@ -385064,15 +386454,15 @@ "updateContext": null }, "value": "this", - "start": 47165, - "end": 47169, + "start": 47319, + "end": 47323, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 16 }, "end": { - "line": 1294, + "line": 1299, "column": 20 } } @@ -385090,15 +386480,15 @@ "binop": null, "updateContext": null }, - "start": 47169, - "end": 47170, + "start": 47323, + "end": 47324, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 20 }, "end": { - "line": 1294, + "line": 1299, "column": 21 } } @@ -385116,15 +386506,15 @@ "binop": null }, "value": "getRecordType", - "start": 47170, - "end": 47183, + "start": 47324, + "end": 47337, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 21 }, "end": { - "line": 1294, + "line": 1299, "column": 34 } } @@ -385141,15 +386531,15 @@ "postfix": false, "binop": null }, - "start": 47183, - "end": 47184, + "start": 47337, + "end": 47338, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 34 }, "end": { - "line": 1294, + "line": 1299, "column": 35 } } @@ -385166,15 +386556,15 @@ "postfix": false, "binop": null }, - "start": 47184, - "end": 47185, + "start": 47338, + "end": 47339, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 35 }, "end": { - "line": 1294, + "line": 1299, "column": 36 } } @@ -385191,15 +386581,15 @@ "postfix": false, "binop": null }, - "start": 47185, - "end": 47186, + "start": 47339, + "end": 47340, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 36 }, "end": { - "line": 1294, + "line": 1299, "column": 37 } } @@ -385216,15 +386606,15 @@ "postfix": false, "binop": null }, - "start": 47187, - "end": 47188, + "start": 47341, + "end": 47342, "loc": { "start": { - "line": 1294, + "line": 1299, "column": 38 }, "end": { - "line": 1294, + "line": 1299, "column": 39 } } @@ -385244,15 +386634,15 @@ "updateContext": null }, "value": "case", - "start": 47201, - "end": 47205, + "start": 47355, + "end": 47359, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1295, + "line": 1300, "column": 16 } } @@ -385270,15 +386660,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 47206, - "end": 47216, + "start": 47360, + "end": 47370, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 17 }, "end": { - "line": 1295, + "line": 1300, "column": 27 } } @@ -385296,15 +386686,15 @@ "binop": null, "updateContext": null }, - "start": 47216, - "end": 47217, + "start": 47370, + "end": 47371, "loc": { "start": { - "line": 1295, + "line": 1300, "column": 27 }, "end": { - "line": 1295, + "line": 1300, "column": 28 } } @@ -385312,15 +386702,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47234, - "end": 47267, + "start": 47388, + "end": 47421, "loc": { "start": { - "line": 1296, + "line": 1301, "column": 16 }, "end": { - "line": 1296, + "line": 1301, "column": 49 } } @@ -385340,15 +386730,15 @@ "updateContext": null }, "value": "this", - "start": 47284, - "end": 47288, + "start": 47438, + "end": 47442, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 16 }, "end": { - "line": 1297, + "line": 1302, "column": 20 } } @@ -385366,15 +386756,15 @@ "binop": null, "updateContext": null }, - "start": 47288, - "end": 47289, + "start": 47442, + "end": 47443, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 20 }, "end": { - "line": 1297, + "line": 1302, "column": 21 } } @@ -385392,15 +386782,15 @@ "binop": null }, "value": "surfer", - "start": 47289, - "end": 47295, + "start": 47443, + "end": 47449, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 21 }, "end": { - "line": 1297, + "line": 1302, "column": 27 } } @@ -385418,15 +386808,15 @@ "binop": null, "updateContext": null }, - "start": 47295, - "end": 47296, + "start": 47449, + "end": 47450, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 27 }, "end": { - "line": 1297, + "line": 1302, "column": 28 } } @@ -385444,15 +386834,15 @@ "binop": null }, "value": "load", - "start": 47296, - "end": 47300, + "start": 47450, + "end": 47454, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 28 }, "end": { - "line": 1297, + "line": 1302, "column": 32 } } @@ -385469,15 +386859,15 @@ "postfix": false, "binop": null }, - "start": 47300, - "end": 47301, + "start": 47454, + "end": 47455, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 32 }, "end": { - "line": 1297, + "line": 1302, "column": 33 } } @@ -385495,15 +386885,15 @@ "binop": null }, "value": "url", - "start": 47301, - "end": 47304, + "start": 47455, + "end": 47458, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 33 }, "end": { - "line": 1297, + "line": 1302, "column": 36 } } @@ -385520,15 +386910,15 @@ "postfix": false, "binop": null }, - "start": 47304, - "end": 47305, + "start": 47458, + "end": 47459, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 36 }, "end": { - "line": 1297, + "line": 1302, "column": 37 } } @@ -385546,15 +386936,15 @@ "binop": null, "updateContext": null }, - "start": 47305, - "end": 47306, + "start": 47459, + "end": 47460, "loc": { "start": { - "line": 1297, + "line": 1302, "column": 37 }, "end": { - "line": 1297, + "line": 1302, "column": 38 } } @@ -385574,15 +386964,15 @@ "updateContext": null }, "value": "break", - "start": 47323, - "end": 47328, + "start": 47477, + "end": 47482, "loc": { "start": { - "line": 1298, + "line": 1303, "column": 16 }, "end": { - "line": 1298, + "line": 1303, "column": 21 } } @@ -385600,15 +386990,15 @@ "binop": null, "updateContext": null }, - "start": 47328, - "end": 47329, + "start": 47482, + "end": 47483, "loc": { "start": { - "line": 1298, + "line": 1303, "column": 21 }, "end": { - "line": 1298, + "line": 1303, "column": 22 } } @@ -385628,15 +387018,15 @@ "updateContext": null }, "value": "case", - "start": 47343, - "end": 47347, + "start": 47497, + "end": 47501, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 12 }, "end": { - "line": 1300, + "line": 1305, "column": 16 } } @@ -385654,15 +387044,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 47348, - "end": 47358, + "start": 47502, + "end": 47512, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 17 }, "end": { - "line": 1300, + "line": 1305, "column": 27 } } @@ -385680,15 +387070,15 @@ "binop": null, "updateContext": null }, - "start": 47358, - "end": 47359, + "start": 47512, + "end": 47513, "loc": { "start": { - "line": 1300, + "line": 1305, "column": 27 }, "end": { - "line": 1300, + "line": 1305, "column": 28 } } @@ -385708,15 +387098,15 @@ "updateContext": null }, "value": "case", - "start": 47372, - "end": 47376, + "start": 47526, + "end": 47530, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 16 } } @@ -385734,15 +387124,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 47377, - "end": 47387, + "start": 47531, + "end": 47541, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 17 }, "end": { - "line": 1301, + "line": 1306, "column": 27 } } @@ -385760,15 +387150,15 @@ "binop": null, "updateContext": null }, - "start": 47387, - "end": 47388, + "start": 47541, + "end": 47542, "loc": { "start": { - "line": 1301, + "line": 1306, "column": 27 }, "end": { - "line": 1301, + "line": 1306, "column": 28 } } @@ -385788,15 +387178,15 @@ "updateContext": null }, "value": "case", - "start": 47401, - "end": 47405, + "start": 47555, + "end": 47559, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 12 }, "end": { - "line": 1302, + "line": 1307, "column": 16 } } @@ -385814,15 +387204,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 47406, - "end": 47417, + "start": 47560, + "end": 47571, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 17 }, "end": { - "line": 1302, + "line": 1307, "column": 28 } } @@ -385840,15 +387230,15 @@ "binop": null, "updateContext": null }, - "start": 47417, - "end": 47418, + "start": 47571, + "end": 47572, "loc": { "start": { - "line": 1302, + "line": 1307, "column": 28 }, "end": { - "line": 1302, + "line": 1307, "column": 29 } } @@ -385868,15 +387258,15 @@ "updateContext": null }, "value": "case", - "start": 47431, - "end": 47435, + "start": 47585, + "end": 47589, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 12 }, "end": { - "line": 1303, + "line": 1308, "column": 16 } } @@ -385894,15 +387284,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 47436, - "end": 47448, + "start": 47590, + "end": 47602, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 17 }, "end": { - "line": 1303, + "line": 1308, "column": 29 } } @@ -385920,15 +387310,15 @@ "binop": null, "updateContext": null }, - "start": 47448, - "end": 47449, + "start": 47602, + "end": 47603, "loc": { "start": { - "line": 1303, + "line": 1308, "column": 29 }, "end": { - "line": 1303, + "line": 1308, "column": 30 } } @@ -385948,15 +387338,15 @@ "updateContext": null }, "value": "case", - "start": 47462, - "end": 47466, + "start": 47616, + "end": 47620, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 12 }, "end": { - "line": 1304, + "line": 1309, "column": 16 } } @@ -385974,15 +387364,15 @@ "binop": null }, "value": "ANIMATION", - "start": 47467, - "end": 47476, + "start": 47621, + "end": 47630, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 17 }, "end": { - "line": 1304, + "line": 1309, "column": 26 } } @@ -386000,15 +387390,15 @@ "binop": null, "updateContext": null }, - "start": 47476, - "end": 47477, + "start": 47630, + "end": 47631, "loc": { "start": { - "line": 1304, + "line": 1309, "column": 26 }, "end": { - "line": 1304, + "line": 1309, "column": 27 } } @@ -386028,15 +387418,15 @@ "updateContext": null }, "value": "case", - "start": 47490, - "end": 47494, + "start": 47644, + "end": 47648, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 12 }, "end": { - "line": 1305, + "line": 1310, "column": 16 } } @@ -386054,15 +387444,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 47495, - "end": 47506, + "start": 47649, + "end": 47660, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 17 }, "end": { - "line": 1305, + "line": 1310, "column": 28 } } @@ -386080,15 +387470,15 @@ "binop": null, "updateContext": null }, - "start": 47506, - "end": 47507, + "start": 47660, + "end": 47661, "loc": { "start": { - "line": 1305, + "line": 1310, "column": 28 }, "end": { - "line": 1305, + "line": 1310, "column": 29 } } @@ -386108,15 +387498,15 @@ "updateContext": null }, "value": "if", - "start": 47524, - "end": 47526, + "start": 47678, + "end": 47680, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 16 }, "end": { - "line": 1306, + "line": 1311, "column": 18 } } @@ -386133,15 +387523,15 @@ "postfix": false, "binop": null }, - "start": 47527, - "end": 47528, + "start": 47681, + "end": 47682, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 19 }, "end": { - "line": 1306, + "line": 1311, "column": 20 } } @@ -386159,15 +387549,15 @@ "binop": null }, "value": "url", - "start": 47528, - "end": 47531, + "start": 47682, + "end": 47685, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 20 }, "end": { - "line": 1306, + "line": 1311, "column": 23 } } @@ -386187,15 +387577,15 @@ "updateContext": null }, "value": "instanceof", - "start": 47532, - "end": 47542, + "start": 47686, + "end": 47696, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 24 }, "end": { - "line": 1306, + "line": 1311, "column": 34 } } @@ -386213,15 +387603,15 @@ "binop": null }, "value": "Blob", - "start": 47543, - "end": 47547, + "start": 47697, + "end": 47701, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 35 }, "end": { - "line": 1306, + "line": 1311, "column": 39 } } @@ -386240,15 +387630,15 @@ "updateContext": null }, "value": "||", - "start": 47548, - "end": 47550, + "start": 47702, + "end": 47704, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 40 }, "end": { - "line": 1306, + "line": 1311, "column": 42 } } @@ -386266,15 +387656,15 @@ "binop": null }, "value": "url", - "start": 47551, - "end": 47554, + "start": 47705, + "end": 47708, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 43 }, "end": { - "line": 1306, + "line": 1311, "column": 46 } } @@ -386294,15 +387684,15 @@ "updateContext": null }, "value": "instanceof", - "start": 47555, - "end": 47565, + "start": 47709, + "end": 47719, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 47 }, "end": { - "line": 1306, + "line": 1311, "column": 57 } } @@ -386320,15 +387710,15 @@ "binop": null }, "value": "File", - "start": 47566, - "end": 47570, + "start": 47720, + "end": 47724, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 58 }, "end": { - "line": 1306, + "line": 1311, "column": 62 } } @@ -386345,15 +387735,15 @@ "postfix": false, "binop": null }, - "start": 47570, - "end": 47571, + "start": 47724, + "end": 47725, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 62 }, "end": { - "line": 1306, + "line": 1311, "column": 63 } } @@ -386370,15 +387760,15 @@ "postfix": false, "binop": null }, - "start": 47572, - "end": 47573, + "start": 47726, + "end": 47727, "loc": { "start": { - "line": 1306, + "line": 1311, "column": 64 }, "end": { - "line": 1306, + "line": 1311, "column": 65 } } @@ -386386,15 +387776,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47594, - "end": 47625, + "start": 47748, + "end": 47779, "loc": { "start": { - "line": 1307, + "line": 1312, "column": 20 }, "end": { - "line": 1307, + "line": 1312, "column": 51 } } @@ -386414,15 +387804,15 @@ "updateContext": null }, "value": "this", - "start": 47646, - "end": 47650, + "start": 47800, + "end": 47804, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 20 }, "end": { - "line": 1308, + "line": 1313, "column": 24 } } @@ -386440,15 +387830,15 @@ "binop": null, "updateContext": null }, - "start": 47650, - "end": 47651, + "start": 47804, + "end": 47805, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 24 }, "end": { - "line": 1308, + "line": 1313, "column": 25 } } @@ -386466,15 +387856,15 @@ "binop": null }, "value": "mediaElement", - "start": 47651, - "end": 47663, + "start": 47805, + "end": 47817, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 25 }, "end": { - "line": 1308, + "line": 1313, "column": 37 } } @@ -386492,15 +387882,15 @@ "binop": null, "updateContext": null }, - "start": 47663, - "end": 47664, + "start": 47817, + "end": 47818, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 37 }, "end": { - "line": 1308, + "line": 1313, "column": 38 } } @@ -386518,15 +387908,15 @@ "binop": null }, "value": "srcObject", - "start": 47664, - "end": 47673, + "start": 47818, + "end": 47827, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 38 }, "end": { - "line": 1308, + "line": 1313, "column": 47 } } @@ -386545,15 +387935,15 @@ "updateContext": null }, "value": "=", - "start": 47674, - "end": 47675, + "start": 47828, + "end": 47829, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 48 }, "end": { - "line": 1308, + "line": 1313, "column": 49 } } @@ -386573,15 +387963,15 @@ "updateContext": null }, "value": "null", - "start": 47676, - "end": 47680, + "start": 47830, + "end": 47834, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 50 }, "end": { - "line": 1308, + "line": 1313, "column": 54 } } @@ -386599,15 +387989,15 @@ "binop": null, "updateContext": null }, - "start": 47680, - "end": 47681, + "start": 47834, + "end": 47835, "loc": { "start": { - "line": 1308, + "line": 1313, "column": 54 }, "end": { - "line": 1308, + "line": 1313, "column": 55 } } @@ -386615,15 +388005,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47702, - "end": 47738, + "start": 47856, + "end": 47892, "loc": { "start": { - "line": 1309, + "line": 1314, "column": 20 }, "end": { - "line": 1309, + "line": 1314, "column": 56 } } @@ -386643,15 +388033,15 @@ "updateContext": null }, "value": "this", - "start": 47759, - "end": 47763, + "start": 47913, + "end": 47917, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 20 }, "end": { - "line": 1310, + "line": 1315, "column": 24 } } @@ -386669,15 +388059,15 @@ "binop": null, "updateContext": null }, - "start": 47763, - "end": 47764, + "start": 47917, + "end": 47918, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 24 }, "end": { - "line": 1310, + "line": 1315, "column": 25 } } @@ -386695,15 +388085,15 @@ "binop": null }, "value": "mediaElement", - "start": 47764, - "end": 47776, + "start": 47918, + "end": 47930, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 25 }, "end": { - "line": 1310, + "line": 1315, "column": 37 } } @@ -386721,15 +388111,15 @@ "binop": null, "updateContext": null }, - "start": 47776, - "end": 47777, + "start": 47930, + "end": 47931, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 37 }, "end": { - "line": 1310, + "line": 1315, "column": 38 } } @@ -386747,15 +388137,15 @@ "binop": null }, "value": "src", - "start": 47777, - "end": 47780, + "start": 47931, + "end": 47934, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 38 }, "end": { - "line": 1310, + "line": 1315, "column": 41 } } @@ -386774,15 +388164,15 @@ "updateContext": null }, "value": "=", - "start": 47781, - "end": 47782, + "start": 47935, + "end": 47936, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 42 }, "end": { - "line": 1310, + "line": 1315, "column": 43 } } @@ -386800,15 +388190,15 @@ "binop": null }, "value": "URL", - "start": 47783, - "end": 47786, + "start": 47937, + "end": 47940, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 44 }, "end": { - "line": 1310, + "line": 1315, "column": 47 } } @@ -386826,15 +388216,15 @@ "binop": null, "updateContext": null }, - "start": 47786, - "end": 47787, + "start": 47940, + "end": 47941, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 47 }, "end": { - "line": 1310, + "line": 1315, "column": 48 } } @@ -386852,15 +388242,15 @@ "binop": null }, "value": "createObjectURL", - "start": 47787, - "end": 47802, + "start": 47941, + "end": 47956, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 48 }, "end": { - "line": 1310, + "line": 1315, "column": 63 } } @@ -386877,15 +388267,15 @@ "postfix": false, "binop": null }, - "start": 47802, - "end": 47803, + "start": 47956, + "end": 47957, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 63 }, "end": { - "line": 1310, + "line": 1315, "column": 64 } } @@ -386903,15 +388293,15 @@ "binop": null }, "value": "url", - "start": 47803, - "end": 47806, + "start": 47957, + "end": 47960, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 64 }, "end": { - "line": 1310, + "line": 1315, "column": 67 } } @@ -386928,15 +388318,15 @@ "postfix": false, "binop": null }, - "start": 47806, - "end": 47807, + "start": 47960, + "end": 47961, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 67 }, "end": { - "line": 1310, + "line": 1315, "column": 68 } } @@ -386954,15 +388344,15 @@ "binop": null, "updateContext": null }, - "start": 47807, - "end": 47808, + "start": 47961, + "end": 47962, "loc": { "start": { - "line": 1310, + "line": 1315, "column": 68 }, "end": { - "line": 1310, + "line": 1315, "column": 69 } } @@ -386979,15 +388369,15 @@ "postfix": false, "binop": null }, - "start": 47825, - "end": 47826, + "start": 47979, + "end": 47980, "loc": { "start": { - "line": 1311, + "line": 1316, "column": 16 }, "end": { - "line": 1311, + "line": 1316, "column": 17 } } @@ -387007,15 +388397,15 @@ "updateContext": null }, "value": "else", - "start": 47827, - "end": 47831, + "start": 47981, + "end": 47985, "loc": { "start": { - "line": 1311, + "line": 1316, "column": 18 }, "end": { - "line": 1311, + "line": 1316, "column": 22 } } @@ -387032,15 +388422,15 @@ "postfix": false, "binop": null }, - "start": 47832, - "end": 47833, + "start": 47986, + "end": 47987, "loc": { "start": { - "line": 1311, + "line": 1316, "column": 23 }, "end": { - "line": 1311, + "line": 1316, "column": 24 } } @@ -387048,15 +388438,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 47854, - "end": 47885, + "start": 48008, + "end": 48039, "loc": { "start": { - "line": 1312, + "line": 1317, "column": 20 }, "end": { - "line": 1312, + "line": 1317, "column": 51 } } @@ -387074,15 +388464,15 @@ "binop": null }, "value": "setSrcObject", - "start": 47906, - "end": 47918, + "start": 48060, + "end": 48072, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 20 }, "end": { - "line": 1313, + "line": 1318, "column": 32 } } @@ -387099,15 +388489,15 @@ "postfix": false, "binop": null }, - "start": 47918, - "end": 47919, + "start": 48072, + "end": 48073, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 32 }, "end": { - "line": 1313, + "line": 1318, "column": 33 } } @@ -387125,15 +388515,15 @@ "binop": null }, "value": "url", - "start": 47919, - "end": 47922, + "start": 48073, + "end": 48076, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 33 }, "end": { - "line": 1313, + "line": 1318, "column": 36 } } @@ -387151,15 +388541,15 @@ "binop": null, "updateContext": null }, - "start": 47922, - "end": 47923, + "start": 48076, + "end": 48077, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 36 }, "end": { - "line": 1313, + "line": 1318, "column": 37 } } @@ -387179,15 +388569,15 @@ "updateContext": null }, "value": "this", - "start": 47924, - "end": 47928, + "start": 48078, + "end": 48082, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 38 }, "end": { - "line": 1313, + "line": 1318, "column": 42 } } @@ -387205,15 +388595,15 @@ "binop": null, "updateContext": null }, - "start": 47928, - "end": 47929, + "start": 48082, + "end": 48083, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 42 }, "end": { - "line": 1313, + "line": 1318, "column": 43 } } @@ -387231,15 +388621,15 @@ "binop": null }, "value": "mediaElement", - "start": 47929, - "end": 47941, + "start": 48083, + "end": 48095, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 43 }, "end": { - "line": 1313, + "line": 1318, "column": 55 } } @@ -387256,15 +388646,15 @@ "postfix": false, "binop": null }, - "start": 47941, - "end": 47942, + "start": 48095, + "end": 48096, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 55 }, "end": { - "line": 1313, + "line": 1318, "column": 56 } } @@ -387282,15 +388672,15 @@ "binop": null, "updateContext": null }, - "start": 47942, - "end": 47943, + "start": 48096, + "end": 48097, "loc": { "start": { - "line": 1313, + "line": 1318, "column": 56 }, "end": { - "line": 1313, + "line": 1318, "column": 57 } } @@ -387307,15 +388697,15 @@ "postfix": false, "binop": null }, - "start": 47960, - "end": 47961, + "start": 48114, + "end": 48115, "loc": { "start": { - "line": 1314, + "line": 1319, "column": 16 }, "end": { - "line": 1314, + "line": 1319, "column": 17 } } @@ -387335,15 +388725,15 @@ "updateContext": null }, "value": "break", - "start": 47978, - "end": 47983, + "start": 48132, + "end": 48137, "loc": { "start": { - "line": 1315, + "line": 1320, "column": 16 }, "end": { - "line": 1315, + "line": 1320, "column": 21 } } @@ -387361,15 +388751,15 @@ "binop": null, "updateContext": null }, - "start": 47983, - "end": 47984, + "start": 48137, + "end": 48138, "loc": { "start": { - "line": 1315, + "line": 1320, "column": 21 }, "end": { - "line": 1315, + "line": 1320, "column": 22 } } @@ -387386,15 +388776,15 @@ "postfix": false, "binop": null }, - "start": 47993, - "end": 47994, + "start": 48147, + "end": 48148, "loc": { "start": { - "line": 1316, + "line": 1321, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 9 } } @@ -387411,15 +388801,15 @@ "postfix": false, "binop": null }, - "start": 47999, - "end": 48000, + "start": 48153, + "end": 48154, "loc": { "start": { - "line": 1317, + "line": 1322, "column": 4 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } } @@ -387427,15 +388817,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": 48006, - "end": 48760, + "start": 48160, + "end": 48914, "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1336, + "line": 1341, "column": 7 } } @@ -387453,15 +388843,15 @@ "binop": null }, "value": "saveAs", - "start": 48765, - "end": 48771, + "start": 48919, + "end": 48925, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 4 }, "end": { - "line": 1337, + "line": 1342, "column": 10 } } @@ -387478,15 +388868,15 @@ "postfix": false, "binop": null }, - "start": 48771, - "end": 48772, + "start": 48925, + "end": 48926, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 10 }, "end": { - "line": 1337, + "line": 1342, "column": 11 } } @@ -387504,15 +388894,15 @@ "binop": null }, "value": "name", - "start": 48772, - "end": 48776, + "start": 48926, + "end": 48930, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 11 }, "end": { - "line": 1337, + "line": 1342, "column": 15 } } @@ -387530,15 +388920,15 @@ "binop": null, "updateContext": null }, - "start": 48776, - "end": 48777, + "start": 48930, + "end": 48931, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 15 }, "end": { - "line": 1337, + "line": 1342, "column": 16 } } @@ -387556,15 +388946,15 @@ "binop": null }, "value": "type", - "start": 48778, - "end": 48782, + "start": 48932, + "end": 48936, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 17 }, "end": { - "line": 1337, + "line": 1342, "column": 21 } } @@ -387583,15 +388973,15 @@ "updateContext": null }, "value": "=", - "start": 48783, - "end": 48784, + "start": 48937, + "end": 48938, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 22 }, "end": { - "line": 1337, + "line": 1342, "column": 23 } } @@ -387610,15 +389000,15 @@ "updateContext": null }, "value": "record", - "start": 48785, - "end": 48793, + "start": 48939, + "end": 48947, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 24 }, "end": { - "line": 1337, + "line": 1342, "column": 32 } } @@ -387635,15 +389025,15 @@ "postfix": false, "binop": null }, - "start": 48793, - "end": 48794, + "start": 48947, + "end": 48948, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 32 }, "end": { - "line": 1337, + "line": 1342, "column": 33 } } @@ -387660,15 +389050,15 @@ "postfix": false, "binop": null }, - "start": 48795, - "end": 48796, + "start": 48949, + "end": 48950, "loc": { "start": { - "line": 1337, + "line": 1342, "column": 34 }, "end": { - "line": 1337, + "line": 1342, "column": 35 } } @@ -387688,15 +389078,15 @@ "updateContext": null }, "value": "if", - "start": 48805, - "end": 48807, + "start": 48959, + "end": 48961, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 8 }, "end": { - "line": 1338, + "line": 1343, "column": 10 } } @@ -387713,15 +389103,15 @@ "postfix": false, "binop": null }, - "start": 48808, - "end": 48809, + "start": 48962, + "end": 48963, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 11 }, "end": { - "line": 1338, + "line": 1343, "column": 12 } } @@ -387739,15 +389129,15 @@ "binop": null }, "value": "type", - "start": 48809, - "end": 48813, + "start": 48963, + "end": 48967, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 16 } } @@ -387766,15 +389156,15 @@ "updateContext": null }, "value": "===", - "start": 48814, - "end": 48817, + "start": 48968, + "end": 48971, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 17 }, "end": { - "line": 1338, + "line": 1343, "column": 20 } } @@ -387793,15 +389183,15 @@ "updateContext": null }, "value": "record", - "start": 48818, - "end": 48826, + "start": 48972, + "end": 48980, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 21 }, "end": { - "line": 1338, + "line": 1343, "column": 29 } } @@ -387818,15 +389208,15 @@ "postfix": false, "binop": null }, - "start": 48826, - "end": 48827, + "start": 48980, + "end": 48981, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 29 }, "end": { - "line": 1338, + "line": 1343, "column": 30 } } @@ -387843,15 +389233,15 @@ "postfix": false, "binop": null }, - "start": 48828, - "end": 48829, + "start": 48982, + "end": 48983, "loc": { "start": { - "line": 1338, + "line": 1343, "column": 31 }, "end": { - "line": 1338, + "line": 1343, "column": 32 } } @@ -387871,15 +389261,15 @@ "updateContext": null }, "value": "if", - "start": 48842, - "end": 48844, + "start": 48996, + "end": 48998, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 12 }, "end": { - "line": 1339, + "line": 1344, "column": 14 } } @@ -387896,15 +389286,15 @@ "postfix": false, "binop": null }, - "start": 48845, - "end": 48846, + "start": 48999, + "end": 49000, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 15 }, "end": { - "line": 1339, + "line": 1344, "column": 16 } } @@ -387924,15 +389314,15 @@ "updateContext": null }, "value": "this", - "start": 48846, - "end": 48850, + "start": 49000, + "end": 49004, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 16 }, "end": { - "line": 1339, + "line": 1344, "column": 20 } } @@ -387950,15 +389340,15 @@ "binop": null, "updateContext": null }, - "start": 48850, - "end": 48851, + "start": 49004, + "end": 49005, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 20 }, "end": { - "line": 1339, + "line": 1344, "column": 21 } } @@ -387976,15 +389366,15 @@ "binop": null }, "value": "engine", - "start": 48851, - "end": 48857, + "start": 49005, + "end": 49011, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 21 }, "end": { - "line": 1339, + "line": 1344, "column": 27 } } @@ -388003,15 +389393,15 @@ "updateContext": null }, "value": "&&", - "start": 48858, - "end": 48860, + "start": 49012, + "end": 49014, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 28 }, "end": { - "line": 1339, + "line": 1344, "column": 30 } } @@ -388029,15 +389419,15 @@ "binop": null }, "value": "name", - "start": 48861, - "end": 48865, + "start": 49015, + "end": 49019, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 31 }, "end": { - "line": 1339, + "line": 1344, "column": 35 } } @@ -388056,15 +389446,15 @@ "updateContext": null }, "value": "!==", - "start": 48866, - "end": 48869, + "start": 49020, + "end": 49023, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 36 }, "end": { - "line": 1339, + "line": 1344, "column": 39 } } @@ -388082,15 +389472,15 @@ "binop": null }, "value": "undefined", - "start": 48870, - "end": 48879, + "start": 49024, + "end": 49033, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 40 }, "end": { - "line": 1339, + "line": 1344, "column": 49 } } @@ -388107,15 +389497,15 @@ "postfix": false, "binop": null }, - "start": 48879, - "end": 48880, + "start": 49033, + "end": 49034, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 49 }, "end": { - "line": 1339, + "line": 1344, "column": 50 } } @@ -388132,15 +389522,15 @@ "postfix": false, "binop": null }, - "start": 48881, - "end": 48882, + "start": 49035, + "end": 49036, "loc": { "start": { - "line": 1339, + "line": 1344, "column": 51 }, "end": { - "line": 1339, + "line": 1344, "column": 52 } } @@ -388160,15 +389550,15 @@ "updateContext": null }, "value": "this", - "start": 48899, - "end": 48903, + "start": 49053, + "end": 49057, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 16 }, "end": { - "line": 1340, + "line": 1345, "column": 20 } } @@ -388186,15 +389576,15 @@ "binop": null, "updateContext": null }, - "start": 48903, - "end": 48904, + "start": 49057, + "end": 49058, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 20 }, "end": { - "line": 1340, + "line": 1345, "column": 21 } } @@ -388212,15 +389602,15 @@ "binop": null }, "value": "engine", - "start": 48904, - "end": 48910, + "start": 49058, + "end": 49064, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 21 }, "end": { - "line": 1340, + "line": 1345, "column": 27 } } @@ -388238,15 +389628,15 @@ "binop": null, "updateContext": null }, - "start": 48910, - "end": 48911, + "start": 49064, + "end": 49065, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 27 }, "end": { - "line": 1340, + "line": 1345, "column": 28 } } @@ -388264,15 +389654,15 @@ "binop": null }, "value": "saveAs", - "start": 48911, - "end": 48917, + "start": 49065, + "end": 49071, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 28 }, "end": { - "line": 1340, + "line": 1345, "column": 34 } } @@ -388289,15 +389679,15 @@ "postfix": false, "binop": null }, - "start": 48917, - "end": 48918, + "start": 49071, + "end": 49072, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 34 }, "end": { - "line": 1340, + "line": 1345, "column": 35 } } @@ -388315,15 +389705,15 @@ "binop": null }, "value": "name", - "start": 48918, - "end": 48922, + "start": 49072, + "end": 49076, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 35 }, "end": { - "line": 1340, + "line": 1345, "column": 39 } } @@ -388340,15 +389730,15 @@ "postfix": false, "binop": null }, - "start": 48922, - "end": 48923, + "start": 49076, + "end": 49077, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 39 }, "end": { - "line": 1340, + "line": 1345, "column": 40 } } @@ -388366,15 +389756,15 @@ "binop": null, "updateContext": null }, - "start": 48923, - "end": 48924, + "start": 49077, + "end": 49078, "loc": { "start": { - "line": 1340, + "line": 1345, "column": 40 }, "end": { - "line": 1340, + "line": 1345, "column": 41 } } @@ -388391,15 +389781,15 @@ "postfix": false, "binop": null }, - "start": 48937, - "end": 48938, + "start": 49091, + "end": 49092, "loc": { "start": { - "line": 1341, + "line": 1346, "column": 12 }, "end": { - "line": 1341, + "line": 1346, "column": 13 } } @@ -388416,15 +389806,15 @@ "postfix": false, "binop": null }, - "start": 48947, - "end": 48948, + "start": 49101, + "end": 49102, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 8 }, "end": { - "line": 1342, + "line": 1347, "column": 9 } } @@ -388444,15 +389834,15 @@ "updateContext": null }, "value": "else", - "start": 48949, - "end": 48953, + "start": 49103, + "end": 49107, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 10 }, "end": { - "line": 1342, + "line": 1347, "column": 14 } } @@ -388472,15 +389862,15 @@ "updateContext": null }, "value": "if", - "start": 48954, - "end": 48956, + "start": 49108, + "end": 49110, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 15 }, "end": { - "line": 1342, + "line": 1347, "column": 17 } } @@ -388497,15 +389887,15 @@ "postfix": false, "binop": null }, - "start": 48957, - "end": 48958, + "start": 49111, + "end": 49112, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 18 }, "end": { - "line": 1342, + "line": 1347, "column": 19 } } @@ -388523,15 +389913,15 @@ "binop": null }, "value": "type", - "start": 48958, - "end": 48962, + "start": 49112, + "end": 49116, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 19 }, "end": { - "line": 1342, + "line": 1347, "column": 23 } } @@ -388550,15 +389940,15 @@ "updateContext": null }, "value": "===", - "start": 48963, - "end": 48966, + "start": 49117, + "end": 49120, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 24 }, "end": { - "line": 1342, + "line": 1347, "column": 27 } } @@ -388577,15 +389967,15 @@ "updateContext": null }, "value": "convert", - "start": 48967, - "end": 48976, + "start": 49121, + "end": 49130, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 28 }, "end": { - "line": 1342, + "line": 1347, "column": 37 } } @@ -388602,15 +389992,15 @@ "postfix": false, "binop": null }, - "start": 48976, - "end": 48977, + "start": 49130, + "end": 49131, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 37 }, "end": { - "line": 1342, + "line": 1347, "column": 38 } } @@ -388627,15 +390017,15 @@ "postfix": false, "binop": null }, - "start": 48978, - "end": 48979, + "start": 49132, + "end": 49133, "loc": { "start": { - "line": 1342, + "line": 1347, "column": 39 }, "end": { - "line": 1342, + "line": 1347, "column": 40 } } @@ -388655,15 +390045,15 @@ "updateContext": null }, "value": "if", - "start": 48992, - "end": 48994, + "start": 49146, + "end": 49148, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 12 }, "end": { - "line": 1343, + "line": 1348, "column": 14 } } @@ -388680,15 +390070,15 @@ "postfix": false, "binop": null }, - "start": 48995, - "end": 48996, + "start": 49149, + "end": 49150, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 15 }, "end": { - "line": 1343, + "line": 1348, "column": 16 } } @@ -388708,15 +390098,15 @@ "updateContext": null }, "value": "this", - "start": 48996, - "end": 49000, + "start": 49150, + "end": 49154, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 16 }, "end": { - "line": 1343, + "line": 1348, "column": 20 } } @@ -388734,15 +390124,15 @@ "binop": null, "updateContext": null }, - "start": 49000, - "end": 49001, + "start": 49154, + "end": 49155, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 20 }, "end": { - "line": 1343, + "line": 1348, "column": 21 } } @@ -388760,15 +390150,15 @@ "binop": null }, "value": "converter", - "start": 49001, - "end": 49010, + "start": 49155, + "end": 49164, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 21 }, "end": { - "line": 1343, + "line": 1348, "column": 30 } } @@ -388787,15 +390177,15 @@ "updateContext": null }, "value": "&&", - "start": 49011, - "end": 49013, + "start": 49165, + "end": 49167, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 31 }, "end": { - "line": 1343, + "line": 1348, "column": 33 } } @@ -388813,15 +390203,15 @@ "binop": null }, "value": "name", - "start": 49014, - "end": 49018, + "start": 49168, + "end": 49172, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 34 }, "end": { - "line": 1343, + "line": 1348, "column": 38 } } @@ -388840,15 +390230,15 @@ "updateContext": null }, "value": "!==", - "start": 49019, - "end": 49022, + "start": 49173, + "end": 49176, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 39 }, "end": { - "line": 1343, + "line": 1348, "column": 42 } } @@ -388866,15 +390256,15 @@ "binop": null }, "value": "undefined", - "start": 49023, - "end": 49032, + "start": 49177, + "end": 49186, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 43 }, "end": { - "line": 1343, + "line": 1348, "column": 52 } } @@ -388891,15 +390281,15 @@ "postfix": false, "binop": null }, - "start": 49032, - "end": 49033, + "start": 49186, + "end": 49187, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 52 }, "end": { - "line": 1343, + "line": 1348, "column": 53 } } @@ -388916,15 +390306,15 @@ "postfix": false, "binop": null }, - "start": 49034, - "end": 49035, + "start": 49188, + "end": 49189, "loc": { "start": { - "line": 1343, + "line": 1348, "column": 54 }, "end": { - "line": 1343, + "line": 1348, "column": 55 } } @@ -388944,15 +390334,15 @@ "updateContext": null }, "value": "this", - "start": 49052, - "end": 49056, + "start": 49206, + "end": 49210, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 16 }, "end": { - "line": 1344, + "line": 1349, "column": 20 } } @@ -388970,15 +390360,15 @@ "binop": null, "updateContext": null }, - "start": 49056, - "end": 49057, + "start": 49210, + "end": 49211, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 20 }, "end": { - "line": 1344, + "line": 1349, "column": 21 } } @@ -388996,15 +390386,15 @@ "binop": null }, "value": "converter", - "start": 49057, - "end": 49066, + "start": 49211, + "end": 49220, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 21 }, "end": { - "line": 1344, + "line": 1349, "column": 30 } } @@ -389022,15 +390412,15 @@ "binop": null, "updateContext": null }, - "start": 49066, - "end": 49067, + "start": 49220, + "end": 49221, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 30 }, "end": { - "line": 1344, + "line": 1349, "column": 31 } } @@ -389048,15 +390438,15 @@ "binop": null }, "value": "saveAs", - "start": 49067, - "end": 49073, + "start": 49221, + "end": 49227, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 31 }, "end": { - "line": 1344, + "line": 1349, "column": 37 } } @@ -389073,15 +390463,15 @@ "postfix": false, "binop": null }, - "start": 49073, - "end": 49074, + "start": 49227, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 37 }, "end": { - "line": 1344, + "line": 1349, "column": 38 } } @@ -389099,15 +390489,15 @@ "binop": null }, "value": "name", - "start": 49074, - "end": 49078, + "start": 49228, + "end": 49232, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 38 }, "end": { - "line": 1344, + "line": 1349, "column": 42 } } @@ -389124,15 +390514,15 @@ "postfix": false, "binop": null }, - "start": 49078, - "end": 49079, + "start": 49232, + "end": 49233, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 42 }, "end": { - "line": 1344, + "line": 1349, "column": 43 } } @@ -389150,15 +390540,15 @@ "binop": null, "updateContext": null }, - "start": 49079, - "end": 49080, + "start": 49233, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1349, "column": 43 }, "end": { - "line": 1344, + "line": 1349, "column": 44 } } @@ -389175,15 +390565,15 @@ "postfix": false, "binop": null }, - "start": 49093, - "end": 49094, + "start": 49247, + "end": 49248, "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 13 } } @@ -389200,15 +390590,15 @@ "postfix": false, "binop": null }, - "start": 49103, - "end": 49104, + "start": 49257, + "end": 49258, "loc": { "start": { - "line": 1346, + "line": 1351, "column": 8 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } } @@ -389225,15 +390615,15 @@ "postfix": false, "binop": null }, - "start": 49109, - "end": 49110, + "start": 49263, + "end": 49264, "loc": { "start": { - "line": 1347, + "line": 1352, "column": 4 }, "end": { - "line": 1347, + "line": 1352, "column": 5 } } @@ -389241,15 +390631,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": 49116, - "end": 49257, + "start": 49270, + "end": 49411, "loc": { "start": { - "line": 1349, + "line": 1354, "column": 4 }, "end": { - "line": 1354, + "line": 1359, "column": 7 } } @@ -389267,15 +390657,15 @@ "binop": null }, "value": "dispose", - "start": 49262, - "end": 49269, + "start": 49416, + "end": 49423, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 4 }, "end": { - "line": 1355, + "line": 1360, "column": 11 } } @@ -389292,15 +390682,15 @@ "postfix": false, "binop": null }, - "start": 49269, - "end": 49270, + "start": 49423, + "end": 49424, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 11 }, "end": { - "line": 1355, + "line": 1360, "column": 12 } } @@ -389317,15 +390707,15 @@ "postfix": false, "binop": null }, - "start": 49270, - "end": 49271, + "start": 49424, + "end": 49425, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 12 }, "end": { - "line": 1355, + "line": 1360, "column": 13 } } @@ -389342,15 +390732,15 @@ "postfix": false, "binop": null }, - "start": 49272, - "end": 49273, + "start": 49426, + "end": 49427, "loc": { "start": { - "line": 1355, + "line": 1360, "column": 14 }, "end": { - "line": 1355, + "line": 1360, "column": 15 } } @@ -389358,15 +390748,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49282, - "end": 49315, + "start": 49436, + "end": 49469, "loc": { "start": { - "line": 1356, + "line": 1361, "column": 8 }, "end": { - "line": 1356, + "line": 1361, "column": 41 } } @@ -389386,15 +390776,15 @@ "updateContext": null }, "value": "this", - "start": 49324, - "end": 49328, + "start": 49478, + "end": 49482, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 8 }, "end": { - "line": 1357, + "line": 1362, "column": 12 } } @@ -389412,15 +390802,15 @@ "binop": null, "updateContext": null }, - "start": 49328, - "end": 49329, + "start": 49482, + "end": 49483, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 12 }, "end": { - "line": 1357, + "line": 1362, "column": 13 } } @@ -389438,15 +390828,15 @@ "binop": null }, "value": "player", - "start": 49329, - "end": 49335, + "start": 49483, + "end": 49489, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 13 }, "end": { - "line": 1357, + "line": 1362, "column": 19 } } @@ -389464,15 +390854,15 @@ "binop": null, "updateContext": null }, - "start": 49335, - "end": 49336, + "start": 49489, + "end": 49490, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 19 }, "end": { - "line": 1357, + "line": 1362, "column": 20 } } @@ -389490,15 +390880,15 @@ "binop": null }, "value": "off", - "start": 49336, - "end": 49339, + "start": 49490, + "end": 49493, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 20 }, "end": { - "line": 1357, + "line": 1362, "column": 23 } } @@ -389515,15 +390905,15 @@ "postfix": false, "binop": null }, - "start": 49339, - "end": 49340, + "start": 49493, + "end": 49494, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 23 }, "end": { - "line": 1357, + "line": 1362, "column": 24 } } @@ -389541,15 +390931,15 @@ "binop": null }, "value": "Event", - "start": 49340, - "end": 49345, + "start": 49494, + "end": 49499, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 24 }, "end": { - "line": 1357, + "line": 1362, "column": 29 } } @@ -389567,15 +390957,15 @@ "binop": null, "updateContext": null }, - "start": 49345, - "end": 49346, + "start": 49499, + "end": 49500, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 29 }, "end": { - "line": 1357, + "line": 1362, "column": 30 } } @@ -389593,15 +390983,15 @@ "binop": null }, "value": "READY", - "start": 49346, - "end": 49351, + "start": 49500, + "end": 49505, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 30 }, "end": { - "line": 1357, + "line": 1362, "column": 35 } } @@ -389618,15 +391008,15 @@ "postfix": false, "binop": null }, - "start": 49351, - "end": 49352, + "start": 49505, + "end": 49506, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 35 }, "end": { - "line": 1357, + "line": 1362, "column": 36 } } @@ -389644,15 +391034,15 @@ "binop": null, "updateContext": null }, - "start": 49352, - "end": 49353, + "start": 49506, + "end": 49507, "loc": { "start": { - "line": 1357, + "line": 1362, "column": 36 }, "end": { - "line": 1357, + "line": 1362, "column": 37 } } @@ -389672,15 +391062,15 @@ "updateContext": null }, "value": "this", - "start": 49362, - "end": 49366, + "start": 49516, + "end": 49520, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 8 }, "end": { - "line": 1358, + "line": 1363, "column": 12 } } @@ -389698,15 +391088,15 @@ "binop": null, "updateContext": null }, - "start": 49366, - "end": 49367, + "start": 49520, + "end": 49521, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 12 }, "end": { - "line": 1358, + "line": 1363, "column": 13 } } @@ -389724,15 +391114,15 @@ "binop": null }, "value": "player", - "start": 49367, - "end": 49373, + "start": 49521, + "end": 49527, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 13 }, "end": { - "line": 1358, + "line": 1363, "column": 19 } } @@ -389750,15 +391140,15 @@ "binop": null, "updateContext": null }, - "start": 49373, - "end": 49374, + "start": 49527, + "end": 49528, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 19 }, "end": { - "line": 1358, + "line": 1363, "column": 20 } } @@ -389776,15 +391166,15 @@ "binop": null }, "value": "off", - "start": 49374, - "end": 49377, + "start": 49528, + "end": 49531, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 20 }, "end": { - "line": 1358, + "line": 1363, "column": 23 } } @@ -389801,15 +391191,15 @@ "postfix": false, "binop": null }, - "start": 49377, - "end": 49378, + "start": 49531, + "end": 49532, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 23 }, "end": { - "line": 1358, + "line": 1363, "column": 24 } } @@ -389827,15 +391217,15 @@ "binop": null }, "value": "Event", - "start": 49378, - "end": 49383, + "start": 49532, + "end": 49537, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 24 }, "end": { - "line": 1358, + "line": 1363, "column": 29 } } @@ -389853,15 +391243,15 @@ "binop": null, "updateContext": null }, - "start": 49383, - "end": 49384, + "start": 49537, + "end": 49538, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 29 }, "end": { - "line": 1358, + "line": 1363, "column": 30 } } @@ -389879,15 +391269,15 @@ "binop": null }, "value": "USERINACTIVE", - "start": 49384, - "end": 49396, + "start": 49538, + "end": 49550, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 30 }, "end": { - "line": 1358, + "line": 1363, "column": 42 } } @@ -389904,15 +391294,15 @@ "postfix": false, "binop": null }, - "start": 49396, - "end": 49397, + "start": 49550, + "end": 49551, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 42 }, "end": { - "line": 1358, + "line": 1363, "column": 43 } } @@ -389930,15 +391320,15 @@ "binop": null, "updateContext": null }, - "start": 49397, - "end": 49398, + "start": 49551, + "end": 49552, "loc": { "start": { - "line": 1358, + "line": 1363, "column": 43 }, "end": { - "line": 1358, + "line": 1363, "column": 44 } } @@ -389958,15 +391348,15 @@ "updateContext": null }, "value": "this", - "start": 49407, - "end": 49411, + "start": 49561, + "end": 49565, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 8 }, "end": { - "line": 1359, + "line": 1364, "column": 12 } } @@ -389984,15 +391374,15 @@ "binop": null, "updateContext": null }, - "start": 49411, - "end": 49412, + "start": 49565, + "end": 49566, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 12 }, "end": { - "line": 1359, + "line": 1364, "column": 13 } } @@ -390010,15 +391400,15 @@ "binop": null }, "value": "player", - "start": 49412, - "end": 49418, + "start": 49566, + "end": 49572, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 13 }, "end": { - "line": 1359, + "line": 1364, "column": 19 } } @@ -390036,15 +391426,15 @@ "binop": null, "updateContext": null }, - "start": 49418, - "end": 49419, + "start": 49572, + "end": 49573, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 19 }, "end": { - "line": 1359, + "line": 1364, "column": 20 } } @@ -390062,15 +391452,15 @@ "binop": null }, "value": "off", - "start": 49419, - "end": 49422, + "start": 49573, + "end": 49576, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 20 }, "end": { - "line": 1359, + "line": 1364, "column": 23 } } @@ -390087,15 +391477,15 @@ "postfix": false, "binop": null }, - "start": 49422, - "end": 49423, + "start": 49576, + "end": 49577, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 23 }, "end": { - "line": 1359, + "line": 1364, "column": 24 } } @@ -390113,15 +391503,15 @@ "binop": null }, "value": "Event", - "start": 49423, - "end": 49428, + "start": 49577, + "end": 49582, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 24 }, "end": { - "line": 1359, + "line": 1364, "column": 29 } } @@ -390139,15 +391529,15 @@ "binop": null, "updateContext": null }, - "start": 49428, - "end": 49429, + "start": 49582, + "end": 49583, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 29 }, "end": { - "line": 1359, + "line": 1364, "column": 30 } } @@ -390165,15 +391555,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 49429, - "end": 49443, + "start": 49583, + "end": 49597, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 30 }, "end": { - "line": 1359, + "line": 1364, "column": 44 } } @@ -390190,15 +391580,15 @@ "postfix": false, "binop": null }, - "start": 49443, - "end": 49444, + "start": 49597, + "end": 49598, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 44 }, "end": { - "line": 1359, + "line": 1364, "column": 45 } } @@ -390216,15 +391606,15 @@ "binop": null, "updateContext": null }, - "start": 49444, - "end": 49445, + "start": 49598, + "end": 49599, "loc": { "start": { - "line": 1359, + "line": 1364, "column": 45 }, "end": { - "line": 1359, + "line": 1364, "column": 46 } } @@ -390232,15 +391622,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49455, - "end": 49503, + "start": 49609, + "end": 49657, "loc": { "start": { - "line": 1361, + "line": 1366, "column": 8 }, "end": { - "line": 1361, + "line": 1366, "column": 56 } } @@ -390260,15 +391650,15 @@ "updateContext": null }, "value": "if", - "start": 49512, - "end": 49514, + "start": 49666, + "end": 49668, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 8 }, "end": { - "line": 1362, + "line": 1367, "column": 10 } } @@ -390285,15 +391675,15 @@ "postfix": false, "binop": null }, - "start": 49515, - "end": 49516, + "start": 49669, + "end": 49670, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 11 }, "end": { - "line": 1362, + "line": 1367, "column": 12 } } @@ -390313,15 +391703,15 @@ "updateContext": null }, "value": "this", - "start": 49516, - "end": 49520, + "start": 49670, + "end": 49674, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 12 }, "end": { - "line": 1362, + "line": 1367, "column": 16 } } @@ -390339,15 +391729,15 @@ "binop": null, "updateContext": null }, - "start": 49520, - "end": 49521, + "start": 49674, + "end": 49675, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 16 }, "end": { - "line": 1362, + "line": 1367, "column": 17 } } @@ -390365,15 +391755,15 @@ "binop": null }, "value": "engine", - "start": 49521, - "end": 49527, + "start": 49675, + "end": 49681, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 17 }, "end": { - "line": 1362, + "line": 1367, "column": 23 } } @@ -390390,15 +391780,15 @@ "postfix": false, "binop": null }, - "start": 49527, - "end": 49528, + "start": 49681, + "end": 49682, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 23 }, "end": { - "line": 1362, + "line": 1367, "column": 24 } } @@ -390415,15 +391805,15 @@ "postfix": false, "binop": null }, - "start": 49529, - "end": 49530, + "start": 49683, + "end": 49684, "loc": { "start": { - "line": 1362, + "line": 1367, "column": 25 }, "end": { - "line": 1362, + "line": 1367, "column": 26 } } @@ -390443,15 +391833,15 @@ "updateContext": null }, "value": "this", - "start": 49543, - "end": 49547, + "start": 49697, + "end": 49701, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 12 }, "end": { - "line": 1363, + "line": 1368, "column": 16 } } @@ -390469,15 +391859,15 @@ "binop": null, "updateContext": null }, - "start": 49547, - "end": 49548, + "start": 49701, + "end": 49702, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 16 }, "end": { - "line": 1363, + "line": 1368, "column": 17 } } @@ -390495,15 +391885,15 @@ "binop": null }, "value": "engine", - "start": 49548, - "end": 49554, + "start": 49702, + "end": 49708, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 17 }, "end": { - "line": 1363, + "line": 1368, "column": 23 } } @@ -390521,15 +391911,15 @@ "binop": null, "updateContext": null }, - "start": 49554, - "end": 49555, + "start": 49708, + "end": 49709, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 23 }, "end": { - "line": 1363, + "line": 1368, "column": 24 } } @@ -390547,15 +391937,15 @@ "binop": null }, "value": "dispose", - "start": 49555, - "end": 49562, + "start": 49709, + "end": 49716, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 24 }, "end": { - "line": 1363, + "line": 1368, "column": 31 } } @@ -390572,15 +391962,15 @@ "postfix": false, "binop": null }, - "start": 49562, - "end": 49563, + "start": 49716, + "end": 49717, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 31 }, "end": { - "line": 1363, + "line": 1368, "column": 32 } } @@ -390597,15 +391987,15 @@ "postfix": false, "binop": null }, - "start": 49563, - "end": 49564, + "start": 49717, + "end": 49718, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 32 }, "end": { - "line": 1363, + "line": 1368, "column": 33 } } @@ -390623,15 +392013,15 @@ "binop": null, "updateContext": null }, - "start": 49564, - "end": 49565, + "start": 49718, + "end": 49719, "loc": { "start": { - "line": 1363, + "line": 1368, "column": 33 }, "end": { - "line": 1363, + "line": 1368, "column": 34 } } @@ -390651,15 +392041,15 @@ "updateContext": null }, "value": "this", - "start": 49578, - "end": 49582, + "start": 49732, + "end": 49736, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 16 } } @@ -390677,15 +392067,15 @@ "binop": null, "updateContext": null }, - "start": 49582, - "end": 49583, + "start": 49736, + "end": 49737, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 16 }, "end": { - "line": 1364, + "line": 1369, "column": 17 } } @@ -390703,15 +392093,15 @@ "binop": null }, "value": "engine", - "start": 49583, - "end": 49589, + "start": 49737, + "end": 49743, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 17 }, "end": { - "line": 1364, + "line": 1369, "column": 23 } } @@ -390729,15 +392119,15 @@ "binop": null, "updateContext": null }, - "start": 49589, - "end": 49590, + "start": 49743, + "end": 49744, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 23 }, "end": { - "line": 1364, + "line": 1369, "column": 24 } } @@ -390755,15 +392145,15 @@ "binop": null }, "value": "destroy", - "start": 49590, - "end": 49597, + "start": 49744, + "end": 49751, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 24 }, "end": { - "line": 1364, + "line": 1369, "column": 31 } } @@ -390780,15 +392170,15 @@ "postfix": false, "binop": null }, - "start": 49597, - "end": 49598, + "start": 49751, + "end": 49752, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 31 }, "end": { - "line": 1364, + "line": 1369, "column": 32 } } @@ -390805,15 +392195,15 @@ "postfix": false, "binop": null }, - "start": 49598, - "end": 49599, + "start": 49752, + "end": 49753, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 32 }, "end": { - "line": 1364, + "line": 1369, "column": 33 } } @@ -390831,15 +392221,15 @@ "binop": null, "updateContext": null }, - "start": 49599, - "end": 49600, + "start": 49753, + "end": 49754, "loc": { "start": { - "line": 1364, + "line": 1369, "column": 33 }, "end": { - "line": 1364, + "line": 1369, "column": 34 } } @@ -390859,15 +392249,15 @@ "updateContext": null }, "value": "this", - "start": 49613, - "end": 49617, + "start": 49767, + "end": 49771, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 16 } } @@ -390885,15 +392275,15 @@ "binop": null, "updateContext": null }, - "start": 49617, - "end": 49618, + "start": 49771, + "end": 49772, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 16 }, "end": { - "line": 1365, + "line": 1370, "column": 17 } } @@ -390911,15 +392301,15 @@ "binop": null }, "value": "engine", - "start": 49618, - "end": 49624, + "start": 49772, + "end": 49778, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 17 }, "end": { - "line": 1365, + "line": 1370, "column": 23 } } @@ -390937,15 +392327,15 @@ "binop": null, "updateContext": null }, - "start": 49624, - "end": 49625, + "start": 49778, + "end": 49779, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 23 }, "end": { - "line": 1365, + "line": 1370, "column": 24 } } @@ -390963,15 +392353,15 @@ "binop": null }, "value": "off", - "start": 49625, - "end": 49628, + "start": 49779, + "end": 49782, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 24 }, "end": { - "line": 1365, + "line": 1370, "column": 27 } } @@ -390988,15 +392378,15 @@ "postfix": false, "binop": null }, - "start": 49628, - "end": 49629, + "start": 49782, + "end": 49783, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 27 }, "end": { - "line": 1365, + "line": 1370, "column": 28 } } @@ -391014,15 +392404,15 @@ "binop": null }, "value": "Event", - "start": 49629, - "end": 49634, + "start": 49783, + "end": 49788, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 28 }, "end": { - "line": 1365, + "line": 1370, "column": 33 } } @@ -391040,15 +392430,15 @@ "binop": null, "updateContext": null }, - "start": 49634, - "end": 49635, + "start": 49788, + "end": 49789, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 33 }, "end": { - "line": 1365, + "line": 1370, "column": 34 } } @@ -391066,15 +392456,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 49635, - "end": 49650, + "start": 49789, + "end": 49804, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 34 }, "end": { - "line": 1365, + "line": 1370, "column": 49 } } @@ -391092,15 +392482,15 @@ "binop": null, "updateContext": null }, - "start": 49650, - "end": 49651, + "start": 49804, + "end": 49805, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 49 }, "end": { - "line": 1365, + "line": 1370, "column": 50 } } @@ -391120,15 +392510,15 @@ "updateContext": null }, "value": "this", - "start": 49652, - "end": 49656, + "start": 49806, + "end": 49810, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 51 }, "end": { - "line": 1365, + "line": 1370, "column": 55 } } @@ -391146,15 +392536,15 @@ "binop": null, "updateContext": null }, - "start": 49656, - "end": 49657, + "start": 49810, + "end": 49811, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 55 }, "end": { - "line": 1365, + "line": 1370, "column": 56 } } @@ -391172,15 +392562,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 49657, - "end": 49675, + "start": 49811, + "end": 49829, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 56 }, "end": { - "line": 1365, + "line": 1370, "column": 74 } } @@ -391197,15 +392587,15 @@ "postfix": false, "binop": null }, - "start": 49675, - "end": 49676, + "start": 49829, + "end": 49830, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 74 }, "end": { - "line": 1365, + "line": 1370, "column": 75 } } @@ -391223,15 +392613,15 @@ "binop": null, "updateContext": null }, - "start": 49676, - "end": 49677, + "start": 49830, + "end": 49831, "loc": { "start": { - "line": 1365, + "line": 1370, "column": 75 }, "end": { - "line": 1365, + "line": 1370, "column": 76 } } @@ -391248,15 +392638,15 @@ "postfix": false, "binop": null }, - "start": 49686, - "end": 49687, + "start": 49840, + "end": 49841, "loc": { "start": { - "line": 1366, + "line": 1371, "column": 8 }, "end": { - "line": 1366, + "line": 1371, "column": 9 } } @@ -391264,15 +392654,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49697, - "end": 49725, + "start": 49851, + "end": 49879, "loc": { "start": { - "line": 1368, + "line": 1373, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 36 } } @@ -391292,15 +392682,15 @@ "updateContext": null }, "value": "this", - "start": 49734, - "end": 49738, + "start": 49888, + "end": 49892, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 12 } } @@ -391318,15 +392708,15 @@ "binop": null, "updateContext": null }, - "start": 49738, - "end": 49739, + "start": 49892, + "end": 49893, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 12 }, "end": { - "line": 1369, + "line": 1374, "column": 13 } } @@ -391344,15 +392734,15 @@ "binop": null }, "value": "stop", - "start": 49739, - "end": 49743, + "start": 49893, + "end": 49897, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 13 }, "end": { - "line": 1369, + "line": 1374, "column": 17 } } @@ -391369,15 +392759,15 @@ "postfix": false, "binop": null }, - "start": 49743, - "end": 49744, + "start": 49897, + "end": 49898, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 17 }, "end": { - "line": 1369, + "line": 1374, "column": 18 } } @@ -391394,15 +392784,15 @@ "postfix": false, "binop": null }, - "start": 49744, - "end": 49745, + "start": 49898, + "end": 49899, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 18 }, "end": { - "line": 1369, + "line": 1374, "column": 19 } } @@ -391420,15 +392810,15 @@ "binop": null, "updateContext": null }, - "start": 49745, - "end": 49746, + "start": 49899, + "end": 49900, "loc": { "start": { - "line": 1369, + "line": 1374, "column": 19 }, "end": { - "line": 1369, + "line": 1374, "column": 20 } } @@ -391448,15 +392838,15 @@ "updateContext": null }, "value": "this", - "start": 49755, - "end": 49759, + "start": 49909, + "end": 49913, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1375, "column": 12 } } @@ -391474,15 +392864,15 @@ "binop": null, "updateContext": null }, - "start": 49759, - "end": 49760, + "start": 49913, + "end": 49914, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 12 }, "end": { - "line": 1370, + "line": 1375, "column": 13 } } @@ -391500,15 +392890,15 @@ "binop": null }, "value": "stopDevice", - "start": 49760, - "end": 49770, + "start": 49914, + "end": 49924, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 13 }, "end": { - "line": 1370, + "line": 1375, "column": 23 } } @@ -391525,15 +392915,15 @@ "postfix": false, "binop": null }, - "start": 49770, - "end": 49771, + "start": 49924, + "end": 49925, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 23 }, "end": { - "line": 1370, + "line": 1375, "column": 24 } } @@ -391550,15 +392940,15 @@ "postfix": false, "binop": null }, - "start": 49771, - "end": 49772, + "start": 49925, + "end": 49926, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 24 }, "end": { - "line": 1370, + "line": 1375, "column": 25 } } @@ -391576,15 +392966,15 @@ "binop": null, "updateContext": null }, - "start": 49772, - "end": 49773, + "start": 49926, + "end": 49927, "loc": { "start": { - "line": 1370, + "line": 1375, "column": 25 }, "end": { - "line": 1370, + "line": 1375, "column": 26 } } @@ -391592,15 +392982,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49783, - "end": 49811, + "start": 49937, + "end": 49965, "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1372, + "line": 1377, "column": 36 } } @@ -391620,15 +393010,15 @@ "updateContext": null }, "value": "this", - "start": 49820, - "end": 49824, + "start": 49974, + "end": 49978, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 8 }, "end": { - "line": 1373, + "line": 1378, "column": 12 } } @@ -391646,15 +393036,15 @@ "binop": null, "updateContext": null }, - "start": 49824, - "end": 49825, + "start": 49978, + "end": 49979, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 13 } } @@ -391672,15 +393062,15 @@ "binop": null }, "value": "removeRecording", - "start": 49825, - "end": 49840, + "start": 49979, + "end": 49994, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 13 }, "end": { - "line": 1373, + "line": 1378, "column": 28 } } @@ -391697,15 +393087,15 @@ "postfix": false, "binop": null }, - "start": 49840, - "end": 49841, + "start": 49994, + "end": 49995, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 28 }, "end": { - "line": 1373, + "line": 1378, "column": 29 } } @@ -391722,15 +393112,15 @@ "postfix": false, "binop": null }, - "start": 49841, - "end": 49842, + "start": 49995, + "end": 49996, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 29 }, "end": { - "line": 1373, + "line": 1378, "column": 30 } } @@ -391748,15 +393138,15 @@ "binop": null, "updateContext": null }, - "start": 49842, - "end": 49843, + "start": 49996, + "end": 49997, "loc": { "start": { - "line": 1373, + "line": 1378, "column": 30 }, "end": { - "line": 1373, + "line": 1378, "column": 31 } } @@ -391764,15 +393154,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49853, - "end": 49870, + "start": 50007, + "end": 50024, "loc": { "start": { - "line": 1375, + "line": 1380, "column": 8 }, "end": { - "line": 1375, + "line": 1380, "column": 25 } } @@ -391792,15 +393182,15 @@ "updateContext": null }, "value": "this", - "start": 49879, - "end": 49883, + "start": 50033, + "end": 50037, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 12 } } @@ -391818,15 +393208,15 @@ "binop": null, "updateContext": null }, - "start": 49883, - "end": 49884, + "start": 50037, + "end": 50038, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 12 }, "end": { - "line": 1376, + "line": 1381, "column": 13 } } @@ -391844,15 +393234,15 @@ "binop": null }, "value": "player", - "start": 49884, - "end": 49890, + "start": 50038, + "end": 50044, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 13 }, "end": { - "line": 1376, + "line": 1381, "column": 19 } } @@ -391870,15 +393260,15 @@ "binop": null, "updateContext": null }, - "start": 49890, - "end": 49891, + "start": 50044, + "end": 50045, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 19 }, "end": { - "line": 1376, + "line": 1381, "column": 20 } } @@ -391896,15 +393286,15 @@ "binop": null }, "value": "clearInterval", - "start": 49891, - "end": 49904, + "start": 50045, + "end": 50058, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 20 }, "end": { - "line": 1376, + "line": 1381, "column": 33 } } @@ -391921,15 +393311,15 @@ "postfix": false, "binop": null }, - "start": 49904, - "end": 49905, + "start": 50058, + "end": 50059, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 33 }, "end": { - "line": 1376, + "line": 1381, "column": 34 } } @@ -391949,15 +393339,15 @@ "updateContext": null }, "value": "this", - "start": 49905, - "end": 49909, + "start": 50059, + "end": 50063, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 34 }, "end": { - "line": 1376, + "line": 1381, "column": 38 } } @@ -391975,15 +393365,15 @@ "binop": null, "updateContext": null }, - "start": 49909, - "end": 49910, + "start": 50063, + "end": 50064, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 38 }, "end": { - "line": 1376, + "line": 1381, "column": 39 } } @@ -392001,15 +393391,15 @@ "binop": null }, "value": "countDown", - "start": 49910, - "end": 49919, + "start": 50064, + "end": 50073, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 39 }, "end": { - "line": 1376, + "line": 1381, "column": 48 } } @@ -392026,15 +393416,15 @@ "postfix": false, "binop": null }, - "start": 49919, - "end": 49920, + "start": 50073, + "end": 50074, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 48 }, "end": { - "line": 1376, + "line": 1381, "column": 49 } } @@ -392052,15 +393442,15 @@ "binop": null, "updateContext": null }, - "start": 49920, - "end": 49921, + "start": 50074, + "end": 50075, "loc": { "start": { - "line": 1376, + "line": 1381, "column": 49 }, "end": { - "line": 1376, + "line": 1381, "column": 50 } } @@ -392068,15 +393458,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 49931, - "end": 49955, + "start": 50085, + "end": 50109, "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 32 } } @@ -392096,15 +393486,15 @@ "updateContext": null }, "value": "if", - "start": 49964, - "end": 49966, + "start": 50118, + "end": 50120, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 8 }, "end": { - "line": 1379, + "line": 1384, "column": 10 } } @@ -392121,15 +393511,15 @@ "postfix": false, "binop": null }, - "start": 49967, - "end": 49968, + "start": 50121, + "end": 50122, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 11 }, "end": { - "line": 1379, + "line": 1384, "column": 12 } } @@ -392149,15 +393539,15 @@ "updateContext": null }, "value": "this", - "start": 49968, - "end": 49972, + "start": 50122, + "end": 50126, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 12 }, "end": { - "line": 1379, + "line": 1384, "column": 16 } } @@ -392175,15 +393565,15 @@ "binop": null, "updateContext": null }, - "start": 49972, - "end": 49973, + "start": 50126, + "end": 50127, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 16 }, "end": { - "line": 1379, + "line": 1384, "column": 17 } } @@ -392201,15 +393591,15 @@ "binop": null }, "value": "getRecordType", - "start": 49973, - "end": 49986, + "start": 50127, + "end": 50140, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 17 }, "end": { - "line": 1379, + "line": 1384, "column": 30 } } @@ -392226,15 +393616,15 @@ "postfix": false, "binop": null }, - "start": 49986, - "end": 49987, + "start": 50140, + "end": 50141, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 30 }, "end": { - "line": 1379, + "line": 1384, "column": 31 } } @@ -392251,15 +393641,15 @@ "postfix": false, "binop": null }, - "start": 49987, - "end": 49988, + "start": 50141, + "end": 50142, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 31 }, "end": { - "line": 1379, + "line": 1384, "column": 32 } } @@ -392278,15 +393668,15 @@ "updateContext": null }, "value": "===", - "start": 49989, - "end": 49992, + "start": 50143, + "end": 50146, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 33 }, "end": { - "line": 1379, + "line": 1384, "column": 36 } } @@ -392304,15 +393694,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 49993, - "end": 50003, + "start": 50147, + "end": 50157, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 37 }, "end": { - "line": 1379, + "line": 1384, "column": 47 } } @@ -392329,15 +393719,15 @@ "postfix": false, "binop": null }, - "start": 50003, - "end": 50004, + "start": 50157, + "end": 50158, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 47 }, "end": { - "line": 1379, + "line": 1384, "column": 48 } } @@ -392354,15 +393744,15 @@ "postfix": false, "binop": null }, - "start": 50005, - "end": 50006, + "start": 50159, + "end": 50160, "loc": { "start": { - "line": 1379, + "line": 1384, "column": 49 }, "end": { - "line": 1379, + "line": 1384, "column": 50 } } @@ -392382,15 +393772,15 @@ "updateContext": null }, "value": "if", - "start": 50019, - "end": 50021, + "start": 50173, + "end": 50175, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 12 }, "end": { - "line": 1380, + "line": 1385, "column": 14 } } @@ -392407,15 +393797,15 @@ "postfix": false, "binop": null }, - "start": 50022, - "end": 50023, + "start": 50176, + "end": 50177, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 15 }, "end": { - "line": 1380, + "line": 1385, "column": 16 } } @@ -392435,15 +393825,15 @@ "updateContext": null }, "value": "this", - "start": 50023, - "end": 50027, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 16 }, "end": { - "line": 1380, + "line": 1385, "column": 20 } } @@ -392461,15 +393851,15 @@ "binop": null, "updateContext": null }, - "start": 50027, - "end": 50028, + "start": 50181, + "end": 50182, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 20 }, "end": { - "line": 1380, + "line": 1385, "column": 21 } } @@ -392487,15 +393877,15 @@ "binop": null }, "value": "surfer", - "start": 50028, - "end": 50034, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 21 }, "end": { - "line": 1380, + "line": 1385, "column": 27 } } @@ -392512,15 +393902,15 @@ "postfix": false, "binop": null }, - "start": 50034, - "end": 50035, + "start": 50188, + "end": 50189, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 27 }, "end": { - "line": 1380, + "line": 1385, "column": 28 } } @@ -392537,15 +393927,15 @@ "postfix": false, "binop": null }, - "start": 50036, - "end": 50037, + "start": 50190, + "end": 50191, "loc": { "start": { - "line": 1380, + "line": 1385, "column": 29 }, "end": { - "line": 1380, + "line": 1385, "column": 30 } } @@ -392553,15 +393943,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50054, - "end": 50077, + "start": 50208, + "end": 50231, "loc": { "start": { - "line": 1381, + "line": 1386, "column": 16 }, "end": { - "line": 1381, + "line": 1386, "column": 39 } } @@ -392581,15 +393971,15 @@ "updateContext": null }, "value": "this", - "start": 50094, - "end": 50098, + "start": 50248, + "end": 50252, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 16 }, "end": { - "line": 1382, + "line": 1387, "column": 20 } } @@ -392607,15 +393997,15 @@ "binop": null, "updateContext": null }, - "start": 50098, - "end": 50099, + "start": 50252, + "end": 50253, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 20 }, "end": { - "line": 1382, + "line": 1387, "column": 21 } } @@ -392633,15 +394023,15 @@ "binop": null }, "value": "surfer", - "start": 50099, - "end": 50105, + "start": 50253, + "end": 50259, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 21 }, "end": { - "line": 1382, + "line": 1387, "column": 27 } } @@ -392659,15 +394049,15 @@ "binop": null, "updateContext": null }, - "start": 50105, - "end": 50106, + "start": 50259, + "end": 50260, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 27 }, "end": { - "line": 1382, + "line": 1387, "column": 28 } } @@ -392685,15 +394075,15 @@ "binop": null }, "value": "destroy", - "start": 50106, - "end": 50113, + "start": 50260, + "end": 50267, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 28 }, "end": { - "line": 1382, + "line": 1387, "column": 35 } } @@ -392710,15 +394100,15 @@ "postfix": false, "binop": null }, - "start": 50113, - "end": 50114, + "start": 50267, + "end": 50268, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 35 }, "end": { - "line": 1382, + "line": 1387, "column": 36 } } @@ -392735,15 +394125,15 @@ "postfix": false, "binop": null }, - "start": 50114, - "end": 50115, + "start": 50268, + "end": 50269, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 36 }, "end": { - "line": 1382, + "line": 1387, "column": 37 } } @@ -392761,15 +394151,15 @@ "binop": null, "updateContext": null }, - "start": 50115, - "end": 50116, + "start": 50269, + "end": 50270, "loc": { "start": { - "line": 1382, + "line": 1387, "column": 37 }, "end": { - "line": 1382, + "line": 1387, "column": 38 } } @@ -392786,15 +394176,15 @@ "postfix": false, "binop": null }, - "start": 50129, - "end": 50130, + "start": 50283, + "end": 50284, "loc": { "start": { - "line": 1383, + "line": 1388, "column": 12 }, "end": { - "line": 1383, + "line": 1388, "column": 13 } } @@ -392811,15 +394201,15 @@ "postfix": false, "binop": null }, - "start": 50139, - "end": 50140, + "start": 50293, + "end": 50294, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 8 }, "end": { - "line": 1384, + "line": 1389, "column": 9 } } @@ -392839,15 +394229,15 @@ "updateContext": null }, "value": "else", - "start": 50141, - "end": 50145, + "start": 50295, + "end": 50299, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 10 }, "end": { - "line": 1384, + "line": 1389, "column": 14 } } @@ -392867,15 +394257,15 @@ "updateContext": null }, "value": "if", - "start": 50146, - "end": 50148, + "start": 50300, + "end": 50302, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 15 }, "end": { - "line": 1384, + "line": 1389, "column": 17 } } @@ -392892,15 +394282,15 @@ "postfix": false, "binop": null }, - "start": 50149, - "end": 50150, + "start": 50303, + "end": 50304, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 18 }, "end": { - "line": 1384, + "line": 1389, "column": 19 } } @@ -392920,15 +394310,15 @@ "updateContext": null }, "value": "this", - "start": 50150, - "end": 50154, + "start": 50304, + "end": 50308, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 19 }, "end": { - "line": 1384, + "line": 1389, "column": 23 } } @@ -392946,15 +394336,15 @@ "binop": null, "updateContext": null }, - "start": 50154, - "end": 50155, + "start": 50308, + "end": 50309, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 23 }, "end": { - "line": 1384, + "line": 1389, "column": 24 } } @@ -392972,15 +394362,15 @@ "binop": null }, "value": "getRecordType", - "start": 50155, - "end": 50168, + "start": 50309, + "end": 50322, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 24 }, "end": { - "line": 1384, + "line": 1389, "column": 37 } } @@ -392997,15 +394387,15 @@ "postfix": false, "binop": null }, - "start": 50168, - "end": 50169, + "start": 50322, + "end": 50323, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 37 }, "end": { - "line": 1384, + "line": 1389, "column": 38 } } @@ -393022,15 +394412,15 @@ "postfix": false, "binop": null }, - "start": 50169, - "end": 50170, + "start": 50323, + "end": 50324, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 38 }, "end": { - "line": 1384, + "line": 1389, "column": 39 } } @@ -393049,15 +394439,15 @@ "updateContext": null }, "value": "===", - "start": 50171, - "end": 50174, + "start": 50325, + "end": 50328, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 40 }, "end": { - "line": 1384, + "line": 1389, "column": 43 } } @@ -393075,15 +394465,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 50175, - "end": 50185, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 44 }, "end": { - "line": 1384, + "line": 1389, "column": 54 } } @@ -393100,15 +394490,15 @@ "postfix": false, "binop": null }, - "start": 50185, - "end": 50186, + "start": 50339, + "end": 50340, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 54 }, "end": { - "line": 1384, + "line": 1389, "column": 55 } } @@ -393125,15 +394515,15 @@ "postfix": false, "binop": null }, - "start": 50187, - "end": 50188, + "start": 50341, + "end": 50342, "loc": { "start": { - "line": 1384, + "line": 1389, "column": 56 }, "end": { - "line": 1384, + "line": 1389, "column": 57 } } @@ -393153,15 +394543,15 @@ "updateContext": null }, "value": "if", - "start": 50201, - "end": 50203, + "start": 50355, + "end": 50357, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 12 }, "end": { - "line": 1385, + "line": 1390, "column": 14 } } @@ -393178,15 +394568,15 @@ "postfix": false, "binop": null }, - "start": 50204, - "end": 50205, + "start": 50358, + "end": 50359, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 15 }, "end": { - "line": 1385, + "line": 1390, "column": 16 } } @@ -393206,15 +394596,15 @@ "updateContext": null }, "value": "this", - "start": 50205, - "end": 50209, + "start": 50359, + "end": 50363, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 16 }, "end": { - "line": 1385, + "line": 1390, "column": 20 } } @@ -393232,15 +394622,15 @@ "binop": null, "updateContext": null }, - "start": 50209, - "end": 50210, + "start": 50363, + "end": 50364, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 20 }, "end": { - "line": 1385, + "line": 1390, "column": 21 } } @@ -393258,15 +394648,15 @@ "binop": null }, "value": "mediaElement", - "start": 50210, - "end": 50222, + "start": 50364, + "end": 50376, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 21 }, "end": { - "line": 1385, + "line": 1390, "column": 33 } } @@ -393285,15 +394675,15 @@ "updateContext": null }, "value": "&&", - "start": 50223, - "end": 50225, + "start": 50377, + "end": 50379, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 34 }, "end": { - "line": 1385, + "line": 1390, "column": 36 } } @@ -393313,15 +394703,15 @@ "updateContext": null }, "value": "this", - "start": 50226, - "end": 50230, + "start": 50380, + "end": 50384, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 37 }, "end": { - "line": 1385, + "line": 1390, "column": 41 } } @@ -393339,15 +394729,15 @@ "binop": null, "updateContext": null }, - "start": 50230, - "end": 50231, + "start": 50384, + "end": 50385, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 41 }, "end": { - "line": 1385, + "line": 1390, "column": 42 } } @@ -393365,15 +394755,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 50231, - "end": 50252, + "start": 50385, + "end": 50406, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 42 }, "end": { - "line": 1385, + "line": 1390, "column": 63 } } @@ -393390,15 +394780,15 @@ "postfix": false, "binop": null }, - "start": 50252, - "end": 50253, + "start": 50406, + "end": 50407, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 63 }, "end": { - "line": 1385, + "line": 1390, "column": 64 } } @@ -393415,15 +394805,15 @@ "postfix": false, "binop": null }, - "start": 50254, - "end": 50255, + "start": 50408, + "end": 50409, "loc": { "start": { - "line": 1385, + "line": 1390, "column": 65 }, "end": { - "line": 1385, + "line": 1390, "column": 66 } } @@ -393431,15 +394821,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50272, - "end": 50292, + "start": 50426, + "end": 50446, "loc": { "start": { - "line": 1386, + "line": 1391, "column": 16 }, "end": { - "line": 1386, + "line": 1391, "column": 36 } } @@ -393459,15 +394849,15 @@ "updateContext": null }, "value": "this", - "start": 50309, - "end": 50313, + "start": 50463, + "end": 50467, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 16 }, "end": { - "line": 1387, + "line": 1392, "column": 20 } } @@ -393485,15 +394875,15 @@ "binop": null, "updateContext": null }, - "start": 50313, - "end": 50314, + "start": 50467, + "end": 50468, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 20 }, "end": { - "line": 1387, + "line": 1392, "column": 21 } } @@ -393511,15 +394901,15 @@ "binop": null }, "value": "mediaElement", - "start": 50314, - "end": 50326, + "start": 50468, + "end": 50480, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 21 }, "end": { - "line": 1387, + "line": 1392, "column": 33 } } @@ -393537,15 +394927,15 @@ "binop": null, "updateContext": null }, - "start": 50326, - "end": 50327, + "start": 50480, + "end": 50481, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 33 }, "end": { - "line": 1387, + "line": 1392, "column": 34 } } @@ -393563,15 +394953,15 @@ "binop": null }, "value": "removeEventListener", - "start": 50327, - "end": 50346, + "start": 50481, + "end": 50500, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 34 }, "end": { - "line": 1387, + "line": 1392, "column": 53 } } @@ -393588,15 +394978,15 @@ "postfix": false, "binop": null }, - "start": 50346, - "end": 50347, + "start": 50500, + "end": 50501, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 53 }, "end": { - "line": 1387, + "line": 1392, "column": 54 } } @@ -393614,15 +395004,15 @@ "binop": null }, "value": "Event", - "start": 50347, - "end": 50352, + "start": 50501, + "end": 50506, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 54 }, "end": { - "line": 1387, + "line": 1392, "column": 59 } } @@ -393640,15 +395030,15 @@ "binop": null, "updateContext": null }, - "start": 50352, - "end": 50353, + "start": 50506, + "end": 50507, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 59 }, "end": { - "line": 1387, + "line": 1392, "column": 60 } } @@ -393666,15 +395056,15 @@ "binop": null }, "value": "PLAYING", - "start": 50353, - "end": 50360, + "start": 50507, + "end": 50514, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 60 }, "end": { - "line": 1387, + "line": 1392, "column": 67 } } @@ -393692,15 +395082,15 @@ "binop": null, "updateContext": null }, - "start": 50360, - "end": 50361, + "start": 50514, + "end": 50515, "loc": { "start": { - "line": 1387, + "line": 1392, "column": 67 }, "end": { - "line": 1387, + "line": 1392, "column": 68 } } @@ -393720,15 +395110,15 @@ "updateContext": null }, "value": "this", - "start": 50382, - "end": 50386, + "start": 50536, + "end": 50540, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 20 }, "end": { - "line": 1388, + "line": 1393, "column": 24 } } @@ -393746,15 +395136,15 @@ "binop": null, "updateContext": null }, - "start": 50386, - "end": 50387, + "start": 50540, + "end": 50541, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 24 }, "end": { - "line": 1388, + "line": 1393, "column": 25 } } @@ -393772,15 +395162,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 50387, - "end": 50408, + "start": 50541, + "end": 50562, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 25 }, "end": { - "line": 1388, + "line": 1393, "column": 46 } } @@ -393797,15 +395187,15 @@ "postfix": false, "binop": null }, - "start": 50408, - "end": 50409, + "start": 50562, + "end": 50563, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 46 }, "end": { - "line": 1388, + "line": 1393, "column": 47 } } @@ -393823,15 +395213,15 @@ "binop": null, "updateContext": null }, - "start": 50409, - "end": 50410, + "start": 50563, + "end": 50564, "loc": { "start": { - "line": 1388, + "line": 1393, "column": 47 }, "end": { - "line": 1388, + "line": 1393, "column": 48 } } @@ -393848,15 +395238,15 @@ "postfix": false, "binop": null }, - "start": 50423, - "end": 50424, + "start": 50577, + "end": 50578, "loc": { "start": { - "line": 1389, + "line": 1394, "column": 12 }, "end": { - "line": 1389, + "line": 1394, "column": 13 } } @@ -393873,15 +395263,15 @@ "postfix": false, "binop": null }, - "start": 50433, - "end": 50434, + "start": 50587, + "end": 50588, "loc": { "start": { - "line": 1390, + "line": 1395, "column": 8 }, "end": { - "line": 1390, + "line": 1395, "column": 9 } } @@ -393901,15 +395291,15 @@ "updateContext": null }, "value": "this", - "start": 50444, - "end": 50448, + "start": 50598, + "end": 50602, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 8 }, "end": { - "line": 1392, + "line": 1397, "column": 12 } } @@ -393927,15 +395317,15 @@ "binop": null, "updateContext": null }, - "start": 50448, - "end": 50449, + "start": 50602, + "end": 50603, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 12 }, "end": { - "line": 1392, + "line": 1397, "column": 13 } } @@ -393953,15 +395343,15 @@ "binop": null }, "value": "resetState", - "start": 50449, - "end": 50459, + "start": 50603, + "end": 50613, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 13 }, "end": { - "line": 1392, + "line": 1397, "column": 23 } } @@ -393978,15 +395368,15 @@ "postfix": false, "binop": null }, - "start": 50459, - "end": 50460, + "start": 50613, + "end": 50614, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 23 }, "end": { - "line": 1392, + "line": 1397, "column": 24 } } @@ -394003,15 +395393,15 @@ "postfix": false, "binop": null }, - "start": 50460, - "end": 50461, + "start": 50614, + "end": 50615, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 24 }, "end": { - "line": 1392, + "line": 1397, "column": 25 } } @@ -394029,15 +395419,15 @@ "binop": null, "updateContext": null }, - "start": 50461, - "end": 50462, + "start": 50615, + "end": 50616, "loc": { "start": { - "line": 1392, + "line": 1397, "column": 25 }, "end": { - "line": 1392, + "line": 1397, "column": 26 } } @@ -394057,15 +395447,15 @@ "updateContext": null }, "value": "super", - "start": 50472, - "end": 50477, + "start": 50626, + "end": 50631, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 13 } } @@ -394083,15 +395473,15 @@ "binop": null, "updateContext": null }, - "start": 50477, - "end": 50478, + "start": 50631, + "end": 50632, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 13 }, "end": { - "line": 1394, + "line": 1399, "column": 14 } } @@ -394109,15 +395499,15 @@ "binop": null }, "value": "dispose", - "start": 50478, - "end": 50485, + "start": 50632, + "end": 50639, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 14 }, "end": { - "line": 1394, + "line": 1399, "column": 21 } } @@ -394134,15 +395524,15 @@ "postfix": false, "binop": null }, - "start": 50485, - "end": 50486, + "start": 50639, + "end": 50640, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 21 }, "end": { - "line": 1394, + "line": 1399, "column": 22 } } @@ -394159,15 +395549,15 @@ "postfix": false, "binop": null }, - "start": 50486, - "end": 50487, + "start": 50640, + "end": 50641, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 22 }, "end": { - "line": 1394, + "line": 1399, "column": 23 } } @@ -394185,15 +395575,15 @@ "binop": null, "updateContext": null }, - "start": 50487, - "end": 50488, + "start": 50641, + "end": 50642, "loc": { "start": { - "line": 1394, + "line": 1399, "column": 23 }, "end": { - "line": 1394, + "line": 1399, "column": 24 } } @@ -394210,15 +395600,15 @@ "postfix": false, "binop": null }, - "start": 50493, - "end": 50494, + "start": 50647, + "end": 50648, "loc": { "start": { - "line": 1395, + "line": 1400, "column": 4 }, "end": { - "line": 1395, + "line": 1400, "column": 5 } } @@ -394226,15 +395616,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50500, - "end": 50568, + "start": 50654, + "end": 50722, "loc": { "start": { - "line": 1397, + "line": 1402, "column": 4 }, "end": { - "line": 1399, + "line": 1404, "column": 7 } } @@ -394252,15 +395642,15 @@ "binop": null }, "value": "destroy", - "start": 50573, - "end": 50580, + "start": 50727, + "end": 50734, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 4 }, "end": { - "line": 1400, + "line": 1405, "column": 11 } } @@ -394277,15 +395667,15 @@ "postfix": false, "binop": null }, - "start": 50580, - "end": 50581, + "start": 50734, + "end": 50735, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 11 }, "end": { - "line": 1400, + "line": 1405, "column": 12 } } @@ -394302,15 +395692,15 @@ "postfix": false, "binop": null }, - "start": 50581, - "end": 50582, + "start": 50735, + "end": 50736, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 12 }, "end": { - "line": 1400, + "line": 1405, "column": 13 } } @@ -394327,15 +395717,15 @@ "postfix": false, "binop": null }, - "start": 50583, - "end": 50584, + "start": 50737, + "end": 50738, "loc": { "start": { - "line": 1400, + "line": 1405, "column": 14 }, "end": { - "line": 1400, + "line": 1405, "column": 15 } } @@ -394355,15 +395745,15 @@ "updateContext": null }, "value": "this", - "start": 50593, - "end": 50597, + "start": 50747, + "end": 50751, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 8 }, "end": { - "line": 1401, + "line": 1406, "column": 12 } } @@ -394381,15 +395771,15 @@ "binop": null, "updateContext": null }, - "start": 50597, - "end": 50598, + "start": 50751, + "end": 50752, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 12 }, "end": { - "line": 1401, + "line": 1406, "column": 13 } } @@ -394407,15 +395797,15 @@ "binop": null }, "value": "player", - "start": 50598, - "end": 50604, + "start": 50752, + "end": 50758, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 13 }, "end": { - "line": 1401, + "line": 1406, "column": 19 } } @@ -394433,15 +395823,15 @@ "binop": null, "updateContext": null }, - "start": 50604, - "end": 50605, + "start": 50758, + "end": 50759, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 19 }, "end": { - "line": 1401, + "line": 1406, "column": 20 } } @@ -394459,15 +395849,15 @@ "binop": null }, "value": "dispose", - "start": 50605, - "end": 50612, + "start": 50759, + "end": 50766, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 20 }, "end": { - "line": 1401, + "line": 1406, "column": 27 } } @@ -394484,15 +395874,15 @@ "postfix": false, "binop": null }, - "start": 50612, - "end": 50613, + "start": 50766, + "end": 50767, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 27 }, "end": { - "line": 1401, + "line": 1406, "column": 28 } } @@ -394509,15 +395899,15 @@ "postfix": false, "binop": null }, - "start": 50613, - "end": 50614, + "start": 50767, + "end": 50768, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 28 }, "end": { - "line": 1401, + "line": 1406, "column": 29 } } @@ -394535,15 +395925,15 @@ "binop": null, "updateContext": null }, - "start": 50614, - "end": 50615, + "start": 50768, + "end": 50769, "loc": { "start": { - "line": 1401, + "line": 1406, "column": 29 }, "end": { - "line": 1401, + "line": 1406, "column": 30 } } @@ -394560,15 +395950,15 @@ "postfix": false, "binop": null }, - "start": 50620, - "end": 50621, + "start": 50774, + "end": 50775, "loc": { "start": { - "line": 1402, + "line": 1407, "column": 4 }, "end": { - "line": 1402, + "line": 1407, "column": 5 } } @@ -394576,15 +395966,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50627, - "end": 50663, + "start": 50781, + "end": 50817, "loc": { "start": { - "line": 1404, + "line": 1409, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 7 } } @@ -394602,15 +395992,15 @@ "binop": null }, "value": "reset", - "start": 50668, - "end": 50673, + "start": 50822, + "end": 50827, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 4 }, "end": { - "line": 1407, + "line": 1412, "column": 9 } } @@ -394627,15 +396017,15 @@ "postfix": false, "binop": null }, - "start": 50673, - "end": 50674, + "start": 50827, + "end": 50828, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 9 }, "end": { - "line": 1407, + "line": 1412, "column": 10 } } @@ -394652,15 +396042,15 @@ "postfix": false, "binop": null }, - "start": 50674, - "end": 50675, + "start": 50828, + "end": 50829, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 10 }, "end": { - "line": 1407, + "line": 1412, "column": 11 } } @@ -394677,15 +396067,15 @@ "postfix": false, "binop": null }, - "start": 50676, - "end": 50677, + "start": 50830, + "end": 50831, "loc": { "start": { - "line": 1407, + "line": 1412, "column": 12 }, "end": { - "line": 1407, + "line": 1412, "column": 13 } } @@ -394693,15 +396083,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50686, - "end": 50734, + "start": 50840, + "end": 50888, "loc": { "start": { - "line": 1408, + "line": 1413, "column": 8 }, "end": { - "line": 1408, + "line": 1413, "column": 56 } } @@ -394721,15 +396111,15 @@ "updateContext": null }, "value": "if", - "start": 50743, - "end": 50745, + "start": 50897, + "end": 50899, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 8 }, "end": { - "line": 1409, + "line": 1414, "column": 10 } } @@ -394746,15 +396136,15 @@ "postfix": false, "binop": null }, - "start": 50746, - "end": 50747, + "start": 50900, + "end": 50901, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 11 }, "end": { - "line": 1409, + "line": 1414, "column": 12 } } @@ -394774,15 +396164,15 @@ "updateContext": null }, "value": "this", - "start": 50747, - "end": 50751, + "start": 50901, + "end": 50905, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 12 }, "end": { - "line": 1409, + "line": 1414, "column": 16 } } @@ -394800,15 +396190,15 @@ "binop": null, "updateContext": null }, - "start": 50751, - "end": 50752, + "start": 50905, + "end": 50906, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 16 }, "end": { - "line": 1409, + "line": 1414, "column": 17 } } @@ -394826,15 +396216,15 @@ "binop": null }, "value": "engine", - "start": 50752, - "end": 50758, + "start": 50906, + "end": 50912, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 17 }, "end": { - "line": 1409, + "line": 1414, "column": 23 } } @@ -394851,15 +396241,15 @@ "postfix": false, "binop": null }, - "start": 50758, - "end": 50759, + "start": 50912, + "end": 50913, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 23 }, "end": { - "line": 1409, + "line": 1414, "column": 24 } } @@ -394876,15 +396266,15 @@ "postfix": false, "binop": null }, - "start": 50760, - "end": 50761, + "start": 50914, + "end": 50915, "loc": { "start": { - "line": 1409, + "line": 1414, "column": 25 }, "end": { - "line": 1409, + "line": 1414, "column": 26 } } @@ -394904,15 +396294,15 @@ "updateContext": null }, "value": "this", - "start": 50774, - "end": 50778, + "start": 50928, + "end": 50932, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 12 }, "end": { - "line": 1410, + "line": 1415, "column": 16 } } @@ -394930,15 +396320,15 @@ "binop": null, "updateContext": null }, - "start": 50778, - "end": 50779, + "start": 50932, + "end": 50933, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 16 }, "end": { - "line": 1410, + "line": 1415, "column": 17 } } @@ -394956,15 +396346,15 @@ "binop": null }, "value": "engine", - "start": 50779, - "end": 50785, + "start": 50933, + "end": 50939, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 17 }, "end": { - "line": 1410, + "line": 1415, "column": 23 } } @@ -394982,15 +396372,15 @@ "binop": null, "updateContext": null }, - "start": 50785, - "end": 50786, + "start": 50939, + "end": 50940, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 23 }, "end": { - "line": 1410, + "line": 1415, "column": 24 } } @@ -395008,15 +396398,15 @@ "binop": null }, "value": "dispose", - "start": 50786, - "end": 50793, + "start": 50940, + "end": 50947, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 24 }, "end": { - "line": 1410, + "line": 1415, "column": 31 } } @@ -395033,15 +396423,15 @@ "postfix": false, "binop": null }, - "start": 50793, - "end": 50794, + "start": 50947, + "end": 50948, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 31 }, "end": { - "line": 1410, + "line": 1415, "column": 32 } } @@ -395058,15 +396448,15 @@ "postfix": false, "binop": null }, - "start": 50794, - "end": 50795, + "start": 50948, + "end": 50949, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 32 }, "end": { - "line": 1410, + "line": 1415, "column": 33 } } @@ -395084,15 +396474,15 @@ "binop": null, "updateContext": null }, - "start": 50795, - "end": 50796, + "start": 50949, + "end": 50950, "loc": { "start": { - "line": 1410, + "line": 1415, "column": 33 }, "end": { - "line": 1410, + "line": 1415, "column": 34 } } @@ -395112,15 +396502,15 @@ "updateContext": null }, "value": "this", - "start": 50809, - "end": 50813, + "start": 50963, + "end": 50967, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 12 }, "end": { - "line": 1411, + "line": 1416, "column": 16 } } @@ -395138,15 +396528,15 @@ "binop": null, "updateContext": null }, - "start": 50813, - "end": 50814, + "start": 50967, + "end": 50968, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 16 }, "end": { - "line": 1411, + "line": 1416, "column": 17 } } @@ -395164,15 +396554,15 @@ "binop": null }, "value": "engine", - "start": 50814, - "end": 50820, + "start": 50968, + "end": 50974, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 17 }, "end": { - "line": 1411, + "line": 1416, "column": 23 } } @@ -395190,15 +396580,15 @@ "binop": null, "updateContext": null }, - "start": 50820, - "end": 50821, + "start": 50974, + "end": 50975, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 23 }, "end": { - "line": 1411, + "line": 1416, "column": 24 } } @@ -395216,15 +396606,15 @@ "binop": null }, "value": "off", - "start": 50821, - "end": 50824, + "start": 50975, + "end": 50978, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 24 }, "end": { - "line": 1411, + "line": 1416, "column": 27 } } @@ -395241,15 +396631,15 @@ "postfix": false, "binop": null }, - "start": 50824, - "end": 50825, + "start": 50978, + "end": 50979, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 27 }, "end": { - "line": 1411, + "line": 1416, "column": 28 } } @@ -395267,15 +396657,15 @@ "binop": null }, "value": "Event", - "start": 50825, - "end": 50830, + "start": 50979, + "end": 50984, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 28 }, "end": { - "line": 1411, + "line": 1416, "column": 33 } } @@ -395293,15 +396683,15 @@ "binop": null, "updateContext": null }, - "start": 50830, - "end": 50831, + "start": 50984, + "end": 50985, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 33 }, "end": { - "line": 1411, + "line": 1416, "column": 34 } } @@ -395319,15 +396709,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 50831, - "end": 50846, + "start": 50985, + "end": 51000, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 34 }, "end": { - "line": 1411, + "line": 1416, "column": 49 } } @@ -395345,15 +396735,15 @@ "binop": null, "updateContext": null }, - "start": 50846, - "end": 50847, + "start": 51000, + "end": 51001, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 49 }, "end": { - "line": 1411, + "line": 1416, "column": 50 } } @@ -395373,15 +396763,15 @@ "updateContext": null }, "value": "this", - "start": 50848, - "end": 50852, + "start": 51002, + "end": 51006, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 51 }, "end": { - "line": 1411, + "line": 1416, "column": 55 } } @@ -395399,15 +396789,15 @@ "binop": null, "updateContext": null }, - "start": 50852, - "end": 50853, + "start": 51006, + "end": 51007, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 55 }, "end": { - "line": 1411, + "line": 1416, "column": 56 } } @@ -395425,15 +396815,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 50853, - "end": 50871, + "start": 51007, + "end": 51025, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 56 }, "end": { - "line": 1411, + "line": 1416, "column": 74 } } @@ -395450,15 +396840,15 @@ "postfix": false, "binop": null }, - "start": 50871, - "end": 50872, + "start": 51025, + "end": 51026, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 74 }, "end": { - "line": 1411, + "line": 1416, "column": 75 } } @@ -395476,15 +396866,15 @@ "binop": null, "updateContext": null }, - "start": 50872, - "end": 50873, + "start": 51026, + "end": 51027, "loc": { "start": { - "line": 1411, + "line": 1416, "column": 75 }, "end": { - "line": 1411, + "line": 1416, "column": 76 } } @@ -395501,15 +396891,15 @@ "postfix": false, "binop": null }, - "start": 50882, - "end": 50883, + "start": 51036, + "end": 51037, "loc": { "start": { - "line": 1412, + "line": 1417, "column": 8 }, "end": { - "line": 1412, + "line": 1417, "column": 9 } } @@ -395517,15 +396907,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 50893, - "end": 50921, + "start": 51047, + "end": 51075, "loc": { "start": { - "line": 1414, + "line": 1419, "column": 8 }, "end": { - "line": 1414, + "line": 1419, "column": 36 } } @@ -395545,15 +396935,15 @@ "updateContext": null }, "value": "this", - "start": 50930, - "end": 50934, + "start": 51084, + "end": 51088, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 12 } } @@ -395571,15 +396961,15 @@ "binop": null, "updateContext": null }, - "start": 50934, - "end": 50935, + "start": 51088, + "end": 51089, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 12 }, "end": { - "line": 1415, + "line": 1420, "column": 13 } } @@ -395597,15 +396987,15 @@ "binop": null }, "value": "stop", - "start": 50935, - "end": 50939, + "start": 51089, + "end": 51093, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 13 }, "end": { - "line": 1415, + "line": 1420, "column": 17 } } @@ -395622,15 +397012,15 @@ "postfix": false, "binop": null }, - "start": 50939, - "end": 50940, + "start": 51093, + "end": 51094, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 17 }, "end": { - "line": 1415, + "line": 1420, "column": 18 } } @@ -395647,15 +397037,15 @@ "postfix": false, "binop": null }, - "start": 50940, - "end": 50941, + "start": 51094, + "end": 51095, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 18 }, "end": { - "line": 1415, + "line": 1420, "column": 19 } } @@ -395673,15 +397063,15 @@ "binop": null, "updateContext": null }, - "start": 50941, - "end": 50942, + "start": 51095, + "end": 51096, "loc": { "start": { - "line": 1415, + "line": 1420, "column": 19 }, "end": { - "line": 1415, + "line": 1420, "column": 20 } } @@ -395701,15 +397091,15 @@ "updateContext": null }, "value": "this", - "start": 50951, - "end": 50955, + "start": 51105, + "end": 51109, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 8 }, "end": { - "line": 1416, + "line": 1421, "column": 12 } } @@ -395727,15 +397117,15 @@ "binop": null, "updateContext": null }, - "start": 50955, - "end": 50956, + "start": 51109, + "end": 51110, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 12 }, "end": { - "line": 1416, + "line": 1421, "column": 13 } } @@ -395753,15 +397143,15 @@ "binop": null }, "value": "stopDevice", - "start": 50956, - "end": 50966, + "start": 51110, + "end": 51120, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 13 }, "end": { - "line": 1416, + "line": 1421, "column": 23 } } @@ -395778,15 +397168,15 @@ "postfix": false, "binop": null }, - "start": 50966, - "end": 50967, + "start": 51120, + "end": 51121, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 23 }, "end": { - "line": 1416, + "line": 1421, "column": 24 } } @@ -395803,15 +397193,15 @@ "postfix": false, "binop": null }, - "start": 50967, - "end": 50968, + "start": 51121, + "end": 51122, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 24 }, "end": { - "line": 1416, + "line": 1421, "column": 25 } } @@ -395829,15 +397219,15 @@ "binop": null, "updateContext": null }, - "start": 50968, - "end": 50969, + "start": 51122, + "end": 51123, "loc": { "start": { - "line": 1416, + "line": 1421, "column": 25 }, "end": { - "line": 1416, + "line": 1421, "column": 26 } } @@ -395845,15 +397235,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50979, - "end": 50996, + "start": 51133, + "end": 51150, "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 25 } } @@ -395873,15 +397263,15 @@ "updateContext": null }, "value": "this", - "start": 51005, - "end": 51009, + "start": 51159, + "end": 51163, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 12 } } @@ -395899,15 +397289,15 @@ "binop": null, "updateContext": null }, - "start": 51009, - "end": 51010, + "start": 51163, + "end": 51164, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 12 }, "end": { - "line": 1419, + "line": 1424, "column": 13 } } @@ -395925,15 +397315,15 @@ "binop": null }, "value": "player", - "start": 51010, - "end": 51016, + "start": 51164, + "end": 51170, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 13 }, "end": { - "line": 1419, + "line": 1424, "column": 19 } } @@ -395951,15 +397341,15 @@ "binop": null, "updateContext": null }, - "start": 51016, - "end": 51017, + "start": 51170, + "end": 51171, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 19 }, "end": { - "line": 1419, + "line": 1424, "column": 20 } } @@ -395977,15 +397367,15 @@ "binop": null }, "value": "clearInterval", - "start": 51017, - "end": 51030, + "start": 51171, + "end": 51184, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 20 }, "end": { - "line": 1419, + "line": 1424, "column": 33 } } @@ -396002,15 +397392,15 @@ "postfix": false, "binop": null }, - "start": 51030, - "end": 51031, + "start": 51184, + "end": 51185, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 33 }, "end": { - "line": 1419, + "line": 1424, "column": 34 } } @@ -396030,15 +397420,15 @@ "updateContext": null }, "value": "this", - "start": 51031, - "end": 51035, + "start": 51185, + "end": 51189, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 34 }, "end": { - "line": 1419, + "line": 1424, "column": 38 } } @@ -396056,15 +397446,15 @@ "binop": null, "updateContext": null }, - "start": 51035, - "end": 51036, + "start": 51189, + "end": 51190, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 38 }, "end": { - "line": 1419, + "line": 1424, "column": 39 } } @@ -396082,15 +397472,15 @@ "binop": null }, "value": "countDown", - "start": 51036, - "end": 51045, + "start": 51190, + "end": 51199, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 39 }, "end": { - "line": 1419, + "line": 1424, "column": 48 } } @@ -396107,15 +397497,15 @@ "postfix": false, "binop": null }, - "start": 51045, - "end": 51046, + "start": 51199, + "end": 51200, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 48 }, "end": { - "line": 1419, + "line": 1424, "column": 49 } } @@ -396133,15 +397523,15 @@ "binop": null, "updateContext": null }, - "start": 51046, - "end": 51047, + "start": 51200, + "end": 51201, "loc": { "start": { - "line": 1419, + "line": 1424, "column": 49 }, "end": { - "line": 1419, + "line": 1424, "column": 50 } } @@ -396149,15 +397539,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51057, - "end": 51085, + "start": 51211, + "end": 51239, "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1421, + "line": 1426, "column": 36 } } @@ -396177,15 +397567,15 @@ "updateContext": null }, "value": "this", - "start": 51094, - "end": 51098, + "start": 51248, + "end": 51252, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 8 }, "end": { - "line": 1422, + "line": 1427, "column": 12 } } @@ -396203,15 +397593,15 @@ "binop": null, "updateContext": null }, - "start": 51098, - "end": 51099, + "start": 51252, + "end": 51253, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 12 }, "end": { - "line": 1422, + "line": 1427, "column": 13 } } @@ -396229,15 +397619,15 @@ "binop": null }, "value": "removeRecording", - "start": 51099, - "end": 51114, + "start": 51253, + "end": 51268, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 13 }, "end": { - "line": 1422, + "line": 1427, "column": 28 } } @@ -396254,15 +397644,15 @@ "postfix": false, "binop": null }, - "start": 51114, - "end": 51115, + "start": 51268, + "end": 51269, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 28 }, "end": { - "line": 1422, + "line": 1427, "column": 29 } } @@ -396279,15 +397669,15 @@ "postfix": false, "binop": null }, - "start": 51115, - "end": 51116, + "start": 51269, + "end": 51270, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 29 }, "end": { - "line": 1422, + "line": 1427, "column": 30 } } @@ -396305,15 +397695,15 @@ "binop": null, "updateContext": null }, - "start": 51116, - "end": 51117, + "start": 51270, + "end": 51271, "loc": { "start": { - "line": 1422, + "line": 1427, "column": 30 }, "end": { - "line": 1422, + "line": 1427, "column": 31 } } @@ -396321,15 +397711,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51127, - "end": 51143, + "start": 51281, + "end": 51297, "loc": { "start": { - "line": 1424, + "line": 1429, "column": 8 }, "end": { - "line": 1424, + "line": 1429, "column": 24 } } @@ -396349,15 +397739,15 @@ "updateContext": null }, "value": "this", - "start": 51152, - "end": 51156, + "start": 51306, + "end": 51310, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 8 }, "end": { - "line": 1425, + "line": 1430, "column": 12 } } @@ -396375,15 +397765,15 @@ "binop": null, "updateContext": null }, - "start": 51156, - "end": 51157, + "start": 51310, + "end": 51311, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 12 }, "end": { - "line": 1425, + "line": 1430, "column": 13 } } @@ -396401,15 +397791,15 @@ "binop": null }, "value": "loadOptions", - "start": 51157, - "end": 51168, + "start": 51311, + "end": 51322, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 13 }, "end": { - "line": 1425, + "line": 1430, "column": 24 } } @@ -396426,15 +397816,15 @@ "postfix": false, "binop": null }, - "start": 51168, - "end": 51169, + "start": 51322, + "end": 51323, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 24 }, "end": { - "line": 1425, + "line": 1430, "column": 25 } } @@ -396451,15 +397841,15 @@ "postfix": false, "binop": null }, - "start": 51169, - "end": 51170, + "start": 51323, + "end": 51324, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 25 }, "end": { - "line": 1425, + "line": 1430, "column": 26 } } @@ -396477,15 +397867,15 @@ "binop": null, "updateContext": null }, - "start": 51170, - "end": 51171, + "start": 51324, + "end": 51325, "loc": { "start": { - "line": 1425, + "line": 1430, "column": 26 }, "end": { - "line": 1425, + "line": 1430, "column": 27 } } @@ -396493,15 +397883,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51181, - "end": 51204, + "start": 51335, + "end": 51358, "loc": { "start": { - "line": 1427, + "line": 1432, "column": 8 }, "end": { - "line": 1427, + "line": 1432, "column": 31 } } @@ -396521,15 +397911,15 @@ "updateContext": null }, "value": "this", - "start": 51213, - "end": 51217, + "start": 51367, + "end": 51371, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 12 } } @@ -396547,15 +397937,15 @@ "binop": null, "updateContext": null }, - "start": 51217, - "end": 51218, + "start": 51371, + "end": 51372, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 12 }, "end": { - "line": 1428, + "line": 1433, "column": 13 } } @@ -396573,15 +397963,15 @@ "binop": null }, "value": "resetState", - "start": 51218, - "end": 51228, + "start": 51372, + "end": 51382, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 13 }, "end": { - "line": 1428, + "line": 1433, "column": 23 } } @@ -396598,15 +397988,15 @@ "postfix": false, "binop": null }, - "start": 51228, - "end": 51229, + "start": 51382, + "end": 51383, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 23 }, "end": { - "line": 1428, + "line": 1433, "column": 24 } } @@ -396623,15 +398013,15 @@ "postfix": false, "binop": null }, - "start": 51229, - "end": 51230, + "start": 51383, + "end": 51384, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 24 }, "end": { - "line": 1428, + "line": 1433, "column": 25 } } @@ -396649,15 +398039,15 @@ "binop": null, "updateContext": null }, - "start": 51230, - "end": 51231, + "start": 51384, + "end": 51385, "loc": { "start": { - "line": 1428, + "line": 1433, "column": 25 }, "end": { - "line": 1428, + "line": 1433, "column": 26 } } @@ -396665,15 +398055,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51241, - "end": 51261, + "start": 51395, + "end": 51415, "loc": { "start": { - "line": 1430, + "line": 1435, "column": 8 }, "end": { - "line": 1430, + "line": 1435, "column": 28 } } @@ -396693,15 +398083,15 @@ "updateContext": null }, "value": "this", - "start": 51270, - "end": 51274, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 8 }, "end": { - "line": 1431, + "line": 1436, "column": 12 } } @@ -396719,15 +398109,15 @@ "binop": null, "updateContext": null }, - "start": 51274, - "end": 51275, + "start": 51428, + "end": 51429, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 12 }, "end": { - "line": 1431, + "line": 1436, "column": 13 } } @@ -396745,15 +398135,15 @@ "binop": null }, "value": "setDuration", - "start": 51275, - "end": 51286, + "start": 51429, + "end": 51440, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 13 }, "end": { - "line": 1431, + "line": 1436, "column": 24 } } @@ -396770,15 +398160,15 @@ "postfix": false, "binop": null }, - "start": 51286, - "end": 51287, + "start": 51440, + "end": 51441, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 24 }, "end": { - "line": 1431, + "line": 1436, "column": 25 } } @@ -396798,15 +398188,15 @@ "updateContext": null }, "value": "this", - "start": 51287, - "end": 51291, + "start": 51441, + "end": 51445, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 25 }, "end": { - "line": 1431, + "line": 1436, "column": 29 } } @@ -396824,15 +398214,15 @@ "binop": null, "updateContext": null }, - "start": 51291, - "end": 51292, + "start": 51445, + "end": 51446, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 29 }, "end": { - "line": 1431, + "line": 1436, "column": 30 } } @@ -396850,15 +398240,15 @@ "binop": null }, "value": "maxLength", - "start": 51292, - "end": 51301, + "start": 51446, + "end": 51455, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 30 }, "end": { - "line": 1431, + "line": 1436, "column": 39 } } @@ -396875,15 +398265,15 @@ "postfix": false, "binop": null }, - "start": 51301, - "end": 51302, + "start": 51455, + "end": 51456, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 39 }, "end": { - "line": 1431, + "line": 1436, "column": 40 } } @@ -396901,15 +398291,15 @@ "binop": null, "updateContext": null }, - "start": 51302, - "end": 51303, + "start": 51456, + "end": 51457, "loc": { "start": { - "line": 1431, + "line": 1436, "column": 40 }, "end": { - "line": 1431, + "line": 1436, "column": 41 } } @@ -396929,15 +398319,15 @@ "updateContext": null }, "value": "this", - "start": 51312, - "end": 51316, + "start": 51466, + "end": 51470, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 8 }, "end": { - "line": 1432, + "line": 1437, "column": 12 } } @@ -396955,15 +398345,15 @@ "binop": null, "updateContext": null }, - "start": 51316, - "end": 51317, + "start": 51470, + "end": 51471, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 12 }, "end": { - "line": 1432, + "line": 1437, "column": 13 } } @@ -396981,15 +398371,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 51317, - "end": 51331, + "start": 51471, + "end": 51485, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 13 }, "end": { - "line": 1432, + "line": 1437, "column": 27 } } @@ -397006,15 +398396,15 @@ "postfix": false, "binop": null }, - "start": 51331, - "end": 51332, + "start": 51485, + "end": 51486, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 27 }, "end": { - "line": 1432, + "line": 1437, "column": 28 } } @@ -397033,15 +398423,15 @@ "updateContext": null }, "value": 0, - "start": 51332, - "end": 51333, + "start": 51486, + "end": 51487, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 28 }, "end": { - "line": 1432, + "line": 1437, "column": 29 } } @@ -397058,15 +398448,15 @@ "postfix": false, "binop": null }, - "start": 51333, - "end": 51334, + "start": 51487, + "end": 51488, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 29 }, "end": { - "line": 1432, + "line": 1437, "column": 30 } } @@ -397084,15 +398474,15 @@ "binop": null, "updateContext": null }, - "start": 51334, - "end": 51335, + "start": 51488, + "end": 51489, "loc": { "start": { - "line": 1432, + "line": 1437, "column": 30 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } } @@ -397100,15 +398490,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51345, - "end": 51360, + "start": 51499, + "end": 51514, "loc": { "start": { - "line": 1434, + "line": 1439, "column": 8 }, "end": { - "line": 1434, + "line": 1439, "column": 23 } } @@ -397128,15 +398518,15 @@ "updateContext": null }, "value": "this", - "start": 51369, - "end": 51373, + "start": 51523, + "end": 51527, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 12 } } @@ -397154,15 +398544,15 @@ "binop": null, "updateContext": null }, - "start": 51373, - "end": 51374, + "start": 51527, + "end": 51528, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 12 }, "end": { - "line": 1435, + "line": 1440, "column": 13 } } @@ -397180,15 +398570,15 @@ "binop": null }, "value": "player", - "start": 51374, - "end": 51380, + "start": 51528, + "end": 51534, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 13 }, "end": { - "line": 1435, + "line": 1440, "column": 19 } } @@ -397206,15 +398596,15 @@ "binop": null, "updateContext": null }, - "start": 51380, - "end": 51381, + "start": 51534, + "end": 51535, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 19 }, "end": { - "line": 1435, + "line": 1440, "column": 20 } } @@ -397232,15 +398622,15 @@ "binop": null }, "value": "reset", - "start": 51381, - "end": 51386, + "start": 51535, + "end": 51540, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 20 }, "end": { - "line": 1435, + "line": 1440, "column": 25 } } @@ -397257,15 +398647,15 @@ "postfix": false, "binop": null }, - "start": 51386, - "end": 51387, + "start": 51540, + "end": 51541, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 25 }, "end": { - "line": 1435, + "line": 1440, "column": 26 } } @@ -397282,15 +398672,15 @@ "postfix": false, "binop": null }, - "start": 51387, - "end": 51388, + "start": 51541, + "end": 51542, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 26 }, "end": { - "line": 1435, + "line": 1440, "column": 27 } } @@ -397308,15 +398698,15 @@ "binop": null, "updateContext": null }, - "start": 51388, - "end": 51389, + "start": 51542, + "end": 51543, "loc": { "start": { - "line": 1435, + "line": 1440, "column": 27 }, "end": { - "line": 1435, + "line": 1440, "column": 28 } } @@ -397336,15 +398726,15 @@ "updateContext": null }, "value": "switch", - "start": 51398, - "end": 51404, + "start": 51552, + "end": 51558, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 8 }, "end": { - "line": 1436, + "line": 1441, "column": 14 } } @@ -397361,15 +398751,15 @@ "postfix": false, "binop": null }, - "start": 51405, - "end": 51406, + "start": 51559, + "end": 51560, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 15 }, "end": { - "line": 1436, + "line": 1441, "column": 16 } } @@ -397389,15 +398779,15 @@ "updateContext": null }, "value": "this", - "start": 51406, - "end": 51410, + "start": 51560, + "end": 51564, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 16 }, "end": { - "line": 1436, + "line": 1441, "column": 20 } } @@ -397415,15 +398805,15 @@ "binop": null, "updateContext": null }, - "start": 51410, - "end": 51411, + "start": 51564, + "end": 51565, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 20 }, "end": { - "line": 1436, + "line": 1441, "column": 21 } } @@ -397441,15 +398831,15 @@ "binop": null }, "value": "getRecordType", - "start": 51411, - "end": 51424, + "start": 51565, + "end": 51578, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 21 }, "end": { - "line": 1436, + "line": 1441, "column": 34 } } @@ -397466,15 +398856,15 @@ "postfix": false, "binop": null }, - "start": 51424, - "end": 51425, + "start": 51578, + "end": 51579, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 34 }, "end": { - "line": 1436, + "line": 1441, "column": 35 } } @@ -397491,15 +398881,15 @@ "postfix": false, "binop": null }, - "start": 51425, - "end": 51426, + "start": 51579, + "end": 51580, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 35 }, "end": { - "line": 1436, + "line": 1441, "column": 36 } } @@ -397516,15 +398906,15 @@ "postfix": false, "binop": null }, - "start": 51426, - "end": 51427, + "start": 51580, + "end": 51581, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 36 }, "end": { - "line": 1436, + "line": 1441, "column": 37 } } @@ -397541,15 +398931,15 @@ "postfix": false, "binop": null }, - "start": 51428, - "end": 51429, + "start": 51582, + "end": 51583, "loc": { "start": { - "line": 1436, + "line": 1441, "column": 38 }, "end": { - "line": 1436, + "line": 1441, "column": 39 } } @@ -397569,15 +398959,15 @@ "updateContext": null }, "value": "case", - "start": 51442, - "end": 51446, + "start": 51596, + "end": 51600, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 12 }, "end": { - "line": 1437, + "line": 1442, "column": 16 } } @@ -397595,15 +398985,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 51447, - "end": 51457, + "start": 51601, + "end": 51611, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 17 }, "end": { - "line": 1437, + "line": 1442, "column": 27 } } @@ -397621,15 +399011,15 @@ "binop": null, "updateContext": null }, - "start": 51457, - "end": 51458, + "start": 51611, + "end": 51612, "loc": { "start": { - "line": 1437, + "line": 1442, "column": 27 }, "end": { - "line": 1437, + "line": 1442, "column": 28 } } @@ -397649,15 +399039,15 @@ "updateContext": null }, "value": "if", - "start": 51475, - "end": 51477, + "start": 51629, + "end": 51631, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 16 }, "end": { - "line": 1438, + "line": 1443, "column": 18 } } @@ -397674,15 +399064,15 @@ "postfix": false, "binop": null }, - "start": 51478, - "end": 51479, + "start": 51632, + "end": 51633, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 19 }, "end": { - "line": 1438, + "line": 1443, "column": 20 } } @@ -397702,15 +399092,15 @@ "updateContext": null }, "value": "this", - "start": 51479, - "end": 51483, + "start": 51633, + "end": 51637, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 20 }, "end": { - "line": 1438, + "line": 1443, "column": 24 } } @@ -397728,15 +399118,15 @@ "binop": null, "updateContext": null }, - "start": 51483, - "end": 51484, + "start": 51637, + "end": 51638, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 24 }, "end": { - "line": 1438, + "line": 1443, "column": 25 } } @@ -397754,15 +399144,15 @@ "binop": null }, "value": "surfer", - "start": 51484, - "end": 51490, + "start": 51638, + "end": 51644, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 25 }, "end": { - "line": 1438, + "line": 1443, "column": 31 } } @@ -397781,15 +399171,15 @@ "updateContext": null }, "value": "&&", - "start": 51491, - "end": 51493, + "start": 51645, + "end": 51647, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 32 }, "end": { - "line": 1438, + "line": 1443, "column": 34 } } @@ -397809,15 +399199,15 @@ "updateContext": null }, "value": "this", - "start": 51494, - "end": 51498, + "start": 51648, + "end": 51652, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 35 }, "end": { - "line": 1438, + "line": 1443, "column": 39 } } @@ -397835,15 +399225,15 @@ "binop": null, "updateContext": null }, - "start": 51498, - "end": 51499, + "start": 51652, + "end": 51653, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 39 }, "end": { - "line": 1438, + "line": 1443, "column": 40 } } @@ -397861,15 +399251,15 @@ "binop": null }, "value": "surfer", - "start": 51499, - "end": 51505, + "start": 51653, + "end": 51659, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 40 }, "end": { - "line": 1438, + "line": 1443, "column": 46 } } @@ -397887,15 +399277,15 @@ "binop": null, "updateContext": null }, - "start": 51505, - "end": 51506, + "start": 51659, + "end": 51660, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 46 }, "end": { - "line": 1438, + "line": 1443, "column": 47 } } @@ -397913,15 +399303,15 @@ "binop": null }, "value": "surfer", - "start": 51506, - "end": 51512, + "start": 51660, + "end": 51666, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 47 }, "end": { - "line": 1438, + "line": 1443, "column": 53 } } @@ -397938,15 +399328,15 @@ "postfix": false, "binop": null }, - "start": 51512, - "end": 51513, + "start": 51666, + "end": 51667, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 53 }, "end": { - "line": 1438, + "line": 1443, "column": 54 } } @@ -397963,15 +399353,15 @@ "postfix": false, "binop": null }, - "start": 51514, - "end": 51515, + "start": 51668, + "end": 51669, "loc": { "start": { - "line": 1438, + "line": 1443, "column": 55 }, "end": { - "line": 1438, + "line": 1443, "column": 56 } } @@ -397979,15 +399369,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51536, - "end": 51555, + "start": 51690, + "end": 51709, "loc": { "start": { - "line": 1439, + "line": 1444, "column": 20 }, "end": { - "line": 1439, + "line": 1444, "column": 39 } } @@ -398007,15 +399397,15 @@ "updateContext": null }, "value": "this", - "start": 51576, - "end": 51580, + "start": 51730, + "end": 51734, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 20 }, "end": { - "line": 1440, + "line": 1445, "column": 24 } } @@ -398033,15 +399423,15 @@ "binop": null, "updateContext": null }, - "start": 51580, - "end": 51581, + "start": 51734, + "end": 51735, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 24 }, "end": { - "line": 1440, + "line": 1445, "column": 25 } } @@ -398059,15 +399449,15 @@ "binop": null }, "value": "surfer", - "start": 51581, - "end": 51587, + "start": 51735, + "end": 51741, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 25 }, "end": { - "line": 1440, + "line": 1445, "column": 31 } } @@ -398085,15 +399475,15 @@ "binop": null, "updateContext": null }, - "start": 51587, - "end": 51588, + "start": 51741, + "end": 51742, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 31 }, "end": { - "line": 1440, + "line": 1445, "column": 32 } } @@ -398111,15 +399501,15 @@ "binop": null }, "value": "surfer", - "start": 51588, - "end": 51594, + "start": 51742, + "end": 51748, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 32 }, "end": { - "line": 1440, + "line": 1445, "column": 38 } } @@ -398137,15 +399527,15 @@ "binop": null, "updateContext": null }, - "start": 51594, - "end": 51595, + "start": 51748, + "end": 51749, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 38 }, "end": { - "line": 1440, + "line": 1445, "column": 39 } } @@ -398163,15 +399553,15 @@ "binop": null }, "value": "empty", - "start": 51595, - "end": 51600, + "start": 51749, + "end": 51754, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 39 }, "end": { - "line": 1440, + "line": 1445, "column": 44 } } @@ -398188,15 +399578,15 @@ "postfix": false, "binop": null }, - "start": 51600, - "end": 51601, + "start": 51754, + "end": 51755, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 44 }, "end": { - "line": 1440, + "line": 1445, "column": 45 } } @@ -398213,15 +399603,15 @@ "postfix": false, "binop": null }, - "start": 51601, - "end": 51602, + "start": 51755, + "end": 51756, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 45 }, "end": { - "line": 1440, + "line": 1445, "column": 46 } } @@ -398239,15 +399629,15 @@ "binop": null, "updateContext": null }, - "start": 51602, - "end": 51603, + "start": 51756, + "end": 51757, "loc": { "start": { - "line": 1440, + "line": 1445, "column": 46 }, "end": { - "line": 1440, + "line": 1445, "column": 47 } } @@ -398264,15 +399654,15 @@ "postfix": false, "binop": null }, - "start": 51620, - "end": 51621, + "start": 51774, + "end": 51775, "loc": { "start": { - "line": 1441, + "line": 1446, "column": 16 }, "end": { - "line": 1441, + "line": 1446, "column": 17 } } @@ -398292,15 +399682,15 @@ "updateContext": null }, "value": "break", - "start": 51638, - "end": 51643, + "start": 51792, + "end": 51797, "loc": { "start": { - "line": 1442, + "line": 1447, "column": 16 }, "end": { - "line": 1442, + "line": 1447, "column": 21 } } @@ -398318,15 +399708,15 @@ "binop": null, "updateContext": null }, - "start": 51643, - "end": 51644, + "start": 51797, + "end": 51798, "loc": { "start": { - "line": 1442, + "line": 1447, "column": 21 }, "end": { - "line": 1442, + "line": 1447, "column": 22 } } @@ -398346,15 +399736,15 @@ "updateContext": null }, "value": "case", - "start": 51658, - "end": 51662, + "start": 51812, + "end": 51816, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 12 }, "end": { - "line": 1444, + "line": 1449, "column": 16 } } @@ -398372,15 +399762,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 51663, - "end": 51673, + "start": 51817, + "end": 51827, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 17 }, "end": { - "line": 1444, + "line": 1449, "column": 27 } } @@ -398398,15 +399788,15 @@ "binop": null, "updateContext": null }, - "start": 51673, - "end": 51674, + "start": 51827, + "end": 51828, "loc": { "start": { - "line": 1444, + "line": 1449, "column": 27 }, "end": { - "line": 1444, + "line": 1449, "column": 28 } } @@ -398426,15 +399816,15 @@ "updateContext": null }, "value": "case", - "start": 51687, - "end": 51691, + "start": 51841, + "end": 51845, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 12 }, "end": { - "line": 1445, + "line": 1450, "column": 16 } } @@ -398452,15 +399842,15 @@ "binop": null }, "value": "ANIMATION", - "start": 51692, - "end": 51701, + "start": 51846, + "end": 51855, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 17 }, "end": { - "line": 1445, + "line": 1450, "column": 26 } } @@ -398478,15 +399868,15 @@ "binop": null, "updateContext": null }, - "start": 51701, - "end": 51702, + "start": 51855, + "end": 51856, "loc": { "start": { - "line": 1445, + "line": 1450, "column": 26 }, "end": { - "line": 1445, + "line": 1450, "column": 27 } } @@ -398494,15 +399884,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51719, - "end": 51730, + "start": 51873, + "end": 51884, "loc": { "start": { - "line": 1446, + "line": 1451, "column": 16 }, "end": { - "line": 1446, + "line": 1451, "column": 27 } } @@ -398522,15 +399912,15 @@ "updateContext": null }, "value": "this", - "start": 51747, - "end": 51751, + "start": 51901, + "end": 51905, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 16 }, "end": { - "line": 1447, + "line": 1452, "column": 20 } } @@ -398548,15 +399938,15 @@ "binop": null, "updateContext": null }, - "start": 51751, - "end": 51752, + "start": 51905, + "end": 51906, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 20 }, "end": { - "line": 1447, + "line": 1452, "column": 21 } } @@ -398574,15 +399964,15 @@ "binop": null }, "value": "player", - "start": 51752, - "end": 51758, + "start": 51906, + "end": 51912, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 21 }, "end": { - "line": 1447, + "line": 1452, "column": 27 } } @@ -398600,15 +399990,15 @@ "binop": null, "updateContext": null }, - "start": 51758, - "end": 51759, + "start": 51912, + "end": 51913, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 27 }, "end": { - "line": 1447, + "line": 1452, "column": 28 } } @@ -398626,15 +400016,15 @@ "binop": null }, "value": "recordCanvas", - "start": 51759, - "end": 51771, + "start": 51913, + "end": 51925, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 28 }, "end": { - "line": 1447, + "line": 1452, "column": 40 } } @@ -398652,15 +400042,15 @@ "binop": null, "updateContext": null }, - "start": 51771, - "end": 51772, + "start": 51925, + "end": 51926, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 40 }, "end": { - "line": 1447, + "line": 1452, "column": 41 } } @@ -398678,15 +400068,15 @@ "binop": null }, "value": "hide", - "start": 51772, - "end": 51776, + "start": 51926, + "end": 51930, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 41 }, "end": { - "line": 1447, + "line": 1452, "column": 45 } } @@ -398703,15 +400093,15 @@ "postfix": false, "binop": null }, - "start": 51776, - "end": 51777, + "start": 51930, + "end": 51931, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 45 }, "end": { - "line": 1447, + "line": 1452, "column": 46 } } @@ -398728,15 +400118,15 @@ "postfix": false, "binop": null }, - "start": 51777, - "end": 51778, + "start": 51931, + "end": 51932, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 46 }, "end": { - "line": 1447, + "line": 1452, "column": 47 } } @@ -398754,15 +400144,15 @@ "binop": null, "updateContext": null }, - "start": 51778, - "end": 51779, + "start": 51932, + "end": 51933, "loc": { "start": { - "line": 1447, + "line": 1452, "column": 47 }, "end": { - "line": 1447, + "line": 1452, "column": 48 } } @@ -398782,15 +400172,15 @@ "updateContext": null }, "value": "this", - "start": 51796, - "end": 51800, + "start": 51950, + "end": 51954, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 16 }, "end": { - "line": 1448, + "line": 1453, "column": 20 } } @@ -398808,15 +400198,15 @@ "binop": null, "updateContext": null }, - "start": 51800, - "end": 51801, + "start": 51954, + "end": 51955, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 20 }, "end": { - "line": 1448, + "line": 1453, "column": 21 } } @@ -398834,15 +400224,15 @@ "binop": null }, "value": "player", - "start": 51801, - "end": 51807, + "start": 51955, + "end": 51961, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 21 }, "end": { - "line": 1448, + "line": 1453, "column": 27 } } @@ -398860,15 +400250,15 @@ "binop": null, "updateContext": null }, - "start": 51807, - "end": 51808, + "start": 51961, + "end": 51962, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 27 }, "end": { - "line": 1448, + "line": 1453, "column": 28 } } @@ -398886,15 +400276,15 @@ "binop": null }, "value": "cameraButton", - "start": 51808, - "end": 51820, + "start": 51962, + "end": 51974, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 28 }, "end": { - "line": 1448, + "line": 1453, "column": 40 } } @@ -398912,15 +400302,15 @@ "binop": null, "updateContext": null }, - "start": 51820, - "end": 51821, + "start": 51974, + "end": 51975, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 40 }, "end": { - "line": 1448, + "line": 1453, "column": 41 } } @@ -398938,15 +400328,15 @@ "binop": null }, "value": "hide", - "start": 51821, - "end": 51825, + "start": 51975, + "end": 51979, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 41 }, "end": { - "line": 1448, + "line": 1453, "column": 45 } } @@ -398963,15 +400353,15 @@ "postfix": false, "binop": null }, - "start": 51825, - "end": 51826, + "start": 51979, + "end": 51980, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 45 }, "end": { - "line": 1448, + "line": 1453, "column": 46 } } @@ -398988,15 +400378,15 @@ "postfix": false, "binop": null }, - "start": 51826, - "end": 51827, + "start": 51980, + "end": 51981, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 46 }, "end": { - "line": 1448, + "line": 1453, "column": 47 } } @@ -399014,15 +400404,15 @@ "binop": null, "updateContext": null }, - "start": 51827, - "end": 51828, + "start": 51981, + "end": 51982, "loc": { "start": { - "line": 1448, + "line": 1453, "column": 47 }, "end": { - "line": 1448, + "line": 1453, "column": 48 } } @@ -399042,15 +400432,15 @@ "updateContext": null }, "value": "break", - "start": 51845, - "end": 51850, + "start": 51999, + "end": 52004, "loc": { "start": { - "line": 1449, + "line": 1454, "column": 16 }, "end": { - "line": 1449, + "line": 1454, "column": 21 } } @@ -399068,15 +400458,15 @@ "binop": null, "updateContext": null }, - "start": 51850, - "end": 51851, + "start": 52004, + "end": 52005, "loc": { "start": { - "line": 1449, + "line": 1454, "column": 21 }, "end": { - "line": 1449, + "line": 1454, "column": 22 } } @@ -399093,15 +400483,15 @@ "postfix": false, "binop": null }, - "start": 51860, - "end": 51861, + "start": 52014, + "end": 52015, "loc": { "start": { - "line": 1450, + "line": 1455, "column": 8 }, "end": { - "line": 1450, + "line": 1455, "column": 9 } } @@ -399109,15 +400499,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 51871, - "end": 51891, + "start": 52025, + "end": 52045, "loc": { "start": { - "line": 1452, + "line": 1457, "column": 8 }, "end": { - "line": 1452, + "line": 1457, "column": 28 } } @@ -399137,15 +400527,15 @@ "updateContext": null }, "value": "if", - "start": 51900, - "end": 51902, + "start": 52054, + "end": 52056, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 8 }, "end": { - "line": 1453, + "line": 1458, "column": 10 } } @@ -399162,15 +400552,15 @@ "postfix": false, "binop": null }, - "start": 51903, - "end": 51904, + "start": 52057, + "end": 52058, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 11 }, "end": { - "line": 1453, + "line": 1458, "column": 12 } } @@ -399190,15 +400580,15 @@ "updateContext": null }, "value": "this", - "start": 51904, - "end": 51908, + "start": 52058, + "end": 52062, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 12 }, "end": { - "line": 1453, + "line": 1458, "column": 16 } } @@ -399216,15 +400606,15 @@ "binop": null, "updateContext": null }, - "start": 51908, - "end": 51909, + "start": 52062, + "end": 52063, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 16 }, "end": { - "line": 1453, + "line": 1458, "column": 17 } } @@ -399242,15 +400632,15 @@ "binop": null }, "value": "player", - "start": 51909, - "end": 51915, + "start": 52063, + "end": 52069, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 17 }, "end": { - "line": 1453, + "line": 1458, "column": 23 } } @@ -399268,15 +400658,15 @@ "binop": null, "updateContext": null }, - "start": 51915, - "end": 51916, + "start": 52069, + "end": 52070, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 23 }, "end": { - "line": 1453, + "line": 1458, "column": 24 } } @@ -399294,15 +400684,15 @@ "binop": null }, "value": "controlBar", - "start": 51916, - "end": 51926, + "start": 52070, + "end": 52080, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 34 } } @@ -399320,15 +400710,15 @@ "binop": null, "updateContext": null }, - "start": 51926, - "end": 51927, + "start": 52080, + "end": 52081, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 34 }, "end": { - "line": 1453, + "line": 1458, "column": 35 } } @@ -399346,15 +400736,15 @@ "binop": null }, "value": "playToggle", - "start": 51927, - "end": 51937, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 35 }, "end": { - "line": 1453, + "line": 1458, "column": 45 } } @@ -399373,15 +400763,15 @@ "updateContext": null }, "value": "!==", - "start": 51938, - "end": 51941, + "start": 52092, + "end": 52095, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 46 }, "end": { - "line": 1453, + "line": 1458, "column": 49 } } @@ -399399,15 +400789,15 @@ "binop": null }, "value": "undefined", - "start": 51942, - "end": 51951, + "start": 52096, + "end": 52105, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 50 }, "end": { - "line": 1453, + "line": 1458, "column": 59 } } @@ -399424,15 +400814,15 @@ "postfix": false, "binop": null }, - "start": 51951, - "end": 51952, + "start": 52105, + "end": 52106, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 59 }, "end": { - "line": 1453, + "line": 1458, "column": 60 } } @@ -399449,15 +400839,15 @@ "postfix": false, "binop": null }, - "start": 51953, - "end": 51954, + "start": 52107, + "end": 52108, "loc": { "start": { - "line": 1453, + "line": 1458, "column": 61 }, "end": { - "line": 1453, + "line": 1458, "column": 62 } } @@ -399477,15 +400867,15 @@ "updateContext": null }, "value": "this", - "start": 51967, - "end": 51971, + "start": 52121, + "end": 52125, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 12 }, "end": { - "line": 1454, + "line": 1459, "column": 16 } } @@ -399503,15 +400893,15 @@ "binop": null, "updateContext": null }, - "start": 51971, - "end": 51972, + "start": 52125, + "end": 52126, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 16 }, "end": { - "line": 1454, + "line": 1459, "column": 17 } } @@ -399529,15 +400919,15 @@ "binop": null }, "value": "player", - "start": 51972, - "end": 51978, + "start": 52126, + "end": 52132, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 17 }, "end": { - "line": 1454, + "line": 1459, "column": 23 } } @@ -399555,15 +400945,15 @@ "binop": null, "updateContext": null }, - "start": 51978, - "end": 51979, + "start": 52132, + "end": 52133, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 23 }, "end": { - "line": 1454, + "line": 1459, "column": 24 } } @@ -399581,15 +400971,15 @@ "binop": null }, "value": "controlBar", - "start": 51979, - "end": 51989, + "start": 52133, + "end": 52143, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 24 }, "end": { - "line": 1454, + "line": 1459, "column": 34 } } @@ -399607,15 +400997,15 @@ "binop": null, "updateContext": null }, - "start": 51989, - "end": 51990, + "start": 52143, + "end": 52144, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 34 }, "end": { - "line": 1454, + "line": 1459, "column": 35 } } @@ -399633,15 +401023,15 @@ "binop": null }, "value": "playToggle", - "start": 51990, - "end": 52000, + "start": 52144, + "end": 52154, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 35 }, "end": { - "line": 1454, + "line": 1459, "column": 45 } } @@ -399659,15 +401049,15 @@ "binop": null, "updateContext": null }, - "start": 52000, - "end": 52001, + "start": 52154, + "end": 52155, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 45 }, "end": { - "line": 1454, + "line": 1459, "column": 46 } } @@ -399685,15 +401075,15 @@ "binop": null }, "value": "hide", - "start": 52001, - "end": 52005, + "start": 52155, + "end": 52159, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 46 }, "end": { - "line": 1454, + "line": 1459, "column": 50 } } @@ -399710,15 +401100,15 @@ "postfix": false, "binop": null }, - "start": 52005, - "end": 52006, + "start": 52159, + "end": 52160, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 50 }, "end": { - "line": 1454, + "line": 1459, "column": 51 } } @@ -399735,15 +401125,15 @@ "postfix": false, "binop": null }, - "start": 52006, - "end": 52007, + "start": 52160, + "end": 52161, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 51 }, "end": { - "line": 1454, + "line": 1459, "column": 52 } } @@ -399761,15 +401151,15 @@ "binop": null, "updateContext": null }, - "start": 52007, - "end": 52008, + "start": 52161, + "end": 52162, "loc": { "start": { - "line": 1454, + "line": 1459, "column": 52 }, "end": { - "line": 1454, + "line": 1459, "column": 53 } } @@ -399786,15 +401176,15 @@ "postfix": false, "binop": null }, - "start": 52017, - "end": 52018, + "start": 52171, + "end": 52172, "loc": { "start": { - "line": 1455, + "line": 1460, "column": 8 }, "end": { - "line": 1455, + "line": 1460, "column": 9 } } @@ -399802,15 +401192,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52028, - "end": 52059, + "start": 52182, + "end": 52213, "loc": { "start": { - "line": 1457, + "line": 1462, "column": 8 }, "end": { - "line": 1457, + "line": 1462, "column": 39 } } @@ -399830,15 +401220,15 @@ "updateContext": null }, "value": "this", - "start": 52068, - "end": 52072, + "start": 52222, + "end": 52226, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 8 }, "end": { - "line": 1458, + "line": 1463, "column": 12 } } @@ -399856,15 +401246,15 @@ "binop": null, "updateContext": null }, - "start": 52072, - "end": 52073, + "start": 52226, + "end": 52227, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 12 }, "end": { - "line": 1458, + "line": 1463, "column": 13 } } @@ -399882,15 +401272,15 @@ "binop": null }, "value": "player", - "start": 52073, - "end": 52079, + "start": 52227, + "end": 52233, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 13 }, "end": { - "line": 1458, + "line": 1463, "column": 19 } } @@ -399908,15 +401298,15 @@ "binop": null, "updateContext": null }, - "start": 52079, - "end": 52080, + "start": 52233, + "end": 52234, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 19 }, "end": { - "line": 1458, + "line": 1463, "column": 20 } } @@ -399934,15 +401324,15 @@ "binop": null }, "value": "deviceButton", - "start": 52080, - "end": 52092, + "start": 52234, + "end": 52246, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 20 }, "end": { - "line": 1458, + "line": 1463, "column": 32 } } @@ -399960,15 +401350,15 @@ "binop": null, "updateContext": null }, - "start": 52092, - "end": 52093, + "start": 52246, + "end": 52247, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 32 }, "end": { - "line": 1458, + "line": 1463, "column": 33 } } @@ -399986,15 +401376,15 @@ "binop": null }, "value": "show", - "start": 52093, - "end": 52097, + "start": 52247, + "end": 52251, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 33 }, "end": { - "line": 1458, + "line": 1463, "column": 37 } } @@ -400011,15 +401401,15 @@ "postfix": false, "binop": null }, - "start": 52097, - "end": 52098, + "start": 52251, + "end": 52252, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 37 }, "end": { - "line": 1458, + "line": 1463, "column": 38 } } @@ -400036,15 +401426,15 @@ "postfix": false, "binop": null }, - "start": 52098, - "end": 52099, + "start": 52252, + "end": 52253, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 38 }, "end": { - "line": 1458, + "line": 1463, "column": 39 } } @@ -400062,15 +401452,15 @@ "binop": null, "updateContext": null }, - "start": 52099, - "end": 52100, + "start": 52253, + "end": 52254, "loc": { "start": { - "line": 1458, + "line": 1463, "column": 39 }, "end": { - "line": 1458, + "line": 1463, "column": 40 } } @@ -400078,15 +401468,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52110, - "end": 52131, + "start": 52264, + "end": 52285, "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 29 } } @@ -400106,15 +401496,15 @@ "updateContext": null }, "value": "this", - "start": 52140, - "end": 52144, + "start": 52294, + "end": 52298, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 8 }, "end": { - "line": 1461, + "line": 1466, "column": 12 } } @@ -400132,15 +401522,15 @@ "binop": null, "updateContext": null }, - "start": 52144, - "end": 52145, + "start": 52298, + "end": 52299, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 12 }, "end": { - "line": 1461, + "line": 1466, "column": 13 } } @@ -400158,15 +401548,15 @@ "binop": null }, "value": "player", - "start": 52145, - "end": 52151, + "start": 52299, + "end": 52305, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 13 }, "end": { - "line": 1461, + "line": 1466, "column": 19 } } @@ -400184,15 +401574,15 @@ "binop": null, "updateContext": null }, - "start": 52151, - "end": 52152, + "start": 52305, + "end": 52306, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 19 }, "end": { - "line": 1461, + "line": 1466, "column": 20 } } @@ -400210,15 +401600,15 @@ "binop": null }, "value": "recordToggle", - "start": 52152, - "end": 52164, + "start": 52306, + "end": 52318, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 20 }, "end": { - "line": 1461, + "line": 1466, "column": 32 } } @@ -400236,15 +401626,15 @@ "binop": null, "updateContext": null }, - "start": 52164, - "end": 52165, + "start": 52318, + "end": 52319, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 32 }, "end": { - "line": 1461, + "line": 1466, "column": 33 } } @@ -400262,15 +401652,15 @@ "binop": null }, "value": "hide", - "start": 52165, - "end": 52169, + "start": 52319, + "end": 52323, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 33 }, "end": { - "line": 1461, + "line": 1466, "column": 37 } } @@ -400287,15 +401677,15 @@ "postfix": false, "binop": null }, - "start": 52169, - "end": 52170, + "start": 52323, + "end": 52324, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 37 }, "end": { - "line": 1461, + "line": 1466, "column": 38 } } @@ -400312,15 +401702,15 @@ "postfix": false, "binop": null }, - "start": 52170, - "end": 52171, + "start": 52324, + "end": 52325, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 38 }, "end": { - "line": 1461, + "line": 1466, "column": 39 } } @@ -400338,15 +401728,15 @@ "binop": null, "updateContext": null }, - "start": 52171, - "end": 52172, + "start": 52325, + "end": 52326, "loc": { "start": { - "line": 1461, + "line": 1466, "column": 39 }, "end": { - "line": 1461, + "line": 1466, "column": 40 } } @@ -400354,15 +401744,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52182, - "end": 52234, + "start": 52336, + "end": 52388, "loc": { "start": { - "line": 1463, + "line": 1468, "column": 8 }, "end": { - "line": 1463, + "line": 1468, "column": 60 } } @@ -400370,15 +401760,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52243, - "end": 52256, + "start": 52397, + "end": 52410, "loc": { "start": { - "line": 1464, + "line": 1469, "column": 8 }, "end": { - "line": 1464, + "line": 1469, "column": 21 } } @@ -400398,15 +401788,15 @@ "updateContext": null }, "value": "this", - "start": 52265, - "end": 52269, + "start": 52419, + "end": 52423, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 8 }, "end": { - "line": 1465, + "line": 1470, "column": 12 } } @@ -400424,15 +401814,15 @@ "binop": null, "updateContext": null }, - "start": 52269, - "end": 52270, + "start": 52423, + "end": 52424, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 12 }, "end": { - "line": 1465, + "line": 1470, "column": 13 } } @@ -400450,15 +401840,15 @@ "binop": null }, "value": "player", - "start": 52270, - "end": 52276, + "start": 52424, + "end": 52430, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 13 }, "end": { - "line": 1465, + "line": 1470, "column": 19 } } @@ -400476,15 +401866,15 @@ "binop": null, "updateContext": null }, - "start": 52276, - "end": 52277, + "start": 52430, + "end": 52431, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 19 }, "end": { - "line": 1465, + "line": 1470, "column": 20 } } @@ -400502,15 +401892,15 @@ "binop": null }, "value": "one", - "start": 52277, - "end": 52280, + "start": 52431, + "end": 52434, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 20 }, "end": { - "line": 1465, + "line": 1470, "column": 23 } } @@ -400527,15 +401917,15 @@ "postfix": false, "binop": null }, - "start": 52280, - "end": 52281, + "start": 52434, + "end": 52435, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 23 }, "end": { - "line": 1465, + "line": 1470, "column": 24 } } @@ -400553,15 +401943,15 @@ "binop": null }, "value": "Event", - "start": 52281, - "end": 52286, + "start": 52435, + "end": 52440, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 24 }, "end": { - "line": 1465, + "line": 1470, "column": 29 } } @@ -400579,15 +401969,15 @@ "binop": null, "updateContext": null }, - "start": 52286, - "end": 52287, + "start": 52440, + "end": 52441, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 29 }, "end": { - "line": 1465, + "line": 1470, "column": 30 } } @@ -400605,15 +401995,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 52287, - "end": 52301, + "start": 52441, + "end": 52455, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 30 }, "end": { - "line": 1465, + "line": 1470, "column": 44 } } @@ -400631,15 +402021,15 @@ "binop": null, "updateContext": null }, - "start": 52301, - "end": 52302, + "start": 52455, + "end": 52456, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 44 }, "end": { - "line": 1465, + "line": 1470, "column": 45 } } @@ -400656,15 +402046,15 @@ "postfix": false, "binop": null }, - "start": 52303, - "end": 52304, + "start": 52457, + "end": 52458, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 46 }, "end": { - "line": 1465, + "line": 1470, "column": 47 } } @@ -400681,15 +402071,15 @@ "postfix": false, "binop": null }, - "start": 52304, - "end": 52305, + "start": 52458, + "end": 52459, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 47 }, "end": { - "line": 1465, + "line": 1470, "column": 48 } } @@ -400707,15 +402097,15 @@ "binop": null, "updateContext": null }, - "start": 52306, - "end": 52308, + "start": 52460, + "end": 52462, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 49 }, "end": { - "line": 1465, + "line": 1470, "column": 51 } } @@ -400732,15 +402122,15 @@ "postfix": false, "binop": null }, - "start": 52309, - "end": 52310, + "start": 52463, + "end": 52464, "loc": { "start": { - "line": 1465, + "line": 1470, "column": 52 }, "end": { - "line": 1465, + "line": 1470, "column": 53 } } @@ -400748,15 +402138,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52323, - "end": 52349, + "start": 52477, + "end": 52503, "loc": { "start": { - "line": 1466, + "line": 1471, "column": 12 }, "end": { - "line": 1466, + "line": 1471, "column": 38 } } @@ -400776,15 +402166,15 @@ "updateContext": null }, "value": "this", - "start": 52362, - "end": 52366, + "start": 52516, + "end": 52520, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 12 }, "end": { - "line": 1467, + "line": 1472, "column": 16 } } @@ -400802,15 +402192,15 @@ "binop": null, "updateContext": null }, - "start": 52366, - "end": 52367, + "start": 52520, + "end": 52521, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 17 } } @@ -400828,15 +402218,15 @@ "binop": null }, "value": "setDuration", - "start": 52367, - "end": 52378, + "start": 52521, + "end": 52532, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 17 }, "end": { - "line": 1467, + "line": 1472, "column": 28 } } @@ -400853,15 +402243,15 @@ "postfix": false, "binop": null }, - "start": 52378, - "end": 52379, + "start": 52532, + "end": 52533, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 28 }, "end": { - "line": 1467, + "line": 1472, "column": 29 } } @@ -400881,15 +402271,15 @@ "updateContext": null }, "value": "this", - "start": 52379, - "end": 52383, + "start": 52533, + "end": 52537, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 29 }, "end": { - "line": 1467, + "line": 1472, "column": 33 } } @@ -400907,15 +402297,15 @@ "binop": null, "updateContext": null }, - "start": 52383, - "end": 52384, + "start": 52537, + "end": 52538, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 33 }, "end": { - "line": 1467, + "line": 1472, "column": 34 } } @@ -400933,15 +402323,15 @@ "binop": null }, "value": "maxLength", - "start": 52384, - "end": 52393, + "start": 52538, + "end": 52547, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 34 }, "end": { - "line": 1467, + "line": 1472, "column": 43 } } @@ -400958,15 +402348,15 @@ "postfix": false, "binop": null }, - "start": 52393, - "end": 52394, + "start": 52547, + "end": 52548, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 43 }, "end": { - "line": 1467, + "line": 1472, "column": 44 } } @@ -400984,15 +402374,15 @@ "binop": null, "updateContext": null }, - "start": 52394, - "end": 52395, + "start": 52548, + "end": 52549, "loc": { "start": { - "line": 1467, + "line": 1472, "column": 44 }, "end": { - "line": 1467, + "line": 1472, "column": 45 } } @@ -401009,15 +402399,15 @@ "postfix": false, "binop": null }, - "start": 52404, - "end": 52405, + "start": 52558, + "end": 52559, "loc": { "start": { - "line": 1468, + "line": 1473, "column": 8 }, "end": { - "line": 1468, + "line": 1473, "column": 9 } } @@ -401034,15 +402424,15 @@ "postfix": false, "binop": null }, - "start": 52405, - "end": 52406, + "start": 52559, + "end": 52560, "loc": { "start": { - "line": 1468, + "line": 1473, "column": 9 }, "end": { - "line": 1468, + "line": 1473, "column": 10 } } @@ -401060,15 +402450,15 @@ "binop": null, "updateContext": null }, - "start": 52406, - "end": 52407, + "start": 52560, + "end": 52561, "loc": { "start": { - "line": 1468, + "line": 1473, "column": 10 }, "end": { - "line": 1468, + "line": 1473, "column": 11 } } @@ -401085,15 +402475,15 @@ "postfix": false, "binop": null }, - "start": 52412, - "end": 52413, + "start": 52566, + "end": 52567, "loc": { "start": { - "line": 1469, + "line": 1474, "column": 4 }, "end": { - "line": 1469, + "line": 1474, "column": 5 } } @@ -401101,15 +402491,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52419, - "end": 52486, + "start": 52573, + "end": 52640, "loc": { "start": { - "line": 1471, + "line": 1476, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -401127,15 +402517,15 @@ "binop": null }, "value": "resetState", - "start": 52491, - "end": 52501, + "start": 52645, + "end": 52655, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1475, + "line": 1480, "column": 14 } } @@ -401152,15 +402542,15 @@ "postfix": false, "binop": null }, - "start": 52501, - "end": 52502, + "start": 52655, + "end": 52656, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 14 }, "end": { - "line": 1475, + "line": 1480, "column": 15 } } @@ -401177,15 +402567,15 @@ "postfix": false, "binop": null }, - "start": 52502, - "end": 52503, + "start": 52656, + "end": 52657, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 15 }, "end": { - "line": 1475, + "line": 1480, "column": 16 } } @@ -401202,15 +402592,15 @@ "postfix": false, "binop": null }, - "start": 52504, - "end": 52505, + "start": 52658, + "end": 52659, "loc": { "start": { - "line": 1475, + "line": 1480, "column": 17 }, "end": { - "line": 1475, + "line": 1480, "column": 18 } } @@ -401230,15 +402620,15 @@ "updateContext": null }, "value": "this", - "start": 52514, - "end": 52518, + "start": 52668, + "end": 52672, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 12 } } @@ -401256,15 +402646,15 @@ "binop": null, "updateContext": null }, - "start": 52518, - "end": 52519, + "start": 52672, + "end": 52673, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 12 }, "end": { - "line": 1476, + "line": 1481, "column": 13 } } @@ -401282,15 +402672,15 @@ "binop": null }, "value": "_recording", - "start": 52519, - "end": 52529, + "start": 52673, + "end": 52683, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 13 }, "end": { - "line": 1476, + "line": 1481, "column": 23 } } @@ -401309,15 +402699,15 @@ "updateContext": null }, "value": "=", - "start": 52530, - "end": 52531, + "start": 52684, + "end": 52685, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 24 }, "end": { - "line": 1476, + "line": 1481, "column": 25 } } @@ -401337,15 +402727,15 @@ "updateContext": null }, "value": "false", - "start": 52532, - "end": 52537, + "start": 52686, + "end": 52691, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 26 }, "end": { - "line": 1476, + "line": 1481, "column": 31 } } @@ -401363,15 +402753,15 @@ "binop": null, "updateContext": null }, - "start": 52537, - "end": 52538, + "start": 52691, + "end": 52692, "loc": { "start": { - "line": 1476, + "line": 1481, "column": 31 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } } @@ -401391,15 +402781,15 @@ "updateContext": null }, "value": "this", - "start": 52547, - "end": 52551, + "start": 52701, + "end": 52705, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 12 } } @@ -401417,15 +402807,15 @@ "binop": null, "updateContext": null }, - "start": 52551, - "end": 52552, + "start": 52705, + "end": 52706, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 12 }, "end": { - "line": 1477, + "line": 1482, "column": 13 } } @@ -401443,15 +402833,15 @@ "binop": null }, "value": "_processing", - "start": 52552, - "end": 52563, + "start": 52706, + "end": 52717, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 13 }, "end": { - "line": 1477, + "line": 1482, "column": 24 } } @@ -401470,15 +402860,15 @@ "updateContext": null }, "value": "=", - "start": 52564, - "end": 52565, + "start": 52718, + "end": 52719, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 25 }, "end": { - "line": 1477, + "line": 1482, "column": 26 } } @@ -401498,15 +402888,15 @@ "updateContext": null }, "value": "false", - "start": 52566, - "end": 52571, + "start": 52720, + "end": 52725, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 27 }, "end": { - "line": 1477, + "line": 1482, "column": 32 } } @@ -401524,15 +402914,15 @@ "binop": null, "updateContext": null }, - "start": 52571, - "end": 52572, + "start": 52725, + "end": 52726, "loc": { "start": { - "line": 1477, + "line": 1482, "column": 32 }, "end": { - "line": 1477, + "line": 1482, "column": 33 } } @@ -401552,15 +402942,15 @@ "updateContext": null }, "value": "this", - "start": 52581, - "end": 52585, + "start": 52735, + "end": 52739, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 8 }, "end": { - "line": 1478, + "line": 1483, "column": 12 } } @@ -401578,15 +402968,15 @@ "binop": null, "updateContext": null }, - "start": 52585, - "end": 52586, + "start": 52739, + "end": 52740, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 12 }, "end": { - "line": 1478, + "line": 1483, "column": 13 } } @@ -401604,15 +402994,15 @@ "binop": null }, "value": "_deviceActive", - "start": 52586, - "end": 52599, + "start": 52740, + "end": 52753, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 13 }, "end": { - "line": 1478, + "line": 1483, "column": 26 } } @@ -401631,15 +403021,15 @@ "updateContext": null }, "value": "=", - "start": 52600, - "end": 52601, + "start": 52754, + "end": 52755, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 27 }, "end": { - "line": 1478, + "line": 1483, "column": 28 } } @@ -401659,15 +403049,15 @@ "updateContext": null }, "value": "false", - "start": 52602, - "end": 52607, + "start": 52756, + "end": 52761, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 29 }, "end": { - "line": 1478, + "line": 1483, "column": 34 } } @@ -401685,15 +403075,15 @@ "binop": null, "updateContext": null }, - "start": 52607, - "end": 52608, + "start": 52761, + "end": 52762, "loc": { "start": { - "line": 1478, + "line": 1483, "column": 34 }, "end": { - "line": 1478, + "line": 1483, "column": 35 } } @@ -401713,15 +403103,15 @@ "updateContext": null }, "value": "this", - "start": 52617, - "end": 52621, + "start": 52771, + "end": 52775, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 12 } } @@ -401739,15 +403129,15 @@ "binop": null, "updateContext": null }, - "start": 52621, - "end": 52622, + "start": 52775, + "end": 52776, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 12 }, "end": { - "line": 1479, + "line": 1484, "column": 13 } } @@ -401765,15 +403155,15 @@ "binop": null }, "value": "devices", - "start": 52622, - "end": 52629, + "start": 52776, + "end": 52783, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 13 }, "end": { - "line": 1479, + "line": 1484, "column": 20 } } @@ -401792,15 +403182,15 @@ "updateContext": null }, "value": "=", - "start": 52630, - "end": 52631, + "start": 52784, + "end": 52785, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 21 }, "end": { - "line": 1479, + "line": 1484, "column": 22 } } @@ -401818,15 +403208,15 @@ "binop": null, "updateContext": null }, - "start": 52632, - "end": 52633, + "start": 52786, + "end": 52787, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 23 }, "end": { - "line": 1479, + "line": 1484, "column": 24 } } @@ -401844,15 +403234,15 @@ "binop": null, "updateContext": null }, - "start": 52633, - "end": 52634, + "start": 52787, + "end": 52788, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 24 }, "end": { - "line": 1479, + "line": 1484, "column": 25 } } @@ -401870,15 +403260,15 @@ "binop": null, "updateContext": null }, - "start": 52634, - "end": 52635, + "start": 52788, + "end": 52789, "loc": { "start": { - "line": 1479, + "line": 1484, "column": 25 }, "end": { - "line": 1479, + "line": 1484, "column": 26 } } @@ -401895,15 +403285,15 @@ "postfix": false, "binop": null }, - "start": 52640, - "end": 52641, + "start": 52794, + "end": 52795, "loc": { "start": { - "line": 1480, + "line": 1485, "column": 4 }, "end": { - "line": 1480, + "line": 1485, "column": 5 } } @@ -401911,15 +403301,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52647, - "end": 52717, + "start": 52801, + "end": 52871, "loc": { "start": { - "line": 1482, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1490, "column": 7 } } @@ -401937,15 +403327,15 @@ "binop": null }, "value": "removeRecording", - "start": 52722, - "end": 52737, + "start": 52876, + "end": 52891, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 4 }, "end": { - "line": 1486, + "line": 1491, "column": 19 } } @@ -401962,15 +403352,15 @@ "postfix": false, "binop": null }, - "start": 52737, - "end": 52738, + "start": 52891, + "end": 52892, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 19 }, "end": { - "line": 1486, + "line": 1491, "column": 20 } } @@ -401987,15 +403377,15 @@ "postfix": false, "binop": null }, - "start": 52738, - "end": 52739, + "start": 52892, + "end": 52893, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 20 }, "end": { - "line": 1486, + "line": 1491, "column": 21 } } @@ -402012,15 +403402,15 @@ "postfix": false, "binop": null }, - "start": 52740, - "end": 52741, + "start": 52894, + "end": 52895, "loc": { "start": { - "line": 1486, + "line": 1491, "column": 22 }, "end": { - "line": 1486, + "line": 1491, "column": 23 } } @@ -402040,15 +403430,15 @@ "updateContext": null }, "value": "if", - "start": 52750, - "end": 52752, + "start": 52904, + "end": 52906, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 8 }, "end": { - "line": 1487, + "line": 1492, "column": 10 } } @@ -402065,15 +403455,15 @@ "postfix": false, "binop": null }, - "start": 52753, - "end": 52754, + "start": 52907, + "end": 52908, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 11 }, "end": { - "line": 1487, + "line": 1492, "column": 12 } } @@ -402093,15 +403483,15 @@ "updateContext": null }, "value": "this", - "start": 52754, - "end": 52758, + "start": 52908, + "end": 52912, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 12 }, "end": { - "line": 1487, + "line": 1492, "column": 16 } } @@ -402119,15 +403509,15 @@ "binop": null, "updateContext": null }, - "start": 52758, - "end": 52759, + "start": 52912, + "end": 52913, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 16 }, "end": { - "line": 1487, + "line": 1492, "column": 17 } } @@ -402145,15 +403535,15 @@ "binop": null }, "value": "mediaElement", - "start": 52759, - "end": 52771, + "start": 52913, + "end": 52925, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 17 }, "end": { - "line": 1487, + "line": 1492, "column": 29 } } @@ -402172,15 +403562,15 @@ "updateContext": null }, "value": "&&", - "start": 52772, - "end": 52774, + "start": 52926, + "end": 52928, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 30 }, "end": { - "line": 1487, + "line": 1492, "column": 32 } } @@ -402200,15 +403590,15 @@ "updateContext": null }, "value": "this", - "start": 52775, - "end": 52779, + "start": 52929, + "end": 52933, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } @@ -402226,15 +403616,15 @@ "binop": null, "updateContext": null }, - "start": 52779, - "end": 52780, + "start": 52933, + "end": 52934, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 37 }, "end": { - "line": 1487, + "line": 1492, "column": 38 } } @@ -402252,15 +403642,15 @@ "binop": null }, "value": "mediaElement", - "start": 52780, - "end": 52792, + "start": 52934, + "end": 52946, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 38 }, "end": { - "line": 1487, + "line": 1492, "column": 50 } } @@ -402278,15 +403668,15 @@ "binop": null, "updateContext": null }, - "start": 52792, - "end": 52793, + "start": 52946, + "end": 52947, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 50 }, "end": { - "line": 1487, + "line": 1492, "column": 51 } } @@ -402304,15 +403694,15 @@ "binop": null }, "value": "src", - "start": 52793, - "end": 52796, + "start": 52947, + "end": 52950, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 51 }, "end": { - "line": 1487, + "line": 1492, "column": 54 } } @@ -402330,15 +403720,15 @@ "binop": null, "updateContext": null }, - "start": 52796, - "end": 52797, + "start": 52950, + "end": 52951, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 54 }, "end": { - "line": 1487, + "line": 1492, "column": 55 } } @@ -402356,15 +403746,15 @@ "binop": null }, "value": "startsWith", - "start": 52797, - "end": 52807, + "start": 52951, + "end": 52961, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 55 }, "end": { - "line": 1487, + "line": 1492, "column": 65 } } @@ -402381,15 +403771,15 @@ "postfix": false, "binop": null }, - "start": 52807, - "end": 52808, + "start": 52961, + "end": 52962, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 65 }, "end": { - "line": 1487, + "line": 1492, "column": 66 } } @@ -402408,15 +403798,15 @@ "updateContext": null }, "value": "blob:", - "start": 52808, - "end": 52815, + "start": 52962, + "end": 52969, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 66 }, "end": { - "line": 1487, + "line": 1492, "column": 73 } } @@ -402433,15 +403823,15 @@ "postfix": false, "binop": null }, - "start": 52815, - "end": 52816, + "start": 52969, + "end": 52970, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 73 }, "end": { - "line": 1487, + "line": 1492, "column": 74 } } @@ -402460,15 +403850,15 @@ "updateContext": null }, "value": "===", - "start": 52817, - "end": 52820, + "start": 52971, + "end": 52974, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 75 }, "end": { - "line": 1487, + "line": 1492, "column": 78 } } @@ -402488,15 +403878,15 @@ "updateContext": null }, "value": "true", - "start": 52821, - "end": 52825, + "start": 52975, + "end": 52979, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 79 }, "end": { - "line": 1487, + "line": 1492, "column": 83 } } @@ -402513,15 +403903,15 @@ "postfix": false, "binop": null }, - "start": 52825, - "end": 52826, + "start": 52979, + "end": 52980, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 83 }, "end": { - "line": 1487, + "line": 1492, "column": 84 } } @@ -402538,15 +403928,15 @@ "postfix": false, "binop": null }, - "start": 52827, - "end": 52828, + "start": 52981, + "end": 52982, "loc": { "start": { - "line": 1487, + "line": 1492, "column": 85 }, "end": { - "line": 1487, + "line": 1492, "column": 86 } } @@ -402564,15 +403954,15 @@ "binop": null }, "value": "URL", - "start": 52841, - "end": 52844, + "start": 52995, + "end": 52998, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 12 }, "end": { - "line": 1488, + "line": 1493, "column": 15 } } @@ -402590,15 +403980,15 @@ "binop": null, "updateContext": null }, - "start": 52844, - "end": 52845, + "start": 52998, + "end": 52999, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 15 }, "end": { - "line": 1488, + "line": 1493, "column": 16 } } @@ -402616,15 +404006,15 @@ "binop": null }, "value": "revokeObjectURL", - "start": 52845, - "end": 52860, + "start": 52999, + "end": 53014, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 16 }, "end": { - "line": 1488, + "line": 1493, "column": 31 } } @@ -402641,15 +404031,15 @@ "postfix": false, "binop": null }, - "start": 52860, - "end": 52861, + "start": 53014, + "end": 53015, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 31 }, "end": { - "line": 1488, + "line": 1493, "column": 32 } } @@ -402669,15 +404059,15 @@ "updateContext": null }, "value": "this", - "start": 52861, - "end": 52865, + "start": 53015, + "end": 53019, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 32 }, "end": { - "line": 1488, + "line": 1493, "column": 36 } } @@ -402695,15 +404085,15 @@ "binop": null, "updateContext": null }, - "start": 52865, - "end": 52866, + "start": 53019, + "end": 53020, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 36 }, "end": { - "line": 1488, + "line": 1493, "column": 37 } } @@ -402721,15 +404111,15 @@ "binop": null }, "value": "mediaElement", - "start": 52866, - "end": 52878, + "start": 53020, + "end": 53032, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 37 }, "end": { - "line": 1488, + "line": 1493, "column": 49 } } @@ -402747,15 +404137,15 @@ "binop": null, "updateContext": null }, - "start": 52878, - "end": 52879, + "start": 53032, + "end": 53033, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 49 }, "end": { - "line": 1488, + "line": 1493, "column": 50 } } @@ -402773,15 +404163,15 @@ "binop": null }, "value": "src", - "start": 52879, - "end": 52882, + "start": 53033, + "end": 53036, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 50 }, "end": { - "line": 1488, + "line": 1493, "column": 53 } } @@ -402798,15 +404188,15 @@ "postfix": false, "binop": null }, - "start": 52882, - "end": 52883, + "start": 53036, + "end": 53037, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 53 }, "end": { - "line": 1488, + "line": 1493, "column": 54 } } @@ -402824,15 +404214,15 @@ "binop": null, "updateContext": null }, - "start": 52883, - "end": 52884, + "start": 53037, + "end": 53038, "loc": { "start": { - "line": 1488, + "line": 1493, "column": 54 }, "end": { - "line": 1488, + "line": 1493, "column": 55 } } @@ -402852,15 +404242,15 @@ "updateContext": null }, "value": "this", - "start": 52897, - "end": 52901, + "start": 53051, + "end": 53055, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 12 }, "end": { - "line": 1489, + "line": 1494, "column": 16 } } @@ -402878,15 +404268,15 @@ "binop": null, "updateContext": null }, - "start": 52901, - "end": 52902, + "start": 53055, + "end": 53056, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 16 }, "end": { - "line": 1489, + "line": 1494, "column": 17 } } @@ -402904,15 +404294,15 @@ "binop": null }, "value": "mediaElement", - "start": 52902, - "end": 52914, + "start": 53056, + "end": 53068, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 17 }, "end": { - "line": 1489, + "line": 1494, "column": 29 } } @@ -402930,15 +404320,15 @@ "binop": null, "updateContext": null }, - "start": 52914, - "end": 52915, + "start": 53068, + "end": 53069, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 29 }, "end": { - "line": 1489, + "line": 1494, "column": 30 } } @@ -402956,15 +404346,15 @@ "binop": null }, "value": "src", - "start": 52915, - "end": 52918, + "start": 53069, + "end": 53072, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 33 } } @@ -402983,15 +404373,15 @@ "updateContext": null }, "value": "=", - "start": 52919, - "end": 52920, + "start": 53073, + "end": 53074, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 34 }, "end": { - "line": 1489, + "line": 1494, "column": 35 } } @@ -403010,15 +404400,15 @@ "updateContext": null }, "value": "", - "start": 52921, - "end": 52923, + "start": 53075, + "end": 53077, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 36 }, "end": { - "line": 1489, + "line": 1494, "column": 38 } } @@ -403036,15 +404426,15 @@ "binop": null, "updateContext": null }, - "start": 52923, - "end": 52924, + "start": 53077, + "end": 53078, "loc": { "start": { - "line": 1489, + "line": 1494, "column": 38 }, "end": { - "line": 1489, + "line": 1494, "column": 39 } } @@ -403061,15 +404451,15 @@ "postfix": false, "binop": null }, - "start": 52933, - "end": 52934, + "start": 53087, + "end": 53088, "loc": { "start": { - "line": 1490, + "line": 1495, "column": 8 }, "end": { - "line": 1490, + "line": 1495, "column": 9 } } @@ -403086,15 +404476,15 @@ "postfix": false, "binop": null }, - "start": 52939, - "end": 52940, + "start": 53093, + "end": 53094, "loc": { "start": { - "line": 1491, + "line": 1496, "column": 4 }, "end": { - "line": 1491, + "line": 1496, "column": 5 } } @@ -403102,15 +404492,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": 52946, - "end": 53580, + "start": 53100, + "end": 53734, "loc": { "start": { - "line": 1493, + "line": 1498, "column": 4 }, "end": { - "line": 1506, + "line": 1511, "column": 7 } } @@ -403128,15 +404518,15 @@ "binop": null }, "value": "exportImage", - "start": 53585, - "end": 53596, + "start": 53739, + "end": 53750, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 4 }, "end": { - "line": 1507, + "line": 1512, "column": 15 } } @@ -403153,15 +404543,15 @@ "postfix": false, "binop": null }, - "start": 53596, - "end": 53597, + "start": 53750, + "end": 53751, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 15 }, "end": { - "line": 1507, + "line": 1512, "column": 16 } } @@ -403179,15 +404569,15 @@ "binop": null }, "value": "format", - "start": 53597, - "end": 53603, + "start": 53751, + "end": 53757, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 16 }, "end": { - "line": 1507, + "line": 1512, "column": 22 } } @@ -403206,15 +404596,15 @@ "updateContext": null }, "value": "=", - "start": 53604, - "end": 53605, + "start": 53758, + "end": 53759, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 23 }, "end": { - "line": 1507, + "line": 1512, "column": 24 } } @@ -403233,15 +404623,15 @@ "updateContext": null }, "value": "image/png", - "start": 53606, - "end": 53617, + "start": 53760, + "end": 53771, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 25 }, "end": { - "line": 1507, + "line": 1512, "column": 36 } } @@ -403259,15 +404649,15 @@ "binop": null, "updateContext": null }, - "start": 53617, - "end": 53618, + "start": 53771, + "end": 53772, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 36 }, "end": { - "line": 1507, + "line": 1512, "column": 37 } } @@ -403285,15 +404675,15 @@ "binop": null }, "value": "quality", - "start": 53619, - "end": 53626, + "start": 53773, + "end": 53780, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 38 }, "end": { - "line": 1507, + "line": 1512, "column": 45 } } @@ -403312,15 +404702,15 @@ "updateContext": null }, "value": "=", - "start": 53627, - "end": 53628, + "start": 53781, + "end": 53782, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 46 }, "end": { - "line": 1507, + "line": 1512, "column": 47 } } @@ -403339,15 +404729,15 @@ "updateContext": null }, "value": 1, - "start": 53629, - "end": 53630, + "start": 53783, + "end": 53784, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 48 }, "end": { - "line": 1507, + "line": 1512, "column": 49 } } @@ -403364,15 +404754,15 @@ "postfix": false, "binop": null }, - "start": 53630, - "end": 53631, + "start": 53784, + "end": 53785, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 49 }, "end": { - "line": 1507, + "line": 1512, "column": 50 } } @@ -403389,15 +404779,15 @@ "postfix": false, "binop": null }, - "start": 53632, - "end": 53633, + "start": 53786, + "end": 53787, "loc": { "start": { - "line": 1507, + "line": 1512, "column": 51 }, "end": { - "line": 1507, + "line": 1512, "column": 52 } } @@ -403417,15 +404807,15 @@ "updateContext": null }, "value": "if", - "start": 53642, - "end": 53644, + "start": 53796, + "end": 53798, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 8 }, "end": { - "line": 1508, + "line": 1513, "column": 10 } } @@ -403442,15 +404832,15 @@ "postfix": false, "binop": null }, - "start": 53645, - "end": 53646, + "start": 53799, + "end": 53800, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 11 }, "end": { - "line": 1508, + "line": 1513, "column": 12 } } @@ -403470,15 +404860,15 @@ "updateContext": null }, "value": "this", - "start": 53646, - "end": 53650, + "start": 53800, + "end": 53804, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 12 }, "end": { - "line": 1508, + "line": 1513, "column": 16 } } @@ -403496,15 +404886,15 @@ "binop": null, "updateContext": null }, - "start": 53650, - "end": 53651, + "start": 53804, + "end": 53805, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 16 }, "end": { - "line": 1508, + "line": 1513, "column": 17 } } @@ -403522,15 +404912,15 @@ "binop": null }, "value": "getRecordType", - "start": 53651, - "end": 53664, + "start": 53805, + "end": 53818, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 17 }, "end": { - "line": 1508, + "line": 1513, "column": 30 } } @@ -403547,15 +404937,15 @@ "postfix": false, "binop": null }, - "start": 53664, - "end": 53665, + "start": 53818, + "end": 53819, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 30 }, "end": { - "line": 1508, + "line": 1513, "column": 31 } } @@ -403572,15 +404962,15 @@ "postfix": false, "binop": null }, - "start": 53665, - "end": 53666, + "start": 53819, + "end": 53820, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 31 }, "end": { - "line": 1508, + "line": 1513, "column": 32 } } @@ -403599,15 +404989,15 @@ "updateContext": null }, "value": "===", - "start": 53667, - "end": 53670, + "start": 53821, + "end": 53824, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 33 }, "end": { - "line": 1508, + "line": 1513, "column": 36 } } @@ -403625,15 +405015,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 53671, - "end": 53681, + "start": 53825, + "end": 53835, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 37 }, "end": { - "line": 1508, + "line": 1513, "column": 47 } } @@ -403650,15 +405040,15 @@ "postfix": false, "binop": null }, - "start": 53681, - "end": 53682, + "start": 53835, + "end": 53836, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 47 }, "end": { - "line": 1508, + "line": 1513, "column": 48 } } @@ -403675,15 +405065,15 @@ "postfix": false, "binop": null }, - "start": 53683, - "end": 53684, + "start": 53837, + "end": 53838, "loc": { "start": { - "line": 1508, + "line": 1513, "column": 49 }, "end": { - "line": 1508, + "line": 1513, "column": 50 } } @@ -403703,15 +405093,15 @@ "updateContext": null }, "value": "return", - "start": 53697, - "end": 53703, + "start": 53851, + "end": 53857, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 12 }, "end": { - "line": 1509, + "line": 1514, "column": 18 } } @@ -403731,15 +405121,15 @@ "updateContext": null }, "value": "this", - "start": 53704, - "end": 53708, + "start": 53858, + "end": 53862, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 19 }, "end": { - "line": 1509, + "line": 1514, "column": 23 } } @@ -403757,15 +405147,15 @@ "binop": null, "updateContext": null }, - "start": 53708, - "end": 53709, + "start": 53862, + "end": 53863, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 23 }, "end": { - "line": 1509, + "line": 1514, "column": 24 } } @@ -403783,15 +405173,15 @@ "binop": null }, "value": "surfer", - "start": 53709, - "end": 53715, + "start": 53863, + "end": 53869, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 24 }, "end": { - "line": 1509, + "line": 1514, "column": 30 } } @@ -403809,15 +405199,15 @@ "binop": null, "updateContext": null }, - "start": 53715, - "end": 53716, + "start": 53869, + "end": 53870, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 30 }, "end": { - "line": 1509, + "line": 1514, "column": 31 } } @@ -403835,15 +405225,15 @@ "binop": null }, "value": "surfer", - "start": 53716, - "end": 53722, + "start": 53870, + "end": 53876, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 31 }, "end": { - "line": 1509, + "line": 1514, "column": 37 } } @@ -403861,15 +405251,15 @@ "binop": null, "updateContext": null }, - "start": 53722, - "end": 53723, + "start": 53876, + "end": 53877, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 37 }, "end": { - "line": 1509, + "line": 1514, "column": 38 } } @@ -403887,15 +405277,15 @@ "binop": null }, "value": "exportImage", - "start": 53723, - "end": 53734, + "start": 53877, + "end": 53888, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 38 }, "end": { - "line": 1509, + "line": 1514, "column": 49 } } @@ -403912,15 +405302,15 @@ "postfix": false, "binop": null }, - "start": 53734, - "end": 53735, + "start": 53888, + "end": 53889, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 49 }, "end": { - "line": 1509, + "line": 1514, "column": 50 } } @@ -403938,15 +405328,15 @@ "binop": null }, "value": "format", - "start": 53735, - "end": 53741, + "start": 53889, + "end": 53895, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 50 }, "end": { - "line": 1509, + "line": 1514, "column": 56 } } @@ -403964,15 +405354,15 @@ "binop": null, "updateContext": null }, - "start": 53741, - "end": 53742, + "start": 53895, + "end": 53896, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 56 }, "end": { - "line": 1509, + "line": 1514, "column": 57 } } @@ -403990,15 +405380,15 @@ "binop": null }, "value": "quality", - "start": 53743, - "end": 53750, + "start": 53897, + "end": 53904, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 58 }, "end": { - "line": 1509, + "line": 1514, "column": 65 } } @@ -404016,15 +405406,15 @@ "binop": null, "updateContext": null }, - "start": 53750, - "end": 53751, + "start": 53904, + "end": 53905, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 65 }, "end": { - "line": 1509, + "line": 1514, "column": 66 } } @@ -404043,15 +405433,15 @@ "updateContext": null }, "value": "blob", - "start": 53752, - "end": 53758, + "start": 53906, + "end": 53912, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 67 }, "end": { - "line": 1509, + "line": 1514, "column": 73 } } @@ -404068,15 +405458,15 @@ "postfix": false, "binop": null }, - "start": 53758, - "end": 53759, + "start": 53912, + "end": 53913, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 73 }, "end": { - "line": 1509, + "line": 1514, "column": 74 } } @@ -404094,15 +405484,15 @@ "binop": null, "updateContext": null }, - "start": 53759, - "end": 53760, + "start": 53913, + "end": 53914, "loc": { "start": { - "line": 1509, + "line": 1514, "column": 74 }, "end": { - "line": 1509, + "line": 1514, "column": 75 } } @@ -404119,15 +405509,15 @@ "postfix": false, "binop": null }, - "start": 53769, - "end": 53770, + "start": 53923, + "end": 53924, "loc": { "start": { - "line": 1510, + "line": 1515, "column": 8 }, "end": { - "line": 1510, + "line": 1515, "column": 9 } } @@ -404147,15 +405537,15 @@ "updateContext": null }, "value": "else", - "start": 53771, - "end": 53775, + "start": 53925, + "end": 53929, "loc": { "start": { - "line": 1510, + "line": 1515, "column": 10 }, "end": { - "line": 1510, + "line": 1515, "column": 14 } } @@ -404172,15 +405562,15 @@ "postfix": false, "binop": null }, - "start": 53776, - "end": 53777, + "start": 53930, + "end": 53931, "loc": { "start": { - "line": 1510, + "line": 1515, "column": 15 }, "end": { - "line": 1510, + "line": 1515, "column": 16 } } @@ -404188,15 +405578,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53790, - "end": 53832, + "start": 53944, + "end": 53986, "loc": { "start": { - "line": 1511, + "line": 1516, "column": 12 }, "end": { - "line": 1511, + "line": 1516, "column": 54 } } @@ -404216,15 +405606,15 @@ "updateContext": null }, "value": "let", - "start": 53845, - "end": 53848, + "start": 53999, + "end": 54002, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 12 }, "end": { - "line": 1512, + "line": 1517, "column": 15 } } @@ -404242,15 +405632,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53849, - "end": 53861, + "start": 54003, + "end": 54015, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 16 }, "end": { - "line": 1512, + "line": 1517, "column": 28 } } @@ -404269,15 +405659,15 @@ "updateContext": null }, "value": "=", - "start": 53862, - "end": 53863, + "start": 54016, + "end": 54017, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 29 }, "end": { - "line": 1512, + "line": 1517, "column": 30 } } @@ -404297,15 +405687,15 @@ "updateContext": null }, "value": "this", - "start": 53864, - "end": 53868, + "start": 54018, + "end": 54022, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 31 }, "end": { - "line": 1512, + "line": 1517, "column": 35 } } @@ -404323,15 +405713,15 @@ "binop": null, "updateContext": null }, - "start": 53868, - "end": 53869, + "start": 54022, + "end": 54023, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 35 }, "end": { - "line": 1512, + "line": 1517, "column": 36 } } @@ -404349,15 +405739,15 @@ "binop": null }, "value": "player", - "start": 53869, - "end": 53875, + "start": 54023, + "end": 54029, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 36 }, "end": { - "line": 1512, + "line": 1517, "column": 42 } } @@ -404375,15 +405765,15 @@ "binop": null, "updateContext": null }, - "start": 53875, - "end": 53876, + "start": 54029, + "end": 54030, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 42 }, "end": { - "line": 1512, + "line": 1517, "column": 43 } } @@ -404401,15 +405791,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53876, - "end": 53888, + "start": 54030, + "end": 54042, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 43 }, "end": { - "line": 1512, + "line": 1517, "column": 55 } } @@ -404427,15 +405817,15 @@ "binop": null, "updateContext": null }, - "start": 53888, - "end": 53889, + "start": 54042, + "end": 54043, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 55 }, "end": { - "line": 1512, + "line": 1517, "column": 56 } } @@ -404453,15 +405843,15 @@ "binop": null }, "value": "el", - "start": 53889, - "end": 53891, + "start": 54043, + "end": 54045, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 56 }, "end": { - "line": 1512, + "line": 1517, "column": 58 } } @@ -404478,15 +405868,15 @@ "postfix": false, "binop": null }, - "start": 53891, - "end": 53892, + "start": 54045, + "end": 54046, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 58 }, "end": { - "line": 1512, + "line": 1517, "column": 59 } } @@ -404503,15 +405893,15 @@ "postfix": false, "binop": null }, - "start": 53892, - "end": 53893, + "start": 54046, + "end": 54047, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 59 }, "end": { - "line": 1512, + "line": 1517, "column": 60 } } @@ -404529,15 +405919,15 @@ "binop": null, "updateContext": null }, - "start": 53893, - "end": 53894, + "start": 54047, + "end": 54048, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 60 }, "end": { - "line": 1512, + "line": 1517, "column": 61 } } @@ -404555,15 +405945,15 @@ "binop": null }, "value": "firstChild", - "start": 53894, - "end": 53904, + "start": 54048, + "end": 54058, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 61 }, "end": { - "line": 1512, + "line": 1517, "column": 71 } } @@ -404581,15 +405971,15 @@ "binop": null, "updateContext": null }, - "start": 53904, - "end": 53905, + "start": 54058, + "end": 54059, "loc": { "start": { - "line": 1512, + "line": 1517, "column": 71 }, "end": { - "line": 1512, + "line": 1517, "column": 72 } } @@ -404609,15 +405999,15 @@ "updateContext": null }, "value": "this", - "start": 53918, - "end": 53922, + "start": 54072, + "end": 54076, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 12 }, "end": { - "line": 1513, + "line": 1518, "column": 16 } } @@ -404635,15 +406025,15 @@ "binop": null, "updateContext": null }, - "start": 53922, - "end": 53923, + "start": 54076, + "end": 54077, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 16 }, "end": { - "line": 1513, + "line": 1518, "column": 17 } } @@ -404661,15 +406051,15 @@ "binop": null }, "value": "drawCanvas", - "start": 53923, - "end": 53933, + "start": 54077, + "end": 54087, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 17 }, "end": { - "line": 1513, + "line": 1518, "column": 27 } } @@ -404686,15 +406076,15 @@ "postfix": false, "binop": null }, - "start": 53933, - "end": 53934, + "start": 54087, + "end": 54088, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 27 }, "end": { - "line": 1513, + "line": 1518, "column": 28 } } @@ -404712,15 +406102,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53934, - "end": 53946, + "start": 54088, + "end": 54100, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 28 }, "end": { - "line": 1513, + "line": 1518, "column": 40 } } @@ -404738,15 +406128,15 @@ "binop": null, "updateContext": null }, - "start": 53946, - "end": 53947, + "start": 54100, + "end": 54101, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 40 }, "end": { - "line": 1513, + "line": 1518, "column": 41 } } @@ -404766,15 +406156,15 @@ "updateContext": null }, "value": "this", - "start": 53948, - "end": 53952, + "start": 54102, + "end": 54106, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 42 }, "end": { - "line": 1513, + "line": 1518, "column": 46 } } @@ -404792,15 +406182,15 @@ "binop": null, "updateContext": null }, - "start": 53952, - "end": 53953, + "start": 54106, + "end": 54107, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 46 }, "end": { - "line": 1513, + "line": 1518, "column": 47 } } @@ -404818,15 +406208,15 @@ "binop": null }, "value": "mediaElement", - "start": 53953, - "end": 53965, + "start": 54107, + "end": 54119, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 47 }, "end": { - "line": 1513, + "line": 1518, "column": 59 } } @@ -404843,15 +406233,15 @@ "postfix": false, "binop": null }, - "start": 53965, - "end": 53966, + "start": 54119, + "end": 54120, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 59 }, "end": { - "line": 1513, + "line": 1518, "column": 60 } } @@ -404869,15 +406259,15 @@ "binop": null, "updateContext": null }, - "start": 53966, - "end": 53967, + "start": 54120, + "end": 54121, "loc": { "start": { - "line": 1513, + "line": 1518, "column": 60 }, "end": { - "line": 1513, + "line": 1518, "column": 61 } } @@ -404897,15 +406287,15 @@ "updateContext": null }, "value": "return", - "start": 53981, - "end": 53987, + "start": 54135, + "end": 54141, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 12 }, "end": { - "line": 1515, + "line": 1520, "column": 18 } } @@ -404925,15 +406315,15 @@ "updateContext": null }, "value": "new", - "start": 53988, - "end": 53991, + "start": 54142, + "end": 54145, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 19 }, "end": { - "line": 1515, + "line": 1520, "column": 22 } } @@ -404951,15 +406341,15 @@ "binop": null }, "value": "Promise", - "start": 53992, - "end": 53999, + "start": 54146, + "end": 54153, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 23 }, "end": { - "line": 1515, + "line": 1520, "column": 30 } } @@ -404976,15 +406366,15 @@ "postfix": false, "binop": null }, - "start": 53999, - "end": 54000, + "start": 54153, + "end": 54154, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 30 }, "end": { - "line": 1515, + "line": 1520, "column": 31 } } @@ -405002,15 +406392,15 @@ "binop": null }, "value": "resolve", - "start": 54000, - "end": 54007, + "start": 54154, + "end": 54161, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 31 }, "end": { - "line": 1515, + "line": 1520, "column": 38 } } @@ -405028,15 +406418,15 @@ "binop": null, "updateContext": null }, - "start": 54008, - "end": 54010, + "start": 54162, + "end": 54164, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 39 }, "end": { - "line": 1515, + "line": 1520, "column": 41 } } @@ -405053,15 +406443,15 @@ "postfix": false, "binop": null }, - "start": 54011, - "end": 54012, + "start": 54165, + "end": 54166, "loc": { "start": { - "line": 1515, + "line": 1520, "column": 42 }, "end": { - "line": 1515, + "line": 1520, "column": 43 } } @@ -405079,15 +406469,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54029, - "end": 54041, + "start": 54183, + "end": 54195, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 16 }, "end": { - "line": 1516, + "line": 1521, "column": 28 } } @@ -405105,15 +406495,15 @@ "binop": null, "updateContext": null }, - "start": 54041, - "end": 54042, + "start": 54195, + "end": 54196, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 28 }, "end": { - "line": 1516, + "line": 1521, "column": 29 } } @@ -405131,15 +406521,15 @@ "binop": null }, "value": "toBlob", - "start": 54042, - "end": 54048, + "start": 54196, + "end": 54202, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 29 }, "end": { - "line": 1516, + "line": 1521, "column": 35 } } @@ -405156,15 +406546,15 @@ "postfix": false, "binop": null }, - "start": 54048, - "end": 54049, + "start": 54202, + "end": 54203, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 35 }, "end": { - "line": 1516, + "line": 1521, "column": 36 } } @@ -405182,15 +406572,15 @@ "binop": null }, "value": "resolve", - "start": 54049, - "end": 54056, + "start": 54203, + "end": 54210, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 36 }, "end": { - "line": 1516, + "line": 1521, "column": 43 } } @@ -405208,15 +406598,15 @@ "binop": null, "updateContext": null }, - "start": 54056, - "end": 54057, + "start": 54210, + "end": 54211, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 43 }, "end": { - "line": 1516, + "line": 1521, "column": 44 } } @@ -405234,15 +406624,15 @@ "binop": null }, "value": "format", - "start": 54058, - "end": 54064, + "start": 54212, + "end": 54218, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 45 }, "end": { - "line": 1516, + "line": 1521, "column": 51 } } @@ -405260,15 +406650,15 @@ "binop": null, "updateContext": null }, - "start": 54064, - "end": 54065, + "start": 54218, + "end": 54219, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 51 }, "end": { - "line": 1516, + "line": 1521, "column": 52 } } @@ -405286,15 +406676,15 @@ "binop": null }, "value": "quality", - "start": 54066, - "end": 54073, + "start": 54220, + "end": 54227, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 53 }, "end": { - "line": 1516, + "line": 1521, "column": 60 } } @@ -405311,15 +406701,15 @@ "postfix": false, "binop": null }, - "start": 54073, - "end": 54074, + "start": 54227, + "end": 54228, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 60 }, "end": { - "line": 1516, + "line": 1521, "column": 61 } } @@ -405337,15 +406727,15 @@ "binop": null, "updateContext": null }, - "start": 54074, - "end": 54075, + "start": 54228, + "end": 54229, "loc": { "start": { - "line": 1516, + "line": 1521, "column": 61 }, "end": { - "line": 1516, + "line": 1521, "column": 62 } } @@ -405362,15 +406752,15 @@ "postfix": false, "binop": null }, - "start": 54088, - "end": 54089, + "start": 54242, + "end": 54243, "loc": { "start": { - "line": 1517, + "line": 1522, "column": 12 }, "end": { - "line": 1517, + "line": 1522, "column": 13 } } @@ -405387,15 +406777,15 @@ "postfix": false, "binop": null }, - "start": 54089, - "end": 54090, + "start": 54243, + "end": 54244, "loc": { "start": { - "line": 1517, + "line": 1522, "column": 13 }, "end": { - "line": 1517, + "line": 1522, "column": 14 } } @@ -405413,15 +406803,15 @@ "binop": null, "updateContext": null }, - "start": 54090, - "end": 54091, + "start": 54244, + "end": 54245, "loc": { "start": { - "line": 1517, + "line": 1522, "column": 14 }, "end": { - "line": 1517, + "line": 1522, "column": 15 } } @@ -405438,15 +406828,15 @@ "postfix": false, "binop": null }, - "start": 54100, - "end": 54101, + "start": 54254, + "end": 54255, "loc": { "start": { - "line": 1518, + "line": 1523, "column": 8 }, "end": { - "line": 1518, + "line": 1523, "column": 9 } } @@ -405463,15 +406853,15 @@ "postfix": false, "binop": null }, - "start": 54106, - "end": 54107, + "start": 54260, + "end": 54261, "loc": { "start": { - "line": 1519, + "line": 1524, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 5 } } @@ -405479,15 +406869,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": 54113, - "end": 54253, + "start": 54267, + "end": 54407, "loc": { "start": { - "line": 1521, + "line": 1526, "column": 4 }, "end": { - "line": 1525, + "line": 1530, "column": 7 } } @@ -405505,15 +406895,15 @@ "binop": null }, "value": "muteTracks", - "start": 54258, - "end": 54268, + "start": 54412, + "end": 54422, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 4 }, "end": { - "line": 1526, + "line": 1531, "column": 14 } } @@ -405530,15 +406920,15 @@ "postfix": false, "binop": null }, - "start": 54268, - "end": 54269, + "start": 54422, + "end": 54423, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 14 }, "end": { - "line": 1526, + "line": 1531, "column": 15 } } @@ -405556,15 +406946,15 @@ "binop": null }, "value": "mute", - "start": 54269, - "end": 54273, + "start": 54423, + "end": 54427, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 15 }, "end": { - "line": 1526, + "line": 1531, "column": 19 } } @@ -405581,15 +406971,15 @@ "postfix": false, "binop": null }, - "start": 54273, - "end": 54274, + "start": 54427, + "end": 54428, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 19 }, "end": { - "line": 1526, + "line": 1531, "column": 20 } } @@ -405606,15 +406996,15 @@ "postfix": false, "binop": null }, - "start": 54275, - "end": 54276, + "start": 54429, + "end": 54430, "loc": { "start": { - "line": 1526, + "line": 1531, "column": 21 }, "end": { - "line": 1526, + "line": 1531, "column": 22 } } @@ -405634,15 +407024,15 @@ "updateContext": null }, "value": "if", - "start": 54285, - "end": 54287, + "start": 54439, + "end": 54441, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 8 }, "end": { - "line": 1527, + "line": 1532, "column": 10 } } @@ -405659,15 +407049,15 @@ "postfix": false, "binop": null }, - "start": 54288, - "end": 54289, + "start": 54442, + "end": 54443, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 11 }, "end": { - "line": 1527, + "line": 1532, "column": 12 } } @@ -405684,15 +407074,15 @@ "postfix": false, "binop": null }, - "start": 54289, - "end": 54290, + "start": 54443, + "end": 54444, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 12 }, "end": { - "line": 1527, + "line": 1532, "column": 13 } } @@ -405712,15 +407102,15 @@ "updateContext": null }, "value": "this", - "start": 54290, - "end": 54294, + "start": 54444, + "end": 54448, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 13 }, "end": { - "line": 1527, + "line": 1532, "column": 17 } } @@ -405738,15 +407128,15 @@ "binop": null, "updateContext": null }, - "start": 54294, - "end": 54295, + "start": 54448, + "end": 54449, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 17 }, "end": { - "line": 1527, + "line": 1532, "column": 18 } } @@ -405764,15 +407154,15 @@ "binop": null }, "value": "getRecordType", - "start": 54295, - "end": 54308, + "start": 54449, + "end": 54462, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 18 }, "end": { - "line": 1527, + "line": 1532, "column": 31 } } @@ -405789,15 +407179,15 @@ "postfix": false, "binop": null }, - "start": 54308, - "end": 54309, + "start": 54462, + "end": 54463, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 31 }, "end": { - "line": 1527, + "line": 1532, "column": 32 } } @@ -405814,15 +407204,15 @@ "postfix": false, "binop": null }, - "start": 54309, - "end": 54310, + "start": 54463, + "end": 54464, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 32 }, "end": { - "line": 1527, + "line": 1532, "column": 33 } } @@ -405841,15 +407231,15 @@ "updateContext": null }, "value": "===", - "start": 54311, - "end": 54314, + "start": 54465, + "end": 54468, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 34 }, "end": { - "line": 1527, + "line": 1532, "column": 37 } } @@ -405867,15 +407257,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 54315, - "end": 54325, + "start": 54469, + "end": 54479, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 38 }, "end": { - "line": 1527, + "line": 1532, "column": 48 } } @@ -405894,15 +407284,15 @@ "updateContext": null }, "value": "||", - "start": 54326, - "end": 54328, + "start": 54480, + "end": 54482, "loc": { "start": { - "line": 1527, + "line": 1532, "column": 49 }, "end": { - "line": 1527, + "line": 1532, "column": 51 } } @@ -405922,15 +407312,15 @@ "updateContext": null }, "value": "this", - "start": 54341, - "end": 54345, + "start": 54495, + "end": 54499, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 16 } } @@ -405948,15 +407338,15 @@ "binop": null, "updateContext": null }, - "start": 54345, - "end": 54346, + "start": 54499, + "end": 54500, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 16 }, "end": { - "line": 1528, + "line": 1533, "column": 17 } } @@ -405974,15 +407364,15 @@ "binop": null }, "value": "getRecordType", - "start": 54346, - "end": 54359, + "start": 54500, + "end": 54513, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 17 }, "end": { - "line": 1528, + "line": 1533, "column": 30 } } @@ -405999,15 +407389,15 @@ "postfix": false, "binop": null }, - "start": 54359, - "end": 54360, + "start": 54513, + "end": 54514, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 30 }, "end": { - "line": 1528, + "line": 1533, "column": 31 } } @@ -406024,15 +407414,15 @@ "postfix": false, "binop": null }, - "start": 54360, - "end": 54361, + "start": 54514, + "end": 54515, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 31 }, "end": { - "line": 1528, + "line": 1533, "column": 32 } } @@ -406051,15 +407441,15 @@ "updateContext": null }, "value": "===", - "start": 54362, - "end": 54365, + "start": 54516, + "end": 54519, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 33 }, "end": { - "line": 1528, + "line": 1533, "column": 36 } } @@ -406077,15 +407467,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 54366, - "end": 54378, + "start": 54520, + "end": 54532, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 37 }, "end": { - "line": 1528, + "line": 1533, "column": 49 } } @@ -406104,15 +407494,15 @@ "updateContext": null }, "value": "||", - "start": 54379, - "end": 54381, + "start": 54533, + "end": 54535, "loc": { "start": { - "line": 1528, + "line": 1533, "column": 50 }, "end": { - "line": 1528, + "line": 1533, "column": 52 } } @@ -406132,15 +407522,15 @@ "updateContext": null }, "value": "this", - "start": 54394, - "end": 54398, + "start": 54548, + "end": 54552, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 16 } } @@ -406158,15 +407548,15 @@ "binop": null, "updateContext": null }, - "start": 54398, - "end": 54399, + "start": 54552, + "end": 54553, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 16 }, "end": { - "line": 1529, + "line": 1534, "column": 17 } } @@ -406184,15 +407574,15 @@ "binop": null }, "value": "getRecordType", - "start": 54399, - "end": 54412, + "start": 54553, + "end": 54566, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 17 }, "end": { - "line": 1529, + "line": 1534, "column": 30 } } @@ -406209,15 +407599,15 @@ "postfix": false, "binop": null }, - "start": 54412, - "end": 54413, + "start": 54566, + "end": 54567, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 30 }, "end": { - "line": 1529, + "line": 1534, "column": 31 } } @@ -406234,15 +407624,15 @@ "postfix": false, "binop": null }, - "start": 54413, - "end": 54414, + "start": 54567, + "end": 54568, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 31 }, "end": { - "line": 1529, + "line": 1534, "column": 32 } } @@ -406261,15 +407651,15 @@ "updateContext": null }, "value": "===", - "start": 54415, - "end": 54418, + "start": 54569, + "end": 54572, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 33 }, "end": { - "line": 1529, + "line": 1534, "column": 36 } } @@ -406287,15 +407677,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 54419, - "end": 54430, + "start": 54573, + "end": 54584, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 37 }, "end": { - "line": 1529, + "line": 1534, "column": 48 } } @@ -406312,15 +407702,15 @@ "postfix": false, "binop": null }, - "start": 54430, - "end": 54431, + "start": 54584, + "end": 54585, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 48 }, "end": { - "line": 1529, + "line": 1534, "column": 49 } } @@ -406339,15 +407729,15 @@ "updateContext": null }, "value": "&&", - "start": 54432, - "end": 54434, + "start": 54586, + "end": 54588, "loc": { "start": { - "line": 1529, + "line": 1534, "column": 50 }, "end": { - "line": 1529, + "line": 1534, "column": 52 } } @@ -406367,15 +407757,15 @@ "updateContext": null }, "value": "this", - "start": 54447, - "end": 54451, + "start": 54601, + "end": 54605, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 12 }, "end": { - "line": 1530, + "line": 1535, "column": 16 } } @@ -406393,15 +407783,15 @@ "binop": null, "updateContext": null }, - "start": 54451, - "end": 54452, + "start": 54605, + "end": 54606, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 16 }, "end": { - "line": 1530, + "line": 1535, "column": 17 } } @@ -406419,15 +407809,15 @@ "binop": null }, "value": "stream", - "start": 54452, - "end": 54458, + "start": 54606, + "end": 54612, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 17 }, "end": { - "line": 1530, + "line": 1535, "column": 23 } } @@ -406445,15 +407835,15 @@ "binop": null, "updateContext": null }, - "start": 54458, - "end": 54459, + "start": 54612, + "end": 54613, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 23 }, "end": { - "line": 1530, + "line": 1535, "column": 24 } } @@ -406471,15 +407861,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 54459, - "end": 54473, + "start": 54613, + "end": 54627, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 24 }, "end": { - "line": 1530, + "line": 1535, "column": 38 } } @@ -406496,15 +407886,15 @@ "postfix": false, "binop": null }, - "start": 54473, - "end": 54474, + "start": 54627, + "end": 54628, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 38 }, "end": { - "line": 1530, + "line": 1535, "column": 39 } } @@ -406521,15 +407911,15 @@ "postfix": false, "binop": null }, - "start": 54474, - "end": 54475, + "start": 54628, + "end": 54629, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 39 }, "end": { - "line": 1530, + "line": 1535, "column": 40 } } @@ -406547,15 +407937,15 @@ "binop": null, "updateContext": null }, - "start": 54475, - "end": 54476, + "start": 54629, + "end": 54630, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 40 }, "end": { - "line": 1530, + "line": 1535, "column": 41 } } @@ -406573,15 +407963,15 @@ "binop": null }, "value": "length", - "start": 54476, - "end": 54482, + "start": 54630, + "end": 54636, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 41 }, "end": { - "line": 1530, + "line": 1535, "column": 47 } } @@ -406600,15 +407990,15 @@ "updateContext": null }, "value": ">", - "start": 54483, - "end": 54484, + "start": 54637, + "end": 54638, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 48 }, "end": { - "line": 1530, + "line": 1535, "column": 49 } } @@ -406627,15 +408017,15 @@ "updateContext": null }, "value": 0, - "start": 54485, - "end": 54486, + "start": 54639, + "end": 54640, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 50 }, "end": { - "line": 1530, + "line": 1535, "column": 51 } } @@ -406652,15 +408042,15 @@ "postfix": false, "binop": null }, - "start": 54486, - "end": 54487, + "start": 54640, + "end": 54641, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 51 }, "end": { - "line": 1530, + "line": 1535, "column": 52 } } @@ -406677,15 +408067,15 @@ "postfix": false, "binop": null }, - "start": 54488, - "end": 54489, + "start": 54642, + "end": 54643, "loc": { "start": { - "line": 1530, + "line": 1535, "column": 53 }, "end": { - "line": 1530, + "line": 1535, "column": 54 } } @@ -406705,15 +408095,15 @@ "updateContext": null }, "value": "this", - "start": 54502, - "end": 54506, + "start": 54656, + "end": 54660, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 16 } } @@ -406731,15 +408121,15 @@ "binop": null, "updateContext": null }, - "start": 54506, - "end": 54507, + "start": 54660, + "end": 54661, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 16 }, "end": { - "line": 1531, + "line": 1536, "column": 17 } } @@ -406757,15 +408147,15 @@ "binop": null }, "value": "stream", - "start": 54507, - "end": 54513, + "start": 54661, + "end": 54667, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 17 }, "end": { - "line": 1531, + "line": 1536, "column": 23 } } @@ -406783,15 +408173,15 @@ "binop": null, "updateContext": null }, - "start": 54513, - "end": 54514, + "start": 54667, + "end": 54668, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 23 }, "end": { - "line": 1531, + "line": 1536, "column": 24 } } @@ -406809,15 +408199,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 54514, - "end": 54528, + "start": 54668, + "end": 54682, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 24 }, "end": { - "line": 1531, + "line": 1536, "column": 38 } } @@ -406834,15 +408224,15 @@ "postfix": false, "binop": null }, - "start": 54528, - "end": 54529, + "start": 54682, + "end": 54683, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 38 }, "end": { - "line": 1531, + "line": 1536, "column": 39 } } @@ -406859,15 +408249,15 @@ "postfix": false, "binop": null }, - "start": 54529, - "end": 54530, + "start": 54683, + "end": 54684, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 39 }, "end": { - "line": 1531, + "line": 1536, "column": 40 } } @@ -406885,15 +408275,15 @@ "binop": null, "updateContext": null }, - "start": 54530, - "end": 54531, + "start": 54684, + "end": 54685, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 40 }, "end": { - "line": 1531, + "line": 1536, "column": 41 } } @@ -406912,15 +408302,15 @@ "updateContext": null }, "value": 0, - "start": 54531, - "end": 54532, + "start": 54685, + "end": 54686, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 41 }, "end": { - "line": 1531, + "line": 1536, "column": 42 } } @@ -406938,15 +408328,15 @@ "binop": null, "updateContext": null }, - "start": 54532, - "end": 54533, + "start": 54686, + "end": 54687, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 42 }, "end": { - "line": 1531, + "line": 1536, "column": 43 } } @@ -406964,15 +408354,15 @@ "binop": null, "updateContext": null }, - "start": 54533, - "end": 54534, + "start": 54687, + "end": 54688, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 43 }, "end": { - "line": 1531, + "line": 1536, "column": 44 } } @@ -406990,15 +408380,15 @@ "binop": null }, "value": "enabled", - "start": 54534, - "end": 54541, + "start": 54688, + "end": 54695, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 44 }, "end": { - "line": 1531, + "line": 1536, "column": 51 } } @@ -407017,15 +408407,15 @@ "updateContext": null }, "value": "=", - "start": 54542, - "end": 54543, + "start": 54696, + "end": 54697, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 52 }, "end": { - "line": 1531, + "line": 1536, "column": 53 } } @@ -407044,15 +408434,15 @@ "updateContext": null }, "value": "!", - "start": 54544, - "end": 54545, + "start": 54698, + "end": 54699, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 54 }, "end": { - "line": 1531, + "line": 1536, "column": 55 } } @@ -407070,15 +408460,15 @@ "binop": null }, "value": "mute", - "start": 54545, - "end": 54549, + "start": 54699, + "end": 54703, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 55 }, "end": { - "line": 1531, + "line": 1536, "column": 59 } } @@ -407096,15 +408486,15 @@ "binop": null, "updateContext": null }, - "start": 54549, - "end": 54550, + "start": 54703, + "end": 54704, "loc": { "start": { - "line": 1531, + "line": 1536, "column": 59 }, "end": { - "line": 1531, + "line": 1536, "column": 60 } } @@ -407121,15 +408511,15 @@ "postfix": false, "binop": null }, - "start": 54559, - "end": 54560, + "start": 54713, + "end": 54714, "loc": { "start": { - "line": 1532, + "line": 1537, "column": 8 }, "end": { - "line": 1532, + "line": 1537, "column": 9 } } @@ -407149,15 +408539,15 @@ "updateContext": null }, "value": "if", - "start": 54570, - "end": 54572, + "start": 54724, + "end": 54726, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 8 }, "end": { - "line": 1534, + "line": 1539, "column": 10 } } @@ -407174,15 +408564,15 @@ "postfix": false, "binop": null }, - "start": 54573, - "end": 54574, + "start": 54727, + "end": 54728, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 11 }, "end": { - "line": 1534, + "line": 1539, "column": 12 } } @@ -407202,15 +408592,15 @@ "updateContext": null }, "value": "this", - "start": 54574, - "end": 54578, + "start": 54728, + "end": 54732, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 16 } } @@ -407228,15 +408618,15 @@ "binop": null, "updateContext": null }, - "start": 54578, - "end": 54579, + "start": 54732, + "end": 54733, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 16 }, "end": { - "line": 1534, + "line": 1539, "column": 17 } } @@ -407254,15 +408644,15 @@ "binop": null }, "value": "getRecordType", - "start": 54579, - "end": 54592, + "start": 54733, + "end": 54746, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 17 }, "end": { - "line": 1534, + "line": 1539, "column": 30 } } @@ -407279,15 +408669,15 @@ "postfix": false, "binop": null }, - "start": 54592, - "end": 54593, + "start": 54746, + "end": 54747, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 30 }, "end": { - "line": 1534, + "line": 1539, "column": 31 } } @@ -407304,15 +408694,15 @@ "postfix": false, "binop": null }, - "start": 54593, - "end": 54594, + "start": 54747, + "end": 54748, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 31 }, "end": { - "line": 1534, + "line": 1539, "column": 32 } } @@ -407331,15 +408721,15 @@ "updateContext": null }, "value": "!==", - "start": 54595, - "end": 54598, + "start": 54749, + "end": 54752, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 33 }, "end": { - "line": 1534, + "line": 1539, "column": 36 } } @@ -407357,15 +408747,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 54599, - "end": 54609, + "start": 54753, + "end": 54763, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 37 }, "end": { - "line": 1534, + "line": 1539, "column": 47 } } @@ -407384,15 +408774,15 @@ "updateContext": null }, "value": "&&", - "start": 54610, - "end": 54612, + "start": 54764, + "end": 54766, "loc": { "start": { - "line": 1534, + "line": 1539, "column": 48 }, "end": { - "line": 1534, + "line": 1539, "column": 50 } } @@ -407412,15 +408802,15 @@ "updateContext": null }, "value": "this", - "start": 54625, - "end": 54629, + "start": 54779, + "end": 54783, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 16 } } @@ -407438,15 +408828,15 @@ "binop": null, "updateContext": null }, - "start": 54629, - "end": 54630, + "start": 54783, + "end": 54784, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 16 }, "end": { - "line": 1535, + "line": 1540, "column": 17 } } @@ -407464,15 +408854,15 @@ "binop": null }, "value": "stream", - "start": 54630, - "end": 54636, + "start": 54784, + "end": 54790, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 17 }, "end": { - "line": 1535, + "line": 1540, "column": 23 } } @@ -407490,15 +408880,15 @@ "binop": null, "updateContext": null }, - "start": 54636, - "end": 54637, + "start": 54790, + "end": 54791, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 23 }, "end": { - "line": 1535, + "line": 1540, "column": 24 } } @@ -407516,15 +408906,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 54637, - "end": 54651, + "start": 54791, + "end": 54805, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 24 }, "end": { - "line": 1535, + "line": 1540, "column": 38 } } @@ -407541,15 +408931,15 @@ "postfix": false, "binop": null }, - "start": 54651, - "end": 54652, + "start": 54805, + "end": 54806, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 38 }, "end": { - "line": 1535, + "line": 1540, "column": 39 } } @@ -407566,15 +408956,15 @@ "postfix": false, "binop": null }, - "start": 54652, - "end": 54653, + "start": 54806, + "end": 54807, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 39 }, "end": { - "line": 1535, + "line": 1540, "column": 40 } } @@ -407592,15 +408982,15 @@ "binop": null, "updateContext": null }, - "start": 54653, - "end": 54654, + "start": 54807, + "end": 54808, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 40 }, "end": { - "line": 1535, + "line": 1540, "column": 41 } } @@ -407618,15 +409008,15 @@ "binop": null }, "value": "length", - "start": 54654, - "end": 54660, + "start": 54808, + "end": 54814, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 41 }, "end": { - "line": 1535, + "line": 1540, "column": 47 } } @@ -407645,15 +409035,15 @@ "updateContext": null }, "value": ">", - "start": 54661, - "end": 54662, + "start": 54815, + "end": 54816, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 48 }, "end": { - "line": 1535, + "line": 1540, "column": 49 } } @@ -407672,15 +409062,15 @@ "updateContext": null }, "value": 0, - "start": 54663, - "end": 54664, + "start": 54817, + "end": 54818, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 50 }, "end": { - "line": 1535, + "line": 1540, "column": 51 } } @@ -407697,15 +409087,15 @@ "postfix": false, "binop": null }, - "start": 54664, - "end": 54665, + "start": 54818, + "end": 54819, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 51 }, "end": { - "line": 1535, + "line": 1540, "column": 52 } } @@ -407722,15 +409112,15 @@ "postfix": false, "binop": null }, - "start": 54666, - "end": 54667, + "start": 54820, + "end": 54821, "loc": { "start": { - "line": 1535, + "line": 1540, "column": 53 }, "end": { - "line": 1535, + "line": 1540, "column": 54 } } @@ -407750,15 +409140,15 @@ "updateContext": null }, "value": "this", - "start": 54680, - "end": 54684, + "start": 54834, + "end": 54838, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 16 } } @@ -407776,15 +409166,15 @@ "binop": null, "updateContext": null }, - "start": 54684, - "end": 54685, + "start": 54838, + "end": 54839, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 16 }, "end": { - "line": 1536, + "line": 1541, "column": 17 } } @@ -407802,15 +409192,15 @@ "binop": null }, "value": "stream", - "start": 54685, - "end": 54691, + "start": 54839, + "end": 54845, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 17 }, "end": { - "line": 1536, + "line": 1541, "column": 23 } } @@ -407828,15 +409218,15 @@ "binop": null, "updateContext": null }, - "start": 54691, - "end": 54692, + "start": 54845, + "end": 54846, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 23 }, "end": { - "line": 1536, + "line": 1541, "column": 24 } } @@ -407854,15 +409244,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 54692, - "end": 54706, + "start": 54846, + "end": 54860, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 24 }, "end": { - "line": 1536, + "line": 1541, "column": 38 } } @@ -407879,15 +409269,15 @@ "postfix": false, "binop": null }, - "start": 54706, - "end": 54707, + "start": 54860, + "end": 54861, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 38 }, "end": { - "line": 1536, + "line": 1541, "column": 39 } } @@ -407904,15 +409294,15 @@ "postfix": false, "binop": null }, - "start": 54707, - "end": 54708, + "start": 54861, + "end": 54862, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 39 }, "end": { - "line": 1536, + "line": 1541, "column": 40 } } @@ -407930,15 +409320,15 @@ "binop": null, "updateContext": null }, - "start": 54708, - "end": 54709, + "start": 54862, + "end": 54863, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 40 }, "end": { - "line": 1536, + "line": 1541, "column": 41 } } @@ -407957,15 +409347,15 @@ "updateContext": null }, "value": 0, - "start": 54709, - "end": 54710, + "start": 54863, + "end": 54864, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 41 }, "end": { - "line": 1536, + "line": 1541, "column": 42 } } @@ -407983,15 +409373,15 @@ "binop": null, "updateContext": null }, - "start": 54710, - "end": 54711, + "start": 54864, + "end": 54865, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 42 }, "end": { - "line": 1536, + "line": 1541, "column": 43 } } @@ -408009,15 +409399,15 @@ "binop": null, "updateContext": null }, - "start": 54711, - "end": 54712, + "start": 54865, + "end": 54866, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 43 }, "end": { - "line": 1536, + "line": 1541, "column": 44 } } @@ -408035,15 +409425,15 @@ "binop": null }, "value": "enabled", - "start": 54712, - "end": 54719, + "start": 54866, + "end": 54873, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 44 }, "end": { - "line": 1536, + "line": 1541, "column": 51 } } @@ -408062,15 +409452,15 @@ "updateContext": null }, "value": "=", - "start": 54720, - "end": 54721, + "start": 54874, + "end": 54875, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 52 }, "end": { - "line": 1536, + "line": 1541, "column": 53 } } @@ -408089,15 +409479,15 @@ "updateContext": null }, "value": "!", - "start": 54722, - "end": 54723, + "start": 54876, + "end": 54877, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 54 }, "end": { - "line": 1536, + "line": 1541, "column": 55 } } @@ -408115,15 +409505,15 @@ "binop": null }, "value": "mute", - "start": 54723, - "end": 54727, + "start": 54877, + "end": 54881, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 55 }, "end": { - "line": 1536, + "line": 1541, "column": 59 } } @@ -408141,15 +409531,15 @@ "binop": null, "updateContext": null }, - "start": 54727, - "end": 54728, + "start": 54881, + "end": 54882, "loc": { "start": { - "line": 1536, + "line": 1541, "column": 59 }, "end": { - "line": 1536, + "line": 1541, "column": 60 } } @@ -408166,15 +409556,15 @@ "postfix": false, "binop": null }, - "start": 54737, - "end": 54738, + "start": 54891, + "end": 54892, "loc": { "start": { - "line": 1537, + "line": 1542, "column": 8 }, "end": { - "line": 1537, + "line": 1542, "column": 9 } } @@ -408191,15 +409581,15 @@ "postfix": false, "binop": null }, - "start": 54743, - "end": 54744, + "start": 54897, + "end": 54898, "loc": { "start": { - "line": 1538, + "line": 1543, "column": 4 }, "end": { - "line": 1538, + "line": 1543, "column": 5 } } @@ -408207,15 +409597,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": 54750, - "end": 54929, + "start": 54904, + "end": 55083, "loc": { "start": { - "line": 1540, + "line": 1545, "column": 4 }, "end": { - "line": 1546, + "line": 1551, "column": 7 } } @@ -408233,15 +409623,15 @@ "binop": null }, "value": "getRecordType", - "start": 54934, - "end": 54947, + "start": 55088, + "end": 55101, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 4 }, "end": { - "line": 1547, + "line": 1552, "column": 17 } } @@ -408258,15 +409648,15 @@ "postfix": false, "binop": null }, - "start": 54947, - "end": 54948, + "start": 55101, + "end": 55102, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 17 }, "end": { - "line": 1547, + "line": 1552, "column": 18 } } @@ -408283,15 +409673,15 @@ "postfix": false, "binop": null }, - "start": 54948, - "end": 54949, + "start": 55102, + "end": 55103, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 18 }, "end": { - "line": 1547, + "line": 1552, "column": 19 } } @@ -408308,15 +409698,15 @@ "postfix": false, "binop": null }, - "start": 54950, - "end": 54951, + "start": 55104, + "end": 55105, "loc": { "start": { - "line": 1547, + "line": 1552, "column": 20 }, "end": { - "line": 1547, + "line": 1552, "column": 21 } } @@ -408336,15 +409726,15 @@ "updateContext": null }, "value": "return", - "start": 54960, - "end": 54966, + "start": 55114, + "end": 55120, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 8 }, "end": { - "line": 1548, + "line": 1553, "column": 14 } } @@ -408362,15 +409752,15 @@ "binop": null }, "value": "getRecorderMode", - "start": 54967, - "end": 54982, + "start": 55121, + "end": 55136, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 15 }, "end": { - "line": 1548, + "line": 1553, "column": 30 } } @@ -408387,15 +409777,15 @@ "postfix": false, "binop": null }, - "start": 54982, - "end": 54983, + "start": 55136, + "end": 55137, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 30 }, "end": { - "line": 1548, + "line": 1553, "column": 31 } } @@ -408415,15 +409805,15 @@ "updateContext": null }, "value": "this", - "start": 54983, - "end": 54987, + "start": 55137, + "end": 55141, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 31 }, "end": { - "line": 1548, + "line": 1553, "column": 35 } } @@ -408441,15 +409831,15 @@ "binop": null, "updateContext": null }, - "start": 54987, - "end": 54988, + "start": 55141, + "end": 55142, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 35 }, "end": { - "line": 1548, + "line": 1553, "column": 36 } } @@ -408467,15 +409857,15 @@ "binop": null }, "value": "recordImage", - "start": 54988, - "end": 54999, + "start": 55142, + "end": 55153, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 36 }, "end": { - "line": 1548, + "line": 1553, "column": 47 } } @@ -408493,15 +409883,15 @@ "binop": null, "updateContext": null }, - "start": 54999, - "end": 55000, + "start": 55153, + "end": 55154, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 47 }, "end": { - "line": 1548, + "line": 1553, "column": 48 } } @@ -408521,15 +409911,15 @@ "updateContext": null }, "value": "this", - "start": 55001, - "end": 55005, + "start": 55155, + "end": 55159, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 49 }, "end": { - "line": 1548, + "line": 1553, "column": 53 } } @@ -408547,15 +409937,15 @@ "binop": null, "updateContext": null }, - "start": 55005, - "end": 55006, + "start": 55159, + "end": 55160, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 53 }, "end": { - "line": 1548, + "line": 1553, "column": 54 } } @@ -408573,15 +409963,15 @@ "binop": null }, "value": "recordAudio", - "start": 55006, - "end": 55017, + "start": 55160, + "end": 55171, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 54 }, "end": { - "line": 1548, + "line": 1553, "column": 65 } } @@ -408599,15 +409989,15 @@ "binop": null, "updateContext": null }, - "start": 55017, - "end": 55018, + "start": 55171, + "end": 55172, "loc": { "start": { - "line": 1548, + "line": 1553, "column": 65 }, "end": { - "line": 1548, + "line": 1553, "column": 66 } } @@ -408627,15 +410017,15 @@ "updateContext": null }, "value": "this", - "start": 55031, - "end": 55035, + "start": 55185, + "end": 55189, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 12 }, "end": { - "line": 1549, + "line": 1554, "column": 16 } } @@ -408653,15 +410043,15 @@ "binop": null, "updateContext": null }, - "start": 55035, - "end": 55036, + "start": 55189, + "end": 55190, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 16 }, "end": { - "line": 1549, + "line": 1554, "column": 17 } } @@ -408679,15 +410069,15 @@ "binop": null }, "value": "recordVideo", - "start": 55036, - "end": 55047, + "start": 55190, + "end": 55201, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 17 }, "end": { - "line": 1549, + "line": 1554, "column": 28 } } @@ -408705,15 +410095,15 @@ "binop": null, "updateContext": null }, - "start": 55047, - "end": 55048, + "start": 55201, + "end": 55202, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 28 }, "end": { - "line": 1549, + "line": 1554, "column": 29 } } @@ -408733,15 +410123,15 @@ "updateContext": null }, "value": "this", - "start": 55049, - "end": 55053, + "start": 55203, + "end": 55207, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 30 }, "end": { - "line": 1549, + "line": 1554, "column": 34 } } @@ -408759,15 +410149,15 @@ "binop": null, "updateContext": null }, - "start": 55053, - "end": 55054, + "start": 55207, + "end": 55208, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 34 }, "end": { - "line": 1549, + "line": 1554, "column": 35 } } @@ -408785,15 +410175,15 @@ "binop": null }, "value": "recordAnimation", - "start": 55054, - "end": 55069, + "start": 55208, + "end": 55223, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 35 }, "end": { - "line": 1549, + "line": 1554, "column": 50 } } @@ -408811,15 +410201,15 @@ "binop": null, "updateContext": null }, - "start": 55069, - "end": 55070, + "start": 55223, + "end": 55224, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 50 }, "end": { - "line": 1549, + "line": 1554, "column": 51 } } @@ -408839,15 +410229,15 @@ "updateContext": null }, "value": "this", - "start": 55071, - "end": 55075, + "start": 55225, + "end": 55229, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 52 }, "end": { - "line": 1549, + "line": 1554, "column": 56 } } @@ -408865,15 +410255,15 @@ "binop": null, "updateContext": null }, - "start": 55075, - "end": 55076, + "start": 55229, + "end": 55230, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 56 }, "end": { - "line": 1549, + "line": 1554, "column": 57 } } @@ -408891,15 +410281,15 @@ "binop": null }, "value": "recordScreen", - "start": 55076, - "end": 55088, + "start": 55230, + "end": 55242, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 57 }, "end": { - "line": 1549, + "line": 1554, "column": 69 } } @@ -408916,15 +410306,15 @@ "postfix": false, "binop": null }, - "start": 55088, - "end": 55089, + "start": 55242, + "end": 55243, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 69 }, "end": { - "line": 1549, + "line": 1554, "column": 70 } } @@ -408942,15 +410332,15 @@ "binop": null, "updateContext": null }, - "start": 55089, - "end": 55090, + "start": 55243, + "end": 55244, "loc": { "start": { - "line": 1549, + "line": 1554, "column": 70 }, "end": { - "line": 1549, + "line": 1554, "column": 71 } } @@ -408967,15 +410357,15 @@ "postfix": false, "binop": null }, - "start": 55095, - "end": 55096, + "start": 55249, + "end": 55250, "loc": { "start": { - "line": 1550, + "line": 1555, "column": 4 }, "end": { - "line": 1550, + "line": 1555, "column": 5 } } @@ -408983,15 +410373,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55102, - "end": 55171, + "start": 55256, + "end": 55325, "loc": { "start": { - "line": 1552, + "line": 1557, "column": 4 }, "end": { - "line": 1555, + "line": 1560, "column": 7 } } @@ -409009,15 +410399,15 @@ "binop": null }, "value": "createSnapshot", - "start": 55176, - "end": 55190, + "start": 55330, + "end": 55344, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 4 }, "end": { - "line": 1556, + "line": 1561, "column": 18 } } @@ -409034,15 +410424,15 @@ "postfix": false, "binop": null }, - "start": 55190, - "end": 55191, + "start": 55344, + "end": 55345, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 18 }, "end": { - "line": 1556, + "line": 1561, "column": 19 } } @@ -409059,15 +410449,15 @@ "postfix": false, "binop": null }, - "start": 55191, - "end": 55192, + "start": 55345, + "end": 55346, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 19 }, "end": { - "line": 1556, + "line": 1561, "column": 20 } } @@ -409084,15 +410474,15 @@ "postfix": false, "binop": null }, - "start": 55193, - "end": 55194, + "start": 55347, + "end": 55348, "loc": { "start": { - "line": 1556, + "line": 1561, "column": 21 }, "end": { - "line": 1556, + "line": 1561, "column": 22 } } @@ -409112,15 +410502,15 @@ "updateContext": null }, "value": "this", - "start": 55203, - "end": 55207, + "start": 55357, + "end": 55361, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 8 }, "end": { - "line": 1557, + "line": 1562, "column": 12 } } @@ -409138,15 +410528,15 @@ "binop": null, "updateContext": null }, - "start": 55207, - "end": 55208, + "start": 55361, + "end": 55362, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 12 }, "end": { - "line": 1557, + "line": 1562, "column": 13 } } @@ -409164,15 +410554,15 @@ "binop": null }, "value": "captureFrame", - "start": 55208, - "end": 55220, + "start": 55362, + "end": 55374, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 13 }, "end": { - "line": 1557, + "line": 1562, "column": 25 } } @@ -409189,15 +410579,15 @@ "postfix": false, "binop": null }, - "start": 55220, - "end": 55221, + "start": 55374, + "end": 55375, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 25 }, "end": { - "line": 1557, + "line": 1562, "column": 26 } } @@ -409214,15 +410604,15 @@ "postfix": false, "binop": null }, - "start": 55221, - "end": 55222, + "start": 55375, + "end": 55376, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 26 }, "end": { - "line": 1557, + "line": 1562, "column": 27 } } @@ -409240,15 +410630,15 @@ "binop": null, "updateContext": null }, - "start": 55222, - "end": 55223, + "start": 55376, + "end": 55377, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 27 }, "end": { - "line": 1557, + "line": 1562, "column": 28 } } @@ -409266,15 +410656,15 @@ "binop": null }, "value": "then", - "start": 55223, - "end": 55227, + "start": 55377, + "end": 55381, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 28 }, "end": { - "line": 1557, + "line": 1562, "column": 32 } } @@ -409291,15 +410681,15 @@ "postfix": false, "binop": null }, - "start": 55227, - "end": 55228, + "start": 55381, + "end": 55382, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 32 }, "end": { - "line": 1557, + "line": 1562, "column": 33 } } @@ -409316,15 +410706,15 @@ "postfix": false, "binop": null }, - "start": 55228, - "end": 55229, + "start": 55382, + "end": 55383, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 33 }, "end": { - "line": 1557, + "line": 1562, "column": 34 } } @@ -409342,15 +410732,15 @@ "binop": null }, "value": "result", - "start": 55229, - "end": 55235, + "start": 55383, + "end": 55389, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 34 }, "end": { - "line": 1557, + "line": 1562, "column": 40 } } @@ -409367,15 +410757,15 @@ "postfix": false, "binop": null }, - "start": 55235, - "end": 55236, + "start": 55389, + "end": 55390, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 40 }, "end": { - "line": 1557, + "line": 1562, "column": 41 } } @@ -409393,15 +410783,15 @@ "binop": null, "updateContext": null }, - "start": 55237, - "end": 55239, + "start": 55391, + "end": 55393, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 42 }, "end": { - "line": 1557, + "line": 1562, "column": 44 } } @@ -409418,15 +410808,15 @@ "postfix": false, "binop": null }, - "start": 55240, - "end": 55241, + "start": 55394, + "end": 55395, "loc": { "start": { - "line": 1557, + "line": 1562, "column": 45 }, "end": { - "line": 1557, + "line": 1562, "column": 46 } } @@ -409446,15 +410836,15 @@ "updateContext": null }, "value": "if", - "start": 55254, - "end": 55256, + "start": 55408, + "end": 55410, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 12 }, "end": { - "line": 1558, + "line": 1563, "column": 14 } } @@ -409471,15 +410861,15 @@ "postfix": false, "binop": null }, - "start": 55257, - "end": 55258, + "start": 55411, + "end": 55412, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 15 }, "end": { - "line": 1558, + "line": 1563, "column": 16 } } @@ -409499,15 +410889,15 @@ "updateContext": null }, "value": "this", - "start": 55258, - "end": 55262, + "start": 55412, + "end": 55416, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 20 } } @@ -409525,15 +410915,15 @@ "binop": null, "updateContext": null }, - "start": 55262, - "end": 55263, + "start": 55416, + "end": 55417, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 20 }, "end": { - "line": 1558, + "line": 1563, "column": 21 } } @@ -409551,15 +410941,15 @@ "binop": null }, "value": "imageOutputType", - "start": 55263, - "end": 55278, + "start": 55417, + "end": 55432, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 21 }, "end": { - "line": 1558, + "line": 1563, "column": 36 } } @@ -409578,15 +410968,15 @@ "updateContext": null }, "value": "===", - "start": 55279, - "end": 55282, + "start": 55433, + "end": 55436, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 37 }, "end": { - "line": 1558, + "line": 1563, "column": 40 } } @@ -409605,15 +410995,15 @@ "updateContext": null }, "value": "blob", - "start": 55283, - "end": 55289, + "start": 55437, + "end": 55443, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 41 }, "end": { - "line": 1558, + "line": 1563, "column": 47 } } @@ -409630,15 +411020,15 @@ "postfix": false, "binop": null }, - "start": 55289, - "end": 55290, + "start": 55443, + "end": 55444, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 47 }, "end": { - "line": 1558, + "line": 1563, "column": 48 } } @@ -409655,15 +411045,15 @@ "postfix": false, "binop": null }, - "start": 55291, - "end": 55292, + "start": 55445, + "end": 55446, "loc": { "start": { - "line": 1558, + "line": 1563, "column": 49 }, "end": { - "line": 1558, + "line": 1563, "column": 50 } } @@ -409671,15 +411061,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55309, - "end": 55344, + "start": 55463, + "end": 55498, "loc": { "start": { - "line": 1559, + "line": 1564, "column": 16 }, "end": { - "line": 1559, + "line": 1564, "column": 51 } } @@ -409697,15 +411087,15 @@ "binop": null }, "value": "result", - "start": 55361, - "end": 55367, + "start": 55515, + "end": 55521, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 16 }, "end": { - "line": 1560, + "line": 1565, "column": 22 } } @@ -409723,15 +411113,15 @@ "binop": null, "updateContext": null }, - "start": 55367, - "end": 55368, + "start": 55521, + "end": 55522, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 22 }, "end": { - "line": 1560, + "line": 1565, "column": 23 } } @@ -409749,15 +411139,15 @@ "binop": null }, "value": "toBlob", - "start": 55368, - "end": 55374, + "start": 55522, + "end": 55528, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 23 }, "end": { - "line": 1560, + "line": 1565, "column": 29 } } @@ -409774,15 +411164,15 @@ "postfix": false, "binop": null }, - "start": 55374, - "end": 55375, + "start": 55528, + "end": 55529, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 29 }, "end": { - "line": 1560, + "line": 1565, "column": 30 } } @@ -409799,15 +411189,15 @@ "postfix": false, "binop": null }, - "start": 55375, - "end": 55376, + "start": 55529, + "end": 55530, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 30 }, "end": { - "line": 1560, + "line": 1565, "column": 31 } } @@ -409825,15 +411215,15 @@ "binop": null }, "value": "blob", - "start": 55376, - "end": 55380, + "start": 55530, + "end": 55534, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 31 }, "end": { - "line": 1560, + "line": 1565, "column": 35 } } @@ -409850,15 +411240,15 @@ "postfix": false, "binop": null }, - "start": 55380, - "end": 55381, + "start": 55534, + "end": 55535, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 35 }, "end": { - "line": 1560, + "line": 1565, "column": 36 } } @@ -409876,15 +411266,15 @@ "binop": null, "updateContext": null }, - "start": 55382, - "end": 55384, + "start": 55536, + "end": 55538, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 37 }, "end": { - "line": 1560, + "line": 1565, "column": 39 } } @@ -409901,15 +411291,15 @@ "postfix": false, "binop": null }, - "start": 55385, - "end": 55386, + "start": 55539, + "end": 55540, "loc": { "start": { - "line": 1560, + "line": 1565, "column": 40 }, "end": { - "line": 1560, + "line": 1565, "column": 41 } } @@ -409929,15 +411319,15 @@ "updateContext": null }, "value": "this", - "start": 55407, - "end": 55411, + "start": 55561, + "end": 55565, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 20 }, "end": { - "line": 1561, + "line": 1566, "column": 24 } } @@ -409955,15 +411345,15 @@ "binop": null, "updateContext": null }, - "start": 55411, - "end": 55412, + "start": 55565, + "end": 55566, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 24 }, "end": { - "line": 1561, + "line": 1566, "column": 25 } } @@ -409981,15 +411371,15 @@ "binop": null }, "value": "player", - "start": 55412, - "end": 55418, + "start": 55566, + "end": 55572, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 25 }, "end": { - "line": 1561, + "line": 1566, "column": 31 } } @@ -410007,15 +411397,15 @@ "binop": null, "updateContext": null }, - "start": 55418, - "end": 55419, + "start": 55572, + "end": 55573, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 31 }, "end": { - "line": 1561, + "line": 1566, "column": 32 } } @@ -410033,15 +411423,15 @@ "binop": null }, "value": "recordedData", - "start": 55419, - "end": 55431, + "start": 55573, + "end": 55585, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 32 }, "end": { - "line": 1561, + "line": 1566, "column": 44 } } @@ -410060,15 +411450,15 @@ "updateContext": null }, "value": "=", - "start": 55432, - "end": 55433, + "start": 55586, + "end": 55587, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 45 }, "end": { - "line": 1561, + "line": 1566, "column": 46 } } @@ -410086,15 +411476,15 @@ "binop": null }, "value": "blob", - "start": 55434, - "end": 55438, + "start": 55588, + "end": 55592, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 47 }, "end": { - "line": 1561, + "line": 1566, "column": 51 } } @@ -410112,15 +411502,15 @@ "binop": null, "updateContext": null }, - "start": 55438, - "end": 55439, + "start": 55592, + "end": 55593, "loc": { "start": { - "line": 1561, + "line": 1566, "column": 51 }, "end": { - "line": 1561, + "line": 1566, "column": 52 } } @@ -410128,15 +411518,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55461, - "end": 55484, + "start": 55615, + "end": 55638, "loc": { "start": { - "line": 1563, + "line": 1568, "column": 20 }, "end": { - "line": 1563, + "line": 1568, "column": 43 } } @@ -410156,15 +411546,15 @@ "updateContext": null }, "value": "this", - "start": 55505, - "end": 55509, + "start": 55659, + "end": 55663, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 24 } } @@ -410182,15 +411572,15 @@ "binop": null, "updateContext": null }, - "start": 55509, - "end": 55510, + "start": 55663, + "end": 55664, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 24 }, "end": { - "line": 1564, + "line": 1569, "column": 25 } } @@ -410208,15 +411598,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 55510, - "end": 55525, + "start": 55664, + "end": 55679, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 25 }, "end": { - "line": 1564, + "line": 1569, "column": 40 } } @@ -410233,15 +411623,15 @@ "postfix": false, "binop": null }, - "start": 55525, - "end": 55526, + "start": 55679, + "end": 55680, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 40 }, "end": { - "line": 1564, + "line": 1569, "column": 41 } } @@ -410258,15 +411648,15 @@ "postfix": false, "binop": null }, - "start": 55526, - "end": 55527, + "start": 55680, + "end": 55681, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 41 }, "end": { - "line": 1564, + "line": 1569, "column": 42 } } @@ -410284,15 +411674,15 @@ "binop": null, "updateContext": null }, - "start": 55527, - "end": 55528, + "start": 55681, + "end": 55682, "loc": { "start": { - "line": 1564, + "line": 1569, "column": 42 }, "end": { - "line": 1564, + "line": 1569, "column": 43 } } @@ -410309,15 +411699,15 @@ "postfix": false, "binop": null }, - "start": 55545, - "end": 55546, + "start": 55699, + "end": 55700, "loc": { "start": { - "line": 1565, + "line": 1570, "column": 16 }, "end": { - "line": 1565, + "line": 1570, "column": 17 } } @@ -410334,15 +411724,15 @@ "postfix": false, "binop": null }, - "start": 55546, - "end": 55547, + "start": 55700, + "end": 55701, "loc": { "start": { - "line": 1565, + "line": 1570, "column": 17 }, "end": { - "line": 1565, + "line": 1570, "column": 18 } } @@ -410360,15 +411750,15 @@ "binop": null, "updateContext": null }, - "start": 55547, - "end": 55548, + "start": 55701, + "end": 55702, "loc": { "start": { - "line": 1565, + "line": 1570, "column": 18 }, "end": { - "line": 1565, + "line": 1570, "column": 19 } } @@ -410385,15 +411775,15 @@ "postfix": false, "binop": null }, - "start": 55561, - "end": 55562, + "start": 55715, + "end": 55716, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 12 }, "end": { - "line": 1566, + "line": 1571, "column": 13 } } @@ -410413,15 +411803,15 @@ "updateContext": null }, "value": "else", - "start": 55563, - "end": 55567, + "start": 55717, + "end": 55721, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 14 }, "end": { - "line": 1566, + "line": 1571, "column": 18 } } @@ -410441,15 +411831,15 @@ "updateContext": null }, "value": "if", - "start": 55568, - "end": 55570, + "start": 55722, + "end": 55724, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 19 }, "end": { - "line": 1566, + "line": 1571, "column": 21 } } @@ -410466,15 +411856,15 @@ "postfix": false, "binop": null }, - "start": 55571, - "end": 55572, + "start": 55725, + "end": 55726, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 22 }, "end": { - "line": 1566, + "line": 1571, "column": 23 } } @@ -410494,15 +411884,15 @@ "updateContext": null }, "value": "this", - "start": 55572, - "end": 55576, + "start": 55726, + "end": 55730, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 23 }, "end": { - "line": 1566, + "line": 1571, "column": 27 } } @@ -410520,15 +411910,15 @@ "binop": null, "updateContext": null }, - "start": 55576, - "end": 55577, + "start": 55730, + "end": 55731, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 27 }, "end": { - "line": 1566, + "line": 1571, "column": 28 } } @@ -410546,15 +411936,15 @@ "binop": null }, "value": "imageOutputType", - "start": 55577, - "end": 55592, + "start": 55731, + "end": 55746, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 28 }, "end": { - "line": 1566, + "line": 1571, "column": 43 } } @@ -410573,15 +411963,15 @@ "updateContext": null }, "value": "===", - "start": 55593, - "end": 55596, + "start": 55747, + "end": 55750, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 44 }, "end": { - "line": 1566, + "line": 1571, "column": 47 } } @@ -410600,15 +411990,15 @@ "updateContext": null }, "value": "dataURL", - "start": 55597, - "end": 55606, + "start": 55751, + "end": 55760, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 48 }, "end": { - "line": 1566, + "line": 1571, "column": 57 } } @@ -410625,15 +412015,15 @@ "postfix": false, "binop": null }, - "start": 55606, - "end": 55607, + "start": 55760, + "end": 55761, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 57 }, "end": { - "line": 1566, + "line": 1571, "column": 58 } } @@ -410650,15 +412040,15 @@ "postfix": false, "binop": null }, - "start": 55608, - "end": 55609, + "start": 55762, + "end": 55763, "loc": { "start": { - "line": 1566, + "line": 1571, "column": 59 }, "end": { - "line": 1566, + "line": 1571, "column": 60 } } @@ -410666,15 +412056,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55626, - "end": 55666, + "start": 55780, + "end": 55820, "loc": { "start": { - "line": 1567, + "line": 1572, "column": 16 }, "end": { - "line": 1567, + "line": 1572, "column": 56 } } @@ -410694,15 +412084,15 @@ "updateContext": null }, "value": "this", - "start": 55683, - "end": 55687, + "start": 55837, + "end": 55841, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 16 }, "end": { - "line": 1568, + "line": 1573, "column": 20 } } @@ -410720,15 +412110,15 @@ "binop": null, "updateContext": null }, - "start": 55687, - "end": 55688, + "start": 55841, + "end": 55842, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 20 }, "end": { - "line": 1568, + "line": 1573, "column": 21 } } @@ -410746,15 +412136,15 @@ "binop": null }, "value": "player", - "start": 55688, - "end": 55694, + "start": 55842, + "end": 55848, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 21 }, "end": { - "line": 1568, + "line": 1573, "column": 27 } } @@ -410772,15 +412162,15 @@ "binop": null, "updateContext": null }, - "start": 55694, - "end": 55695, + "start": 55848, + "end": 55849, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 27 }, "end": { - "line": 1568, + "line": 1573, "column": 28 } } @@ -410798,15 +412188,15 @@ "binop": null }, "value": "recordedData", - "start": 55695, - "end": 55707, + "start": 55849, + "end": 55861, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 28 }, "end": { - "line": 1568, + "line": 1573, "column": 40 } } @@ -410825,15 +412215,15 @@ "updateContext": null }, "value": "=", - "start": 55708, - "end": 55709, + "start": 55862, + "end": 55863, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 41 }, "end": { - "line": 1568, + "line": 1573, "column": 42 } } @@ -410851,15 +412241,15 @@ "binop": null }, "value": "result", - "start": 55710, - "end": 55716, + "start": 55864, + "end": 55870, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 43 }, "end": { - "line": 1568, + "line": 1573, "column": 49 } } @@ -410877,15 +412267,15 @@ "binop": null, "updateContext": null }, - "start": 55716, - "end": 55717, + "start": 55870, + "end": 55871, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 49 }, "end": { - "line": 1568, + "line": 1573, "column": 50 } } @@ -410903,15 +412293,15 @@ "binop": null }, "value": "toDataURL", - "start": 55717, - "end": 55726, + "start": 55871, + "end": 55880, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 50 }, "end": { - "line": 1568, + "line": 1573, "column": 59 } } @@ -410928,15 +412318,15 @@ "postfix": false, "binop": null }, - "start": 55726, - "end": 55727, + "start": 55880, + "end": 55881, "loc": { "start": { - "line": 1568, + "line": 1573, "column": 59 }, "end": { - "line": 1568, + "line": 1573, "column": 60 } } @@ -410956,15 +412346,15 @@ "updateContext": null }, "value": "this", - "start": 55748, - "end": 55752, + "start": 55902, + "end": 55906, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 20 }, "end": { - "line": 1569, + "line": 1574, "column": 24 } } @@ -410982,15 +412372,15 @@ "binop": null, "updateContext": null }, - "start": 55752, - "end": 55753, + "start": 55906, + "end": 55907, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 24 }, "end": { - "line": 1569, + "line": 1574, "column": 25 } } @@ -411008,15 +412398,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 55753, - "end": 55770, + "start": 55907, + "end": 55924, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 25 }, "end": { - "line": 1569, + "line": 1574, "column": 42 } } @@ -411034,15 +412424,15 @@ "binop": null, "updateContext": null }, - "start": 55770, - "end": 55771, + "start": 55924, + "end": 55925, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 42 }, "end": { - "line": 1569, + "line": 1574, "column": 43 } } @@ -411062,15 +412452,15 @@ "updateContext": null }, "value": "this", - "start": 55772, - "end": 55776, + "start": 55926, + "end": 55930, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 44 }, "end": { - "line": 1569, + "line": 1574, "column": 48 } } @@ -411088,15 +412478,15 @@ "binop": null, "updateContext": null }, - "start": 55776, - "end": 55777, + "start": 55930, + "end": 55931, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 48 }, "end": { - "line": 1569, + "line": 1574, "column": 49 } } @@ -411114,15 +412504,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 55777, - "end": 55795, + "start": 55931, + "end": 55949, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 49 }, "end": { - "line": 1569, + "line": 1574, "column": 67 } } @@ -411139,15 +412529,15 @@ "postfix": false, "binop": null }, - "start": 55795, - "end": 55796, + "start": 55949, + "end": 55950, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 67 }, "end": { - "line": 1569, + "line": 1574, "column": 68 } } @@ -411165,15 +412555,15 @@ "binop": null, "updateContext": null }, - "start": 55796, - "end": 55797, + "start": 55950, + "end": 55951, "loc": { "start": { - "line": 1569, + "line": 1574, "column": 68 }, "end": { - "line": 1569, + "line": 1574, "column": 69 } } @@ -411181,15 +412571,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55815, - "end": 55838, + "start": 55969, + "end": 55992, "loc": { "start": { - "line": 1571, + "line": 1576, "column": 16 }, "end": { - "line": 1571, + "line": 1576, "column": 39 } } @@ -411209,15 +412599,15 @@ "updateContext": null }, "value": "this", - "start": 55855, - "end": 55859, + "start": 56009, + "end": 56013, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 16 }, "end": { - "line": 1572, + "line": 1577, "column": 20 } } @@ -411235,15 +412625,15 @@ "binop": null, "updateContext": null }, - "start": 55859, - "end": 55860, + "start": 56013, + "end": 56014, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 20 }, "end": { - "line": 1572, + "line": 1577, "column": 21 } } @@ -411261,15 +412651,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 55860, - "end": 55875, + "start": 56014, + "end": 56029, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 21 }, "end": { - "line": 1572, + "line": 1577, "column": 36 } } @@ -411286,15 +412676,15 @@ "postfix": false, "binop": null }, - "start": 55875, - "end": 55876, + "start": 56029, + "end": 56030, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 36 }, "end": { - "line": 1572, + "line": 1577, "column": 37 } } @@ -411311,15 +412701,15 @@ "postfix": false, "binop": null }, - "start": 55876, - "end": 55877, + "start": 56030, + "end": 56031, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 37 }, "end": { - "line": 1572, + "line": 1577, "column": 38 } } @@ -411337,15 +412727,15 @@ "binop": null, "updateContext": null }, - "start": 55877, - "end": 55878, + "start": 56031, + "end": 56032, "loc": { "start": { - "line": 1572, + "line": 1577, "column": 38 }, "end": { - "line": 1572, + "line": 1577, "column": 39 } } @@ -411362,15 +412752,15 @@ "postfix": false, "binop": null }, - "start": 55891, - "end": 55892, + "start": 56045, + "end": 56046, "loc": { "start": { - "line": 1573, + "line": 1578, "column": 12 }, "end": { - "line": 1573, + "line": 1578, "column": 13 } } @@ -411387,15 +412777,15 @@ "postfix": false, "binop": null }, - "start": 55901, - "end": 55902, + "start": 56055, + "end": 56056, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 8 }, "end": { - "line": 1574, + "line": 1579, "column": 9 } } @@ -411413,15 +412803,15 @@ "binop": null, "updateContext": null }, - "start": 55902, - "end": 55903, + "start": 56056, + "end": 56057, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 9 }, "end": { - "line": 1574, + "line": 1579, "column": 10 } } @@ -411441,15 +412831,15 @@ "updateContext": null }, "value": "this", - "start": 55904, - "end": 55908, + "start": 56058, + "end": 56062, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 11 }, "end": { - "line": 1574, + "line": 1579, "column": 15 } } @@ -411467,15 +412857,15 @@ "binop": null, "updateContext": null }, - "start": 55908, - "end": 55909, + "start": 56062, + "end": 56063, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 15 }, "end": { - "line": 1574, + "line": 1579, "column": 16 } } @@ -411493,15 +412883,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 55909, - "end": 55926, + "start": 56063, + "end": 56080, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 16 }, "end": { - "line": 1574, + "line": 1579, "column": 33 } } @@ -411519,15 +412909,15 @@ "binop": null, "updateContext": null }, - "start": 55926, - "end": 55927, + "start": 56080, + "end": 56081, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 33 }, "end": { - "line": 1574, + "line": 1579, "column": 34 } } @@ -411547,15 +412937,15 @@ "updateContext": null }, "value": "this", - "start": 55928, - "end": 55932, + "start": 56082, + "end": 56086, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 35 }, "end": { - "line": 1574, + "line": 1579, "column": 39 } } @@ -411573,15 +412963,15 @@ "binop": null, "updateContext": null }, - "start": 55932, - "end": 55933, + "start": 56086, + "end": 56087, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 39 }, "end": { - "line": 1574, + "line": 1579, "column": 40 } } @@ -411599,15 +412989,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 55933, - "end": 55951, + "start": 56087, + "end": 56105, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 40 }, "end": { - "line": 1574, + "line": 1579, "column": 58 } } @@ -411624,15 +413014,15 @@ "postfix": false, "binop": null }, - "start": 55951, - "end": 55952, + "start": 56105, + "end": 56106, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 58 }, "end": { - "line": 1574, + "line": 1579, "column": 59 } } @@ -411650,15 +413040,15 @@ "binop": null, "updateContext": null }, - "start": 55952, - "end": 55953, + "start": 56106, + "end": 56107, "loc": { "start": { - "line": 1574, + "line": 1579, "column": 59 }, "end": { - "line": 1574, + "line": 1579, "column": 60 } } @@ -411675,15 +413065,15 @@ "postfix": false, "binop": null }, - "start": 55958, - "end": 55959, + "start": 56112, + "end": 56113, "loc": { "start": { - "line": 1575, + "line": 1580, "column": 4 }, "end": { - "line": 1575, + "line": 1580, "column": 5 } } @@ -411691,15 +413081,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 55965, - "end": 56023, + "start": 56119, + "end": 56177, "loc": { "start": { - "line": 1577, + "line": 1582, "column": 4 }, "end": { - "line": 1580, + "line": 1585, "column": 7 } } @@ -411717,15 +413107,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 56028, - "end": 56043, + "start": 56182, + "end": 56197, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1581, + "line": 1586, "column": 19 } } @@ -411742,15 +413132,15 @@ "postfix": false, "binop": null }, - "start": 56043, - "end": 56044, + "start": 56197, + "end": 56198, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 19 }, "end": { - "line": 1581, + "line": 1586, "column": 20 } } @@ -411767,15 +413157,15 @@ "postfix": false, "binop": null }, - "start": 56044, - "end": 56045, + "start": 56198, + "end": 56199, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 20 }, "end": { - "line": 1581, + "line": 1586, "column": 21 } } @@ -411792,15 +413182,15 @@ "postfix": false, "binop": null }, - "start": 56046, - "end": 56047, + "start": 56200, + "end": 56201, "loc": { "start": { - "line": 1581, + "line": 1586, "column": 22 }, "end": { - "line": 1581, + "line": 1586, "column": 23 } } @@ -411808,15 +413198,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56056, - "end": 56077, + "start": 56210, + "end": 56231, "loc": { "start": { - "line": 1582, + "line": 1587, "column": 8 }, "end": { - "line": 1582, + "line": 1587, "column": 29 } } @@ -411836,15 +413226,15 @@ "updateContext": null }, "value": "this", - "start": 56086, - "end": 56090, + "start": 56240, + "end": 56244, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 8 }, "end": { - "line": 1583, + "line": 1588, "column": 12 } } @@ -411862,15 +413252,15 @@ "binop": null, "updateContext": null }, - "start": 56090, - "end": 56091, + "start": 56244, + "end": 56245, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 12 }, "end": { - "line": 1583, + "line": 1588, "column": 13 } } @@ -411888,15 +413278,15 @@ "binop": null }, "value": "mediaElement", - "start": 56091, - "end": 56103, + "start": 56245, + "end": 56257, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 13 }, "end": { - "line": 1583, + "line": 1588, "column": 25 } } @@ -411914,15 +413304,15 @@ "binop": null, "updateContext": null }, - "start": 56103, - "end": 56104, + "start": 56257, + "end": 56258, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 25 }, "end": { - "line": 1583, + "line": 1588, "column": 26 } } @@ -411940,15 +413330,15 @@ "binop": null }, "value": "style", - "start": 56104, - "end": 56109, + "start": 56258, + "end": 56263, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 26 }, "end": { - "line": 1583, + "line": 1588, "column": 31 } } @@ -411966,15 +413356,15 @@ "binop": null, "updateContext": null }, - "start": 56109, - "end": 56110, + "start": 56263, + "end": 56264, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 31 }, "end": { - "line": 1583, + "line": 1588, "column": 32 } } @@ -411992,15 +413382,15 @@ "binop": null }, "value": "display", - "start": 56110, - "end": 56117, + "start": 56264, + "end": 56271, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 32 }, "end": { - "line": 1583, + "line": 1588, "column": 39 } } @@ -412019,15 +413409,15 @@ "updateContext": null }, "value": "=", - "start": 56118, - "end": 56119, + "start": 56272, + "end": 56273, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 40 }, "end": { - "line": 1583, + "line": 1588, "column": 41 } } @@ -412046,15 +413436,15 @@ "updateContext": null }, "value": "none", - "start": 56120, - "end": 56126, + "start": 56274, + "end": 56280, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 42 }, "end": { - "line": 1583, + "line": 1588, "column": 48 } } @@ -412072,15 +413462,15 @@ "binop": null, "updateContext": null }, - "start": 56126, - "end": 56127, + "start": 56280, + "end": 56281, "loc": { "start": { - "line": 1583, + "line": 1588, "column": 48 }, "end": { - "line": 1583, + "line": 1588, "column": 49 } } @@ -412088,15 +413478,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56137, - "end": 56157, + "start": 56291, + "end": 56311, "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1585, + "line": 1590, "column": 28 } } @@ -412116,15 +413506,15 @@ "updateContext": null }, "value": "this", - "start": 56166, - "end": 56170, + "start": 56320, + "end": 56324, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 8 }, "end": { - "line": 1586, + "line": 1591, "column": 12 } } @@ -412142,15 +413532,15 @@ "binop": null, "updateContext": null }, - "start": 56170, - "end": 56171, + "start": 56324, + "end": 56325, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 12 }, "end": { - "line": 1586, + "line": 1591, "column": 13 } } @@ -412168,15 +413558,15 @@ "binop": null }, "value": "player", - "start": 56171, - "end": 56177, + "start": 56325, + "end": 56331, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 13 }, "end": { - "line": 1586, + "line": 1591, "column": 19 } } @@ -412194,15 +413584,15 @@ "binop": null, "updateContext": null }, - "start": 56177, - "end": 56178, + "start": 56331, + "end": 56332, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 19 }, "end": { - "line": 1586, + "line": 1591, "column": 20 } } @@ -412220,15 +413610,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56178, - "end": 56190, + "start": 56332, + "end": 56344, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 20 }, "end": { - "line": 1586, + "line": 1591, "column": 32 } } @@ -412246,15 +413636,15 @@ "binop": null, "updateContext": null }, - "start": 56190, - "end": 56191, + "start": 56344, + "end": 56345, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 32 }, "end": { - "line": 1586, + "line": 1591, "column": 33 } } @@ -412272,15 +413662,15 @@ "binop": null }, "value": "show", - "start": 56191, - "end": 56195, + "start": 56345, + "end": 56349, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 33 }, "end": { - "line": 1586, + "line": 1591, "column": 37 } } @@ -412297,15 +413687,15 @@ "postfix": false, "binop": null }, - "start": 56195, - "end": 56196, + "start": 56349, + "end": 56350, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 37 }, "end": { - "line": 1586, + "line": 1591, "column": 38 } } @@ -412322,15 +413712,15 @@ "postfix": false, "binop": null }, - "start": 56196, - "end": 56197, + "start": 56350, + "end": 56351, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 38 }, "end": { - "line": 1586, + "line": 1591, "column": 39 } } @@ -412348,15 +413738,15 @@ "binop": null, "updateContext": null }, - "start": 56197, - "end": 56198, + "start": 56351, + "end": 56352, "loc": { "start": { - "line": 1586, + "line": 1591, "column": 39 }, "end": { - "line": 1586, + "line": 1591, "column": 40 } } @@ -412364,15 +413754,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56208, - "end": 56225, + "start": 56362, + "end": 56379, "loc": { "start": { - "line": 1588, + "line": 1593, "column": 8 }, "end": { - "line": 1588, + "line": 1593, "column": 25 } } @@ -412392,15 +413782,15 @@ "updateContext": null }, "value": "this", - "start": 56234, - "end": 56238, + "start": 56388, + "end": 56392, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 12 } } @@ -412418,15 +413808,15 @@ "binop": null, "updateContext": null }, - "start": 56238, - "end": 56239, + "start": 56392, + "end": 56393, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 12 }, "end": { - "line": 1589, + "line": 1594, "column": 13 } } @@ -412444,15 +413834,15 @@ "binop": null }, "value": "stop", - "start": 56239, - "end": 56243, + "start": 56393, + "end": 56397, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 13 }, "end": { - "line": 1589, + "line": 1594, "column": 17 } } @@ -412469,15 +413859,15 @@ "postfix": false, "binop": null }, - "start": 56243, - "end": 56244, + "start": 56397, + "end": 56398, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 17 }, "end": { - "line": 1589, + "line": 1594, "column": 18 } } @@ -412494,15 +413884,15 @@ "postfix": false, "binop": null }, - "start": 56244, - "end": 56245, + "start": 56398, + "end": 56399, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 18 }, "end": { - "line": 1589, + "line": 1594, "column": 19 } } @@ -412520,15 +413910,15 @@ "binop": null, "updateContext": null }, - "start": 56245, - "end": 56246, + "start": 56399, + "end": 56400, "loc": { "start": { - "line": 1589, + "line": 1594, "column": 19 }, "end": { - "line": 1589, + "line": 1594, "column": 20 } } @@ -412545,15 +413935,15 @@ "postfix": false, "binop": null }, - "start": 56251, - "end": 56252, + "start": 56405, + "end": 56406, "loc": { "start": { - "line": 1590, + "line": 1595, "column": 4 }, "end": { - "line": 1590, + "line": 1595, "column": 5 } } @@ -412561,15 +413951,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56258, - "end": 56332, + "start": 56412, + "end": 56486, "loc": { "start": { - "line": 1592, + "line": 1597, "column": 4 }, "end": { - "line": 1595, + "line": 1600, "column": 7 } } @@ -412587,15 +413977,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 56337, - "end": 56350, + "start": 56491, + "end": 56504, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 4 }, "end": { - "line": 1596, + "line": 1601, "column": 17 } } @@ -412612,15 +414002,15 @@ "postfix": false, "binop": null }, - "start": 56350, - "end": 56351, + "start": 56504, + "end": 56505, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 17 }, "end": { - "line": 1596, + "line": 1601, "column": 18 } } @@ -412637,15 +414027,15 @@ "postfix": false, "binop": null }, - "start": 56351, - "end": 56352, + "start": 56505, + "end": 56506, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 18 }, "end": { - "line": 1596, + "line": 1601, "column": 19 } } @@ -412662,15 +414052,15 @@ "postfix": false, "binop": null }, - "start": 56353, - "end": 56354, + "start": 56507, + "end": 56508, "loc": { "start": { - "line": 1596, + "line": 1601, "column": 20 }, "end": { - "line": 1596, + "line": 1601, "column": 21 } } @@ -412690,15 +414080,15 @@ "updateContext": null }, "value": "this", - "start": 56363, - "end": 56367, + "start": 56517, + "end": 56521, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 12 } } @@ -412716,15 +414106,15 @@ "binop": null, "updateContext": null }, - "start": 56367, - "end": 56368, + "start": 56521, + "end": 56522, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 12 }, "end": { - "line": 1597, + "line": 1602, "column": 13 } } @@ -412742,15 +414132,15 @@ "binop": null }, "value": "_processing", - "start": 56368, - "end": 56379, + "start": 56522, + "end": 56533, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 13 }, "end": { - "line": 1597, + "line": 1602, "column": 24 } } @@ -412769,15 +414159,15 @@ "updateContext": null }, "value": "=", - "start": 56380, - "end": 56381, + "start": 56534, + "end": 56535, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 25 }, "end": { - "line": 1597, + "line": 1602, "column": 26 } } @@ -412797,15 +414187,15 @@ "updateContext": null }, "value": "false", - "start": 56382, - "end": 56387, + "start": 56536, + "end": 56541, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 27 }, "end": { - "line": 1597, + "line": 1602, "column": 32 } } @@ -412823,15 +414213,15 @@ "binop": null, "updateContext": null }, - "start": 56387, - "end": 56388, + "start": 56541, + "end": 56542, "loc": { "start": { - "line": 1597, + "line": 1602, "column": 32 }, "end": { - "line": 1597, + "line": 1602, "column": 33 } } @@ -412839,15 +414229,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56398, - "end": 56425, + "start": 56552, + "end": 56579, "loc": { "start": { - "line": 1599, + "line": 1604, "column": 8 }, "end": { - "line": 1599, + "line": 1604, "column": 35 } } @@ -412867,15 +414257,15 @@ "updateContext": null }, "value": "this", - "start": 56434, - "end": 56438, + "start": 56588, + "end": 56592, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 8 }, "end": { - "line": 1600, + "line": 1605, "column": 12 } } @@ -412893,15 +414283,15 @@ "binop": null, "updateContext": null }, - "start": 56438, - "end": 56439, + "start": 56592, + "end": 56593, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 13 } } @@ -412919,15 +414309,15 @@ "binop": null }, "value": "player", - "start": 56439, - "end": 56445, + "start": 56593, + "end": 56599, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 13 }, "end": { - "line": 1600, + "line": 1605, "column": 19 } } @@ -412945,15 +414335,15 @@ "binop": null, "updateContext": null }, - "start": 56445, - "end": 56446, + "start": 56599, + "end": 56600, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 19 }, "end": { - "line": 1600, + "line": 1605, "column": 20 } } @@ -412971,15 +414361,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56446, - "end": 56458, + "start": 56600, + "end": 56612, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 20 }, "end": { - "line": 1600, + "line": 1605, "column": 32 } } @@ -412997,15 +414387,15 @@ "binop": null, "updateContext": null }, - "start": 56458, - "end": 56459, + "start": 56612, + "end": 56613, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 32 }, "end": { - "line": 1600, + "line": 1605, "column": 33 } } @@ -413023,15 +414413,15 @@ "binop": null }, "value": "hide", - "start": 56459, - "end": 56463, + "start": 56613, + "end": 56617, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 33 }, "end": { - "line": 1600, + "line": 1605, "column": 37 } } @@ -413048,15 +414438,15 @@ "postfix": false, "binop": null }, - "start": 56463, - "end": 56464, + "start": 56617, + "end": 56618, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 37 }, "end": { - "line": 1600, + "line": 1605, "column": 38 } } @@ -413073,15 +414463,15 @@ "postfix": false, "binop": null }, - "start": 56464, - "end": 56465, + "start": 56618, + "end": 56619, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 38 }, "end": { - "line": 1600, + "line": 1605, "column": 39 } } @@ -413099,15 +414489,15 @@ "binop": null, "updateContext": null }, - "start": 56465, - "end": 56466, + "start": 56619, + "end": 56620, "loc": { "start": { - "line": 1600, + "line": 1605, "column": 39 }, "end": { - "line": 1600, + "line": 1605, "column": 40 } } @@ -413115,15 +414505,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56476, - "end": 56497, + "start": 56630, + "end": 56651, "loc": { "start": { - "line": 1602, + "line": 1607, "column": 8 }, "end": { - "line": 1602, + "line": 1607, "column": 29 } } @@ -413143,15 +414533,15 @@ "updateContext": null }, "value": "this", - "start": 56506, - "end": 56510, + "start": 56660, + "end": 56664, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 12 } } @@ -413169,15 +414559,15 @@ "binop": null, "updateContext": null }, - "start": 56510, - "end": 56511, + "start": 56664, + "end": 56665, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 12 }, "end": { - "line": 1603, + "line": 1608, "column": 13 } } @@ -413195,15 +414585,15 @@ "binop": null }, "value": "player", - "start": 56511, - "end": 56517, + "start": 56665, + "end": 56671, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 13 }, "end": { - "line": 1603, + "line": 1608, "column": 19 } } @@ -413221,15 +414611,15 @@ "binop": null, "updateContext": null }, - "start": 56517, - "end": 56518, + "start": 56671, + "end": 56672, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 19 }, "end": { - "line": 1603, + "line": 1608, "column": 20 } } @@ -413247,15 +414637,15 @@ "binop": null }, "value": "el", - "start": 56518, - "end": 56520, + "start": 56672, + "end": 56674, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 20 }, "end": { - "line": 1603, + "line": 1608, "column": 22 } } @@ -413272,15 +414662,15 @@ "postfix": false, "binop": null }, - "start": 56520, - "end": 56521, + "start": 56674, + "end": 56675, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 22 }, "end": { - "line": 1603, + "line": 1608, "column": 23 } } @@ -413297,15 +414687,15 @@ "postfix": false, "binop": null }, - "start": 56521, - "end": 56522, + "start": 56675, + "end": 56676, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 23 }, "end": { - "line": 1603, + "line": 1608, "column": 24 } } @@ -413323,15 +414713,15 @@ "binop": null, "updateContext": null }, - "start": 56522, - "end": 56523, + "start": 56676, + "end": 56677, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 24 }, "end": { - "line": 1603, + "line": 1608, "column": 25 } } @@ -413349,15 +414739,15 @@ "binop": null }, "value": "firstChild", - "start": 56523, - "end": 56533, + "start": 56677, + "end": 56687, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 25 }, "end": { - "line": 1603, + "line": 1608, "column": 35 } } @@ -413375,15 +414765,15 @@ "binop": null, "updateContext": null }, - "start": 56533, - "end": 56534, + "start": 56687, + "end": 56688, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 35 }, "end": { - "line": 1603, + "line": 1608, "column": 36 } } @@ -413401,15 +414791,15 @@ "binop": null }, "value": "style", - "start": 56534, - "end": 56539, + "start": 56688, + "end": 56693, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 36 }, "end": { - "line": 1603, + "line": 1608, "column": 41 } } @@ -413427,15 +414817,15 @@ "binop": null, "updateContext": null }, - "start": 56539, - "end": 56540, + "start": 56693, + "end": 56694, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 41 }, "end": { - "line": 1603, + "line": 1608, "column": 42 } } @@ -413453,15 +414843,15 @@ "binop": null }, "value": "display", - "start": 56540, - "end": 56547, + "start": 56694, + "end": 56701, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 42 }, "end": { - "line": 1603, + "line": 1608, "column": 49 } } @@ -413480,15 +414870,15 @@ "updateContext": null }, "value": "=", - "start": 56548, - "end": 56549, + "start": 56702, + "end": 56703, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 50 }, "end": { - "line": 1603, + "line": 1608, "column": 51 } } @@ -413507,15 +414897,15 @@ "updateContext": null }, "value": "block", - "start": 56550, - "end": 56557, + "start": 56704, + "end": 56711, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 52 }, "end": { - "line": 1603, + "line": 1608, "column": 59 } } @@ -413533,15 +414923,15 @@ "binop": null, "updateContext": null }, - "start": 56557, - "end": 56558, + "start": 56711, + "end": 56712, "loc": { "start": { - "line": 1603, + "line": 1608, "column": 59 }, "end": { - "line": 1603, + "line": 1608, "column": 60 } } @@ -413558,15 +414948,15 @@ "postfix": false, "binop": null }, - "start": 56563, - "end": 56564, + "start": 56717, + "end": 56718, "loc": { "start": { - "line": 1604, + "line": 1609, "column": 4 }, "end": { - "line": 1604, + "line": 1609, "column": 5 } } @@ -413574,15 +414964,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56570, - "end": 56678, + "start": 56724, + "end": 56832, "loc": { "start": { - "line": 1606, + "line": 1611, "column": 4 }, "end": { - "line": 1610, + "line": 1615, "column": 7 } } @@ -413600,15 +414990,15 @@ "binop": null }, "value": "captureFrame", - "start": 56683, - "end": 56695, + "start": 56837, + "end": 56849, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 4 }, "end": { - "line": 1611, + "line": 1616, "column": 16 } } @@ -413625,15 +415015,15 @@ "postfix": false, "binop": null }, - "start": 56695, - "end": 56696, + "start": 56849, + "end": 56850, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 16 }, "end": { - "line": 1611, + "line": 1616, "column": 17 } } @@ -413650,15 +415040,15 @@ "postfix": false, "binop": null }, - "start": 56696, - "end": 56697, + "start": 56850, + "end": 56851, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 17 }, "end": { - "line": 1611, + "line": 1616, "column": 18 } } @@ -413675,15 +415065,15 @@ "postfix": false, "binop": null }, - "start": 56698, - "end": 56699, + "start": 56852, + "end": 56853, "loc": { "start": { - "line": 1611, + "line": 1616, "column": 19 }, "end": { - "line": 1611, + "line": 1616, "column": 20 } } @@ -413703,15 +415093,15 @@ "updateContext": null }, "value": "let", - "start": 56708, - "end": 56711, + "start": 56862, + "end": 56865, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 8 }, "end": { - "line": 1612, + "line": 1617, "column": 11 } } @@ -413729,15 +415119,15 @@ "binop": null }, "value": "detected", - "start": 56712, - "end": 56720, + "start": 56866, + "end": 56874, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 20 } } @@ -413756,15 +415146,15 @@ "updateContext": null }, "value": "=", - "start": 56721, - "end": 56722, + "start": 56875, + "end": 56876, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 21 }, "end": { - "line": 1612, + "line": 1617, "column": 22 } } @@ -413782,15 +415172,15 @@ "binop": null }, "value": "detectBrowser", - "start": 56723, - "end": 56736, + "start": 56877, + "end": 56890, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 23 }, "end": { - "line": 1612, + "line": 1617, "column": 36 } } @@ -413807,15 +415197,15 @@ "postfix": false, "binop": null }, - "start": 56736, - "end": 56737, + "start": 56890, + "end": 56891, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 36 }, "end": { - "line": 1612, + "line": 1617, "column": 37 } } @@ -413832,15 +415222,15 @@ "postfix": false, "binop": null }, - "start": 56737, - "end": 56738, + "start": 56891, + "end": 56892, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 37 }, "end": { - "line": 1612, + "line": 1617, "column": 38 } } @@ -413858,15 +415248,15 @@ "binop": null, "updateContext": null }, - "start": 56738, - "end": 56739, + "start": 56892, + "end": 56893, "loc": { "start": { - "line": 1612, + "line": 1617, "column": 38 }, "end": { - "line": 1612, + "line": 1617, "column": 39 } } @@ -413886,15 +415276,15 @@ "updateContext": null }, "value": "let", - "start": 56748, - "end": 56751, + "start": 56902, + "end": 56905, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 11 } } @@ -413912,15 +415302,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56752, - "end": 56764, + "start": 56906, + "end": 56918, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 12 }, "end": { - "line": 1613, + "line": 1618, "column": 24 } } @@ -413939,15 +415329,15 @@ "updateContext": null }, "value": "=", - "start": 56765, - "end": 56766, + "start": 56919, + "end": 56920, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 25 }, "end": { - "line": 1613, + "line": 1618, "column": 26 } } @@ -413967,15 +415357,15 @@ "updateContext": null }, "value": "this", - "start": 56767, - "end": 56771, + "start": 56921, + "end": 56925, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 27 }, "end": { - "line": 1613, + "line": 1618, "column": 31 } } @@ -413993,15 +415383,15 @@ "binop": null, "updateContext": null }, - "start": 56771, - "end": 56772, + "start": 56925, + "end": 56926, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 31 }, "end": { - "line": 1613, + "line": 1618, "column": 32 } } @@ -414019,15 +415409,15 @@ "binop": null }, "value": "player", - "start": 56772, - "end": 56778, + "start": 56926, + "end": 56932, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 32 }, "end": { - "line": 1613, + "line": 1618, "column": 38 } } @@ -414045,15 +415435,15 @@ "binop": null, "updateContext": null }, - "start": 56778, - "end": 56779, + "start": 56932, + "end": 56933, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 38 }, "end": { - "line": 1613, + "line": 1618, "column": 39 } } @@ -414071,15 +415461,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56779, - "end": 56791, + "start": 56933, + "end": 56945, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 39 }, "end": { - "line": 1613, + "line": 1618, "column": 51 } } @@ -414097,15 +415487,15 @@ "binop": null, "updateContext": null }, - "start": 56791, - "end": 56792, + "start": 56945, + "end": 56946, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 51 }, "end": { - "line": 1613, + "line": 1618, "column": 52 } } @@ -414123,15 +415513,15 @@ "binop": null }, "value": "el", - "start": 56792, - "end": 56794, + "start": 56946, + "end": 56948, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 52 }, "end": { - "line": 1613, + "line": 1618, "column": 54 } } @@ -414148,15 +415538,15 @@ "postfix": false, "binop": null }, - "start": 56794, - "end": 56795, + "start": 56948, + "end": 56949, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 54 }, "end": { - "line": 1613, + "line": 1618, "column": 55 } } @@ -414173,15 +415563,15 @@ "postfix": false, "binop": null }, - "start": 56795, - "end": 56796, + "start": 56949, + "end": 56950, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 55 }, "end": { - "line": 1613, + "line": 1618, "column": 56 } } @@ -414199,15 +415589,15 @@ "binop": null, "updateContext": null }, - "start": 56796, - "end": 56797, + "start": 56950, + "end": 56951, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 56 }, "end": { - "line": 1613, + "line": 1618, "column": 57 } } @@ -414225,15 +415615,15 @@ "binop": null }, "value": "firstChild", - "start": 56797, - "end": 56807, + "start": 56951, + "end": 56961, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 57 }, "end": { - "line": 1613, + "line": 1618, "column": 67 } } @@ -414251,15 +415641,15 @@ "binop": null, "updateContext": null }, - "start": 56807, - "end": 56808, + "start": 56961, + "end": 56962, "loc": { "start": { - "line": 1613, + "line": 1618, "column": 67 }, "end": { - "line": 1613, + "line": 1618, "column": 68 } } @@ -414279,15 +415669,15 @@ "updateContext": null }, "value": "let", - "start": 56817, - "end": 56820, + "start": 56971, + "end": 56974, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 11 } } @@ -414305,15 +415695,15 @@ "binop": null }, "value": "track", - "start": 56821, - "end": 56826, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 12 }, "end": { - "line": 1614, + "line": 1619, "column": 17 } } @@ -414332,15 +415722,15 @@ "updateContext": null }, "value": "=", - "start": 56827, - "end": 56828, + "start": 56981, + "end": 56982, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 18 }, "end": { - "line": 1614, + "line": 1619, "column": 19 } } @@ -414360,15 +415750,15 @@ "updateContext": null }, "value": "this", - "start": 56829, - "end": 56833, + "start": 56983, + "end": 56987, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 20 }, "end": { - "line": 1614, + "line": 1619, "column": 24 } } @@ -414386,15 +415776,15 @@ "binop": null, "updateContext": null }, - "start": 56833, - "end": 56834, + "start": 56987, + "end": 56988, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 24 }, "end": { - "line": 1614, + "line": 1619, "column": 25 } } @@ -414412,15 +415802,15 @@ "binop": null }, "value": "stream", - "start": 56834, - "end": 56840, + "start": 56988, + "end": 56994, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 25 }, "end": { - "line": 1614, + "line": 1619, "column": 31 } } @@ -414438,15 +415828,15 @@ "binop": null, "updateContext": null }, - "start": 56840, - "end": 56841, + "start": 56994, + "end": 56995, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 31 }, "end": { - "line": 1614, + "line": 1619, "column": 32 } } @@ -414464,15 +415854,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 56841, - "end": 56855, + "start": 56995, + "end": 57009, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 32 }, "end": { - "line": 1614, + "line": 1619, "column": 46 } } @@ -414489,15 +415879,15 @@ "postfix": false, "binop": null }, - "start": 56855, - "end": 56856, + "start": 57009, + "end": 57010, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 46 }, "end": { - "line": 1614, + "line": 1619, "column": 47 } } @@ -414514,15 +415904,15 @@ "postfix": false, "binop": null }, - "start": 56856, - "end": 56857, + "start": 57010, + "end": 57011, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 47 }, "end": { - "line": 1614, + "line": 1619, "column": 48 } } @@ -414540,15 +415930,15 @@ "binop": null, "updateContext": null }, - "start": 56857, - "end": 56858, + "start": 57011, + "end": 57012, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 48 }, "end": { - "line": 1614, + "line": 1619, "column": 49 } } @@ -414567,15 +415957,15 @@ "updateContext": null }, "value": 0, - "start": 56858, - "end": 56859, + "start": 57012, + "end": 57013, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 49 }, "end": { - "line": 1614, + "line": 1619, "column": 50 } } @@ -414593,15 +415983,15 @@ "binop": null, "updateContext": null }, - "start": 56859, - "end": 56860, + "start": 57013, + "end": 57014, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 50 }, "end": { - "line": 1614, + "line": 1619, "column": 51 } } @@ -414619,15 +416009,15 @@ "binop": null, "updateContext": null }, - "start": 56860, - "end": 56861, + "start": 57014, + "end": 57015, "loc": { "start": { - "line": 1614, + "line": 1619, "column": 51 }, "end": { - "line": 1614, + "line": 1619, "column": 52 } } @@ -414647,15 +416037,15 @@ "updateContext": null }, "value": "let", - "start": 56870, - "end": 56873, + "start": 57024, + "end": 57027, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 11 } } @@ -414673,15 +416063,15 @@ "binop": null }, "value": "settings", - "start": 56874, - "end": 56882, + "start": 57028, + "end": 57036, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 12 }, "end": { - "line": 1615, + "line": 1620, "column": 20 } } @@ -414700,15 +416090,15 @@ "updateContext": null }, "value": "=", - "start": 56883, - "end": 56884, + "start": 57037, + "end": 57038, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 21 }, "end": { - "line": 1615, + "line": 1620, "column": 22 } } @@ -414726,15 +416116,15 @@ "binop": null }, "value": "track", - "start": 56885, - "end": 56890, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 23 }, "end": { - "line": 1615, + "line": 1620, "column": 28 } } @@ -414752,15 +416142,15 @@ "binop": null, "updateContext": null }, - "start": 56890, - "end": 56891, + "start": 57044, + "end": 57045, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 28 }, "end": { - "line": 1615, + "line": 1620, "column": 29 } } @@ -414778,15 +416168,15 @@ "binop": null }, "value": "getSettings", - "start": 56891, - "end": 56902, + "start": 57045, + "end": 57056, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 29 }, "end": { - "line": 1615, + "line": 1620, "column": 40 } } @@ -414803,15 +416193,15 @@ "postfix": false, "binop": null }, - "start": 56902, - "end": 56903, + "start": 57056, + "end": 57057, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 40 }, "end": { - "line": 1615, + "line": 1620, "column": 41 } } @@ -414828,15 +416218,15 @@ "postfix": false, "binop": null }, - "start": 56903, - "end": 56904, + "start": 57057, + "end": 57058, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 41 }, "end": { - "line": 1615, + "line": 1620, "column": 42 } } @@ -414854,15 +416244,15 @@ "binop": null, "updateContext": null }, - "start": 56904, - "end": 56905, + "start": 57058, + "end": 57059, "loc": { "start": { - "line": 1615, + "line": 1620, "column": 42 }, "end": { - "line": 1615, + "line": 1620, "column": 43 } } @@ -414870,15 +416260,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 56915, - "end": 56970, + "start": 57069, + "end": 57124, "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1617, + "line": 1622, "column": 63 } } @@ -414886,15 +416276,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 56979, - "end": 57024, + "start": 57133, + "end": 57178, "loc": { "start": { - "line": 1618, + "line": 1623, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 53 } } @@ -414912,15 +416302,15 @@ "binop": null }, "value": "recordCanvas", - "start": 57033, - "end": 57045, + "start": 57187, + "end": 57199, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 20 } } @@ -414938,15 +416328,15 @@ "binop": null, "updateContext": null }, - "start": 57045, - "end": 57046, + "start": 57199, + "end": 57200, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 20 }, "end": { - "line": 1619, + "line": 1624, "column": 21 } } @@ -414964,15 +416354,15 @@ "binop": null }, "value": "width", - "start": 57046, - "end": 57051, + "start": 57200, + "end": 57205, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 21 }, "end": { - "line": 1619, + "line": 1624, "column": 26 } } @@ -414991,15 +416381,15 @@ "updateContext": null }, "value": "=", - "start": 57052, - "end": 57053, + "start": 57206, + "end": 57207, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 27 }, "end": { - "line": 1619, + "line": 1624, "column": 28 } } @@ -415017,15 +416407,15 @@ "binop": null }, "value": "settings", - "start": 57054, - "end": 57062, + "start": 57208, + "end": 57216, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 37 } } @@ -415043,15 +416433,15 @@ "binop": null, "updateContext": null }, - "start": 57062, - "end": 57063, + "start": 57216, + "end": 57217, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 37 }, "end": { - "line": 1619, + "line": 1624, "column": 38 } } @@ -415069,15 +416459,15 @@ "binop": null }, "value": "width", - "start": 57063, - "end": 57068, + "start": 57217, + "end": 57222, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 38 }, "end": { - "line": 1619, + "line": 1624, "column": 43 } } @@ -415095,15 +416485,15 @@ "binop": null, "updateContext": null }, - "start": 57068, - "end": 57069, + "start": 57222, + "end": 57223, "loc": { "start": { - "line": 1619, + "line": 1624, "column": 43 }, "end": { - "line": 1619, + "line": 1624, "column": 44 } } @@ -415121,15 +416511,15 @@ "binop": null }, "value": "recordCanvas", - "start": 57078, - "end": 57090, + "start": 57232, + "end": 57244, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 20 } } @@ -415147,15 +416537,15 @@ "binop": null, "updateContext": null }, - "start": 57090, - "end": 57091, + "start": 57244, + "end": 57245, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 20 }, "end": { - "line": 1620, + "line": 1625, "column": 21 } } @@ -415173,15 +416563,15 @@ "binop": null }, "value": "height", - "start": 57091, - "end": 57097, + "start": 57245, + "end": 57251, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 21 }, "end": { - "line": 1620, + "line": 1625, "column": 27 } } @@ -415200,15 +416590,15 @@ "updateContext": null }, "value": "=", - "start": 57098, - "end": 57099, + "start": 57252, + "end": 57253, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 28 }, "end": { - "line": 1620, + "line": 1625, "column": 29 } } @@ -415226,15 +416616,15 @@ "binop": null }, "value": "settings", - "start": 57100, - "end": 57108, + "start": 57254, + "end": 57262, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 38 } } @@ -415252,15 +416642,15 @@ "binop": null, "updateContext": null }, - "start": 57108, - "end": 57109, + "start": 57262, + "end": 57263, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 38 }, "end": { - "line": 1620, + "line": 1625, "column": 39 } } @@ -415278,15 +416668,15 @@ "binop": null }, "value": "height", - "start": 57109, - "end": 57115, + "start": 57263, + "end": 57269, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 39 }, "end": { - "line": 1620, + "line": 1625, "column": 45 } } @@ -415304,15 +416694,15 @@ "binop": null, "updateContext": null }, - "start": 57115, - "end": 57116, + "start": 57269, + "end": 57270, "loc": { "start": { - "line": 1620, + "line": 1625, "column": 45 }, "end": { - "line": 1620, + "line": 1625, "column": 46 } } @@ -415332,15 +416722,15 @@ "updateContext": null }, "value": "return", - "start": 57126, - "end": 57132, + "start": 57280, + "end": 57286, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1622, + "line": 1627, "column": 14 } } @@ -415360,15 +416750,15 @@ "updateContext": null }, "value": "new", - "start": 57133, - "end": 57136, + "start": 57287, + "end": 57290, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 15 }, "end": { - "line": 1622, + "line": 1627, "column": 18 } } @@ -415386,15 +416776,15 @@ "binop": null }, "value": "Promise", - "start": 57137, - "end": 57144, + "start": 57291, + "end": 57298, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 19 }, "end": { - "line": 1622, + "line": 1627, "column": 26 } } @@ -415411,15 +416801,15 @@ "postfix": false, "binop": null }, - "start": 57144, - "end": 57145, + "start": 57298, + "end": 57299, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 26 }, "end": { - "line": 1622, + "line": 1627, "column": 27 } } @@ -415436,15 +416826,15 @@ "postfix": false, "binop": null }, - "start": 57145, - "end": 57146, + "start": 57299, + "end": 57300, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 27 }, "end": { - "line": 1622, + "line": 1627, "column": 28 } } @@ -415462,15 +416852,15 @@ "binop": null }, "value": "resolve", - "start": 57146, - "end": 57153, + "start": 57300, + "end": 57307, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 28 }, "end": { - "line": 1622, + "line": 1627, "column": 35 } } @@ -415488,15 +416878,15 @@ "binop": null, "updateContext": null }, - "start": 57153, - "end": 57154, + "start": 57307, + "end": 57308, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 35 }, "end": { - "line": 1622, + "line": 1627, "column": 36 } } @@ -415514,15 +416904,15 @@ "binop": null }, "value": "reject", - "start": 57155, - "end": 57161, + "start": 57309, + "end": 57315, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 37 }, "end": { - "line": 1622, + "line": 1627, "column": 43 } } @@ -415539,15 +416929,15 @@ "postfix": false, "binop": null }, - "start": 57161, - "end": 57162, + "start": 57315, + "end": 57316, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 43 }, "end": { - "line": 1622, + "line": 1627, "column": 44 } } @@ -415565,15 +416955,15 @@ "binop": null, "updateContext": null }, - "start": 57163, - "end": 57165, + "start": 57317, + "end": 57319, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 45 }, "end": { - "line": 1622, + "line": 1627, "column": 47 } } @@ -415590,15 +416980,15 @@ "postfix": false, "binop": null }, - "start": 57166, - "end": 57167, + "start": 57320, + "end": 57321, "loc": { "start": { - "line": 1622, + "line": 1627, "column": 48 }, "end": { - "line": 1622, + "line": 1627, "column": 49 } } @@ -415618,15 +417008,15 @@ "updateContext": null }, "value": "const", - "start": 57180, - "end": 57185, + "start": 57334, + "end": 57339, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 12 }, "end": { - "line": 1623, + "line": 1628, "column": 17 } } @@ -415644,15 +417034,15 @@ "binop": null }, "value": "cameraAspectRatio", - "start": 57186, - "end": 57203, + "start": 57340, + "end": 57357, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 18 }, "end": { - "line": 1623, + "line": 1628, "column": 35 } } @@ -415671,15 +417061,15 @@ "updateContext": null }, "value": "=", - "start": 57204, - "end": 57205, + "start": 57358, + "end": 57359, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 36 }, "end": { - "line": 1623, + "line": 1628, "column": 37 } } @@ -415697,15 +417087,15 @@ "binop": null }, "value": "settings", - "start": 57206, - "end": 57214, + "start": 57360, + "end": 57368, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 38 }, "end": { - "line": 1623, + "line": 1628, "column": 46 } } @@ -415723,15 +417113,15 @@ "binop": null, "updateContext": null }, - "start": 57214, - "end": 57215, + "start": 57368, + "end": 57369, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 46 }, "end": { - "line": 1623, + "line": 1628, "column": 47 } } @@ -415749,15 +417139,15 @@ "binop": null }, "value": "width", - "start": 57215, - "end": 57220, + "start": 57369, + "end": 57374, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 47 }, "end": { - "line": 1623, + "line": 1628, "column": 52 } } @@ -415776,15 +417166,15 @@ "updateContext": null }, "value": "/", - "start": 57221, - "end": 57222, + "start": 57375, + "end": 57376, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 53 }, "end": { - "line": 1623, + "line": 1628, "column": 54 } } @@ -415802,15 +417192,15 @@ "binop": null }, "value": "settings", - "start": 57223, - "end": 57231, + "start": 57377, + "end": 57385, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 55 }, "end": { - "line": 1623, + "line": 1628, "column": 63 } } @@ -415828,15 +417218,15 @@ "binop": null, "updateContext": null }, - "start": 57231, - "end": 57232, + "start": 57385, + "end": 57386, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 63 }, "end": { - "line": 1623, + "line": 1628, "column": 64 } } @@ -415854,15 +417244,15 @@ "binop": null }, "value": "height", - "start": 57232, - "end": 57238, + "start": 57386, + "end": 57392, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 64 }, "end": { - "line": 1623, + "line": 1628, "column": 70 } } @@ -415880,15 +417270,15 @@ "binop": null, "updateContext": null }, - "start": 57238, - "end": 57239, + "start": 57392, + "end": 57393, "loc": { "start": { - "line": 1623, + "line": 1628, "column": 70 }, "end": { - "line": 1623, + "line": 1628, "column": 71 } } @@ -415908,15 +417298,15 @@ "updateContext": null }, "value": "const", - "start": 57252, - "end": 57257, + "start": 57406, + "end": 57411, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 12 }, "end": { - "line": 1624, + "line": 1629, "column": 17 } } @@ -415934,15 +417324,15 @@ "binop": null }, "value": "playerAspectRatio", - "start": 57258, - "end": 57275, + "start": 57412, + "end": 57429, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 18 }, "end": { - "line": 1624, + "line": 1629, "column": 35 } } @@ -415961,15 +417351,15 @@ "updateContext": null }, "value": "=", - "start": 57276, - "end": 57277, + "start": 57430, + "end": 57431, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 36 }, "end": { - "line": 1624, + "line": 1629, "column": 37 } } @@ -415989,15 +417379,15 @@ "updateContext": null }, "value": "this", - "start": 57278, - "end": 57282, + "start": 57432, + "end": 57436, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 38 }, "end": { - "line": 1624, + "line": 1629, "column": 42 } } @@ -416015,15 +417405,15 @@ "binop": null, "updateContext": null }, - "start": 57282, - "end": 57283, + "start": 57436, + "end": 57437, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 42 }, "end": { - "line": 1624, + "line": 1629, "column": 43 } } @@ -416041,15 +417431,15 @@ "binop": null }, "value": "player", - "start": 57283, - "end": 57289, + "start": 57437, + "end": 57443, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 43 }, "end": { - "line": 1624, + "line": 1629, "column": 49 } } @@ -416067,15 +417457,15 @@ "binop": null, "updateContext": null }, - "start": 57289, - "end": 57290, + "start": 57443, + "end": 57444, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 49 }, "end": { - "line": 1624, + "line": 1629, "column": 50 } } @@ -416093,15 +417483,15 @@ "binop": null }, "value": "width", - "start": 57290, - "end": 57295, + "start": 57444, + "end": 57449, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 50 }, "end": { - "line": 1624, + "line": 1629, "column": 55 } } @@ -416118,15 +417508,15 @@ "postfix": false, "binop": null }, - "start": 57295, - "end": 57296, + "start": 57449, + "end": 57450, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 55 }, "end": { - "line": 1624, + "line": 1629, "column": 56 } } @@ -416143,15 +417533,15 @@ "postfix": false, "binop": null }, - "start": 57296, - "end": 57297, + "start": 57450, + "end": 57451, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 56 }, "end": { - "line": 1624, + "line": 1629, "column": 57 } } @@ -416170,15 +417560,15 @@ "updateContext": null }, "value": "/", - "start": 57298, - "end": 57299, + "start": 57452, + "end": 57453, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 58 }, "end": { - "line": 1624, + "line": 1629, "column": 59 } } @@ -416198,15 +417588,15 @@ "updateContext": null }, "value": "this", - "start": 57300, - "end": 57304, + "start": 57454, + "end": 57458, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 60 }, "end": { - "line": 1624, + "line": 1629, "column": 64 } } @@ -416224,15 +417614,15 @@ "binop": null, "updateContext": null }, - "start": 57304, - "end": 57305, + "start": 57458, + "end": 57459, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 64 }, "end": { - "line": 1624, + "line": 1629, "column": 65 } } @@ -416250,15 +417640,15 @@ "binop": null }, "value": "player", - "start": 57305, - "end": 57311, + "start": 57459, + "end": 57465, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 65 }, "end": { - "line": 1624, + "line": 1629, "column": 71 } } @@ -416276,15 +417666,15 @@ "binop": null, "updateContext": null }, - "start": 57311, - "end": 57312, + "start": 57465, + "end": 57466, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 71 }, "end": { - "line": 1624, + "line": 1629, "column": 72 } } @@ -416302,15 +417692,15 @@ "binop": null }, "value": "height", - "start": 57312, - "end": 57318, + "start": 57466, + "end": 57472, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 72 }, "end": { - "line": 1624, + "line": 1629, "column": 78 } } @@ -416327,15 +417717,15 @@ "postfix": false, "binop": null }, - "start": 57318, - "end": 57319, + "start": 57472, + "end": 57473, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 78 }, "end": { - "line": 1624, + "line": 1629, "column": 79 } } @@ -416352,15 +417742,15 @@ "postfix": false, "binop": null }, - "start": 57319, - "end": 57320, + "start": 57473, + "end": 57474, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 79 }, "end": { - "line": 1624, + "line": 1629, "column": 80 } } @@ -416378,15 +417768,15 @@ "binop": null, "updateContext": null }, - "start": 57320, - "end": 57321, + "start": 57474, + "end": 57475, "loc": { "start": { - "line": 1624, + "line": 1629, "column": 80 }, "end": { - "line": 1624, + "line": 1629, "column": 81 } } @@ -416406,15 +417796,15 @@ "updateContext": null }, "value": "let", - "start": 57334, - "end": 57337, + "start": 57488, + "end": 57491, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 12 }, "end": { - "line": 1625, + "line": 1630, "column": 15 } } @@ -416432,15 +417822,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57338, - "end": 57356, + "start": 57492, + "end": 57510, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 16 }, "end": { - "line": 1625, + "line": 1630, "column": 34 } } @@ -416459,15 +417849,15 @@ "updateContext": null }, "value": "=", - "start": 57357, - "end": 57358, + "start": 57511, + "end": 57512, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 35 }, "end": { - "line": 1625, + "line": 1630, "column": 36 } } @@ -416486,15 +417876,15 @@ "updateContext": null }, "value": 0, - "start": 57359, - "end": 57360, + "start": 57513, + "end": 57514, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 37 }, "end": { - "line": 1625, + "line": 1630, "column": 38 } } @@ -416512,15 +417902,15 @@ "binop": null, "updateContext": null }, - "start": 57360, - "end": 57361, + "start": 57514, + "end": 57515, "loc": { "start": { - "line": 1625, + "line": 1630, "column": 38 }, "end": { - "line": 1625, + "line": 1630, "column": 39 } } @@ -416540,15 +417930,15 @@ "updateContext": null }, "value": "let", - "start": 57374, - "end": 57377, + "start": 57528, + "end": 57531, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 12 }, "end": { - "line": 1626, + "line": 1631, "column": 15 } } @@ -416566,15 +417956,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 57378, - "end": 57395, + "start": 57532, + "end": 57549, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 16 }, "end": { - "line": 1626, + "line": 1631, "column": 33 } } @@ -416593,15 +417983,15 @@ "updateContext": null }, "value": "=", - "start": 57396, - "end": 57397, + "start": 57550, + "end": 57551, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 34 }, "end": { - "line": 1626, + "line": 1631, "column": 35 } } @@ -416620,15 +418010,15 @@ "updateContext": null }, "value": 0, - "start": 57398, - "end": 57399, + "start": 57552, + "end": 57553, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 36 }, "end": { - "line": 1626, + "line": 1631, "column": 37 } } @@ -416646,15 +418036,15 @@ "binop": null, "updateContext": null }, - "start": 57399, - "end": 57400, + "start": 57553, + "end": 57554, "loc": { "start": { - "line": 1626, + "line": 1631, "column": 37 }, "end": { - "line": 1626, + "line": 1631, "column": 38 } } @@ -416674,15 +418064,15 @@ "updateContext": null }, "value": "let", - "start": 57413, - "end": 57416, + "start": 57567, + "end": 57570, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 12 }, "end": { - "line": 1627, + "line": 1632, "column": 15 } } @@ -416700,15 +418090,15 @@ "binop": null }, "value": "imageXPosition", - "start": 57417, - "end": 57431, + "start": 57571, + "end": 57585, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 16 }, "end": { - "line": 1627, + "line": 1632, "column": 30 } } @@ -416727,15 +418117,15 @@ "updateContext": null }, "value": "=", - "start": 57432, - "end": 57433, + "start": 57586, + "end": 57587, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 31 }, "end": { - "line": 1627, + "line": 1632, "column": 32 } } @@ -416754,15 +418144,15 @@ "updateContext": null }, "value": 0, - "start": 57434, - "end": 57435, + "start": 57588, + "end": 57589, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 33 }, "end": { - "line": 1627, + "line": 1632, "column": 34 } } @@ -416780,15 +418170,15 @@ "binop": null, "updateContext": null }, - "start": 57435, - "end": 57436, + "start": 57589, + "end": 57590, "loc": { "start": { - "line": 1627, + "line": 1632, "column": 34 }, "end": { - "line": 1627, + "line": 1632, "column": 35 } } @@ -416808,15 +418198,15 @@ "updateContext": null }, "value": "let", - "start": 57449, - "end": 57452, + "start": 57603, + "end": 57606, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 12 }, "end": { - "line": 1628, + "line": 1633, "column": 15 } } @@ -416834,15 +418224,15 @@ "binop": null }, "value": "imageYPosition", - "start": 57453, - "end": 57467, + "start": 57607, + "end": 57621, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 16 }, "end": { - "line": 1628, + "line": 1633, "column": 30 } } @@ -416861,15 +418251,15 @@ "updateContext": null }, "value": "=", - "start": 57468, - "end": 57469, + "start": 57622, + "end": 57623, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 31 }, "end": { - "line": 1628, + "line": 1633, "column": 32 } } @@ -416888,15 +418278,15 @@ "updateContext": null }, "value": 0, - "start": 57470, - "end": 57471, + "start": 57624, + "end": 57625, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 33 }, "end": { - "line": 1628, + "line": 1633, "column": 34 } } @@ -416914,15 +418304,15 @@ "binop": null, "updateContext": null }, - "start": 57471, - "end": 57472, + "start": 57625, + "end": 57626, "loc": { "start": { - "line": 1628, + "line": 1633, "column": 34 }, "end": { - "line": 1628, + "line": 1633, "column": 35 } } @@ -416930,15 +418320,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57486, - "end": 57510, + "start": 57640, + "end": 57664, "loc": { "start": { - "line": 1630, + "line": 1635, "column": 12 }, "end": { - "line": 1630, + "line": 1635, "column": 36 } } @@ -416946,15 +418336,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57523, - "end": 57544, + "start": 57677, + "end": 57698, "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 33 } } @@ -416974,15 +418364,15 @@ "updateContext": null }, "value": "if", - "start": 57557, - "end": 57559, + "start": 57711, + "end": 57713, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 12 }, "end": { - "line": 1632, + "line": 1637, "column": 14 } } @@ -416999,15 +418389,15 @@ "postfix": false, "binop": null }, - "start": 57560, - "end": 57561, + "start": 57714, + "end": 57715, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 15 }, "end": { - "line": 1632, + "line": 1637, "column": 16 } } @@ -417025,15 +418415,15 @@ "binop": null }, "value": "cameraAspectRatio", - "start": 57561, - "end": 57578, + "start": 57715, + "end": 57732, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 16 }, "end": { - "line": 1632, + "line": 1637, "column": 33 } } @@ -417052,15 +418442,15 @@ "updateContext": null }, "value": ">=", - "start": 57579, - "end": 57581, + "start": 57733, + "end": 57735, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 34 }, "end": { - "line": 1632, + "line": 1637, "column": 36 } } @@ -417078,15 +418468,15 @@ "binop": null }, "value": "playerAspectRatio", - "start": 57582, - "end": 57599, + "start": 57736, + "end": 57753, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 37 }, "end": { - "line": 1632, + "line": 1637, "column": 54 } } @@ -417103,15 +418493,15 @@ "postfix": false, "binop": null }, - "start": 57599, - "end": 57600, + "start": 57753, + "end": 57754, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 54 }, "end": { - "line": 1632, + "line": 1637, "column": 55 } } @@ -417128,15 +418518,15 @@ "postfix": false, "binop": null }, - "start": 57601, - "end": 57602, + "start": 57755, + "end": 57756, "loc": { "start": { - "line": 1632, + "line": 1637, "column": 56 }, "end": { - "line": 1632, + "line": 1637, "column": 57 } } @@ -417144,15 +418534,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57619, - "end": 57651, + "start": 57773, + "end": 57805, "loc": { "start": { - "line": 1633, + "line": 1638, "column": 16 }, "end": { - "line": 1633, + "line": 1638, "column": 48 } } @@ -417170,15 +418560,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57668, - "end": 57686, + "start": 57822, + "end": 57840, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 16 }, "end": { - "line": 1634, + "line": 1639, "column": 34 } } @@ -417197,15 +418587,15 @@ "updateContext": null }, "value": "=", - "start": 57687, - "end": 57688, + "start": 57841, + "end": 57842, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 35 }, "end": { - "line": 1634, + "line": 1639, "column": 36 } } @@ -417223,15 +418613,15 @@ "binop": null }, "value": "settings", - "start": 57689, - "end": 57697, + "start": 57843, + "end": 57851, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 37 }, "end": { - "line": 1634, + "line": 1639, "column": 45 } } @@ -417249,15 +418639,15 @@ "binop": null, "updateContext": null }, - "start": 57697, - "end": 57698, + "start": 57851, + "end": 57852, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 45 }, "end": { - "line": 1634, + "line": 1639, "column": 46 } } @@ -417275,15 +418665,15 @@ "binop": null }, "value": "height", - "start": 57698, - "end": 57704, + "start": 57852, + "end": 57858, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 46 }, "end": { - "line": 1634, + "line": 1639, "column": 52 } } @@ -417302,15 +418692,15 @@ "updateContext": null }, "value": "*", - "start": 57705, - "end": 57706, + "start": 57859, + "end": 57860, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 53 }, "end": { - "line": 1634, + "line": 1639, "column": 54 } } @@ -417327,15 +418717,15 @@ "postfix": false, "binop": null }, - "start": 57707, - "end": 57708, + "start": 57861, + "end": 57862, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 55 }, "end": { - "line": 1634, + "line": 1639, "column": 56 } } @@ -417355,15 +418745,15 @@ "updateContext": null }, "value": "this", - "start": 57708, - "end": 57712, + "start": 57862, + "end": 57866, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 56 }, "end": { - "line": 1634, + "line": 1639, "column": 60 } } @@ -417381,15 +418771,15 @@ "binop": null, "updateContext": null }, - "start": 57712, - "end": 57713, + "start": 57866, + "end": 57867, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 60 }, "end": { - "line": 1634, + "line": 1639, "column": 61 } } @@ -417407,15 +418797,15 @@ "binop": null }, "value": "player", - "start": 57713, - "end": 57719, + "start": 57867, + "end": 57873, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 61 }, "end": { - "line": 1634, + "line": 1639, "column": 67 } } @@ -417433,15 +418823,15 @@ "binop": null, "updateContext": null }, - "start": 57719, - "end": 57720, + "start": 57873, + "end": 57874, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 67 }, "end": { - "line": 1634, + "line": 1639, "column": 68 } } @@ -417459,15 +418849,15 @@ "binop": null }, "value": "width", - "start": 57720, - "end": 57725, + "start": 57874, + "end": 57879, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 68 }, "end": { - "line": 1634, + "line": 1639, "column": 73 } } @@ -417484,15 +418874,15 @@ "postfix": false, "binop": null }, - "start": 57725, - "end": 57726, + "start": 57879, + "end": 57880, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 73 }, "end": { - "line": 1634, + "line": 1639, "column": 74 } } @@ -417509,15 +418899,15 @@ "postfix": false, "binop": null }, - "start": 57726, - "end": 57727, + "start": 57880, + "end": 57881, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 74 }, "end": { - "line": 1634, + "line": 1639, "column": 75 } } @@ -417536,15 +418926,15 @@ "updateContext": null }, "value": "/", - "start": 57728, - "end": 57729, + "start": 57882, + "end": 57883, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 76 }, "end": { - "line": 1634, + "line": 1639, "column": 77 } } @@ -417562,15 +418952,15 @@ "binop": null }, "value": "settings", - "start": 57730, - "end": 57738, + "start": 57884, + "end": 57892, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 78 }, "end": { - "line": 1634, + "line": 1639, "column": 86 } } @@ -417588,15 +418978,15 @@ "binop": null, "updateContext": null }, - "start": 57738, - "end": 57739, + "start": 57892, + "end": 57893, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 86 }, "end": { - "line": 1634, + "line": 1639, "column": 87 } } @@ -417614,15 +419004,15 @@ "binop": null }, "value": "width", - "start": 57739, - "end": 57744, + "start": 57893, + "end": 57898, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 87 }, "end": { - "line": 1634, + "line": 1639, "column": 92 } } @@ -417639,15 +419029,15 @@ "postfix": false, "binop": null }, - "start": 57744, - "end": 57745, + "start": 57898, + "end": 57899, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 92 }, "end": { - "line": 1634, + "line": 1639, "column": 93 } } @@ -417665,15 +419055,15 @@ "binop": null, "updateContext": null }, - "start": 57745, - "end": 57746, + "start": 57899, + "end": 57900, "loc": { "start": { - "line": 1634, + "line": 1639, "column": 93 }, "end": { - "line": 1634, + "line": 1639, "column": 94 } } @@ -417691,15 +419081,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 57763, - "end": 57780, + "start": 57917, + "end": 57934, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 16 }, "end": { - "line": 1635, + "line": 1640, "column": 33 } } @@ -417718,15 +419108,15 @@ "updateContext": null }, "value": "=", - "start": 57781, - "end": 57782, + "start": 57935, + "end": 57936, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 34 }, "end": { - "line": 1635, + "line": 1640, "column": 35 } } @@ -417746,15 +419136,15 @@ "updateContext": null }, "value": "this", - "start": 57783, - "end": 57787, + "start": 57937, + "end": 57941, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 36 }, "end": { - "line": 1635, + "line": 1640, "column": 40 } } @@ -417772,15 +419162,15 @@ "binop": null, "updateContext": null }, - "start": 57787, - "end": 57788, + "start": 57941, + "end": 57942, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 40 }, "end": { - "line": 1635, + "line": 1640, "column": 41 } } @@ -417798,15 +419188,15 @@ "binop": null }, "value": "player", - "start": 57788, - "end": 57794, + "start": 57942, + "end": 57948, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 41 }, "end": { - "line": 1635, + "line": 1640, "column": 47 } } @@ -417824,15 +419214,15 @@ "binop": null, "updateContext": null }, - "start": 57794, - "end": 57795, + "start": 57948, + "end": 57949, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 47 }, "end": { - "line": 1635, + "line": 1640, "column": 48 } } @@ -417850,15 +419240,15 @@ "binop": null }, "value": "width", - "start": 57795, - "end": 57800, + "start": 57949, + "end": 57954, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 48 }, "end": { - "line": 1635, + "line": 1640, "column": 53 } } @@ -417875,15 +419265,15 @@ "postfix": false, "binop": null }, - "start": 57800, - "end": 57801, + "start": 57954, + "end": 57955, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 53 }, "end": { - "line": 1635, + "line": 1640, "column": 54 } } @@ -417900,15 +419290,15 @@ "postfix": false, "binop": null }, - "start": 57801, - "end": 57802, + "start": 57955, + "end": 57956, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 54 }, "end": { - "line": 1635, + "line": 1640, "column": 55 } } @@ -417926,15 +419316,15 @@ "binop": null, "updateContext": null }, - "start": 57802, - "end": 57803, + "start": 57956, + "end": 57957, "loc": { "start": { - "line": 1635, + "line": 1640, "column": 55 }, "end": { - "line": 1635, + "line": 1640, "column": 56 } } @@ -417952,15 +419342,15 @@ "binop": null }, "value": "imageYPosition", - "start": 57820, - "end": 57834, + "start": 57974, + "end": 57988, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 16 }, "end": { - "line": 1636, + "line": 1641, "column": 30 } } @@ -417979,15 +419369,15 @@ "updateContext": null }, "value": "=", - "start": 57835, - "end": 57836, + "start": 57989, + "end": 57990, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 31 }, "end": { - "line": 1636, + "line": 1641, "column": 32 } } @@ -418004,15 +419394,15 @@ "postfix": false, "binop": null }, - "start": 57837, - "end": 57838, + "start": 57991, + "end": 57992, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 33 }, "end": { - "line": 1636, + "line": 1641, "column": 34 } } @@ -418032,15 +419422,15 @@ "updateContext": null }, "value": "this", - "start": 57838, - "end": 57842, + "start": 57992, + "end": 57996, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 34 }, "end": { - "line": 1636, + "line": 1641, "column": 38 } } @@ -418058,15 +419448,15 @@ "binop": null, "updateContext": null }, - "start": 57842, - "end": 57843, + "start": 57996, + "end": 57997, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 38 }, "end": { - "line": 1636, + "line": 1641, "column": 39 } } @@ -418084,15 +419474,15 @@ "binop": null }, "value": "player", - "start": 57843, - "end": 57849, + "start": 57997, + "end": 58003, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 39 }, "end": { - "line": 1636, + "line": 1641, "column": 45 } } @@ -418110,15 +419500,15 @@ "binop": null, "updateContext": null }, - "start": 57849, - "end": 57850, + "start": 58003, + "end": 58004, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 45 }, "end": { - "line": 1636, + "line": 1641, "column": 46 } } @@ -418136,15 +419526,15 @@ "binop": null }, "value": "height", - "start": 57850, - "end": 57856, + "start": 58004, + "end": 58010, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 46 }, "end": { - "line": 1636, + "line": 1641, "column": 52 } } @@ -418161,15 +419551,15 @@ "postfix": false, "binop": null }, - "start": 57856, - "end": 57857, + "start": 58010, + "end": 58011, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 52 }, "end": { - "line": 1636, + "line": 1641, "column": 53 } } @@ -418186,15 +419576,15 @@ "postfix": false, "binop": null }, - "start": 57857, - "end": 57858, + "start": 58011, + "end": 58012, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 53 }, "end": { - "line": 1636, + "line": 1641, "column": 54 } } @@ -418213,15 +419603,15 @@ "updateContext": null }, "value": "/", - "start": 57859, - "end": 57860, + "start": 58013, + "end": 58014, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 55 }, "end": { - "line": 1636, + "line": 1641, "column": 56 } } @@ -418240,15 +419630,15 @@ "updateContext": null }, "value": 2, - "start": 57861, - "end": 57862, + "start": 58015, + "end": 58016, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 57 }, "end": { - "line": 1636, + "line": 1641, "column": 58 } } @@ -418265,15 +419655,15 @@ "postfix": false, "binop": null }, - "start": 57862, - "end": 57863, + "start": 58016, + "end": 58017, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 58 }, "end": { - "line": 1636, + "line": 1641, "column": 59 } } @@ -418292,15 +419682,15 @@ "updateContext": null }, "value": "-", - "start": 57864, - "end": 57865, + "start": 58018, + "end": 58019, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 60 }, "end": { - "line": 1636, + "line": 1641, "column": 61 } } @@ -418317,15 +419707,15 @@ "postfix": false, "binop": null }, - "start": 57866, - "end": 57867, + "start": 58020, + "end": 58021, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 62 }, "end": { - "line": 1636, + "line": 1641, "column": 63 } } @@ -418343,15 +419733,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57867, - "end": 57885, + "start": 58021, + "end": 58039, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 63 }, "end": { - "line": 1636, + "line": 1641, "column": 81 } } @@ -418370,15 +419760,15 @@ "updateContext": null }, "value": "/", - "start": 57886, - "end": 57887, + "start": 58040, + "end": 58041, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 82 }, "end": { - "line": 1636, + "line": 1641, "column": 83 } } @@ -418397,15 +419787,15 @@ "updateContext": null }, "value": 2, - "start": 57888, - "end": 57889, + "start": 58042, + "end": 58043, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 84 }, "end": { - "line": 1636, + "line": 1641, "column": 85 } } @@ -418422,15 +419812,15 @@ "postfix": false, "binop": null }, - "start": 57889, - "end": 57890, + "start": 58043, + "end": 58044, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 85 }, "end": { - "line": 1636, + "line": 1641, "column": 86 } } @@ -418448,15 +419838,15 @@ "binop": null, "updateContext": null }, - "start": 57890, - "end": 57891, + "start": 58044, + "end": 58045, "loc": { "start": { - "line": 1636, + "line": 1641, "column": 86 }, "end": { - "line": 1636, + "line": 1641, "column": 87 } } @@ -418473,15 +419863,15 @@ "postfix": false, "binop": null }, - "start": 57904, - "end": 57905, + "start": 58058, + "end": 58059, "loc": { "start": { - "line": 1637, + "line": 1642, "column": 12 }, "end": { - "line": 1637, + "line": 1642, "column": 13 } } @@ -418501,15 +419891,15 @@ "updateContext": null }, "value": "else", - "start": 57906, - "end": 57910, + "start": 58060, + "end": 58064, "loc": { "start": { - "line": 1637, + "line": 1642, "column": 14 }, "end": { - "line": 1637, + "line": 1642, "column": 18 } } @@ -418526,15 +419916,15 @@ "postfix": false, "binop": null }, - "start": 57911, - "end": 57912, + "start": 58065, + "end": 58066, "loc": { "start": { - "line": 1637, + "line": 1642, "column": 19 }, "end": { - "line": 1637, + "line": 1642, "column": 20 } } @@ -418542,15 +419932,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 57929, - "end": 57961, + "start": 58083, + "end": 58115, "loc": { "start": { - "line": 1638, + "line": 1643, "column": 16 }, "end": { - "line": 1638, + "line": 1643, "column": 48 } } @@ -418568,15 +419958,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57978, - "end": 57996, + "start": 58132, + "end": 58150, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 16 }, "end": { - "line": 1639, + "line": 1644, "column": 34 } } @@ -418595,15 +419985,15 @@ "updateContext": null }, "value": "=", - "start": 57997, - "end": 57998, + "start": 58151, + "end": 58152, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 35 }, "end": { - "line": 1639, + "line": 1644, "column": 36 } } @@ -418623,15 +420013,15 @@ "updateContext": null }, "value": "this", - "start": 57999, - "end": 58003, + "start": 58153, + "end": 58157, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 37 }, "end": { - "line": 1639, + "line": 1644, "column": 41 } } @@ -418649,15 +420039,15 @@ "binop": null, "updateContext": null }, - "start": 58003, - "end": 58004, + "start": 58157, + "end": 58158, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 41 }, "end": { - "line": 1639, + "line": 1644, "column": 42 } } @@ -418675,15 +420065,15 @@ "binop": null }, "value": "player", - "start": 58004, - "end": 58010, + "start": 58158, + "end": 58164, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 42 }, "end": { - "line": 1639, + "line": 1644, "column": 48 } } @@ -418701,15 +420091,15 @@ "binop": null, "updateContext": null }, - "start": 58010, - "end": 58011, + "start": 58164, + "end": 58165, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 48 }, "end": { - "line": 1639, + "line": 1644, "column": 49 } } @@ -418727,15 +420117,15 @@ "binop": null }, "value": "height", - "start": 58011, - "end": 58017, + "start": 58165, + "end": 58171, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 49 }, "end": { - "line": 1639, + "line": 1644, "column": 55 } } @@ -418752,15 +420142,15 @@ "postfix": false, "binop": null }, - "start": 58017, - "end": 58018, + "start": 58171, + "end": 58172, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 55 }, "end": { - "line": 1639, + "line": 1644, "column": 56 } } @@ -418777,15 +420167,15 @@ "postfix": false, "binop": null }, - "start": 58018, - "end": 58019, + "start": 58172, + "end": 58173, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 56 }, "end": { - "line": 1639, + "line": 1644, "column": 57 } } @@ -418803,15 +420193,15 @@ "binop": null, "updateContext": null }, - "start": 58019, - "end": 58020, + "start": 58173, + "end": 58174, "loc": { "start": { - "line": 1639, + "line": 1644, "column": 57 }, "end": { - "line": 1639, + "line": 1644, "column": 58 } } @@ -418829,15 +420219,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 58037, - "end": 58054, + "start": 58191, + "end": 58208, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 16 }, "end": { - "line": 1640, + "line": 1645, "column": 33 } } @@ -418856,15 +420246,15 @@ "updateContext": null }, "value": "=", - "start": 58055, - "end": 58056, + "start": 58209, + "end": 58210, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 34 }, "end": { - "line": 1640, + "line": 1645, "column": 35 } } @@ -418882,15 +420272,15 @@ "binop": null }, "value": "settings", - "start": 58057, - "end": 58065, + "start": 58211, + "end": 58219, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 36 }, "end": { - "line": 1640, + "line": 1645, "column": 44 } } @@ -418908,15 +420298,15 @@ "binop": null, "updateContext": null }, - "start": 58065, - "end": 58066, + "start": 58219, + "end": 58220, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 44 }, "end": { - "line": 1640, + "line": 1645, "column": 45 } } @@ -418934,15 +420324,15 @@ "binop": null }, "value": "width", - "start": 58066, - "end": 58071, + "start": 58220, + "end": 58225, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 45 }, "end": { - "line": 1640, + "line": 1645, "column": 50 } } @@ -418961,15 +420351,15 @@ "updateContext": null }, "value": "*", - "start": 58072, - "end": 58073, + "start": 58226, + "end": 58227, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 51 }, "end": { - "line": 1640, + "line": 1645, "column": 52 } } @@ -418986,15 +420376,15 @@ "postfix": false, "binop": null }, - "start": 58074, - "end": 58075, + "start": 58228, + "end": 58229, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 53 }, "end": { - "line": 1640, + "line": 1645, "column": 54 } } @@ -419014,15 +420404,15 @@ "updateContext": null }, "value": "this", - "start": 58075, - "end": 58079, + "start": 58229, + "end": 58233, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 54 }, "end": { - "line": 1640, + "line": 1645, "column": 58 } } @@ -419040,15 +420430,15 @@ "binop": null, "updateContext": null }, - "start": 58079, - "end": 58080, + "start": 58233, + "end": 58234, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 58 }, "end": { - "line": 1640, + "line": 1645, "column": 59 } } @@ -419066,15 +420456,15 @@ "binop": null }, "value": "player", - "start": 58080, - "end": 58086, + "start": 58234, + "end": 58240, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 59 }, "end": { - "line": 1640, + "line": 1645, "column": 65 } } @@ -419092,15 +420482,15 @@ "binop": null, "updateContext": null }, - "start": 58086, - "end": 58087, + "start": 58240, + "end": 58241, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 65 }, "end": { - "line": 1640, + "line": 1645, "column": 66 } } @@ -419118,15 +420508,15 @@ "binop": null }, "value": "height", - "start": 58087, - "end": 58093, + "start": 58241, + "end": 58247, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 66 }, "end": { - "line": 1640, + "line": 1645, "column": 72 } } @@ -419143,15 +420533,15 @@ "postfix": false, "binop": null }, - "start": 58093, - "end": 58094, + "start": 58247, + "end": 58248, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 72 }, "end": { - "line": 1640, + "line": 1645, "column": 73 } } @@ -419168,15 +420558,15 @@ "postfix": false, "binop": null }, - "start": 58094, - "end": 58095, + "start": 58248, + "end": 58249, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 73 }, "end": { - "line": 1640, + "line": 1645, "column": 74 } } @@ -419195,15 +420585,15 @@ "updateContext": null }, "value": "/", - "start": 58096, - "end": 58097, + "start": 58250, + "end": 58251, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 75 }, "end": { - "line": 1640, + "line": 1645, "column": 76 } } @@ -419221,15 +420611,15 @@ "binop": null }, "value": "settings", - "start": 58098, - "end": 58106, + "start": 58252, + "end": 58260, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 77 }, "end": { - "line": 1640, + "line": 1645, "column": 85 } } @@ -419247,15 +420637,15 @@ "binop": null, "updateContext": null }, - "start": 58106, - "end": 58107, + "start": 58260, + "end": 58261, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 85 }, "end": { - "line": 1640, + "line": 1645, "column": 86 } } @@ -419273,15 +420663,15 @@ "binop": null }, "value": "height", - "start": 58107, - "end": 58113, + "start": 58261, + "end": 58267, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 86 }, "end": { - "line": 1640, + "line": 1645, "column": 92 } } @@ -419298,15 +420688,15 @@ "postfix": false, "binop": null }, - "start": 58113, - "end": 58114, + "start": 58267, + "end": 58268, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 92 }, "end": { - "line": 1640, + "line": 1645, "column": 93 } } @@ -419324,15 +420714,15 @@ "binop": null, "updateContext": null }, - "start": 58114, - "end": 58115, + "start": 58268, + "end": 58269, "loc": { "start": { - "line": 1640, + "line": 1645, "column": 93 }, "end": { - "line": 1640, + "line": 1645, "column": 94 } } @@ -419350,15 +420740,15 @@ "binop": null }, "value": "imageXPosition", - "start": 58132, - "end": 58146, + "start": 58286, + "end": 58300, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 16 }, "end": { - "line": 1641, + "line": 1646, "column": 30 } } @@ -419377,15 +420767,15 @@ "updateContext": null }, "value": "=", - "start": 58147, - "end": 58148, + "start": 58301, + "end": 58302, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 31 }, "end": { - "line": 1641, + "line": 1646, "column": 32 } } @@ -419402,15 +420792,15 @@ "postfix": false, "binop": null }, - "start": 58149, - "end": 58150, + "start": 58303, + "end": 58304, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 33 }, "end": { - "line": 1641, + "line": 1646, "column": 34 } } @@ -419430,15 +420820,15 @@ "updateContext": null }, "value": "this", - "start": 58150, - "end": 58154, + "start": 58304, + "end": 58308, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 34 }, "end": { - "line": 1641, + "line": 1646, "column": 38 } } @@ -419456,15 +420846,15 @@ "binop": null, "updateContext": null }, - "start": 58154, - "end": 58155, + "start": 58308, + "end": 58309, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 38 }, "end": { - "line": 1641, + "line": 1646, "column": 39 } } @@ -419482,15 +420872,15 @@ "binop": null }, "value": "player", - "start": 58155, - "end": 58161, + "start": 58309, + "end": 58315, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 39 }, "end": { - "line": 1641, + "line": 1646, "column": 45 } } @@ -419508,15 +420898,15 @@ "binop": null, "updateContext": null }, - "start": 58161, - "end": 58162, + "start": 58315, + "end": 58316, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 45 }, "end": { - "line": 1641, + "line": 1646, "column": 46 } } @@ -419534,15 +420924,15 @@ "binop": null }, "value": "width", - "start": 58162, - "end": 58167, + "start": 58316, + "end": 58321, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 46 }, "end": { - "line": 1641, + "line": 1646, "column": 51 } } @@ -419559,15 +420949,15 @@ "postfix": false, "binop": null }, - "start": 58167, - "end": 58168, + "start": 58321, + "end": 58322, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 51 }, "end": { - "line": 1641, + "line": 1646, "column": 52 } } @@ -419584,15 +420974,15 @@ "postfix": false, "binop": null }, - "start": 58168, - "end": 58169, + "start": 58322, + "end": 58323, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 52 }, "end": { - "line": 1641, + "line": 1646, "column": 53 } } @@ -419611,15 +421001,15 @@ "updateContext": null }, "value": "/", - "start": 58170, - "end": 58171, + "start": 58324, + "end": 58325, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 54 }, "end": { - "line": 1641, + "line": 1646, "column": 55 } } @@ -419638,15 +421028,15 @@ "updateContext": null }, "value": 2, - "start": 58172, - "end": 58173, + "start": 58326, + "end": 58327, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 56 }, "end": { - "line": 1641, + "line": 1646, "column": 57 } } @@ -419663,15 +421053,15 @@ "postfix": false, "binop": null }, - "start": 58173, - "end": 58174, + "start": 58327, + "end": 58328, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 57 }, "end": { - "line": 1641, + "line": 1646, "column": 58 } } @@ -419690,15 +421080,15 @@ "updateContext": null }, "value": "-", - "start": 58175, - "end": 58176, + "start": 58329, + "end": 58330, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 59 }, "end": { - "line": 1641, + "line": 1646, "column": 60 } } @@ -419715,15 +421105,15 @@ "postfix": false, "binop": null }, - "start": 58177, - "end": 58178, + "start": 58331, + "end": 58332, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 61 }, "end": { - "line": 1641, + "line": 1646, "column": 62 } } @@ -419741,15 +421131,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 58178, - "end": 58195, + "start": 58332, + "end": 58349, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 62 }, "end": { - "line": 1641, + "line": 1646, "column": 79 } } @@ -419768,15 +421158,15 @@ "updateContext": null }, "value": "/", - "start": 58196, - "end": 58197, + "start": 58350, + "end": 58351, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 80 }, "end": { - "line": 1641, + "line": 1646, "column": 81 } } @@ -419795,15 +421185,15 @@ "updateContext": null }, "value": 2, - "start": 58198, - "end": 58199, + "start": 58352, + "end": 58353, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 82 }, "end": { - "line": 1641, + "line": 1646, "column": 83 } } @@ -419820,15 +421210,15 @@ "postfix": false, "binop": null }, - "start": 58199, - "end": 58200, + "start": 58353, + "end": 58354, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 83 }, "end": { - "line": 1641, + "line": 1646, "column": 84 } } @@ -419846,15 +421236,15 @@ "binop": null, "updateContext": null }, - "start": 58200, - "end": 58201, + "start": 58354, + "end": 58355, "loc": { "start": { - "line": 1641, + "line": 1646, "column": 84 }, "end": { - "line": 1641, + "line": 1646, "column": 85 } } @@ -419871,15 +421261,15 @@ "postfix": false, "binop": null }, - "start": 58214, - "end": 58215, + "start": 58368, + "end": 58369, "loc": { "start": { - "line": 1642, + "line": 1647, "column": 12 }, "end": { - "line": 1642, + "line": 1647, "column": 13 } } @@ -419887,15 +421277,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58228, - "end": 58247, + "start": 58382, + "end": 58401, "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 31 } } @@ -419903,15 +421293,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58261, - "end": 58298, + "start": 58415, + "end": 58452, "loc": { "start": { - "line": 1645, + "line": 1650, "column": 12 }, "end": { - "line": 1645, + "line": 1650, "column": 49 } } @@ -419919,15 +421309,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58311, - "end": 58340, + "start": 58465, + "end": 58494, "loc": { "start": { - "line": 1646, + "line": 1651, "column": 12 }, "end": { - "line": 1646, + "line": 1651, "column": 41 } } @@ -419935,15 +421325,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58353, - "end": 58437, + "start": 58507, + "end": 58591, "loc": { "start": { - "line": 1647, + "line": 1652, "column": 12 }, "end": { - "line": 1647, + "line": 1652, "column": 96 } } @@ -419951,15 +421341,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58450, - "end": 58528, + "start": 58604, + "end": 58682, "loc": { "start": { - "line": 1648, + "line": 1653, "column": 12 }, "end": { - "line": 1648, + "line": 1653, "column": 90 } } @@ -419967,15 +421357,15 @@ { "type": "CommentLine", "value": "", - "start": 58541, - "end": 58543, + "start": 58695, + "end": 58697, "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 14 } } @@ -419983,15 +421373,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58556, - "end": 58635, + "start": 58710, + "end": 58789, "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 91 } } @@ -419999,15 +421389,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58648, - "end": 58677, + "start": 58802, + "end": 58831, "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 41 } } @@ -420027,15 +421417,15 @@ "updateContext": null }, "value": "if", - "start": 58690, - "end": 58692, + "start": 58844, + "end": 58846, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 14 } } @@ -420052,15 +421442,15 @@ "postfix": false, "binop": null }, - "start": 58693, - "end": 58694, + "start": 58847, + "end": 58848, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 15 }, "end": { - "line": 1652, + "line": 1657, "column": 16 } } @@ -420077,15 +421467,15 @@ "postfix": false, "binop": null }, - "start": 58694, - "end": 58695, + "start": 58848, + "end": 58849, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 16 }, "end": { - "line": 1652, + "line": 1657, "column": 17 } } @@ -420103,15 +421493,15 @@ "binop": null }, "value": "detected", - "start": 58695, - "end": 58703, + "start": 58849, + "end": 58857, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 17 }, "end": { - "line": 1652, + "line": 1657, "column": 25 } } @@ -420129,15 +421519,15 @@ "binop": null, "updateContext": null }, - "start": 58703, - "end": 58704, + "start": 58857, + "end": 58858, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 25 }, "end": { - "line": 1652, + "line": 1657, "column": 26 } } @@ -420155,15 +421545,15 @@ "binop": null }, "value": "browser", - "start": 58704, - "end": 58711, + "start": 58858, + "end": 58865, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 26 }, "end": { - "line": 1652, + "line": 1657, "column": 33 } } @@ -420182,15 +421572,15 @@ "updateContext": null }, "value": "===", - "start": 58712, - "end": 58715, + "start": 58866, + "end": 58869, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 34 }, "end": { - "line": 1652, + "line": 1657, "column": 37 } } @@ -420209,15 +421599,15 @@ "updateContext": null }, "value": "chrome", - "start": 58716, - "end": 58724, + "start": 58870, + "end": 58878, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 38 }, "end": { - "line": 1652, + "line": 1657, "column": 46 } } @@ -420236,15 +421626,15 @@ "updateContext": null }, "value": "&&", - "start": 58725, - "end": 58727, + "start": 58879, + "end": 58881, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 47 }, "end": { - "line": 1652, + "line": 1657, "column": 49 } } @@ -420262,15 +421652,15 @@ "binop": null }, "value": "detected", - "start": 58728, - "end": 58736, + "start": 58882, + "end": 58890, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 50 }, "end": { - "line": 1652, + "line": 1657, "column": 58 } } @@ -420288,15 +421678,15 @@ "binop": null, "updateContext": null }, - "start": 58736, - "end": 58737, + "start": 58890, + "end": 58891, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 58 }, "end": { - "line": 1652, + "line": 1657, "column": 59 } } @@ -420314,15 +421704,15 @@ "binop": null }, "value": "version", - "start": 58737, - "end": 58744, + "start": 58891, + "end": 58898, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 59 }, "end": { - "line": 1652, + "line": 1657, "column": 66 } } @@ -420341,15 +421731,15 @@ "updateContext": null }, "value": ">=", - "start": 58745, - "end": 58747, + "start": 58899, + "end": 58901, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 67 }, "end": { - "line": 1652, + "line": 1657, "column": 69 } } @@ -420368,15 +421758,15 @@ "updateContext": null }, "value": 60, - "start": 58748, - "end": 58750, + "start": 58902, + "end": 58904, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 70 }, "end": { - "line": 1652, + "line": 1657, "column": 72 } } @@ -420393,15 +421783,15 @@ "postfix": false, "binop": null }, - "start": 58750, - "end": 58751, + "start": 58904, + "end": 58905, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 72 }, "end": { - "line": 1652, + "line": 1657, "column": 73 } } @@ -420420,15 +421810,15 @@ "updateContext": null }, "value": "&&", - "start": 58752, - "end": 58754, + "start": 58906, + "end": 58908, "loc": { "start": { - "line": 1652, + "line": 1657, "column": 74 }, "end": { - "line": 1652, + "line": 1657, "column": 76 } } @@ -420445,15 +421835,15 @@ "postfix": false, "binop": null }, - "start": 58770, - "end": 58771, + "start": 58924, + "end": 58925, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 15 }, "end": { - "line": 1653, + "line": 1658, "column": 16 } } @@ -420473,15 +421863,15 @@ "updateContext": null }, "value": "typeof", - "start": 58771, - "end": 58777, + "start": 58925, + "end": 58931, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 16 }, "end": { - "line": 1653, + "line": 1658, "column": 22 } } @@ -420499,15 +421889,15 @@ "binop": null }, "value": "ImageCapture", - "start": 58778, - "end": 58790, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 23 }, "end": { - "line": 1653, + "line": 1658, "column": 35 } } @@ -420526,15 +421916,15 @@ "updateContext": null }, "value": "===", - "start": 58791, - "end": 58794, + "start": 58945, + "end": 58948, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 36 }, "end": { - "line": 1653, + "line": 1658, "column": 39 } } @@ -420554,15 +421944,15 @@ "updateContext": null }, "value": "typeof", - "start": 58795, - "end": 58801, + "start": 58949, + "end": 58955, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 40 }, "end": { - "line": 1653, + "line": 1658, "column": 46 } } @@ -420580,15 +421970,15 @@ "binop": null }, "value": "Function", - "start": 58802, - "end": 58810, + "start": 58956, + "end": 58964, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 47 }, "end": { - "line": 1653, + "line": 1658, "column": 55 } } @@ -420605,15 +421995,15 @@ "postfix": false, "binop": null }, - "start": 58810, - "end": 58811, + "start": 58964, + "end": 58965, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 55 }, "end": { - "line": 1653, + "line": 1658, "column": 56 } } @@ -420630,15 +422020,15 @@ "postfix": false, "binop": null }, - "start": 58811, - "end": 58812, + "start": 58965, + "end": 58966, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 56 }, "end": { - "line": 1653, + "line": 1658, "column": 57 } } @@ -420655,15 +422045,15 @@ "postfix": false, "binop": null }, - "start": 58813, - "end": 58814, + "start": 58967, + "end": 58968, "loc": { "start": { - "line": 1653, + "line": 1658, "column": 58 }, "end": { - "line": 1653, + "line": 1658, "column": 59 } } @@ -420683,15 +422073,15 @@ "updateContext": null }, "value": "try", - "start": 58831, - "end": 58834, + "start": 58985, + "end": 58988, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 16 }, "end": { - "line": 1654, + "line": 1659, "column": 19 } } @@ -420708,15 +422098,15 @@ "postfix": false, "binop": null }, - "start": 58835, - "end": 58836, + "start": 58989, + "end": 58990, "loc": { "start": { - "line": 1654, + "line": 1659, "column": 20 }, "end": { - "line": 1654, + "line": 1659, "column": 21 } } @@ -420736,15 +422126,15 @@ "updateContext": null }, "value": "let", - "start": 58857, - "end": 58860, + "start": 59011, + "end": 59014, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 20 }, "end": { - "line": 1655, + "line": 1660, "column": 23 } } @@ -420762,15 +422152,15 @@ "binop": null }, "value": "imageCapture", - "start": 58861, - "end": 58873, + "start": 59015, + "end": 59027, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 24 }, "end": { - "line": 1655, + "line": 1660, "column": 36 } } @@ -420789,15 +422179,15 @@ "updateContext": null }, "value": "=", - "start": 58874, - "end": 58875, + "start": 59028, + "end": 59029, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 37 }, "end": { - "line": 1655, + "line": 1660, "column": 38 } } @@ -420817,15 +422207,15 @@ "updateContext": null }, "value": "new", - "start": 58876, - "end": 58879, + "start": 59030, + "end": 59033, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 39 }, "end": { - "line": 1655, + "line": 1660, "column": 42 } } @@ -420843,15 +422233,15 @@ "binop": null }, "value": "ImageCapture", - "start": 58880, - "end": 58892, + "start": 59034, + "end": 59046, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 43 }, "end": { - "line": 1655, + "line": 1660, "column": 55 } } @@ -420868,15 +422258,15 @@ "postfix": false, "binop": null }, - "start": 58892, - "end": 58893, + "start": 59046, + "end": 59047, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 55 }, "end": { - "line": 1655, + "line": 1660, "column": 56 } } @@ -420894,15 +422284,15 @@ "binop": null }, "value": "track", - "start": 58893, - "end": 58898, + "start": 59047, + "end": 59052, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 56 }, "end": { - "line": 1655, + "line": 1660, "column": 61 } } @@ -420919,15 +422309,15 @@ "postfix": false, "binop": null }, - "start": 58898, - "end": 58899, + "start": 59052, + "end": 59053, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 61 }, "end": { - "line": 1655, + "line": 1660, "column": 62 } } @@ -420945,15 +422335,15 @@ "binop": null, "updateContext": null }, - "start": 58899, - "end": 58900, + "start": 59053, + "end": 59054, "loc": { "start": { - "line": 1655, + "line": 1660, "column": 62 }, "end": { - "line": 1655, + "line": 1660, "column": 63 } } @@ -420961,15 +422351,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 58921, - "end": 58936, + "start": 59075, + "end": 59090, "loc": { "start": { - "line": 1656, + "line": 1661, "column": 20 }, "end": { - "line": 1656, + "line": 1661, "column": 35 } } @@ -420987,15 +422377,15 @@ "binop": null }, "value": "imageCapture", - "start": 58957, - "end": 58969, + "start": 59111, + "end": 59123, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 20 }, "end": { - "line": 1657, + "line": 1662, "column": 32 } } @@ -421013,15 +422403,15 @@ "binop": null, "updateContext": null }, - "start": 58969, - "end": 58970, + "start": 59123, + "end": 59124, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 32 }, "end": { - "line": 1657, + "line": 1662, "column": 33 } } @@ -421039,15 +422429,15 @@ "binop": null }, "value": "grabFrame", - "start": 58970, - "end": 58979, + "start": 59124, + "end": 59133, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 33 }, "end": { - "line": 1657, + "line": 1662, "column": 42 } } @@ -421064,15 +422454,15 @@ "postfix": false, "binop": null }, - "start": 58979, - "end": 58980, + "start": 59133, + "end": 59134, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 42 }, "end": { - "line": 1657, + "line": 1662, "column": 43 } } @@ -421089,15 +422479,15 @@ "postfix": false, "binop": null }, - "start": 58980, - "end": 58981, + "start": 59134, + "end": 59135, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 43 }, "end": { - "line": 1657, + "line": 1662, "column": 44 } } @@ -421115,15 +422505,15 @@ "binop": null, "updateContext": null }, - "start": 58981, - "end": 58982, + "start": 59135, + "end": 59136, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 44 }, "end": { - "line": 1657, + "line": 1662, "column": 45 } } @@ -421141,15 +422531,15 @@ "binop": null }, "value": "then", - "start": 58982, - "end": 58986, + "start": 59136, + "end": 59140, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 45 }, "end": { - "line": 1657, + "line": 1662, "column": 49 } } @@ -421166,15 +422556,15 @@ "postfix": false, "binop": null }, - "start": 58986, - "end": 58987, + "start": 59140, + "end": 59141, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 49 }, "end": { - "line": 1657, + "line": 1662, "column": 50 } } @@ -421191,15 +422581,15 @@ "postfix": false, "binop": null }, - "start": 58987, - "end": 58988, + "start": 59141, + "end": 59142, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 50 }, "end": { - "line": 1657, + "line": 1662, "column": 51 } } @@ -421217,15 +422607,15 @@ "binop": null }, "value": "imageBitmap", - "start": 58988, - "end": 58999, + "start": 59142, + "end": 59153, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 51 }, "end": { - "line": 1657, + "line": 1662, "column": 62 } } @@ -421242,15 +422632,15 @@ "postfix": false, "binop": null }, - "start": 58999, - "end": 59000, + "start": 59153, + "end": 59154, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 62 }, "end": { - "line": 1657, + "line": 1662, "column": 63 } } @@ -421268,15 +422658,15 @@ "binop": null, "updateContext": null }, - "start": 59001, - "end": 59003, + "start": 59155, + "end": 59157, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 64 }, "end": { - "line": 1657, + "line": 1662, "column": 66 } } @@ -421293,15 +422683,15 @@ "postfix": false, "binop": null }, - "start": 59004, - "end": 59005, + "start": 59158, + "end": 59159, "loc": { "start": { - "line": 1657, + "line": 1662, "column": 67 }, "end": { - "line": 1657, + "line": 1662, "column": 68 } } @@ -421309,15 +422699,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59030, - "end": 59072, + "start": 59184, + "end": 59226, "loc": { "start": { - "line": 1658, + "line": 1663, "column": 24 }, "end": { - "line": 1658, + "line": 1663, "column": 66 } } @@ -421337,15 +422727,15 @@ "updateContext": null }, "value": "this", - "start": 59097, - "end": 59101, + "start": 59251, + "end": 59255, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 24 }, "end": { - "line": 1659, + "line": 1664, "column": 28 } } @@ -421363,15 +422753,15 @@ "binop": null, "updateContext": null }, - "start": 59101, - "end": 59102, + "start": 59255, + "end": 59256, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 28 }, "end": { - "line": 1659, + "line": 1664, "column": 29 } } @@ -421389,15 +422779,15 @@ "binop": null }, "value": "drawCanvas", - "start": 59102, - "end": 59112, + "start": 59256, + "end": 59266, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 29 }, "end": { - "line": 1659, + "line": 1664, "column": 39 } } @@ -421414,15 +422804,15 @@ "postfix": false, "binop": null }, - "start": 59112, - "end": 59113, + "start": 59266, + "end": 59267, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 39 }, "end": { - "line": 1659, + "line": 1664, "column": 40 } } @@ -421440,15 +422830,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59113, - "end": 59125, + "start": 59267, + "end": 59279, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 40 }, "end": { - "line": 1659, + "line": 1664, "column": 52 } } @@ -421466,15 +422856,15 @@ "binop": null, "updateContext": null }, - "start": 59125, - "end": 59126, + "start": 59279, + "end": 59280, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 52 }, "end": { - "line": 1659, + "line": 1664, "column": 53 } } @@ -421492,15 +422882,15 @@ "binop": null }, "value": "imageBitmap", - "start": 59127, - "end": 59138, + "start": 59281, + "end": 59292, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 54 }, "end": { - "line": 1659, + "line": 1664, "column": 65 } } @@ -421518,15 +422908,15 @@ "binop": null, "updateContext": null }, - "start": 59138, - "end": 59139, + "start": 59292, + "end": 59293, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 65 }, "end": { - "line": 1659, + "line": 1664, "column": 66 } } @@ -421544,15 +422934,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 59140, - "end": 59157, + "start": 59294, + "end": 59311, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 67 }, "end": { - "line": 1659, + "line": 1664, "column": 84 } } @@ -421570,15 +422960,15 @@ "binop": null, "updateContext": null }, - "start": 59157, - "end": 59158, + "start": 59311, + "end": 59312, "loc": { "start": { - "line": 1659, + "line": 1664, "column": 84 }, "end": { - "line": 1659, + "line": 1664, "column": 85 } } @@ -421596,15 +422986,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 59187, - "end": 59205, + "start": 59341, + "end": 59359, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 28 }, "end": { - "line": 1660, + "line": 1665, "column": 46 } } @@ -421622,15 +423012,15 @@ "binop": null, "updateContext": null }, - "start": 59205, - "end": 59206, + "start": 59359, + "end": 59360, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 46 }, "end": { - "line": 1660, + "line": 1665, "column": 47 } } @@ -421648,15 +423038,15 @@ "binop": null }, "value": "imageXPosition", - "start": 59207, - "end": 59221, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 48 }, "end": { - "line": 1660, + "line": 1665, "column": 62 } } @@ -421674,15 +423064,15 @@ "binop": null, "updateContext": null }, - "start": 59221, - "end": 59222, + "start": 59375, + "end": 59376, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 62 }, "end": { - "line": 1660, + "line": 1665, "column": 63 } } @@ -421700,15 +423090,15 @@ "binop": null }, "value": "imageYPosition", - "start": 59223, - "end": 59237, + "start": 59377, + "end": 59391, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 64 }, "end": { - "line": 1660, + "line": 1665, "column": 78 } } @@ -421725,15 +423115,15 @@ "postfix": false, "binop": null }, - "start": 59237, - "end": 59238, + "start": 59391, + "end": 59392, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 78 }, "end": { - "line": 1660, + "line": 1665, "column": 79 } } @@ -421751,15 +423141,15 @@ "binop": null, "updateContext": null }, - "start": 59238, - "end": 59239, + "start": 59392, + "end": 59393, "loc": { "start": { - "line": 1660, + "line": 1665, "column": 79 }, "end": { - "line": 1660, + "line": 1665, "column": 80 } } @@ -421767,15 +423157,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59265, - "end": 59281, + "start": 59419, + "end": 59435, "loc": { "start": { - "line": 1662, + "line": 1667, "column": 24 }, "end": { - "line": 1662, + "line": 1667, "column": 40 } } @@ -421793,15 +423183,15 @@ "binop": null }, "value": "resolve", - "start": 59306, - "end": 59313, + "start": 59460, + "end": 59467, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 24 }, "end": { - "line": 1663, + "line": 1668, "column": 31 } } @@ -421818,15 +423208,15 @@ "postfix": false, "binop": null }, - "start": 59313, - "end": 59314, + "start": 59467, + "end": 59468, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 31 }, "end": { - "line": 1663, + "line": 1668, "column": 32 } } @@ -421844,15 +423234,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59314, - "end": 59326, + "start": 59468, + "end": 59480, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 32 }, "end": { - "line": 1663, + "line": 1668, "column": 44 } } @@ -421869,15 +423259,15 @@ "postfix": false, "binop": null }, - "start": 59326, - "end": 59327, + "start": 59480, + "end": 59481, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 44 }, "end": { - "line": 1663, + "line": 1668, "column": 45 } } @@ -421895,15 +423285,15 @@ "binop": null, "updateContext": null }, - "start": 59327, - "end": 59328, + "start": 59481, + "end": 59482, "loc": { "start": { - "line": 1663, + "line": 1668, "column": 45 }, "end": { - "line": 1663, + "line": 1668, "column": 46 } } @@ -421920,15 +423310,15 @@ "postfix": false, "binop": null }, - "start": 59349, - "end": 59350, + "start": 59503, + "end": 59504, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 20 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } } @@ -421945,15 +423335,15 @@ "postfix": false, "binop": null }, - "start": 59350, - "end": 59351, + "start": 59504, + "end": 59505, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 21 }, "end": { - "line": 1664, + "line": 1669, "column": 22 } } @@ -421971,15 +423361,15 @@ "binop": null, "updateContext": null }, - "start": 59351, - "end": 59352, + "start": 59505, + "end": 59506, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 22 }, "end": { - "line": 1664, + "line": 1669, "column": 23 } } @@ -421999,15 +423389,15 @@ "updateContext": null }, "value": "catch", - "start": 59352, - "end": 59357, + "start": 59506, + "end": 59511, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 23 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } } @@ -422024,15 +423414,15 @@ "postfix": false, "binop": null }, - "start": 59357, - "end": 59358, + "start": 59511, + "end": 59512, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 28 }, "end": { - "line": 1664, + "line": 1669, "column": 29 } } @@ -422049,15 +423439,15 @@ "postfix": false, "binop": null }, - "start": 59358, - "end": 59359, + "start": 59512, + "end": 59513, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 29 }, "end": { - "line": 1664, + "line": 1669, "column": 30 } } @@ -422075,15 +423465,15 @@ "binop": null }, "value": "error", - "start": 59359, - "end": 59364, + "start": 59513, + "end": 59518, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 30 }, "end": { - "line": 1664, + "line": 1669, "column": 35 } } @@ -422100,15 +423490,15 @@ "postfix": false, "binop": null }, - "start": 59364, - "end": 59365, + "start": 59518, + "end": 59519, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 35 }, "end": { - "line": 1664, + "line": 1669, "column": 36 } } @@ -422126,15 +423516,15 @@ "binop": null, "updateContext": null }, - "start": 59366, - "end": 59368, + "start": 59520, + "end": 59522, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 37 }, "end": { - "line": 1664, + "line": 1669, "column": 39 } } @@ -422151,15 +423541,15 @@ "postfix": false, "binop": null }, - "start": 59369, - "end": 59370, + "start": 59523, + "end": 59524, "loc": { "start": { - "line": 1664, + "line": 1669, "column": 40 }, "end": { - "line": 1664, + "line": 1669, "column": 41 } } @@ -422167,15 +423557,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59395, - "end": 59418, + "start": 59549, + "end": 59572, "loc": { "start": { - "line": 1665, + "line": 1670, "column": 24 }, "end": { - "line": 1665, + "line": 1670, "column": 47 } } @@ -422192,15 +423582,15 @@ "postfix": false, "binop": null }, - "start": 59439, - "end": 59440, + "start": 59593, + "end": 59594, "loc": { "start": { - "line": 1666, + "line": 1671, "column": 20 }, "end": { - "line": 1666, + "line": 1671, "column": 21 } } @@ -422217,15 +423607,15 @@ "postfix": false, "binop": null }, - "start": 59440, - "end": 59441, + "start": 59594, + "end": 59595, "loc": { "start": { - "line": 1666, + "line": 1671, "column": 21 }, "end": { - "line": 1666, + "line": 1671, "column": 22 } } @@ -422243,15 +423633,15 @@ "binop": null, "updateContext": null }, - "start": 59441, - "end": 59442, + "start": 59595, + "end": 59596, "loc": { "start": { - "line": 1666, + "line": 1671, "column": 22 }, "end": { - "line": 1666, + "line": 1671, "column": 23 } } @@ -422268,15 +423658,15 @@ "postfix": false, "binop": null }, - "start": 59459, - "end": 59460, + "start": 59613, + "end": 59614, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 16 }, "end": { - "line": 1667, + "line": 1672, "column": 17 } } @@ -422296,15 +423686,15 @@ "updateContext": null }, "value": "catch", - "start": 59461, - "end": 59466, + "start": 59615, + "end": 59620, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 18 }, "end": { - "line": 1667, + "line": 1672, "column": 23 } } @@ -422321,15 +423711,15 @@ "postfix": false, "binop": null }, - "start": 59467, - "end": 59468, + "start": 59621, + "end": 59622, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 24 }, "end": { - "line": 1667, + "line": 1672, "column": 25 } } @@ -422347,15 +423737,15 @@ "binop": null }, "value": "err", - "start": 59468, - "end": 59471, + "start": 59622, + "end": 59625, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 25 }, "end": { - "line": 1667, + "line": 1672, "column": 28 } } @@ -422372,15 +423762,15 @@ "postfix": false, "binop": null }, - "start": 59471, - "end": 59472, + "start": 59625, + "end": 59626, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 28 }, "end": { - "line": 1667, + "line": 1672, "column": 29 } } @@ -422397,15 +423787,15 @@ "postfix": false, "binop": null }, - "start": 59473, - "end": 59474, + "start": 59627, + "end": 59628, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 30 }, "end": { - "line": 1667, + "line": 1672, "column": 31 } } @@ -422422,15 +423812,15 @@ "postfix": false, "binop": null }, - "start": 59474, - "end": 59475, + "start": 59628, + "end": 59629, "loc": { "start": { - "line": 1667, + "line": 1672, "column": 31 }, "end": { - "line": 1667, + "line": 1672, "column": 32 } } @@ -422447,15 +423837,15 @@ "postfix": false, "binop": null }, - "start": 59488, - "end": 59489, + "start": 59642, + "end": 59643, "loc": { "start": { - "line": 1668, + "line": 1673, "column": 12 }, "end": { - "line": 1668, + "line": 1673, "column": 13 } } @@ -422463,15 +423853,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59502, - "end": 59554, + "start": 59656, + "end": 59708, "loc": { "start": { - "line": 1669, + "line": 1674, "column": 12 }, "end": { - "line": 1669, + "line": 1674, "column": 64 } } @@ -422479,15 +423869,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59568, - "end": 59610, + "start": 59722, + "end": 59764, "loc": { "start": { - "line": 1671, + "line": 1676, "column": 12 }, "end": { - "line": 1671, + "line": 1676, "column": 54 } } @@ -422507,15 +423897,15 @@ "updateContext": null }, "value": "this", - "start": 59623, - "end": 59627, + "start": 59777, + "end": 59781, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1677, "column": 16 } } @@ -422533,15 +423923,15 @@ "binop": null, "updateContext": null }, - "start": 59627, - "end": 59628, + "start": 59781, + "end": 59782, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 16 }, "end": { - "line": 1672, + "line": 1677, "column": 17 } } @@ -422559,15 +423949,15 @@ "binop": null }, "value": "drawCanvas", - "start": 59628, - "end": 59638, + "start": 59782, + "end": 59792, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 17 }, "end": { - "line": 1672, + "line": 1677, "column": 27 } } @@ -422584,15 +423974,15 @@ "postfix": false, "binop": null }, - "start": 59638, - "end": 59639, + "start": 59792, + "end": 59793, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 27 }, "end": { - "line": 1672, + "line": 1677, "column": 28 } } @@ -422610,15 +424000,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59639, - "end": 59651, + "start": 59793, + "end": 59805, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 28 }, "end": { - "line": 1672, + "line": 1677, "column": 40 } } @@ -422636,15 +424026,15 @@ "binop": null, "updateContext": null }, - "start": 59651, - "end": 59652, + "start": 59805, + "end": 59806, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 40 }, "end": { - "line": 1672, + "line": 1677, "column": 41 } } @@ -422664,15 +424054,15 @@ "updateContext": null }, "value": "this", - "start": 59653, - "end": 59657, + "start": 59807, + "end": 59811, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 42 }, "end": { - "line": 1672, + "line": 1677, "column": 46 } } @@ -422690,15 +424080,15 @@ "binop": null, "updateContext": null }, - "start": 59657, - "end": 59658, + "start": 59811, + "end": 59812, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 46 }, "end": { - "line": 1672, + "line": 1677, "column": 47 } } @@ -422716,15 +424106,15 @@ "binop": null }, "value": "mediaElement", - "start": 59658, - "end": 59670, + "start": 59812, + "end": 59824, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 47 }, "end": { - "line": 1672, + "line": 1677, "column": 59 } } @@ -422742,15 +424132,15 @@ "binop": null, "updateContext": null }, - "start": 59670, - "end": 59671, + "start": 59824, + "end": 59825, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 59 }, "end": { - "line": 1672, + "line": 1677, "column": 60 } } @@ -422768,15 +424158,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 59672, - "end": 59689, + "start": 59826, + "end": 59843, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 61 }, "end": { - "line": 1672, + "line": 1677, "column": 78 } } @@ -422794,15 +424184,15 @@ "binop": null, "updateContext": null }, - "start": 59689, - "end": 59690, + "start": 59843, + "end": 59844, "loc": { "start": { - "line": 1672, + "line": 1677, "column": 78 }, "end": { - "line": 1672, + "line": 1677, "column": 79 } } @@ -422820,15 +424210,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 59707, - "end": 59725, + "start": 59861, + "end": 59879, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 16 }, "end": { - "line": 1673, + "line": 1678, "column": 34 } } @@ -422846,15 +424236,15 @@ "binop": null, "updateContext": null }, - "start": 59725, - "end": 59726, + "start": 59879, + "end": 59880, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 34 }, "end": { - "line": 1673, + "line": 1678, "column": 35 } } @@ -422872,15 +424262,15 @@ "binop": null }, "value": "imageXPosition", - "start": 59727, - "end": 59741, + "start": 59881, + "end": 59895, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 36 }, "end": { - "line": 1673, + "line": 1678, "column": 50 } } @@ -422898,15 +424288,15 @@ "binop": null, "updateContext": null }, - "start": 59741, - "end": 59742, + "start": 59895, + "end": 59896, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 50 }, "end": { - "line": 1673, + "line": 1678, "column": 51 } } @@ -422924,15 +424314,15 @@ "binop": null }, "value": "imageYPosition", - "start": 59743, - "end": 59757, + "start": 59897, + "end": 59911, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 52 }, "end": { - "line": 1673, + "line": 1678, "column": 66 } } @@ -422949,15 +424339,15 @@ "postfix": false, "binop": null }, - "start": 59757, - "end": 59758, + "start": 59911, + "end": 59912, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 66 }, "end": { - "line": 1673, + "line": 1678, "column": 67 } } @@ -422975,15 +424365,15 @@ "binop": null, "updateContext": null }, - "start": 59758, - "end": 59759, + "start": 59912, + "end": 59913, "loc": { "start": { - "line": 1673, + "line": 1678, "column": 67 }, "end": { - "line": 1673, + "line": 1678, "column": 68 } } @@ -422991,15 +424381,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59773, - "end": 59789, + "start": 59927, + "end": 59943, "loc": { "start": { - "line": 1675, + "line": 1680, "column": 12 }, "end": { - "line": 1675, + "line": 1680, "column": 28 } } @@ -423017,15 +424407,15 @@ "binop": null }, "value": "resolve", - "start": 59802, - "end": 59809, + "start": 59956, + "end": 59963, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 12 }, "end": { - "line": 1676, + "line": 1681, "column": 19 } } @@ -423042,15 +424432,15 @@ "postfix": false, "binop": null }, - "start": 59809, - "end": 59810, + "start": 59963, + "end": 59964, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 19 }, "end": { - "line": 1676, + "line": 1681, "column": 20 } } @@ -423068,15 +424458,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59810, - "end": 59822, + "start": 59964, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 20 }, "end": { - "line": 1676, + "line": 1681, "column": 32 } } @@ -423093,15 +424483,15 @@ "postfix": false, "binop": null }, - "start": 59822, - "end": 59823, + "start": 59976, + "end": 59977, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 32 }, "end": { - "line": 1676, + "line": 1681, "column": 33 } } @@ -423119,15 +424509,15 @@ "binop": null, "updateContext": null }, - "start": 59823, - "end": 59824, + "start": 59977, + "end": 59978, "loc": { "start": { - "line": 1676, + "line": 1681, "column": 33 }, "end": { - "line": 1676, + "line": 1681, "column": 34 } } @@ -423144,15 +424534,15 @@ "postfix": false, "binop": null }, - "start": 59833, - "end": 59834, + "start": 59987, + "end": 59988, "loc": { "start": { - "line": 1677, + "line": 1682, "column": 8 }, "end": { - "line": 1677, + "line": 1682, "column": 9 } } @@ -423169,15 +424559,15 @@ "postfix": false, "binop": null }, - "start": 59834, - "end": 59835, + "start": 59988, + "end": 59989, "loc": { "start": { - "line": 1677, + "line": 1682, "column": 9 }, "end": { - "line": 1677, + "line": 1682, "column": 10 } } @@ -423195,15 +424585,15 @@ "binop": null, "updateContext": null }, - "start": 59835, - "end": 59836, + "start": 59989, + "end": 59990, "loc": { "start": { - "line": 1677, + "line": 1682, "column": 10 }, "end": { - "line": 1677, + "line": 1682, "column": 11 } } @@ -423220,15 +424610,15 @@ "postfix": false, "binop": null }, - "start": 59841, - "end": 59842, + "start": 59995, + "end": 59996, "loc": { "start": { - "line": 1678, + "line": 1683, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 5 } } @@ -423236,15 +424626,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": 59848, - "end": 60311, + "start": 60002, + "end": 60465, "loc": { "start": { - "line": 1680, + "line": 1685, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -423262,15 +424652,15 @@ "binop": null }, "value": "drawCanvas", - "start": 60316, - "end": 60326, + "start": 60470, + "end": 60480, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1690, + "line": 1695, "column": 14 } } @@ -423287,15 +424677,15 @@ "postfix": false, "binop": null }, - "start": 60326, - "end": 60327, + "start": 60480, + "end": 60481, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 14 }, "end": { - "line": 1690, + "line": 1695, "column": 15 } } @@ -423313,15 +424703,15 @@ "binop": null }, "value": "canvas", - "start": 60327, - "end": 60333, + "start": 60481, + "end": 60487, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 15 }, "end": { - "line": 1690, + "line": 1695, "column": 21 } } @@ -423339,15 +424729,15 @@ "binop": null, "updateContext": null }, - "start": 60333, - "end": 60334, + "start": 60487, + "end": 60488, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 21 }, "end": { - "line": 1690, + "line": 1695, "column": 22 } } @@ -423365,15 +424755,15 @@ "binop": null }, "value": "element", - "start": 60335, - "end": 60342, + "start": 60489, + "end": 60496, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 23 }, "end": { - "line": 1690, + "line": 1695, "column": 30 } } @@ -423391,15 +424781,15 @@ "binop": null, "updateContext": null }, - "start": 60342, - "end": 60343, + "start": 60496, + "end": 60497, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 30 }, "end": { - "line": 1690, + "line": 1695, "column": 31 } } @@ -423417,15 +424807,15 @@ "binop": null }, "value": "width", - "start": 60344, - "end": 60349, + "start": 60498, + "end": 60503, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 32 }, "end": { - "line": 1690, + "line": 1695, "column": 37 } } @@ -423443,15 +424833,15 @@ "binop": null, "updateContext": null }, - "start": 60349, - "end": 60350, + "start": 60503, + "end": 60504, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 37 }, "end": { - "line": 1690, + "line": 1695, "column": 38 } } @@ -423469,15 +424859,15 @@ "binop": null }, "value": "height", - "start": 60351, - "end": 60357, + "start": 60505, + "end": 60511, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 39 }, "end": { - "line": 1690, + "line": 1695, "column": 45 } } @@ -423495,15 +424885,15 @@ "binop": null, "updateContext": null }, - "start": 60357, - "end": 60358, + "start": 60511, + "end": 60512, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 45 }, "end": { - "line": 1690, + "line": 1695, "column": 46 } } @@ -423521,15 +424911,15 @@ "binop": null }, "value": "x", - "start": 60359, - "end": 60360, + "start": 60513, + "end": 60514, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 47 }, "end": { - "line": 1690, + "line": 1695, "column": 48 } } @@ -423548,15 +424938,15 @@ "updateContext": null }, "value": "=", - "start": 60361, - "end": 60362, + "start": 60515, + "end": 60516, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 49 }, "end": { - "line": 1690, + "line": 1695, "column": 50 } } @@ -423575,15 +424965,15 @@ "updateContext": null }, "value": 0, - "start": 60363, - "end": 60364, + "start": 60517, + "end": 60518, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 51 }, "end": { - "line": 1690, + "line": 1695, "column": 52 } } @@ -423601,15 +424991,15 @@ "binop": null, "updateContext": null }, - "start": 60364, - "end": 60365, + "start": 60518, + "end": 60519, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 52 }, "end": { - "line": 1690, + "line": 1695, "column": 53 } } @@ -423627,15 +425017,15 @@ "binop": null }, "value": "y", - "start": 60366, - "end": 60367, + "start": 60520, + "end": 60521, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 54 }, "end": { - "line": 1690, + "line": 1695, "column": 55 } } @@ -423654,15 +425044,15 @@ "updateContext": null }, "value": "=", - "start": 60368, - "end": 60369, + "start": 60522, + "end": 60523, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 56 }, "end": { - "line": 1690, + "line": 1695, "column": 57 } } @@ -423681,15 +425071,15 @@ "updateContext": null }, "value": 0, - "start": 60370, - "end": 60371, + "start": 60524, + "end": 60525, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 58 }, "end": { - "line": 1690, + "line": 1695, "column": 59 } } @@ -423706,15 +425096,15 @@ "postfix": false, "binop": null }, - "start": 60371, - "end": 60372, + "start": 60525, + "end": 60526, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 59 }, "end": { - "line": 1690, + "line": 1695, "column": 60 } } @@ -423731,15 +425121,15 @@ "postfix": false, "binop": null }, - "start": 60373, - "end": 60374, + "start": 60527, + "end": 60528, "loc": { "start": { - "line": 1690, + "line": 1695, "column": 61 }, "end": { - "line": 1690, + "line": 1695, "column": 62 } } @@ -423759,15 +425149,15 @@ "updateContext": null }, "value": "if", - "start": 60383, - "end": 60385, + "start": 60537, + "end": 60539, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 8 }, "end": { - "line": 1691, + "line": 1696, "column": 10 } } @@ -423784,15 +425174,15 @@ "postfix": false, "binop": null }, - "start": 60386, - "end": 60387, + "start": 60540, + "end": 60541, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 11 }, "end": { - "line": 1691, + "line": 1696, "column": 12 } } @@ -423810,15 +425200,15 @@ "binop": null }, "value": "width", - "start": 60387, - "end": 60392, + "start": 60541, + "end": 60546, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 17 } } @@ -423837,15 +425227,15 @@ "updateContext": null }, "value": "===", - "start": 60393, - "end": 60396, + "start": 60547, + "end": 60550, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 18 }, "end": { - "line": 1691, + "line": 1696, "column": 21 } } @@ -423863,15 +425253,15 @@ "binop": null }, "value": "undefined", - "start": 60397, - "end": 60406, + "start": 60551, + "end": 60560, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 22 }, "end": { - "line": 1691, + "line": 1696, "column": 31 } } @@ -423888,15 +425278,15 @@ "postfix": false, "binop": null }, - "start": 60406, - "end": 60407, + "start": 60560, + "end": 60561, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 31 }, "end": { - "line": 1691, + "line": 1696, "column": 32 } } @@ -423913,15 +425303,15 @@ "postfix": false, "binop": null }, - "start": 60408, - "end": 60409, + "start": 60562, + "end": 60563, "loc": { "start": { - "line": 1691, + "line": 1696, "column": 33 }, "end": { - "line": 1691, + "line": 1696, "column": 34 } } @@ -423939,15 +425329,15 @@ "binop": null }, "value": "width", - "start": 60422, - "end": 60427, + "start": 60576, + "end": 60581, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 17 } } @@ -423966,15 +425356,15 @@ "updateContext": null }, "value": "=", - "start": 60428, - "end": 60429, + "start": 60582, + "end": 60583, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 18 }, "end": { - "line": 1692, + "line": 1697, "column": 19 } } @@ -423992,15 +425382,15 @@ "binop": null }, "value": "canvas", - "start": 60430, - "end": 60436, + "start": 60584, + "end": 60590, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 20 }, "end": { - "line": 1692, + "line": 1697, "column": 26 } } @@ -424018,15 +425408,15 @@ "binop": null, "updateContext": null }, - "start": 60436, - "end": 60437, + "start": 60590, + "end": 60591, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 26 }, "end": { - "line": 1692, + "line": 1697, "column": 27 } } @@ -424044,15 +425434,15 @@ "binop": null }, "value": "width", - "start": 60437, - "end": 60442, + "start": 60591, + "end": 60596, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 27 }, "end": { - "line": 1692, + "line": 1697, "column": 32 } } @@ -424070,15 +425460,15 @@ "binop": null, "updateContext": null }, - "start": 60442, - "end": 60443, + "start": 60596, + "end": 60597, "loc": { "start": { - "line": 1692, + "line": 1697, "column": 32 }, "end": { - "line": 1692, + "line": 1697, "column": 33 } } @@ -424095,15 +425485,15 @@ "postfix": false, "binop": null }, - "start": 60452, - "end": 60453, + "start": 60606, + "end": 60607, "loc": { "start": { - "line": 1693, + "line": 1698, "column": 8 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } } @@ -424123,15 +425513,15 @@ "updateContext": null }, "value": "if", - "start": 60462, - "end": 60464, + "start": 60616, + "end": 60618, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 8 }, "end": { - "line": 1694, + "line": 1699, "column": 10 } } @@ -424148,15 +425538,15 @@ "postfix": false, "binop": null }, - "start": 60465, - "end": 60466, + "start": 60619, + "end": 60620, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 11 }, "end": { - "line": 1694, + "line": 1699, "column": 12 } } @@ -424174,15 +425564,15 @@ "binop": null }, "value": "height", - "start": 60466, - "end": 60472, + "start": 60620, + "end": 60626, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 12 }, "end": { - "line": 1694, + "line": 1699, "column": 18 } } @@ -424201,15 +425591,15 @@ "updateContext": null }, "value": "===", - "start": 60473, - "end": 60476, + "start": 60627, + "end": 60630, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 19 }, "end": { - "line": 1694, + "line": 1699, "column": 22 } } @@ -424227,15 +425617,15 @@ "binop": null }, "value": "undefined", - "start": 60477, - "end": 60486, + "start": 60631, + "end": 60640, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 23 }, "end": { - "line": 1694, + "line": 1699, "column": 32 } } @@ -424252,15 +425642,15 @@ "postfix": false, "binop": null }, - "start": 60486, - "end": 60487, + "start": 60640, + "end": 60641, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 32 }, "end": { - "line": 1694, + "line": 1699, "column": 33 } } @@ -424277,15 +425667,15 @@ "postfix": false, "binop": null }, - "start": 60488, - "end": 60489, + "start": 60642, + "end": 60643, "loc": { "start": { - "line": 1694, + "line": 1699, "column": 34 }, "end": { - "line": 1694, + "line": 1699, "column": 35 } } @@ -424303,15 +425693,15 @@ "binop": null }, "value": "height", - "start": 60502, - "end": 60508, + "start": 60656, + "end": 60662, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 18 } } @@ -424330,15 +425720,15 @@ "updateContext": null }, "value": "=", - "start": 60509, - "end": 60510, + "start": 60663, + "end": 60664, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 19 }, "end": { - "line": 1695, + "line": 1700, "column": 20 } } @@ -424356,15 +425746,15 @@ "binop": null }, "value": "canvas", - "start": 60511, - "end": 60517, + "start": 60665, + "end": 60671, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 21 }, "end": { - "line": 1695, + "line": 1700, "column": 27 } } @@ -424382,15 +425772,15 @@ "binop": null, "updateContext": null }, - "start": 60517, - "end": 60518, + "start": 60671, + "end": 60672, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 27 }, "end": { - "line": 1695, + "line": 1700, "column": 28 } } @@ -424408,15 +425798,15 @@ "binop": null }, "value": "height", - "start": 60518, - "end": 60524, + "start": 60672, + "end": 60678, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 28 }, "end": { - "line": 1695, + "line": 1700, "column": 34 } } @@ -424434,15 +425824,15 @@ "binop": null, "updateContext": null }, - "start": 60524, - "end": 60525, + "start": 60678, + "end": 60679, "loc": { "start": { - "line": 1695, + "line": 1700, "column": 34 }, "end": { - "line": 1695, + "line": 1700, "column": 35 } } @@ -424459,15 +425849,15 @@ "postfix": false, "binop": null }, - "start": 60534, - "end": 60535, + "start": 60688, + "end": 60689, "loc": { "start": { - "line": 1696, + "line": 1701, "column": 8 }, "end": { - "line": 1696, + "line": 1701, "column": 9 } } @@ -424485,15 +425875,15 @@ "binop": null }, "value": "canvas", - "start": 60544, - "end": 60550, + "start": 60698, + "end": 60704, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 14 } } @@ -424511,15 +425901,15 @@ "binop": null, "updateContext": null }, - "start": 60550, - "end": 60551, + "start": 60704, + "end": 60705, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 14 }, "end": { - "line": 1697, + "line": 1702, "column": 15 } } @@ -424537,15 +425927,15 @@ "binop": null }, "value": "getContext", - "start": 60551, - "end": 60561, + "start": 60705, + "end": 60715, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 15 }, "end": { - "line": 1697, + "line": 1702, "column": 25 } } @@ -424562,15 +425952,15 @@ "postfix": false, "binop": null }, - "start": 60561, - "end": 60562, + "start": 60715, + "end": 60716, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 25 }, "end": { - "line": 1697, + "line": 1702, "column": 26 } } @@ -424589,15 +425979,15 @@ "updateContext": null }, "value": "2d", - "start": 60562, - "end": 60566, + "start": 60716, + "end": 60720, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 26 }, "end": { - "line": 1697, + "line": 1702, "column": 30 } } @@ -424614,15 +426004,15 @@ "postfix": false, "binop": null }, - "start": 60566, - "end": 60567, + "start": 60720, + "end": 60721, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 30 }, "end": { - "line": 1697, + "line": 1702, "column": 31 } } @@ -424640,15 +426030,15 @@ "binop": null, "updateContext": null }, - "start": 60567, - "end": 60568, + "start": 60721, + "end": 60722, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 31 }, "end": { - "line": 1697, + "line": 1702, "column": 32 } } @@ -424666,15 +426056,15 @@ "binop": null }, "value": "drawImage", - "start": 60568, - "end": 60577, + "start": 60722, + "end": 60731, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 32 }, "end": { - "line": 1697, + "line": 1702, "column": 41 } } @@ -424691,15 +426081,15 @@ "postfix": false, "binop": null }, - "start": 60577, - "end": 60578, + "start": 60731, + "end": 60732, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 41 }, "end": { - "line": 1697, + "line": 1702, "column": 42 } } @@ -424717,15 +426107,15 @@ "binop": null }, "value": "element", - "start": 60578, - "end": 60585, + "start": 60732, + "end": 60739, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 42 }, "end": { - "line": 1697, + "line": 1702, "column": 49 } } @@ -424743,15 +426133,15 @@ "binop": null, "updateContext": null }, - "start": 60585, - "end": 60586, + "start": 60739, + "end": 60740, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 49 }, "end": { - "line": 1697, + "line": 1702, "column": 50 } } @@ -424769,15 +426159,15 @@ "binop": null }, "value": "x", - "start": 60587, - "end": 60588, + "start": 60741, + "end": 60742, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 51 }, "end": { - "line": 1697, + "line": 1702, "column": 52 } } @@ -424795,15 +426185,15 @@ "binop": null, "updateContext": null }, - "start": 60588, - "end": 60589, + "start": 60742, + "end": 60743, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 52 }, "end": { - "line": 1697, + "line": 1702, "column": 53 } } @@ -424821,15 +426211,15 @@ "binop": null }, "value": "y", - "start": 60590, - "end": 60591, + "start": 60744, + "end": 60745, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 54 }, "end": { - "line": 1697, + "line": 1702, "column": 55 } } @@ -424847,15 +426237,15 @@ "binop": null, "updateContext": null }, - "start": 60591, - "end": 60592, + "start": 60745, + "end": 60746, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 55 }, "end": { - "line": 1697, + "line": 1702, "column": 56 } } @@ -424873,15 +426263,15 @@ "binop": null }, "value": "width", - "start": 60593, - "end": 60598, + "start": 60747, + "end": 60752, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 57 }, "end": { - "line": 1697, + "line": 1702, "column": 62 } } @@ -424899,15 +426289,15 @@ "binop": null, "updateContext": null }, - "start": 60598, - "end": 60599, + "start": 60752, + "end": 60753, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 62 }, "end": { - "line": 1697, + "line": 1702, "column": 63 } } @@ -424925,15 +426315,15 @@ "binop": null }, "value": "height", - "start": 60600, - "end": 60606, + "start": 60754, + "end": 60760, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 64 }, "end": { - "line": 1697, + "line": 1702, "column": 70 } } @@ -424950,15 +426340,15 @@ "postfix": false, "binop": null }, - "start": 60606, - "end": 60607, + "start": 60760, + "end": 60761, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 70 }, "end": { - "line": 1697, + "line": 1702, "column": 71 } } @@ -424976,15 +426366,15 @@ "binop": null, "updateContext": null }, - "start": 60607, - "end": 60608, + "start": 60761, + "end": 60762, "loc": { "start": { - "line": 1697, + "line": 1702, "column": 71 }, "end": { - "line": 1697, + "line": 1702, "column": 72 } } @@ -425001,15 +426391,15 @@ "postfix": false, "binop": null }, - "start": 60613, - "end": 60614, + "start": 60767, + "end": 60768, "loc": { "start": { - "line": 1698, + "line": 1703, "column": 4 }, "end": { - "line": 1698, + "line": 1703, "column": 5 } } @@ -425017,15 +426407,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60620, - "end": 60685, + "start": 60774, + "end": 60839, "loc": { "start": { - "line": 1700, + "line": 1705, "column": 4 }, "end": { - "line": 1703, + "line": 1708, "column": 7 } } @@ -425043,15 +426433,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 60690, - "end": 60707, + "start": 60844, + "end": 60861, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 4 }, "end": { - "line": 1704, + "line": 1709, "column": 21 } } @@ -425068,15 +426458,15 @@ "postfix": false, "binop": null }, - "start": 60707, - "end": 60708, + "start": 60861, + "end": 60862, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 21 }, "end": { - "line": 1704, + "line": 1709, "column": 22 } } @@ -425093,15 +426483,15 @@ "postfix": false, "binop": null }, - "start": 60708, - "end": 60709, + "start": 60862, + "end": 60863, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 22 }, "end": { - "line": 1704, + "line": 1709, "column": 23 } } @@ -425118,15 +426508,15 @@ "postfix": false, "binop": null }, - "start": 60710, - "end": 60711, + "start": 60864, + "end": 60865, "loc": { "start": { - "line": 1704, + "line": 1709, "column": 24 }, "end": { - "line": 1704, + "line": 1709, "column": 25 } } @@ -425134,15 +426524,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60720, - "end": 60746, + "start": 60874, + "end": 60900, "loc": { "start": { - "line": 1705, + "line": 1710, "column": 8 }, "end": { - "line": 1705, + "line": 1710, "column": 34 } } @@ -425162,15 +426552,15 @@ "updateContext": null }, "value": "this", - "start": 60755, - "end": 60759, + "start": 60909, + "end": 60913, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 8 }, "end": { - "line": 1706, + "line": 1711, "column": 12 } } @@ -425188,15 +426578,15 @@ "binop": null, "updateContext": null }, - "start": 60759, - "end": 60760, + "start": 60913, + "end": 60914, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 12 }, "end": { - "line": 1706, + "line": 1711, "column": 13 } } @@ -425214,15 +426604,15 @@ "binop": null }, "value": "off", - "start": 60760, - "end": 60763, + "start": 60914, + "end": 60917, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 13 }, "end": { - "line": 1706, + "line": 1711, "column": 16 } } @@ -425239,15 +426629,15 @@ "postfix": false, "binop": null }, - "start": 60763, - "end": 60764, + "start": 60917, + "end": 60918, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 16 }, "end": { - "line": 1706, + "line": 1711, "column": 17 } } @@ -425265,15 +426655,15 @@ "binop": null }, "value": "Event", - "start": 60764, - "end": 60769, + "start": 60918, + "end": 60923, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 17 }, "end": { - "line": 1706, + "line": 1711, "column": 22 } } @@ -425291,15 +426681,15 @@ "binop": null, "updateContext": null }, - "start": 60769, - "end": 60770, + "start": 60923, + "end": 60924, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 22 }, "end": { - "line": 1706, + "line": 1711, "column": 23 } } @@ -425317,15 +426707,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 60770, - "end": 60780, + "start": 60924, + "end": 60934, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 23 }, "end": { - "line": 1706, + "line": 1711, "column": 33 } } @@ -425342,15 +426732,15 @@ "postfix": false, "binop": null }, - "start": 60780, - "end": 60781, + "start": 60934, + "end": 60935, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 33 }, "end": { - "line": 1706, + "line": 1711, "column": 34 } } @@ -425368,15 +426758,15 @@ "binop": null, "updateContext": null }, - "start": 60781, - "end": 60782, + "start": 60935, + "end": 60936, "loc": { "start": { - "line": 1706, + "line": 1711, "column": 34 }, "end": { - "line": 1706, + "line": 1711, "column": 35 } } @@ -425396,15 +426786,15 @@ "updateContext": null }, "value": "this", - "start": 60791, - "end": 60795, + "start": 60945, + "end": 60949, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 8 }, "end": { - "line": 1707, + "line": 1712, "column": 12 } } @@ -425422,15 +426812,15 @@ "binop": null, "updateContext": null }, - "start": 60795, - "end": 60796, + "start": 60949, + "end": 60950, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 12 }, "end": { - "line": 1707, + "line": 1712, "column": 13 } } @@ -425448,15 +426838,15 @@ "binop": null }, "value": "off", - "start": 60796, - "end": 60799, + "start": 60950, + "end": 60953, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 13 }, "end": { - "line": 1707, + "line": 1712, "column": 16 } } @@ -425473,15 +426863,15 @@ "postfix": false, "binop": null }, - "start": 60799, - "end": 60800, + "start": 60953, + "end": 60954, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 16 }, "end": { - "line": 1707, + "line": 1712, "column": 17 } } @@ -425499,15 +426889,15 @@ "binop": null }, "value": "Event", - "start": 60800, - "end": 60805, + "start": 60954, + "end": 60959, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 17 }, "end": { - "line": 1707, + "line": 1712, "column": 22 } } @@ -425525,15 +426915,15 @@ "binop": null, "updateContext": null }, - "start": 60805, - "end": 60806, + "start": 60959, + "end": 60960, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 22 }, "end": { - "line": 1707, + "line": 1712, "column": 23 } } @@ -425551,15 +426941,15 @@ "binop": null }, "value": "DURATIONCHANGE", - "start": 60806, - "end": 60820, + "start": 60960, + "end": 60974, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 23 }, "end": { - "line": 1707, + "line": 1712, "column": 37 } } @@ -425576,15 +426966,15 @@ "postfix": false, "binop": null }, - "start": 60820, - "end": 60821, + "start": 60974, + "end": 60975, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 37 }, "end": { - "line": 1707, + "line": 1712, "column": 38 } } @@ -425602,15 +426992,15 @@ "binop": null, "updateContext": null }, - "start": 60821, - "end": 60822, + "start": 60975, + "end": 60976, "loc": { "start": { - "line": 1707, + "line": 1712, "column": 38 }, "end": { - "line": 1707, + "line": 1712, "column": 39 } } @@ -425630,15 +427020,15 @@ "updateContext": null }, "value": "this", - "start": 60831, - "end": 60835, + "start": 60985, + "end": 60989, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 8 }, "end": { - "line": 1708, + "line": 1713, "column": 12 } } @@ -425656,15 +427046,15 @@ "binop": null, "updateContext": null }, - "start": 60835, - "end": 60836, + "start": 60989, + "end": 60990, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 12 }, "end": { - "line": 1708, + "line": 1713, "column": 13 } } @@ -425682,15 +427072,15 @@ "binop": null }, "value": "off", - "start": 60836, - "end": 60839, + "start": 60990, + "end": 60993, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 13 }, "end": { - "line": 1708, + "line": 1713, "column": 16 } } @@ -425707,15 +427097,15 @@ "postfix": false, "binop": null }, - "start": 60839, - "end": 60840, + "start": 60993, + "end": 60994, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 16 }, "end": { - "line": 1708, + "line": 1713, "column": 17 } } @@ -425733,15 +427123,15 @@ "binop": null }, "value": "Event", - "start": 60840, - "end": 60845, + "start": 60994, + "end": 60999, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 17 }, "end": { - "line": 1708, + "line": 1713, "column": 22 } } @@ -425759,15 +427149,15 @@ "binop": null, "updateContext": null }, - "start": 60845, - "end": 60846, + "start": 60999, + "end": 61000, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 22 }, "end": { - "line": 1708, + "line": 1713, "column": 23 } } @@ -425785,15 +427175,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 60846, - "end": 60860, + "start": 61000, + "end": 61014, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 23 }, "end": { - "line": 1708, + "line": 1713, "column": 37 } } @@ -425810,15 +427200,15 @@ "postfix": false, "binop": null }, - "start": 60860, - "end": 60861, + "start": 61014, + "end": 61015, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 37 }, "end": { - "line": 1708, + "line": 1713, "column": 38 } } @@ -425836,15 +427226,15 @@ "binop": null, "updateContext": null }, - "start": 60861, - "end": 60862, + "start": 61015, + "end": 61016, "loc": { "start": { - "line": 1708, + "line": 1713, "column": 38 }, "end": { - "line": 1708, + "line": 1713, "column": 39 } } @@ -425864,15 +427254,15 @@ "updateContext": null }, "value": "this", - "start": 60871, - "end": 60875, + "start": 61025, + "end": 61029, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 8 }, "end": { - "line": 1709, + "line": 1714, "column": 12 } } @@ -425890,15 +427280,15 @@ "binop": null, "updateContext": null }, - "start": 60875, - "end": 60876, + "start": 61029, + "end": 61030, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 12 }, "end": { - "line": 1709, + "line": 1714, "column": 13 } } @@ -425916,15 +427306,15 @@ "binop": null }, "value": "off", - "start": 60876, - "end": 60879, + "start": 61030, + "end": 61033, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 13 }, "end": { - "line": 1709, + "line": 1714, "column": 16 } } @@ -425941,15 +427331,15 @@ "postfix": false, "binop": null }, - "start": 60879, - "end": 60880, + "start": 61033, + "end": 61034, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 16 }, "end": { - "line": 1709, + "line": 1714, "column": 17 } } @@ -425967,15 +427357,15 @@ "binop": null }, "value": "Event", - "start": 60880, - "end": 60885, + "start": 61034, + "end": 61039, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 17 }, "end": { - "line": 1709, + "line": 1714, "column": 22 } } @@ -425993,15 +427383,15 @@ "binop": null, "updateContext": null }, - "start": 60885, - "end": 60886, + "start": 61039, + "end": 61040, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 22 }, "end": { - "line": 1709, + "line": 1714, "column": 23 } } @@ -426019,15 +427409,15 @@ "binop": null }, "value": "PLAY", - "start": 60886, - "end": 60890, + "start": 61040, + "end": 61044, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 23 }, "end": { - "line": 1709, + "line": 1714, "column": 27 } } @@ -426044,15 +427434,15 @@ "postfix": false, "binop": null }, - "start": 60890, - "end": 60891, + "start": 61044, + "end": 61045, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 27 }, "end": { - "line": 1709, + "line": 1714, "column": 28 } } @@ -426070,15 +427460,15 @@ "binop": null, "updateContext": null }, - "start": 60891, - "end": 60892, + "start": 61045, + "end": 61046, "loc": { "start": { - "line": 1709, + "line": 1714, "column": 28 }, "end": { - "line": 1709, + "line": 1714, "column": 29 } } @@ -426086,15 +427476,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 60902, - "end": 60921, + "start": 61056, + "end": 61075, "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1711, + "line": 1716, "column": 27 } } @@ -426114,15 +427504,15 @@ "updateContext": null }, "value": "this", - "start": 60930, - "end": 60934, + "start": 61084, + "end": 61088, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 8 }, "end": { - "line": 1712, + "line": 1717, "column": 12 } } @@ -426140,15 +427530,15 @@ "binop": null, "updateContext": null }, - "start": 60934, - "end": 60935, + "start": 61088, + "end": 61089, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 12 }, "end": { - "line": 1712, + "line": 1717, "column": 13 } } @@ -426166,15 +427556,15 @@ "binop": null }, "value": "mediaElement", - "start": 60935, - "end": 60947, + "start": 61089, + "end": 61101, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 13 }, "end": { - "line": 1712, + "line": 1717, "column": 25 } } @@ -426192,15 +427582,15 @@ "binop": null, "updateContext": null }, - "start": 60947, - "end": 60948, + "start": 61101, + "end": 61102, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 25 }, "end": { - "line": 1712, + "line": 1717, "column": 26 } } @@ -426218,15 +427608,15 @@ "binop": null }, "value": "muted", - "start": 60948, - "end": 60953, + "start": 61102, + "end": 61107, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 26 }, "end": { - "line": 1712, + "line": 1717, "column": 31 } } @@ -426245,15 +427635,15 @@ "updateContext": null }, "value": "=", - "start": 60954, - "end": 60955, + "start": 61108, + "end": 61109, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 32 }, "end": { - "line": 1712, + "line": 1717, "column": 33 } } @@ -426273,15 +427663,15 @@ "updateContext": null }, "value": "true", - "start": 60956, - "end": 60960, + "start": 61110, + "end": 61114, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 34 }, "end": { - "line": 1712, + "line": 1717, "column": 38 } } @@ -426299,15 +427689,15 @@ "binop": null, "updateContext": null }, - "start": 60960, - "end": 60961, + "start": 61114, + "end": 61115, "loc": { "start": { - "line": 1712, + "line": 1717, "column": 38 }, "end": { - "line": 1712, + "line": 1717, "column": 39 } } @@ -426315,15 +427705,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 60971, - "end": 61013, + "start": 61125, + "end": 61167, "loc": { "start": { - "line": 1714, + "line": 1719, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 50 } } @@ -426343,15 +427733,15 @@ "updateContext": null }, "value": "this", - "start": 61022, - "end": 61026, + "start": 61176, + "end": 61180, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 12 } } @@ -426369,15 +427759,15 @@ "binop": null, "updateContext": null }, - "start": 61026, - "end": 61027, + "start": 61180, + "end": 61181, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 12 }, "end": { - "line": 1715, + "line": 1720, "column": 13 } } @@ -426395,15 +427785,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 61027, - "end": 61047, + "start": 61181, + "end": 61201, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 13 }, "end": { - "line": 1715, + "line": 1720, "column": 33 } } @@ -426420,15 +427810,15 @@ "postfix": false, "binop": null }, - "start": 61047, - "end": 61048, + "start": 61201, + "end": 61202, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 33 }, "end": { - "line": 1715, + "line": 1720, "column": 34 } } @@ -426448,15 +427838,15 @@ "updateContext": null }, "value": "false", - "start": 61048, - "end": 61053, + "start": 61202, + "end": 61207, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 34 }, "end": { - "line": 1715, + "line": 1720, "column": 39 } } @@ -426473,15 +427863,15 @@ "postfix": false, "binop": null }, - "start": 61053, - "end": 61054, + "start": 61207, + "end": 61208, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 39 }, "end": { - "line": 1715, + "line": 1720, "column": 40 } } @@ -426499,15 +427889,15 @@ "binop": null, "updateContext": null }, - "start": 61054, - "end": 61055, + "start": 61208, + "end": 61209, "loc": { "start": { - "line": 1715, + "line": 1720, "column": 40 }, "end": { - "line": 1715, + "line": 1720, "column": 41 } } @@ -426515,15 +427905,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61065, - "end": 61102, + "start": 61219, + "end": 61256, "loc": { "start": { - "line": 1717, + "line": 1722, "column": 8 }, "end": { - "line": 1717, + "line": 1722, "column": 45 } } @@ -426543,15 +427933,15 @@ "updateContext": null }, "value": "this", - "start": 61111, - "end": 61115, + "start": 61265, + "end": 61269, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 8 }, "end": { - "line": 1718, + "line": 1723, "column": 12 } } @@ -426569,15 +427959,15 @@ "binop": null, "updateContext": null }, - "start": 61115, - "end": 61116, + "start": 61269, + "end": 61270, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 12 }, "end": { - "line": 1718, + "line": 1723, "column": 13 } } @@ -426595,15 +427985,15 @@ "binop": null }, "value": "removeRecording", - "start": 61116, - "end": 61131, + "start": 61270, + "end": 61285, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 13 }, "end": { - "line": 1718, + "line": 1723, "column": 28 } } @@ -426620,15 +428010,15 @@ "postfix": false, "binop": null }, - "start": 61131, - "end": 61132, + "start": 61285, + "end": 61286, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 28 }, "end": { - "line": 1718, + "line": 1723, "column": 29 } } @@ -426645,15 +428035,15 @@ "postfix": false, "binop": null }, - "start": 61132, - "end": 61133, + "start": 61286, + "end": 61287, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 29 }, "end": { - "line": 1718, + "line": 1723, "column": 30 } } @@ -426671,15 +428061,15 @@ "binop": null, "updateContext": null }, - "start": 61133, - "end": 61134, + "start": 61287, + "end": 61288, "loc": { "start": { - "line": 1718, + "line": 1723, "column": 30 }, "end": { - "line": 1718, + "line": 1723, "column": 31 } } @@ -426687,15 +428077,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61144, - "end": 61175, + "start": 61298, + "end": 61329, "loc": { "start": { - "line": 1720, + "line": 1725, "column": 8 }, "end": { - "line": 1720, + "line": 1725, "column": 39 } } @@ -426715,15 +428105,15 @@ "updateContext": null }, "value": "this", - "start": 61184, - "end": 61188, + "start": 61338, + "end": 61342, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 8 }, "end": { - "line": 1721, + "line": 1726, "column": 12 } } @@ -426741,15 +428131,15 @@ "binop": null, "updateContext": null }, - "start": 61188, - "end": 61189, + "start": 61342, + "end": 61343, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 12 }, "end": { - "line": 1721, + "line": 1726, "column": 13 } } @@ -426767,15 +428157,15 @@ "binop": null }, "value": "load", - "start": 61189, - "end": 61193, + "start": 61343, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 13 }, "end": { - "line": 1721, + "line": 1726, "column": 17 } } @@ -426792,15 +428182,15 @@ "postfix": false, "binop": null }, - "start": 61193, - "end": 61194, + "start": 61347, + "end": 61348, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 17 }, "end": { - "line": 1721, + "line": 1726, "column": 18 } } @@ -426820,15 +428210,15 @@ "updateContext": null }, "value": "this", - "start": 61194, - "end": 61198, + "start": 61348, + "end": 61352, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 18 }, "end": { - "line": 1721, + "line": 1726, "column": 22 } } @@ -426846,15 +428236,15 @@ "binop": null, "updateContext": null }, - "start": 61198, - "end": 61199, + "start": 61352, + "end": 61353, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 22 }, "end": { - "line": 1721, + "line": 1726, "column": 23 } } @@ -426872,15 +428262,15 @@ "binop": null }, "value": "stream", - "start": 61199, - "end": 61205, + "start": 61353, + "end": 61359, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 23 }, "end": { - "line": 1721, + "line": 1726, "column": 29 } } @@ -426897,15 +428287,15 @@ "postfix": false, "binop": null }, - "start": 61205, - "end": 61206, + "start": 61359, + "end": 61360, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 29 }, "end": { - "line": 1721, + "line": 1726, "column": 30 } } @@ -426923,15 +428313,15 @@ "binop": null, "updateContext": null }, - "start": 61206, - "end": 61207, + "start": 61360, + "end": 61361, "loc": { "start": { - "line": 1721, + "line": 1726, "column": 30 }, "end": { - "line": 1721, + "line": 1726, "column": 31 } } @@ -426951,15 +428341,15 @@ "updateContext": null }, "value": "this", - "start": 61216, - "end": 61220, + "start": 61370, + "end": 61374, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 8 }, "end": { - "line": 1722, + "line": 1727, "column": 12 } } @@ -426977,15 +428367,15 @@ "binop": null, "updateContext": null }, - "start": 61220, - "end": 61221, + "start": 61374, + "end": 61375, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 12 }, "end": { - "line": 1722, + "line": 1727, "column": 13 } } @@ -427003,15 +428393,15 @@ "binop": null }, "value": "mediaElement", - "start": 61221, - "end": 61233, + "start": 61375, + "end": 61387, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 13 }, "end": { - "line": 1722, + "line": 1727, "column": 25 } } @@ -427029,15 +428419,15 @@ "binop": null, "updateContext": null }, - "start": 61233, - "end": 61234, + "start": 61387, + "end": 61388, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 25 }, "end": { - "line": 1722, + "line": 1727, "column": 26 } } @@ -427055,15 +428445,15 @@ "binop": null }, "value": "play", - "start": 61234, - "end": 61238, + "start": 61388, + "end": 61392, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 26 }, "end": { - "line": 1722, + "line": 1727, "column": 30 } } @@ -427080,15 +428470,15 @@ "postfix": false, "binop": null }, - "start": 61238, - "end": 61239, + "start": 61392, + "end": 61393, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 30 }, "end": { - "line": 1722, + "line": 1727, "column": 31 } } @@ -427105,15 +428495,15 @@ "postfix": false, "binop": null }, - "start": 61239, - "end": 61240, + "start": 61393, + "end": 61394, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 31 }, "end": { - "line": 1722, + "line": 1727, "column": 32 } } @@ -427131,15 +428521,15 @@ "binop": null, "updateContext": null }, - "start": 61240, - "end": 61241, + "start": 61394, + "end": 61395, "loc": { "start": { - "line": 1722, + "line": 1727, "column": 32 }, "end": { - "line": 1722, + "line": 1727, "column": 33 } } @@ -427156,15 +428546,15 @@ "postfix": false, "binop": null }, - "start": 61246, - "end": 61247, + "start": 61400, + "end": 61401, "loc": { "start": { - "line": 1723, + "line": 1728, "column": 4 }, "end": { - "line": 1723, + "line": 1728, "column": 5 } } @@ -427172,15 +428562,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61253, - "end": 61306, + "start": 61407, + "end": 61460, "loc": { "start": { - "line": 1725, + "line": 1730, "column": 4 }, "end": { - "line": 1728, + "line": 1733, "column": 7 } } @@ -427198,15 +428588,15 @@ "binop": null }, "value": "showAnimation", - "start": 61311, - "end": 61324, + "start": 61465, + "end": 61478, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 4 }, "end": { - "line": 1729, + "line": 1734, "column": 17 } } @@ -427223,15 +428613,15 @@ "postfix": false, "binop": null }, - "start": 61324, - "end": 61325, + "start": 61478, + "end": 61479, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 17 }, "end": { - "line": 1729, + "line": 1734, "column": 18 } } @@ -427248,15 +428638,15 @@ "postfix": false, "binop": null }, - "start": 61325, - "end": 61326, + "start": 61479, + "end": 61480, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 18 }, "end": { - "line": 1729, + "line": 1734, "column": 19 } } @@ -427273,15 +428663,15 @@ "postfix": false, "binop": null }, - "start": 61327, - "end": 61328, + "start": 61481, + "end": 61482, "loc": { "start": { - "line": 1729, + "line": 1734, "column": 20 }, "end": { - "line": 1729, + "line": 1734, "column": 21 } } @@ -427301,15 +428691,15 @@ "updateContext": null }, "value": "let", - "start": 61337, - "end": 61340, + "start": 61491, + "end": 61494, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 8 }, "end": { - "line": 1730, + "line": 1735, "column": 11 } } @@ -427327,15 +428717,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61341, - "end": 61357, + "start": 61495, + "end": 61511, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 12 }, "end": { - "line": 1730, + "line": 1735, "column": 28 } } @@ -427354,15 +428744,15 @@ "updateContext": null }, "value": "=", - "start": 61358, - "end": 61359, + "start": 61512, + "end": 61513, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 29 }, "end": { - "line": 1730, + "line": 1735, "column": 30 } } @@ -427382,15 +428772,15 @@ "updateContext": null }, "value": "this", - "start": 61360, - "end": 61364, + "start": 61514, + "end": 61518, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 31 }, "end": { - "line": 1730, + "line": 1735, "column": 35 } } @@ -427408,15 +428798,15 @@ "binop": null, "updateContext": null }, - "start": 61364, - "end": 61365, + "start": 61518, + "end": 61519, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 35 }, "end": { - "line": 1730, + "line": 1735, "column": 36 } } @@ -427434,15 +428824,15 @@ "binop": null }, "value": "player", - "start": 61365, - "end": 61371, + "start": 61519, + "end": 61525, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 36 }, "end": { - "line": 1730, + "line": 1735, "column": 42 } } @@ -427460,15 +428850,15 @@ "binop": null, "updateContext": null }, - "start": 61371, - "end": 61372, + "start": 61525, + "end": 61526, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 42 }, "end": { - "line": 1730, + "line": 1735, "column": 43 } } @@ -427486,15 +428876,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61372, - "end": 61388, + "start": 61526, + "end": 61542, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 43 }, "end": { - "line": 1730, + "line": 1735, "column": 59 } } @@ -427512,15 +428902,15 @@ "binop": null, "updateContext": null }, - "start": 61388, - "end": 61389, + "start": 61542, + "end": 61543, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 59 }, "end": { - "line": 1730, + "line": 1735, "column": 60 } } @@ -427538,15 +428928,15 @@ "binop": null }, "value": "el", - "start": 61389, - "end": 61391, + "start": 61543, + "end": 61545, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 60 }, "end": { - "line": 1730, + "line": 1735, "column": 62 } } @@ -427563,15 +428953,15 @@ "postfix": false, "binop": null }, - "start": 61391, - "end": 61392, + "start": 61545, + "end": 61546, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 62 }, "end": { - "line": 1730, + "line": 1735, "column": 63 } } @@ -427588,15 +428978,15 @@ "postfix": false, "binop": null }, - "start": 61392, - "end": 61393, + "start": 61546, + "end": 61547, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 63 }, "end": { - "line": 1730, + "line": 1735, "column": 64 } } @@ -427614,15 +429004,15 @@ "binop": null, "updateContext": null }, - "start": 61393, - "end": 61394, + "start": 61547, + "end": 61548, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 64 }, "end": { - "line": 1730, + "line": 1735, "column": 65 } } @@ -427640,15 +429030,15 @@ "binop": null }, "value": "firstChild", - "start": 61394, - "end": 61404, + "start": 61548, + "end": 61558, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 65 }, "end": { - "line": 1730, + "line": 1735, "column": 75 } } @@ -427666,15 +429056,15 @@ "binop": null, "updateContext": null }, - "start": 61404, - "end": 61405, + "start": 61558, + "end": 61559, "loc": { "start": { - "line": 1730, + "line": 1735, "column": 75 }, "end": { - "line": 1730, + "line": 1735, "column": 76 } } @@ -427682,15 +429072,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61415, - "end": 61480, + "start": 61569, + "end": 61634, "loc": { "start": { - "line": 1732, + "line": 1737, "column": 8 }, "end": { - "line": 1732, + "line": 1737, "column": 73 } } @@ -427708,15 +429098,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61489, - "end": 61505, + "start": 61643, + "end": 61659, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1733, + "line": 1738, "column": 24 } } @@ -427734,15 +429124,15 @@ "binop": null, "updateContext": null }, - "start": 61505, - "end": 61506, + "start": 61659, + "end": 61660, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 24 }, "end": { - "line": 1733, + "line": 1738, "column": 25 } } @@ -427760,15 +429150,15 @@ "binop": null }, "value": "width", - "start": 61506, - "end": 61511, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 25 }, "end": { - "line": 1733, + "line": 1738, "column": 30 } } @@ -427787,15 +429177,15 @@ "updateContext": null }, "value": "=", - "start": 61512, - "end": 61513, + "start": 61666, + "end": 61667, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 31 }, "end": { - "line": 1733, + "line": 1738, "column": 32 } } @@ -427815,15 +429205,15 @@ "updateContext": null }, "value": "this", - "start": 61514, - "end": 61518, + "start": 61668, + "end": 61672, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 33 }, "end": { - "line": 1733, + "line": 1738, "column": 37 } } @@ -427841,15 +429231,15 @@ "binop": null, "updateContext": null }, - "start": 61518, - "end": 61519, + "start": 61672, + "end": 61673, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 37 }, "end": { - "line": 1733, + "line": 1738, "column": 38 } } @@ -427867,15 +429257,15 @@ "binop": null }, "value": "player", - "start": 61519, - "end": 61525, + "start": 61673, + "end": 61679, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 38 }, "end": { - "line": 1733, + "line": 1738, "column": 44 } } @@ -427893,15 +429283,15 @@ "binop": null, "updateContext": null }, - "start": 61525, - "end": 61526, + "start": 61679, + "end": 61680, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 44 }, "end": { - "line": 1733, + "line": 1738, "column": 45 } } @@ -427919,15 +429309,15 @@ "binop": null }, "value": "width", - "start": 61526, - "end": 61531, + "start": 61680, + "end": 61685, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 45 }, "end": { - "line": 1733, + "line": 1738, "column": 50 } } @@ -427944,15 +429334,15 @@ "postfix": false, "binop": null }, - "start": 61531, - "end": 61532, + "start": 61685, + "end": 61686, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 50 }, "end": { - "line": 1733, + "line": 1738, "column": 51 } } @@ -427969,15 +429359,15 @@ "postfix": false, "binop": null }, - "start": 61532, - "end": 61533, + "start": 61686, + "end": 61687, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 51 }, "end": { - "line": 1733, + "line": 1738, "column": 52 } } @@ -427995,15 +429385,15 @@ "binop": null, "updateContext": null }, - "start": 61533, - "end": 61534, + "start": 61687, + "end": 61688, "loc": { "start": { - "line": 1733, + "line": 1738, "column": 52 }, "end": { - "line": 1733, + "line": 1738, "column": 53 } } @@ -428021,15 +429411,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61543, - "end": 61559, + "start": 61697, + "end": 61713, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 8 }, "end": { - "line": 1734, + "line": 1739, "column": 24 } } @@ -428047,15 +429437,15 @@ "binop": null, "updateContext": null }, - "start": 61559, - "end": 61560, + "start": 61713, + "end": 61714, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 24 }, "end": { - "line": 1734, + "line": 1739, "column": 25 } } @@ -428073,15 +429463,15 @@ "binop": null }, "value": "height", - "start": 61560, - "end": 61566, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 25 }, "end": { - "line": 1734, + "line": 1739, "column": 31 } } @@ -428100,15 +429490,15 @@ "updateContext": null }, "value": "=", - "start": 61567, - "end": 61568, + "start": 61721, + "end": 61722, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 32 }, "end": { - "line": 1734, + "line": 1739, "column": 33 } } @@ -428128,15 +429518,15 @@ "updateContext": null }, "value": "this", - "start": 61569, - "end": 61573, + "start": 61723, + "end": 61727, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 34 }, "end": { - "line": 1734, + "line": 1739, "column": 38 } } @@ -428154,15 +429544,15 @@ "binop": null, "updateContext": null }, - "start": 61573, - "end": 61574, + "start": 61727, + "end": 61728, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 38 }, "end": { - "line": 1734, + "line": 1739, "column": 39 } } @@ -428180,15 +429570,15 @@ "binop": null }, "value": "player", - "start": 61574, - "end": 61580, + "start": 61728, + "end": 61734, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 39 }, "end": { - "line": 1734, + "line": 1739, "column": 45 } } @@ -428206,15 +429596,15 @@ "binop": null, "updateContext": null }, - "start": 61580, - "end": 61581, + "start": 61734, + "end": 61735, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 45 }, "end": { - "line": 1734, + "line": 1739, "column": 46 } } @@ -428232,15 +429622,15 @@ "binop": null }, "value": "height", - "start": 61581, - "end": 61587, + "start": 61735, + "end": 61741, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 46 }, "end": { - "line": 1734, + "line": 1739, "column": 52 } } @@ -428257,15 +429647,15 @@ "postfix": false, "binop": null }, - "start": 61587, - "end": 61588, + "start": 61741, + "end": 61742, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 52 }, "end": { - "line": 1734, + "line": 1739, "column": 53 } } @@ -428282,15 +429672,15 @@ "postfix": false, "binop": null }, - "start": 61588, - "end": 61589, + "start": 61742, + "end": 61743, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 53 }, "end": { - "line": 1734, + "line": 1739, "column": 54 } } @@ -428308,15 +429698,15 @@ "binop": null, "updateContext": null }, - "start": 61589, - "end": 61590, + "start": 61743, + "end": 61744, "loc": { "start": { - "line": 1734, + "line": 1739, "column": 54 }, "end": { - "line": 1734, + "line": 1739, "column": 55 } } @@ -428324,15 +429714,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61600, - "end": 61623, + "start": 61754, + "end": 61777, "loc": { "start": { - "line": 1736, + "line": 1741, "column": 8 }, "end": { - "line": 1736, + "line": 1741, "column": 31 } } @@ -428352,15 +429742,15 @@ "updateContext": null }, "value": "this", - "start": 61632, - "end": 61636, + "start": 61786, + "end": 61790, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 12 } } @@ -428378,15 +429768,15 @@ "binop": null, "updateContext": null }, - "start": 61636, - "end": 61637, + "start": 61790, + "end": 61791, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 12 }, "end": { - "line": 1737, + "line": 1742, "column": 13 } } @@ -428404,15 +429794,15 @@ "binop": null }, "value": "player", - "start": 61637, - "end": 61643, + "start": 61791, + "end": 61797, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 13 }, "end": { - "line": 1737, + "line": 1742, "column": 19 } } @@ -428430,15 +429820,15 @@ "binop": null, "updateContext": null }, - "start": 61643, - "end": 61644, + "start": 61797, + "end": 61798, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 19 }, "end": { - "line": 1737, + "line": 1742, "column": 20 } } @@ -428456,15 +429846,15 @@ "binop": null }, "value": "recordCanvas", - "start": 61644, - "end": 61656, + "start": 61798, + "end": 61810, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 20 }, "end": { - "line": 1737, + "line": 1742, "column": 32 } } @@ -428482,15 +429872,15 @@ "binop": null, "updateContext": null }, - "start": 61656, - "end": 61657, + "start": 61810, + "end": 61811, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 32 }, "end": { - "line": 1737, + "line": 1742, "column": 33 } } @@ -428508,15 +429898,15 @@ "binop": null }, "value": "hide", - "start": 61657, - "end": 61661, + "start": 61811, + "end": 61815, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 33 }, "end": { - "line": 1737, + "line": 1742, "column": 37 } } @@ -428533,15 +429923,15 @@ "postfix": false, "binop": null }, - "start": 61661, - "end": 61662, + "start": 61815, + "end": 61816, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 37 }, "end": { - "line": 1737, + "line": 1742, "column": 38 } } @@ -428558,15 +429948,15 @@ "postfix": false, "binop": null }, - "start": 61662, - "end": 61663, + "start": 61816, + "end": 61817, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 38 }, "end": { - "line": 1737, + "line": 1742, "column": 39 } } @@ -428584,15 +429974,15 @@ "binop": null, "updateContext": null }, - "start": 61663, - "end": 61664, + "start": 61817, + "end": 61818, "loc": { "start": { - "line": 1737, + "line": 1742, "column": 39 }, "end": { - "line": 1737, + "line": 1742, "column": 40 } } @@ -428600,15 +429990,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61674, - "end": 61695, + "start": 61828, + "end": 61849, "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -428626,15 +430016,15 @@ "binop": null }, "value": "setSrcObject", - "start": 61704, - "end": 61716, + "start": 61858, + "end": 61870, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 8 }, "end": { - "line": 1740, + "line": 1745, "column": 20 } } @@ -428651,15 +430041,15 @@ "postfix": false, "binop": null }, - "start": 61716, - "end": 61717, + "start": 61870, + "end": 61871, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 20 }, "end": { - "line": 1740, + "line": 1745, "column": 21 } } @@ -428679,15 +430069,15 @@ "updateContext": null }, "value": "this", - "start": 61717, - "end": 61721, + "start": 61871, + "end": 61875, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 21 }, "end": { - "line": 1740, + "line": 1745, "column": 25 } } @@ -428705,15 +430095,15 @@ "binop": null, "updateContext": null }, - "start": 61721, - "end": 61722, + "start": 61875, + "end": 61876, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 25 }, "end": { - "line": 1740, + "line": 1745, "column": 26 } } @@ -428731,15 +430121,15 @@ "binop": null }, "value": "player", - "start": 61722, - "end": 61728, + "start": 61876, + "end": 61882, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 26 }, "end": { - "line": 1740, + "line": 1745, "column": 32 } } @@ -428757,15 +430147,15 @@ "binop": null, "updateContext": null }, - "start": 61728, - "end": 61729, + "start": 61882, + "end": 61883, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 32 }, "end": { - "line": 1740, + "line": 1745, "column": 33 } } @@ -428783,15 +430173,15 @@ "binop": null }, "value": "recordedData", - "start": 61729, - "end": 61741, + "start": 61883, + "end": 61895, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 33 }, "end": { - "line": 1740, + "line": 1745, "column": 45 } } @@ -428809,15 +430199,15 @@ "binop": null, "updateContext": null }, - "start": 61741, - "end": 61742, + "start": 61895, + "end": 61896, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 45 }, "end": { - "line": 1740, + "line": 1745, "column": 46 } } @@ -428835,15 +430225,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61743, - "end": 61759, + "start": 61897, + "end": 61913, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 47 }, "end": { - "line": 1740, + "line": 1745, "column": 63 } } @@ -428860,15 +430250,15 @@ "postfix": false, "binop": null }, - "start": 61759, - "end": 61760, + "start": 61913, + "end": 61914, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 63 }, "end": { - "line": 1740, + "line": 1745, "column": 64 } } @@ -428886,15 +430276,15 @@ "binop": null, "updateContext": null }, - "start": 61760, - "end": 61761, + "start": 61914, + "end": 61915, "loc": { "start": { - "line": 1740, + "line": 1745, "column": 64 }, "end": { - "line": 1740, + "line": 1745, "column": 65 } } @@ -428914,15 +430304,15 @@ "updateContext": null }, "value": "this", - "start": 61770, - "end": 61774, + "start": 61924, + "end": 61928, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, + "line": 1746, "column": 12 } } @@ -428940,15 +430330,15 @@ "binop": null, "updateContext": null }, - "start": 61774, - "end": 61775, + "start": 61928, + "end": 61929, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 12 }, "end": { - "line": 1741, + "line": 1746, "column": 13 } } @@ -428966,15 +430356,15 @@ "binop": null }, "value": "player", - "start": 61775, - "end": 61781, + "start": 61929, + "end": 61935, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 13 }, "end": { - "line": 1741, + "line": 1746, "column": 19 } } @@ -428992,15 +430382,15 @@ "binop": null, "updateContext": null }, - "start": 61781, - "end": 61782, + "start": 61935, + "end": 61936, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 19 }, "end": { - "line": 1741, + "line": 1746, "column": 20 } } @@ -429018,15 +430408,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61782, - "end": 61798, + "start": 61936, + "end": 61952, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 20 }, "end": { - "line": 1741, + "line": 1746, "column": 36 } } @@ -429044,15 +430434,15 @@ "binop": null, "updateContext": null }, - "start": 61798, - "end": 61799, + "start": 61952, + "end": 61953, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 36 }, "end": { - "line": 1741, + "line": 1746, "column": 37 } } @@ -429070,15 +430460,15 @@ "binop": null }, "value": "show", - "start": 61799, - "end": 61803, + "start": 61953, + "end": 61957, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 37 }, "end": { - "line": 1741, + "line": 1746, "column": 41 } } @@ -429095,15 +430485,15 @@ "postfix": false, "binop": null }, - "start": 61803, - "end": 61804, + "start": 61957, + "end": 61958, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 41 }, "end": { - "line": 1741, + "line": 1746, "column": 42 } } @@ -429120,15 +430510,15 @@ "postfix": false, "binop": null }, - "start": 61804, - "end": 61805, + "start": 61958, + "end": 61959, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 42 }, "end": { - "line": 1741, + "line": 1746, "column": 43 } } @@ -429146,15 +430536,15 @@ "binop": null, "updateContext": null }, - "start": 61805, - "end": 61806, + "start": 61959, + "end": 61960, "loc": { "start": { - "line": 1741, + "line": 1746, "column": 43 }, "end": { - "line": 1741, + "line": 1746, "column": 44 } } @@ -429171,15 +430561,15 @@ "postfix": false, "binop": null }, - "start": 61811, - "end": 61812, + "start": 61965, + "end": 61966, "loc": { "start": { - "line": 1742, + "line": 1747, "column": 4 }, "end": { - "line": 1742, + "line": 1747, "column": 5 } } @@ -429187,15 +430577,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61818, - "end": 61871, + "start": 61972, + "end": 62025, "loc": { "start": { - "line": 1744, + "line": 1749, "column": 4 }, "end": { - "line": 1747, + "line": 1752, "column": 7 } } @@ -429213,15 +430603,15 @@ "binop": null }, "value": "hideAnimation", - "start": 61876, - "end": 61889, + "start": 62030, + "end": 62043, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 4 }, "end": { - "line": 1748, + "line": 1753, "column": 17 } } @@ -429238,15 +430628,15 @@ "postfix": false, "binop": null }, - "start": 61889, - "end": 61890, + "start": 62043, + "end": 62044, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 17 }, "end": { - "line": 1748, + "line": 1753, "column": 18 } } @@ -429263,15 +430653,15 @@ "postfix": false, "binop": null }, - "start": 61890, - "end": 61891, + "start": 62044, + "end": 62045, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 18 }, "end": { - "line": 1748, + "line": 1753, "column": 19 } } @@ -429288,15 +430678,15 @@ "postfix": false, "binop": null }, - "start": 61892, - "end": 61893, + "start": 62046, + "end": 62047, "loc": { "start": { - "line": 1748, + "line": 1753, "column": 20 }, "end": { - "line": 1748, + "line": 1753, "column": 21 } } @@ -429304,15 +430694,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 61902, - "end": 61925, + "start": 62056, + "end": 62079, "loc": { "start": { - "line": 1749, + "line": 1754, "column": 8 }, "end": { - "line": 1749, + "line": 1754, "column": 31 } } @@ -429332,15 +430722,15 @@ "updateContext": null }, "value": "this", - "start": 61934, - "end": 61938, + "start": 62088, + "end": 62092, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 8 }, "end": { - "line": 1750, + "line": 1755, "column": 12 } } @@ -429358,15 +430748,15 @@ "binop": null, "updateContext": null }, - "start": 61938, - "end": 61939, + "start": 62092, + "end": 62093, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 12 }, "end": { - "line": 1750, + "line": 1755, "column": 13 } } @@ -429384,15 +430774,15 @@ "binop": null }, "value": "player", - "start": 61939, - "end": 61945, + "start": 62093, + "end": 62099, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 13 }, "end": { - "line": 1750, + "line": 1755, "column": 19 } } @@ -429410,15 +430800,15 @@ "binop": null, "updateContext": null }, - "start": 61945, - "end": 61946, + "start": 62099, + "end": 62100, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 19 }, "end": { - "line": 1750, + "line": 1755, "column": 20 } } @@ -429436,15 +430826,15 @@ "binop": null }, "value": "recordCanvas", - "start": 61946, - "end": 61958, + "start": 62100, + "end": 62112, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 20 }, "end": { - "line": 1750, + "line": 1755, "column": 32 } } @@ -429462,15 +430852,15 @@ "binop": null, "updateContext": null }, - "start": 61958, - "end": 61959, + "start": 62112, + "end": 62113, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 32 }, "end": { - "line": 1750, + "line": 1755, "column": 33 } } @@ -429488,15 +430878,15 @@ "binop": null }, "value": "show", - "start": 61959, - "end": 61963, + "start": 62113, + "end": 62117, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 33 }, "end": { - "line": 1750, + "line": 1755, "column": 37 } } @@ -429513,15 +430903,15 @@ "postfix": false, "binop": null }, - "start": 61963, - "end": 61964, + "start": 62117, + "end": 62118, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 37 }, "end": { - "line": 1750, + "line": 1755, "column": 38 } } @@ -429538,15 +430928,15 @@ "postfix": false, "binop": null }, - "start": 61964, - "end": 61965, + "start": 62118, + "end": 62119, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 38 }, "end": { - "line": 1750, + "line": 1755, "column": 39 } } @@ -429564,15 +430954,15 @@ "binop": null, "updateContext": null }, - "start": 61965, - "end": 61966, + "start": 62119, + "end": 62120, "loc": { "start": { - "line": 1750, + "line": 1755, "column": 39 }, "end": { - "line": 1750, + "line": 1755, "column": 40 } } @@ -429580,15 +430970,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 61976, - "end": 61997, + "start": 62130, + "end": 62151, "loc": { "start": { - "line": 1752, + "line": 1757, "column": 8 }, "end": { - "line": 1752, + "line": 1757, "column": 29 } } @@ -429608,15 +430998,15 @@ "updateContext": null }, "value": "this", - "start": 62006, - "end": 62010, + "start": 62160, + "end": 62164, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 8 }, "end": { - "line": 1753, + "line": 1758, "column": 12 } } @@ -429634,15 +431024,15 @@ "binop": null, "updateContext": null }, - "start": 62010, - "end": 62011, + "start": 62164, + "end": 62165, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 12 }, "end": { - "line": 1753, + "line": 1758, "column": 13 } } @@ -429660,15 +431050,15 @@ "binop": null }, "value": "player", - "start": 62011, - "end": 62017, + "start": 62165, + "end": 62171, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 13 }, "end": { - "line": 1753, + "line": 1758, "column": 19 } } @@ -429686,15 +431076,15 @@ "binop": null, "updateContext": null }, - "start": 62017, - "end": 62018, + "start": 62171, + "end": 62172, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 19 }, "end": { - "line": 1753, + "line": 1758, "column": 20 } } @@ -429712,15 +431102,15 @@ "binop": null }, "value": "animationDisplay", - "start": 62018, - "end": 62034, + "start": 62172, + "end": 62188, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 20 }, "end": { - "line": 1753, + "line": 1758, "column": 36 } } @@ -429738,15 +431128,15 @@ "binop": null, "updateContext": null }, - "start": 62034, - "end": 62035, + "start": 62188, + "end": 62189, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 36 }, "end": { - "line": 1753, + "line": 1758, "column": 37 } } @@ -429764,15 +431154,15 @@ "binop": null }, "value": "hide", - "start": 62035, - "end": 62039, + "start": 62189, + "end": 62193, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 37 }, "end": { - "line": 1753, + "line": 1758, "column": 41 } } @@ -429789,15 +431179,15 @@ "postfix": false, "binop": null }, - "start": 62039, - "end": 62040, + "start": 62193, + "end": 62194, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 41 }, "end": { - "line": 1753, + "line": 1758, "column": 42 } } @@ -429814,15 +431204,15 @@ "postfix": false, "binop": null }, - "start": 62040, - "end": 62041, + "start": 62194, + "end": 62195, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 42 }, "end": { - "line": 1753, + "line": 1758, "column": 43 } } @@ -429840,15 +431230,15 @@ "binop": null, "updateContext": null }, - "start": 62041, - "end": 62042, + "start": 62195, + "end": 62196, "loc": { "start": { - "line": 1753, + "line": 1758, "column": 43 }, "end": { - "line": 1753, + "line": 1758, "column": 44 } } @@ -429865,15 +431255,15 @@ "postfix": false, "binop": null }, - "start": 62047, - "end": 62048, + "start": 62201, + "end": 62202, "loc": { "start": { - "line": 1754, + "line": 1759, "column": 4 }, "end": { - "line": 1754, + "line": 1759, "column": 5 } } @@ -429881,15 +431271,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62054, - "end": 62117, + "start": 62208, + "end": 62271, "loc": { "start": { - "line": 1756, + "line": 1761, "column": 4 }, "end": { - "line": 1759, + "line": 1764, "column": 7 } } @@ -429907,15 +431297,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 62122, - "end": 62140, + "start": 62276, + "end": 62294, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 4 }, "end": { - "line": 1760, + "line": 1765, "column": 22 } } @@ -429932,15 +431322,15 @@ "postfix": false, "binop": null }, - "start": 62140, - "end": 62141, + "start": 62294, + "end": 62295, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 22 }, "end": { - "line": 1760, + "line": 1765, "column": 23 } } @@ -429957,15 +431347,15 @@ "postfix": false, "binop": null }, - "start": 62141, - "end": 62142, + "start": 62295, + "end": 62296, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 23 }, "end": { - "line": 1760, + "line": 1765, "column": 24 } } @@ -429982,15 +431372,15 @@ "postfix": false, "binop": null }, - "start": 62143, - "end": 62144, + "start": 62297, + "end": 62298, "loc": { "start": { - "line": 1760, + "line": 1765, "column": 25 }, "end": { - "line": 1760, + "line": 1765, "column": 26 } } @@ -430010,15 +431400,15 @@ "updateContext": null }, "value": "this", - "start": 62153, - "end": 62157, + "start": 62307, + "end": 62311, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 8 }, "end": { - "line": 1761, + "line": 1766, "column": 12 } } @@ -430036,15 +431426,15 @@ "binop": null, "updateContext": null }, - "start": 62157, - "end": 62158, + "start": 62311, + "end": 62312, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 12 }, "end": { - "line": 1761, + "line": 1766, "column": 13 } } @@ -430062,15 +431452,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 62158, - "end": 62172, + "start": 62312, + "end": 62326, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 13 }, "end": { - "line": 1761, + "line": 1766, "column": 27 } } @@ -430087,15 +431477,15 @@ "postfix": false, "binop": null }, - "start": 62172, - "end": 62173, + "start": 62326, + "end": 62327, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 27 }, "end": { - "line": 1761, + "line": 1766, "column": 28 } } @@ -430115,15 +431505,15 @@ "updateContext": null }, "value": "this", - "start": 62173, - "end": 62177, + "start": 62327, + "end": 62331, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 28 }, "end": { - "line": 1761, + "line": 1766, "column": 32 } } @@ -430141,15 +431531,15 @@ "binop": null, "updateContext": null }, - "start": 62177, - "end": 62178, + "start": 62331, + "end": 62332, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 32 }, "end": { - "line": 1761, + "line": 1766, "column": 33 } } @@ -430167,15 +431557,15 @@ "binop": null }, "value": "player", - "start": 62178, - "end": 62184, + "start": 62332, + "end": 62338, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 33 }, "end": { - "line": 1761, + "line": 1766, "column": 39 } } @@ -430193,15 +431583,15 @@ "binop": null, "updateContext": null }, - "start": 62184, - "end": 62185, + "start": 62338, + "end": 62339, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 39 }, "end": { - "line": 1761, + "line": 1766, "column": 40 } } @@ -430219,15 +431609,15 @@ "binop": null }, "value": "currentTime", - "start": 62185, - "end": 62196, + "start": 62339, + "end": 62350, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 40 }, "end": { - "line": 1761, + "line": 1766, "column": 51 } } @@ -430244,15 +431634,15 @@ "postfix": false, "binop": null }, - "start": 62196, - "end": 62197, + "start": 62350, + "end": 62351, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 51 }, "end": { - "line": 1761, + "line": 1766, "column": 52 } } @@ -430269,15 +431659,15 @@ "postfix": false, "binop": null }, - "start": 62197, - "end": 62198, + "start": 62351, + "end": 62352, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 52 }, "end": { - "line": 1761, + "line": 1766, "column": 53 } } @@ -430295,15 +431685,15 @@ "binop": null, "updateContext": null }, - "start": 62198, - "end": 62199, + "start": 62352, + "end": 62353, "loc": { "start": { - "line": 1761, + "line": 1766, "column": 53 }, "end": { - "line": 1761, + "line": 1766, "column": 54 } } @@ -430323,15 +431713,15 @@ "updateContext": null }, "value": "this", - "start": 62212, - "end": 62216, + "start": 62366, + "end": 62370, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 12 }, "end": { - "line": 1762, + "line": 1767, "column": 16 } } @@ -430349,15 +431739,15 @@ "binop": null, "updateContext": null }, - "start": 62216, - "end": 62217, + "start": 62370, + "end": 62371, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 16 }, "end": { - "line": 1762, + "line": 1767, "column": 17 } } @@ -430375,15 +431765,15 @@ "binop": null }, "value": "streamDuration", - "start": 62217, - "end": 62231, + "start": 62371, + "end": 62385, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 17 }, "end": { - "line": 1762, + "line": 1767, "column": 31 } } @@ -430400,15 +431790,15 @@ "postfix": false, "binop": null }, - "start": 62231, - "end": 62232, + "start": 62385, + "end": 62386, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 31 }, "end": { - "line": 1762, + "line": 1767, "column": 32 } } @@ -430426,15 +431816,15 @@ "binop": null, "updateContext": null }, - "start": 62232, - "end": 62233, + "start": 62386, + "end": 62387, "loc": { "start": { - "line": 1762, + "line": 1767, "column": 32 }, "end": { - "line": 1762, + "line": 1767, "column": 33 } } @@ -430451,15 +431841,15 @@ "postfix": false, "binop": null }, - "start": 62238, - "end": 62239, + "start": 62392, + "end": 62393, "loc": { "start": { - "line": 1763, + "line": 1768, "column": 4 }, "end": { - "line": 1763, + "line": 1768, "column": 5 } } @@ -430467,15 +431857,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62245, - "end": 62357, + "start": 62399, + "end": 62511, "loc": { "start": { - "line": 1765, + "line": 1770, "column": 4 }, "end": { - "line": 1768, + "line": 1773, "column": 7 } } @@ -430493,15 +431883,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62362, - "end": 62378, + "start": 62516, + "end": 62532, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 4 }, "end": { - "line": 1769, + "line": 1774, "column": 20 } } @@ -430518,15 +431908,15 @@ "postfix": false, "binop": null }, - "start": 62378, - "end": 62379, + "start": 62532, + "end": 62533, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 20 }, "end": { - "line": 1769, + "line": 1774, "column": 21 } } @@ -430543,15 +431933,15 @@ "postfix": false, "binop": null }, - "start": 62379, - "end": 62380, + "start": 62533, + "end": 62534, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 21 }, "end": { - "line": 1769, + "line": 1774, "column": 22 } } @@ -430568,15 +431958,15 @@ "postfix": false, "binop": null }, - "start": 62381, - "end": 62382, + "start": 62535, + "end": 62536, "loc": { "start": { - "line": 1769, + "line": 1774, "column": 23 }, "end": { - "line": 1769, + "line": 1774, "column": 24 } } @@ -430596,15 +431986,15 @@ "updateContext": null }, "value": "if", - "start": 62391, - "end": 62393, + "start": 62545, + "end": 62547, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 8 }, "end": { - "line": 1770, + "line": 1775, "column": 10 } } @@ -430621,15 +432011,15 @@ "postfix": false, "binop": null }, - "start": 62394, - "end": 62395, + "start": 62548, + "end": 62549, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 11 }, "end": { - "line": 1770, + "line": 1775, "column": 12 } } @@ -430648,15 +432038,15 @@ "updateContext": null }, "value": "!", - "start": 62395, - "end": 62396, + "start": 62549, + "end": 62550, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 12 }, "end": { - "line": 1770, + "line": 1775, "column": 13 } } @@ -430674,15 +432064,15 @@ "binop": null }, "value": "navigator", - "start": 62396, - "end": 62405, + "start": 62550, + "end": 62559, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 13 }, "end": { - "line": 1770, + "line": 1775, "column": 22 } } @@ -430700,15 +432090,15 @@ "binop": null, "updateContext": null }, - "start": 62405, - "end": 62406, + "start": 62559, + "end": 62560, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 22 }, "end": { - "line": 1770, + "line": 1775, "column": 23 } } @@ -430726,15 +432116,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62406, - "end": 62418, + "start": 62560, + "end": 62572, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 23 }, "end": { - "line": 1770, + "line": 1775, "column": 35 } } @@ -430753,15 +432143,15 @@ "updateContext": null }, "value": "||", - "start": 62419, - "end": 62421, + "start": 62573, + "end": 62575, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 36 }, "end": { - "line": 1770, + "line": 1775, "column": 38 } } @@ -430780,15 +432170,15 @@ "updateContext": null }, "value": "!", - "start": 62422, - "end": 62423, + "start": 62576, + "end": 62577, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 39 }, "end": { - "line": 1770, + "line": 1775, "column": 40 } } @@ -430806,15 +432196,15 @@ "binop": null }, "value": "navigator", - "start": 62423, - "end": 62432, + "start": 62577, + "end": 62586, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 40 }, "end": { - "line": 1770, + "line": 1775, "column": 49 } } @@ -430832,15 +432222,15 @@ "binop": null, "updateContext": null }, - "start": 62432, - "end": 62433, + "start": 62586, + "end": 62587, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 49 }, "end": { - "line": 1770, + "line": 1775, "column": 50 } } @@ -430858,15 +432248,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62433, - "end": 62445, + "start": 62587, + "end": 62599, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 50 }, "end": { - "line": 1770, + "line": 1775, "column": 62 } } @@ -430884,15 +432274,15 @@ "binop": null, "updateContext": null }, - "start": 62445, - "end": 62446, + "start": 62599, + "end": 62600, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 62 }, "end": { - "line": 1770, + "line": 1775, "column": 63 } } @@ -430910,15 +432300,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62446, - "end": 62462, + "start": 62600, + "end": 62616, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 63 }, "end": { - "line": 1770, + "line": 1775, "column": 79 } } @@ -430935,15 +432325,15 @@ "postfix": false, "binop": null }, - "start": 62462, - "end": 62463, + "start": 62616, + "end": 62617, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 79 }, "end": { - "line": 1770, + "line": 1775, "column": 80 } } @@ -430960,15 +432350,15 @@ "postfix": false, "binop": null }, - "start": 62464, - "end": 62465, + "start": 62618, + "end": 62619, "loc": { "start": { - "line": 1770, + "line": 1775, "column": 81 }, "end": { - "line": 1770, + "line": 1775, "column": 82 } } @@ -430988,15 +432378,15 @@ "updateContext": null }, "value": "this", - "start": 62478, - "end": 62482, + "start": 62632, + "end": 62636, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 12 }, "end": { - "line": 1771, + "line": 1776, "column": 16 } } @@ -431014,15 +432404,15 @@ "binop": null, "updateContext": null }, - "start": 62482, - "end": 62483, + "start": 62636, + "end": 62637, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 16 }, "end": { - "line": 1771, + "line": 1776, "column": 17 } } @@ -431040,15 +432430,15 @@ "binop": null }, "value": "player", - "start": 62483, - "end": 62489, + "start": 62637, + "end": 62643, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 17 }, "end": { - "line": 1771, + "line": 1776, "column": 23 } } @@ -431066,15 +432456,15 @@ "binop": null, "updateContext": null }, - "start": 62489, - "end": 62490, + "start": 62643, + "end": 62644, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 23 }, "end": { - "line": 1771, + "line": 1776, "column": 24 } } @@ -431092,15 +432482,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 62490, - "end": 62508, + "start": 62644, + "end": 62662, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 24 }, "end": { - "line": 1771, + "line": 1776, "column": 42 } } @@ -431119,15 +432509,15 @@ "updateContext": null }, "value": "=", - "start": 62509, - "end": 62510, + "start": 62663, + "end": 62664, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 43 }, "end": { - "line": 1771, + "line": 1776, "column": 44 } } @@ -431146,15 +432536,15 @@ "updateContext": null }, "value": "enumerateDevices() not supported.", - "start": 62511, - "end": 62546, + "start": 62665, + "end": 62700, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 45 }, "end": { - "line": 1771, + "line": 1776, "column": 80 } } @@ -431172,15 +432562,15 @@ "binop": null, "updateContext": null }, - "start": 62546, - "end": 62547, + "start": 62700, + "end": 62701, "loc": { "start": { - "line": 1771, + "line": 1776, "column": 80 }, "end": { - "line": 1771, + "line": 1776, "column": 81 } } @@ -431200,15 +432590,15 @@ "updateContext": null }, "value": "this", - "start": 62560, - "end": 62564, + "start": 62714, + "end": 62718, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 12 }, "end": { - "line": 1772, + "line": 1777, "column": 16 } } @@ -431226,15 +432616,15 @@ "binop": null, "updateContext": null }, - "start": 62564, - "end": 62565, + "start": 62718, + "end": 62719, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 16 }, "end": { - "line": 1772, + "line": 1777, "column": 17 } } @@ -431252,15 +432642,15 @@ "binop": null }, "value": "player", - "start": 62565, - "end": 62571, + "start": 62719, + "end": 62725, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 17 }, "end": { - "line": 1772, + "line": 1777, "column": 23 } } @@ -431278,15 +432668,15 @@ "binop": null, "updateContext": null }, - "start": 62571, - "end": 62572, + "start": 62725, + "end": 62726, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 23 }, "end": { - "line": 1772, + "line": 1777, "column": 24 } } @@ -431304,15 +432694,15 @@ "binop": null }, "value": "trigger", - "start": 62572, - "end": 62579, + "start": 62726, + "end": 62733, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 24 }, "end": { - "line": 1772, + "line": 1777, "column": 31 } } @@ -431329,15 +432719,15 @@ "postfix": false, "binop": null }, - "start": 62579, - "end": 62580, + "start": 62733, + "end": 62734, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 31 }, "end": { - "line": 1772, + "line": 1777, "column": 32 } } @@ -431355,15 +432745,15 @@ "binop": null }, "value": "Event", - "start": 62580, - "end": 62585, + "start": 62734, + "end": 62739, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 32 }, "end": { - "line": 1772, + "line": 1777, "column": 37 } } @@ -431381,15 +432771,15 @@ "binop": null, "updateContext": null }, - "start": 62585, - "end": 62586, + "start": 62739, + "end": 62740, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 37 }, "end": { - "line": 1772, + "line": 1777, "column": 38 } } @@ -431407,15 +432797,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 62586, - "end": 62601, + "start": 62740, + "end": 62755, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 38 }, "end": { - "line": 1772, + "line": 1777, "column": 53 } } @@ -431432,15 +432822,15 @@ "postfix": false, "binop": null }, - "start": 62601, - "end": 62602, + "start": 62755, + "end": 62756, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 53 }, "end": { - "line": 1772, + "line": 1777, "column": 54 } } @@ -431458,15 +432848,15 @@ "binop": null, "updateContext": null }, - "start": 62602, - "end": 62603, + "start": 62756, + "end": 62757, "loc": { "start": { - "line": 1772, + "line": 1777, "column": 54 }, "end": { - "line": 1772, + "line": 1777, "column": 55 } } @@ -431486,15 +432876,15 @@ "updateContext": null }, "value": "return", - "start": 62616, - "end": 62622, + "start": 62770, + "end": 62776, "loc": { "start": { - "line": 1773, + "line": 1778, "column": 12 }, "end": { - "line": 1773, + "line": 1778, "column": 18 } } @@ -431512,15 +432902,15 @@ "binop": null, "updateContext": null }, - "start": 62622, - "end": 62623, + "start": 62776, + "end": 62777, "loc": { "start": { - "line": 1773, + "line": 1778, "column": 18 }, "end": { - "line": 1773, + "line": 1778, "column": 19 } } @@ -431537,15 +432927,15 @@ "postfix": false, "binop": null }, - "start": 62632, - "end": 62633, + "start": 62786, + "end": 62787, "loc": { "start": { - "line": 1774, + "line": 1779, "column": 8 }, "end": { - "line": 1774, + "line": 1779, "column": 9 } } @@ -431553,15 +432943,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62643, - "end": 62674, + "start": 62797, + "end": 62828, "loc": { "start": { - "line": 1776, + "line": 1781, "column": 8 }, "end": { - "line": 1776, + "line": 1781, "column": 39 } } @@ -431579,15 +432969,15 @@ "binop": null }, "value": "navigator", - "start": 62683, - "end": 62692, + "start": 62837, + "end": 62846, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 17 } } @@ -431605,15 +432995,15 @@ "binop": null, "updateContext": null }, - "start": 62692, - "end": 62693, + "start": 62846, + "end": 62847, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 17 }, "end": { - "line": 1777, + "line": 1782, "column": 18 } } @@ -431631,15 +433021,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62693, - "end": 62705, + "start": 62847, + "end": 62859, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 18 }, "end": { - "line": 1777, + "line": 1782, "column": 30 } } @@ -431657,15 +433047,15 @@ "binop": null, "updateContext": null }, - "start": 62705, - "end": 62706, + "start": 62859, + "end": 62860, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 30 }, "end": { - "line": 1777, + "line": 1782, "column": 31 } } @@ -431683,15 +433073,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62706, - "end": 62722, + "start": 62860, + "end": 62876, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 31 }, "end": { - "line": 1777, + "line": 1782, "column": 47 } } @@ -431708,15 +433098,15 @@ "postfix": false, "binop": null }, - "start": 62722, - "end": 62723, + "start": 62876, + "end": 62877, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 47 }, "end": { - "line": 1777, + "line": 1782, "column": 48 } } @@ -431736,15 +433126,15 @@ "updateContext": null }, "value": "this", - "start": 62723, - "end": 62727, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 48 }, "end": { - "line": 1777, + "line": 1782, "column": 52 } } @@ -431761,15 +433151,15 @@ "postfix": false, "binop": null }, - "start": 62727, - "end": 62728, + "start": 62881, + "end": 62882, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 52 }, "end": { - "line": 1777, + "line": 1782, "column": 53 } } @@ -431787,15 +433177,15 @@ "binop": null, "updateContext": null }, - "start": 62728, - "end": 62729, + "start": 62882, + "end": 62883, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 53 }, "end": { - "line": 1777, + "line": 1782, "column": 54 } } @@ -431813,15 +433203,15 @@ "binop": null }, "value": "then", - "start": 62729, - "end": 62733, + "start": 62883, + "end": 62887, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 54 }, "end": { - "line": 1777, + "line": 1782, "column": 58 } } @@ -431838,15 +433228,15 @@ "postfix": false, "binop": null }, - "start": 62733, - "end": 62734, + "start": 62887, + "end": 62888, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 58 }, "end": { - "line": 1777, + "line": 1782, "column": 59 } } @@ -431863,15 +433253,15 @@ "postfix": false, "binop": null }, - "start": 62734, - "end": 62735, + "start": 62888, + "end": 62889, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 59 }, "end": { - "line": 1777, + "line": 1782, "column": 60 } } @@ -431889,15 +433279,15 @@ "binop": null }, "value": "devices", - "start": 62735, - "end": 62742, + "start": 62889, + "end": 62896, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 60 }, "end": { - "line": 1777, + "line": 1782, "column": 67 } } @@ -431914,15 +433304,15 @@ "postfix": false, "binop": null }, - "start": 62742, - "end": 62743, + "start": 62896, + "end": 62897, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 67 }, "end": { - "line": 1777, + "line": 1782, "column": 68 } } @@ -431940,15 +433330,15 @@ "binop": null, "updateContext": null }, - "start": 62744, - "end": 62746, + "start": 62898, + "end": 62900, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 69 }, "end": { - "line": 1777, + "line": 1782, "column": 71 } } @@ -431965,15 +433355,15 @@ "postfix": false, "binop": null }, - "start": 62747, - "end": 62748, + "start": 62901, + "end": 62902, "loc": { "start": { - "line": 1777, + "line": 1782, "column": 72 }, "end": { - "line": 1777, + "line": 1782, "column": 73 } } @@ -431993,15 +433383,15 @@ "updateContext": null }, "value": "this", - "start": 62761, - "end": 62765, + "start": 62915, + "end": 62919, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 12 }, "end": { - "line": 1778, + "line": 1783, "column": 16 } } @@ -432019,15 +433409,15 @@ "binop": null, "updateContext": null }, - "start": 62765, - "end": 62766, + "start": 62919, + "end": 62920, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 16 }, "end": { - "line": 1778, + "line": 1783, "column": 17 } } @@ -432045,15 +433435,15 @@ "binop": null }, "value": "devices", - "start": 62766, - "end": 62773, + "start": 62920, + "end": 62927, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 17 }, "end": { - "line": 1778, + "line": 1783, "column": 24 } } @@ -432072,15 +433462,15 @@ "updateContext": null }, "value": "=", - "start": 62774, - "end": 62775, + "start": 62928, + "end": 62929, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 25 }, "end": { - "line": 1778, + "line": 1783, "column": 26 } } @@ -432098,15 +433488,15 @@ "binop": null, "updateContext": null }, - "start": 62776, - "end": 62777, + "start": 62930, + "end": 62931, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 27 }, "end": { - "line": 1778, + "line": 1783, "column": 28 } } @@ -432124,15 +433514,15 @@ "binop": null, "updateContext": null }, - "start": 62777, - "end": 62778, + "start": 62931, + "end": 62932, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 28 }, "end": { - "line": 1778, + "line": 1783, "column": 29 } } @@ -432150,15 +433540,15 @@ "binop": null, "updateContext": null }, - "start": 62778, - "end": 62779, + "start": 62932, + "end": 62933, "loc": { "start": { - "line": 1778, + "line": 1783, "column": 29 }, "end": { - "line": 1778, + "line": 1783, "column": 30 } } @@ -432176,15 +433566,15 @@ "binop": null }, "value": "devices", - "start": 62792, - "end": 62799, + "start": 62946, + "end": 62953, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 19 } } @@ -432202,15 +433592,15 @@ "binop": null, "updateContext": null }, - "start": 62799, - "end": 62800, + "start": 62953, + "end": 62954, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 19 }, "end": { - "line": 1779, + "line": 1784, "column": 20 } } @@ -432228,15 +433618,15 @@ "binop": null }, "value": "forEach", - "start": 62800, - "end": 62807, + "start": 62954, + "end": 62961, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 20 }, "end": { - "line": 1779, + "line": 1784, "column": 27 } } @@ -432253,15 +433643,15 @@ "postfix": false, "binop": null }, - "start": 62807, - "end": 62808, + "start": 62961, + "end": 62962, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 27 }, "end": { - "line": 1779, + "line": 1784, "column": 28 } } @@ -432278,15 +433668,15 @@ "postfix": false, "binop": null }, - "start": 62808, - "end": 62809, + "start": 62962, + "end": 62963, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 28 }, "end": { - "line": 1779, + "line": 1784, "column": 29 } } @@ -432304,15 +433694,15 @@ "binop": null }, "value": "device", - "start": 62809, - "end": 62815, + "start": 62963, + "end": 62969, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 29 }, "end": { - "line": 1779, + "line": 1784, "column": 35 } } @@ -432329,15 +433719,15 @@ "postfix": false, "binop": null }, - "start": 62815, - "end": 62816, + "start": 62969, + "end": 62970, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 35 }, "end": { - "line": 1779, + "line": 1784, "column": 36 } } @@ -432355,15 +433745,15 @@ "binop": null, "updateContext": null }, - "start": 62817, - "end": 62819, + "start": 62971, + "end": 62973, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 37 }, "end": { - "line": 1779, + "line": 1784, "column": 39 } } @@ -432380,15 +433770,15 @@ "postfix": false, "binop": null }, - "start": 62820, - "end": 62821, + "start": 62974, + "end": 62975, "loc": { "start": { - "line": 1779, + "line": 1784, "column": 40 }, "end": { - "line": 1779, + "line": 1784, "column": 41 } } @@ -432408,15 +433798,15 @@ "updateContext": null }, "value": "this", - "start": 62838, - "end": 62842, + "start": 62992, + "end": 62996, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 16 }, "end": { - "line": 1780, + "line": 1785, "column": 20 } } @@ -432434,15 +433824,15 @@ "binop": null, "updateContext": null }, - "start": 62842, - "end": 62843, + "start": 62996, + "end": 62997, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 20 }, "end": { - "line": 1780, + "line": 1785, "column": 21 } } @@ -432460,15 +433850,15 @@ "binop": null }, "value": "devices", - "start": 62843, - "end": 62850, + "start": 62997, + "end": 63004, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 21 }, "end": { - "line": 1780, + "line": 1785, "column": 28 } } @@ -432486,15 +433876,15 @@ "binop": null, "updateContext": null }, - "start": 62850, - "end": 62851, + "start": 63004, + "end": 63005, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 28 }, "end": { - "line": 1780, + "line": 1785, "column": 29 } } @@ -432512,15 +433902,15 @@ "binop": null }, "value": "push", - "start": 62851, - "end": 62855, + "start": 63005, + "end": 63009, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 29 }, "end": { - "line": 1780, + "line": 1785, "column": 33 } } @@ -432537,15 +433927,15 @@ "postfix": false, "binop": null }, - "start": 62855, - "end": 62856, + "start": 63009, + "end": 63010, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 33 }, "end": { - "line": 1780, + "line": 1785, "column": 34 } } @@ -432563,15 +433953,15 @@ "binop": null }, "value": "device", - "start": 62856, - "end": 62862, + "start": 63010, + "end": 63016, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 34 }, "end": { - "line": 1780, + "line": 1785, "column": 40 } } @@ -432588,15 +433978,15 @@ "postfix": false, "binop": null }, - "start": 62862, - "end": 62863, + "start": 63016, + "end": 63017, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 40 }, "end": { - "line": 1780, + "line": 1785, "column": 41 } } @@ -432614,15 +434004,15 @@ "binop": null, "updateContext": null }, - "start": 62863, - "end": 62864, + "start": 63017, + "end": 63018, "loc": { "start": { - "line": 1780, + "line": 1785, "column": 41 }, "end": { - "line": 1780, + "line": 1785, "column": 42 } } @@ -432639,15 +434029,15 @@ "postfix": false, "binop": null }, - "start": 62877, - "end": 62878, + "start": 63031, + "end": 63032, "loc": { "start": { - "line": 1781, + "line": 1786, "column": 12 }, "end": { - "line": 1781, + "line": 1786, "column": 13 } } @@ -432664,15 +434054,15 @@ "postfix": false, "binop": null }, - "start": 62878, - "end": 62879, + "start": 63032, + "end": 63033, "loc": { "start": { - "line": 1781, + "line": 1786, "column": 13 }, "end": { - "line": 1781, + "line": 1786, "column": 14 } } @@ -432690,15 +434080,15 @@ "binop": null, "updateContext": null }, - "start": 62879, - "end": 62880, + "start": 63033, + "end": 63034, "loc": { "start": { - "line": 1781, + "line": 1786, "column": 14 }, "end": { - "line": 1781, + "line": 1786, "column": 15 } } @@ -432706,15 +434096,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 62894, - "end": 62913, + "start": 63048, + "end": 63067, "loc": { "start": { - "line": 1783, + "line": 1788, "column": 12 }, "end": { - "line": 1783, + "line": 1788, "column": 31 } } @@ -432734,15 +434124,15 @@ "updateContext": null }, "value": "this", - "start": 62926, - "end": 62930, + "start": 63080, + "end": 63084, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 12 }, "end": { - "line": 1784, + "line": 1789, "column": 16 } } @@ -432760,15 +434150,15 @@ "binop": null, "updateContext": null }, - "start": 62930, - "end": 62931, + "start": 63084, + "end": 63085, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 16 }, "end": { - "line": 1784, + "line": 1789, "column": 17 } } @@ -432786,15 +434176,15 @@ "binop": null }, "value": "player", - "start": 62931, - "end": 62937, + "start": 63085, + "end": 63091, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 17 }, "end": { - "line": 1784, + "line": 1789, "column": 23 } } @@ -432812,15 +434202,15 @@ "binop": null, "updateContext": null }, - "start": 62937, - "end": 62938, + "start": 63091, + "end": 63092, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 23 }, "end": { - "line": 1784, + "line": 1789, "column": 24 } } @@ -432838,15 +434228,15 @@ "binop": null }, "value": "trigger", - "start": 62938, - "end": 62945, + "start": 63092, + "end": 63099, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 24 }, "end": { - "line": 1784, + "line": 1789, "column": 31 } } @@ -432863,15 +434253,15 @@ "postfix": false, "binop": null }, - "start": 62945, - "end": 62946, + "start": 63099, + "end": 63100, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 31 }, "end": { - "line": 1784, + "line": 1789, "column": 32 } } @@ -432889,15 +434279,15 @@ "binop": null }, "value": "Event", - "start": 62946, - "end": 62951, + "start": 63100, + "end": 63105, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 32 }, "end": { - "line": 1784, + "line": 1789, "column": 37 } } @@ -432915,15 +434305,15 @@ "binop": null, "updateContext": null }, - "start": 62951, - "end": 62952, + "start": 63105, + "end": 63106, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 37 }, "end": { - "line": 1784, + "line": 1789, "column": 38 } } @@ -432941,15 +434331,15 @@ "binop": null }, "value": "ENUMERATE_READY", - "start": 62952, - "end": 62967, + "start": 63106, + "end": 63121, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 38 }, "end": { - "line": 1784, + "line": 1789, "column": 53 } } @@ -432966,15 +434356,15 @@ "postfix": false, "binop": null }, - "start": 62967, - "end": 62968, + "start": 63121, + "end": 63122, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 53 }, "end": { - "line": 1784, + "line": 1789, "column": 54 } } @@ -432992,15 +434382,15 @@ "binop": null, "updateContext": null }, - "start": 62968, - "end": 62969, + "start": 63122, + "end": 63123, "loc": { "start": { - "line": 1784, + "line": 1789, "column": 54 }, "end": { - "line": 1784, + "line": 1789, "column": 55 } } @@ -433017,15 +434407,15 @@ "postfix": false, "binop": null }, - "start": 62978, - "end": 62979, + "start": 63132, + "end": 63133, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 8 }, "end": { - "line": 1785, + "line": 1790, "column": 9 } } @@ -433042,15 +434432,15 @@ "postfix": false, "binop": null }, - "start": 62979, - "end": 62980, + "start": 63133, + "end": 63134, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 9 }, "end": { - "line": 1785, + "line": 1790, "column": 10 } } @@ -433068,15 +434458,15 @@ "binop": null, "updateContext": null }, - "start": 62980, - "end": 62981, + "start": 63134, + "end": 63135, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 10 }, "end": { - "line": 1785, + "line": 1790, "column": 11 } } @@ -433096,15 +434486,15 @@ "updateContext": null }, "value": "catch", - "start": 62981, - "end": 62986, + "start": 63135, + "end": 63140, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 11 }, "end": { - "line": 1785, + "line": 1790, "column": 16 } } @@ -433121,15 +434511,15 @@ "postfix": false, "binop": null }, - "start": 62986, - "end": 62987, + "start": 63140, + "end": 63141, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 16 }, "end": { - "line": 1785, + "line": 1790, "column": 17 } } @@ -433146,15 +434536,15 @@ "postfix": false, "binop": null }, - "start": 62987, - "end": 62988, + "start": 63141, + "end": 63142, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 17 }, "end": { - "line": 1785, + "line": 1790, "column": 18 } } @@ -433172,15 +434562,15 @@ "binop": null }, "value": "err", - "start": 62988, - "end": 62991, + "start": 63142, + "end": 63145, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 18 }, "end": { - "line": 1785, + "line": 1790, "column": 21 } } @@ -433197,15 +434587,15 @@ "postfix": false, "binop": null }, - "start": 62991, - "end": 62992, + "start": 63145, + "end": 63146, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 21 }, "end": { - "line": 1785, + "line": 1790, "column": 22 } } @@ -433223,15 +434613,15 @@ "binop": null, "updateContext": null }, - "start": 62993, - "end": 62995, + "start": 63147, + "end": 63149, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 23 }, "end": { - "line": 1785, + "line": 1790, "column": 25 } } @@ -433248,15 +434638,15 @@ "postfix": false, "binop": null }, - "start": 62996, - "end": 62997, + "start": 63150, + "end": 63151, "loc": { "start": { - "line": 1785, + "line": 1790, "column": 26 }, "end": { - "line": 1785, + "line": 1790, "column": 27 } } @@ -433276,15 +434666,15 @@ "updateContext": null }, "value": "this", - "start": 63010, - "end": 63014, + "start": 63164, + "end": 63168, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 12 }, "end": { - "line": 1786, + "line": 1791, "column": 16 } } @@ -433302,15 +434692,15 @@ "binop": null, "updateContext": null }, - "start": 63014, - "end": 63015, + "start": 63168, + "end": 63169, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 16 }, "end": { - "line": 1786, + "line": 1791, "column": 17 } } @@ -433328,15 +434718,15 @@ "binop": null }, "value": "player", - "start": 63015, - "end": 63021, + "start": 63169, + "end": 63175, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 17 }, "end": { - "line": 1786, + "line": 1791, "column": 23 } } @@ -433354,15 +434744,15 @@ "binop": null, "updateContext": null }, - "start": 63021, - "end": 63022, + "start": 63175, + "end": 63176, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 23 }, "end": { - "line": 1786, + "line": 1791, "column": 24 } } @@ -433380,15 +434770,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 63022, - "end": 63040, + "start": 63176, + "end": 63194, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 24 }, "end": { - "line": 1786, + "line": 1791, "column": 42 } } @@ -433407,15 +434797,15 @@ "updateContext": null }, "value": "=", - "start": 63041, - "end": 63042, + "start": 63195, + "end": 63196, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 43 }, "end": { - "line": 1786, + "line": 1791, "column": 44 } } @@ -433433,15 +434823,15 @@ "binop": null }, "value": "err", - "start": 63043, - "end": 63046, + "start": 63197, + "end": 63200, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 45 }, "end": { - "line": 1786, + "line": 1791, "column": 48 } } @@ -433459,15 +434849,15 @@ "binop": null, "updateContext": null }, - "start": 63046, - "end": 63047, + "start": 63200, + "end": 63201, "loc": { "start": { - "line": 1786, + "line": 1791, "column": 48 }, "end": { - "line": 1786, + "line": 1791, "column": 49 } } @@ -433487,15 +434877,15 @@ "updateContext": null }, "value": "this", - "start": 63060, - "end": 63064, + "start": 63214, + "end": 63218, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 12 }, "end": { - "line": 1787, + "line": 1792, "column": 16 } } @@ -433513,15 +434903,15 @@ "binop": null, "updateContext": null }, - "start": 63064, - "end": 63065, + "start": 63218, + "end": 63219, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 16 }, "end": { - "line": 1787, + "line": 1792, "column": 17 } } @@ -433539,15 +434929,15 @@ "binop": null }, "value": "player", - "start": 63065, - "end": 63071, + "start": 63219, + "end": 63225, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 17 }, "end": { - "line": 1787, + "line": 1792, "column": 23 } } @@ -433565,15 +434955,15 @@ "binop": null, "updateContext": null }, - "start": 63071, - "end": 63072, + "start": 63225, + "end": 63226, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 23 }, "end": { - "line": 1787, + "line": 1792, "column": 24 } } @@ -433591,15 +434981,15 @@ "binop": null }, "value": "trigger", - "start": 63072, - "end": 63079, + "start": 63226, + "end": 63233, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 24 }, "end": { - "line": 1787, + "line": 1792, "column": 31 } } @@ -433616,15 +435006,15 @@ "postfix": false, "binop": null }, - "start": 63079, - "end": 63080, + "start": 63233, + "end": 63234, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 31 }, "end": { - "line": 1787, + "line": 1792, "column": 32 } } @@ -433642,15 +435032,15 @@ "binop": null }, "value": "Event", - "start": 63080, - "end": 63085, + "start": 63234, + "end": 63239, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 32 }, "end": { - "line": 1787, + "line": 1792, "column": 37 } } @@ -433668,15 +435058,15 @@ "binop": null, "updateContext": null }, - "start": 63085, - "end": 63086, + "start": 63239, + "end": 63240, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 37 }, "end": { - "line": 1787, + "line": 1792, "column": 38 } } @@ -433694,15 +435084,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 63086, - "end": 63101, + "start": 63240, + "end": 63255, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 38 }, "end": { - "line": 1787, + "line": 1792, "column": 53 } } @@ -433719,15 +435109,15 @@ "postfix": false, "binop": null }, - "start": 63101, - "end": 63102, + "start": 63255, + "end": 63256, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 53 }, "end": { - "line": 1787, + "line": 1792, "column": 54 } } @@ -433745,15 +435135,15 @@ "binop": null, "updateContext": null }, - "start": 63102, - "end": 63103, + "start": 63256, + "end": 63257, "loc": { "start": { - "line": 1787, + "line": 1792, "column": 54 }, "end": { - "line": 1787, + "line": 1792, "column": 55 } } @@ -433770,15 +435160,15 @@ "postfix": false, "binop": null }, - "start": 63112, - "end": 63113, + "start": 63266, + "end": 63267, "loc": { "start": { - "line": 1788, + "line": 1793, "column": 8 }, "end": { - "line": 1788, + "line": 1793, "column": 9 } } @@ -433795,15 +435185,15 @@ "postfix": false, "binop": null }, - "start": 63113, - "end": 63114, + "start": 63267, + "end": 63268, "loc": { "start": { - "line": 1788, + "line": 1793, "column": 9 }, "end": { - "line": 1788, + "line": 1793, "column": 10 } } @@ -433821,15 +435211,15 @@ "binop": null, "updateContext": null }, - "start": 63114, - "end": 63115, + "start": 63268, + "end": 63269, "loc": { "start": { - "line": 1788, + "line": 1793, "column": 10 }, "end": { - "line": 1788, + "line": 1793, "column": 11 } } @@ -433846,15 +435236,15 @@ "postfix": false, "binop": null }, - "start": 63120, - "end": 63121, + "start": 63274, + "end": 63275, "loc": { "start": { - "line": 1789, + "line": 1794, "column": 4 }, "end": { - "line": 1789, + "line": 1794, "column": 5 } } @@ -433862,15 +435252,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63127, - "end": 63247, + "start": 63281, + "end": 63401, "loc": { "start": { - "line": 1791, + "line": 1796, "column": 4 }, "end": { - "line": 1795, + "line": 1800, "column": 7 } } @@ -433888,15 +435278,15 @@ "binop": null }, "value": "setVideoInput", - "start": 63252, - "end": 63265, + "start": 63406, + "end": 63419, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 4 }, "end": { - "line": 1796, + "line": 1801, "column": 17 } } @@ -433913,15 +435303,15 @@ "postfix": false, "binop": null }, - "start": 63265, - "end": 63266, + "start": 63419, + "end": 63420, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 17 }, "end": { - "line": 1796, + "line": 1801, "column": 18 } } @@ -433939,15 +435329,15 @@ "binop": null }, "value": "deviceId", - "start": 63266, - "end": 63274, + "start": 63420, + "end": 63428, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 18 }, "end": { - "line": 1796, + "line": 1801, "column": 26 } } @@ -433964,15 +435354,15 @@ "postfix": false, "binop": null }, - "start": 63274, - "end": 63275, + "start": 63428, + "end": 63429, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 26 }, "end": { - "line": 1796, + "line": 1801, "column": 27 } } @@ -433989,15 +435379,15 @@ "postfix": false, "binop": null }, - "start": 63276, - "end": 63277, + "start": 63430, + "end": 63431, "loc": { "start": { - "line": 1796, + "line": 1801, "column": 28 }, "end": { - "line": 1796, + "line": 1801, "column": 29 } } @@ -434017,15 +435407,15 @@ "updateContext": null }, "value": "if", - "start": 63286, - "end": 63288, + "start": 63440, + "end": 63442, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 8 }, "end": { - "line": 1797, + "line": 1802, "column": 10 } } @@ -434042,15 +435432,15 @@ "postfix": false, "binop": null }, - "start": 63289, - "end": 63290, + "start": 63443, + "end": 63444, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 11 }, "end": { - "line": 1797, + "line": 1802, "column": 12 } } @@ -434070,15 +435460,15 @@ "updateContext": null }, "value": "this", - "start": 63290, - "end": 63294, + "start": 63444, + "end": 63448, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 12 }, "end": { - "line": 1797, + "line": 1802, "column": 16 } } @@ -434096,15 +435486,15 @@ "binop": null, "updateContext": null }, - "start": 63294, - "end": 63295, + "start": 63448, + "end": 63449, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 16 }, "end": { - "line": 1797, + "line": 1802, "column": 17 } } @@ -434122,15 +435512,15 @@ "binop": null }, "value": "recordVideo", - "start": 63295, - "end": 63306, + "start": 63449, + "end": 63460, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 17 }, "end": { - "line": 1797, + "line": 1802, "column": 28 } } @@ -434149,15 +435539,15 @@ "updateContext": null }, "value": "===", - "start": 63307, - "end": 63310, + "start": 63461, + "end": 63464, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 29 }, "end": { - "line": 1797, + "line": 1802, "column": 32 } } @@ -434175,15 +435565,15 @@ "binop": null }, "value": "Object", - "start": 63311, - "end": 63317, + "start": 63465, + "end": 63471, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 33 }, "end": { - "line": 1797, + "line": 1802, "column": 39 } } @@ -434200,15 +435590,15 @@ "postfix": false, "binop": null }, - "start": 63317, - "end": 63318, + "start": 63471, + "end": 63472, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 39 }, "end": { - "line": 1797, + "line": 1802, "column": 40 } } @@ -434228,15 +435618,15 @@ "updateContext": null }, "value": "this", - "start": 63318, - "end": 63322, + "start": 63472, + "end": 63476, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 40 }, "end": { - "line": 1797, + "line": 1802, "column": 44 } } @@ -434254,15 +435644,15 @@ "binop": null, "updateContext": null }, - "start": 63322, - "end": 63323, + "start": 63476, + "end": 63477, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 44 }, "end": { - "line": 1797, + "line": 1802, "column": 45 } } @@ -434280,15 +435670,15 @@ "binop": null }, "value": "recordVideo", - "start": 63323, - "end": 63334, + "start": 63477, + "end": 63488, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 45 }, "end": { - "line": 1797, + "line": 1802, "column": 56 } } @@ -434305,15 +435695,15 @@ "postfix": false, "binop": null }, - "start": 63334, - "end": 63335, + "start": 63488, + "end": 63489, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 56 }, "end": { - "line": 1797, + "line": 1802, "column": 57 } } @@ -434330,15 +435720,15 @@ "postfix": false, "binop": null }, - "start": 63335, - "end": 63336, + "start": 63489, + "end": 63490, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 57 }, "end": { - "line": 1797, + "line": 1802, "column": 58 } } @@ -434355,15 +435745,15 @@ "postfix": false, "binop": null }, - "start": 63337, - "end": 63338, + "start": 63491, + "end": 63492, "loc": { "start": { - "line": 1797, + "line": 1802, "column": 59 }, "end": { - "line": 1797, + "line": 1802, "column": 60 } } @@ -434371,15 +435761,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63351, - "end": 63385, + "start": 63505, + "end": 63539, "loc": { "start": { - "line": 1798, + "line": 1803, "column": 12 }, "end": { - "line": 1798, + "line": 1803, "column": 46 } } @@ -434399,15 +435789,15 @@ "updateContext": null }, "value": "this", - "start": 63398, - "end": 63402, + "start": 63552, + "end": 63556, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 12 }, "end": { - "line": 1799, + "line": 1804, "column": 16 } } @@ -434425,15 +435815,15 @@ "binop": null, "updateContext": null }, - "start": 63402, - "end": 63403, + "start": 63556, + "end": 63557, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 16 }, "end": { - "line": 1799, + "line": 1804, "column": 17 } } @@ -434451,15 +435841,15 @@ "binop": null }, "value": "recordVideo", - "start": 63403, - "end": 63414, + "start": 63557, + "end": 63568, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 17 }, "end": { - "line": 1799, + "line": 1804, "column": 28 } } @@ -434477,15 +435867,15 @@ "binop": null, "updateContext": null }, - "start": 63414, - "end": 63415, + "start": 63568, + "end": 63569, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 28 }, "end": { - "line": 1799, + "line": 1804, "column": 29 } } @@ -434503,15 +435893,15 @@ "binop": null }, "value": "deviceId", - "start": 63415, - "end": 63423, + "start": 63569, + "end": 63577, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 29 }, "end": { - "line": 1799, + "line": 1804, "column": 37 } } @@ -434530,15 +435920,15 @@ "updateContext": null }, "value": "=", - "start": 63424, - "end": 63425, + "start": 63578, + "end": 63579, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 38 }, "end": { - "line": 1799, + "line": 1804, "column": 39 } } @@ -434555,15 +435945,15 @@ "postfix": false, "binop": null }, - "start": 63426, - "end": 63427, + "start": 63580, + "end": 63581, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 40 }, "end": { - "line": 1799, + "line": 1804, "column": 41 } } @@ -434581,15 +435971,15 @@ "binop": null }, "value": "exact", - "start": 63427, - "end": 63432, + "start": 63581, + "end": 63586, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 41 }, "end": { - "line": 1799, + "line": 1804, "column": 46 } } @@ -434607,15 +435997,15 @@ "binop": null, "updateContext": null }, - "start": 63432, - "end": 63433, + "start": 63586, + "end": 63587, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 46 }, "end": { - "line": 1799, + "line": 1804, "column": 47 } } @@ -434633,15 +436023,15 @@ "binop": null }, "value": "deviceId", - "start": 63434, - "end": 63442, + "start": 63588, + "end": 63596, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 48 }, "end": { - "line": 1799, + "line": 1804, "column": 56 } } @@ -434658,15 +436048,15 @@ "postfix": false, "binop": null }, - "start": 63442, - "end": 63443, + "start": 63596, + "end": 63597, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 56 }, "end": { - "line": 1799, + "line": 1804, "column": 57 } } @@ -434684,15 +436074,15 @@ "binop": null, "updateContext": null }, - "start": 63443, - "end": 63444, + "start": 63597, + "end": 63598, "loc": { "start": { - "line": 1799, + "line": 1804, "column": 57 }, "end": { - "line": 1799, + "line": 1804, "column": 58 } } @@ -434709,15 +436099,15 @@ "postfix": false, "binop": null }, - "start": 63454, - "end": 63455, + "start": 63608, + "end": 63609, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 8 }, "end": { - "line": 1801, + "line": 1806, "column": 9 } } @@ -434737,15 +436127,15 @@ "updateContext": null }, "value": "else", - "start": 63456, - "end": 63460, + "start": 63610, + "end": 63614, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 10 }, "end": { - "line": 1801, + "line": 1806, "column": 14 } } @@ -434765,15 +436155,15 @@ "updateContext": null }, "value": "if", - "start": 63461, - "end": 63463, + "start": 63615, + "end": 63617, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 15 }, "end": { - "line": 1801, + "line": 1806, "column": 17 } } @@ -434790,15 +436180,15 @@ "postfix": false, "binop": null }, - "start": 63464, - "end": 63465, + "start": 63618, + "end": 63619, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 18 }, "end": { - "line": 1801, + "line": 1806, "column": 19 } } @@ -434818,15 +436208,15 @@ "updateContext": null }, "value": "this", - "start": 63465, - "end": 63469, + "start": 63619, + "end": 63623, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 19 }, "end": { - "line": 1801, + "line": 1806, "column": 23 } } @@ -434844,15 +436234,15 @@ "binop": null, "updateContext": null }, - "start": 63469, - "end": 63470, + "start": 63623, + "end": 63624, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 23 }, "end": { - "line": 1801, + "line": 1806, "column": 24 } } @@ -434870,15 +436260,15 @@ "binop": null }, "value": "recordVideo", - "start": 63470, - "end": 63481, + "start": 63624, + "end": 63635, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 24 }, "end": { - "line": 1801, + "line": 1806, "column": 35 } } @@ -434897,15 +436287,15 @@ "updateContext": null }, "value": "===", - "start": 63482, - "end": 63485, + "start": 63636, + "end": 63639, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 36 }, "end": { - "line": 1801, + "line": 1806, "column": 39 } } @@ -434925,15 +436315,15 @@ "updateContext": null }, "value": "true", - "start": 63486, - "end": 63490, + "start": 63640, + "end": 63644, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 40 }, "end": { - "line": 1801, + "line": 1806, "column": 44 } } @@ -434950,15 +436340,15 @@ "postfix": false, "binop": null }, - "start": 63490, - "end": 63491, + "start": 63644, + "end": 63645, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 44 }, "end": { - "line": 1801, + "line": 1806, "column": 45 } } @@ -434975,15 +436365,15 @@ "postfix": false, "binop": null }, - "start": 63492, - "end": 63493, + "start": 63646, + "end": 63647, "loc": { "start": { - "line": 1801, + "line": 1806, "column": 46 }, "end": { - "line": 1801, + "line": 1806, "column": 47 } } @@ -434991,15 +436381,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63506, - "end": 63557, + "start": 63660, + "end": 63711, "loc": { "start": { - "line": 1802, + "line": 1807, "column": 12 }, "end": { - "line": 1802, + "line": 1807, "column": 63 } } @@ -435019,15 +436409,15 @@ "updateContext": null }, "value": "this", - "start": 63570, - "end": 63574, + "start": 63724, + "end": 63728, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 12 }, "end": { - "line": 1803, + "line": 1808, "column": 16 } } @@ -435045,15 +436435,15 @@ "binop": null, "updateContext": null }, - "start": 63574, - "end": 63575, + "start": 63728, + "end": 63729, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 16 }, "end": { - "line": 1803, + "line": 1808, "column": 17 } } @@ -435071,15 +436461,15 @@ "binop": null }, "value": "recordVideo", - "start": 63575, - "end": 63586, + "start": 63729, + "end": 63740, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 17 }, "end": { - "line": 1803, + "line": 1808, "column": 28 } } @@ -435098,15 +436488,15 @@ "updateContext": null }, "value": "=", - "start": 63587, - "end": 63588, + "start": 63741, + "end": 63742, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 29 }, "end": { - "line": 1803, + "line": 1808, "column": 30 } } @@ -435123,15 +436513,15 @@ "postfix": false, "binop": null }, - "start": 63589, - "end": 63590, + "start": 63743, + "end": 63744, "loc": { "start": { - "line": 1803, + "line": 1808, "column": 31 }, "end": { - "line": 1803, + "line": 1808, "column": 32 } } @@ -435149,15 +436539,15 @@ "binop": null }, "value": "deviceId", - "start": 63607, - "end": 63615, + "start": 63761, + "end": 63769, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 16 }, "end": { - "line": 1804, + "line": 1809, "column": 24 } } @@ -435175,15 +436565,15 @@ "binop": null, "updateContext": null }, - "start": 63615, - "end": 63616, + "start": 63769, + "end": 63770, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 24 }, "end": { - "line": 1804, + "line": 1809, "column": 25 } } @@ -435200,15 +436590,15 @@ "postfix": false, "binop": null }, - "start": 63617, - "end": 63618, + "start": 63771, + "end": 63772, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 26 }, "end": { - "line": 1804, + "line": 1809, "column": 27 } } @@ -435226,15 +436616,15 @@ "binop": null }, "value": "exact", - "start": 63618, - "end": 63623, + "start": 63772, + "end": 63777, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 27 }, "end": { - "line": 1804, + "line": 1809, "column": 32 } } @@ -435252,15 +436642,15 @@ "binop": null, "updateContext": null }, - "start": 63623, - "end": 63624, + "start": 63777, + "end": 63778, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 32 }, "end": { - "line": 1804, + "line": 1809, "column": 33 } } @@ -435278,15 +436668,15 @@ "binop": null }, "value": "deviceId", - "start": 63625, - "end": 63633, + "start": 63779, + "end": 63787, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 34 }, "end": { - "line": 1804, + "line": 1809, "column": 42 } } @@ -435303,15 +436693,15 @@ "postfix": false, "binop": null }, - "start": 63633, - "end": 63634, + "start": 63787, + "end": 63788, "loc": { "start": { - "line": 1804, + "line": 1809, "column": 42 }, "end": { - "line": 1804, + "line": 1809, "column": 43 } } @@ -435328,15 +436718,15 @@ "postfix": false, "binop": null }, - "start": 63647, - "end": 63648, + "start": 63801, + "end": 63802, "loc": { "start": { - "line": 1805, + "line": 1810, "column": 12 }, "end": { - "line": 1805, + "line": 1810, "column": 13 } } @@ -435354,15 +436744,15 @@ "binop": null, "updateContext": null }, - "start": 63648, - "end": 63649, + "start": 63802, + "end": 63803, "loc": { "start": { - "line": 1805, + "line": 1810, "column": 13 }, "end": { - "line": 1805, + "line": 1810, "column": 14 } } @@ -435379,15 +436769,15 @@ "postfix": false, "binop": null }, - "start": 63658, - "end": 63659, + "start": 63812, + "end": 63813, "loc": { "start": { - "line": 1806, + "line": 1811, "column": 8 }, "end": { - "line": 1806, + "line": 1811, "column": 9 } } @@ -435395,15 +436785,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63669, - "end": 63695, + "start": 63823, + "end": 63849, "loc": { "start": { - "line": 1808, + "line": 1813, "column": 8 }, "end": { - "line": 1808, + "line": 1813, "column": 34 } } @@ -435423,15 +436813,15 @@ "updateContext": null }, "value": "this", - "start": 63704, - "end": 63708, + "start": 63858, + "end": 63862, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 8 }, "end": { - "line": 1809, + "line": 1814, "column": 12 } } @@ -435449,15 +436839,15 @@ "binop": null, "updateContext": null }, - "start": 63708, - "end": 63709, + "start": 63862, + "end": 63863, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 12 }, "end": { - "line": 1809, + "line": 1814, "column": 13 } } @@ -435475,15 +436865,15 @@ "binop": null }, "value": "stopDevice", - "start": 63709, - "end": 63719, + "start": 63863, + "end": 63873, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 13 }, "end": { - "line": 1809, + "line": 1814, "column": 23 } } @@ -435500,15 +436890,15 @@ "postfix": false, "binop": null }, - "start": 63719, - "end": 63720, + "start": 63873, + "end": 63874, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 23 }, "end": { - "line": 1809, + "line": 1814, "column": 24 } } @@ -435525,15 +436915,15 @@ "postfix": false, "binop": null }, - "start": 63720, - "end": 63721, + "start": 63874, + "end": 63875, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 24 }, "end": { - "line": 1809, + "line": 1814, "column": 25 } } @@ -435551,15 +436941,15 @@ "binop": null, "updateContext": null }, - "start": 63721, - "end": 63722, + "start": 63875, + "end": 63876, "loc": { "start": { - "line": 1809, + "line": 1814, "column": 25 }, "end": { - "line": 1809, + "line": 1814, "column": 26 } } @@ -435567,15 +436957,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63732, - "end": 63790, + "start": 63886, + "end": 63944, "loc": { "start": { - "line": 1811, + "line": 1816, "column": 8 }, "end": { - "line": 1811, + "line": 1816, "column": 66 } } @@ -435595,15 +436985,15 @@ "updateContext": null }, "value": "this", - "start": 63799, - "end": 63803, + "start": 63953, + "end": 63957, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 8 }, "end": { - "line": 1812, + "line": 1817, "column": 12 } } @@ -435621,15 +437011,15 @@ "binop": null, "updateContext": null }, - "start": 63803, - "end": 63804, + "start": 63957, + "end": 63958, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 12 }, "end": { - "line": 1812, + "line": 1817, "column": 13 } } @@ -435647,15 +437037,15 @@ "binop": null }, "value": "getDevice", - "start": 63804, - "end": 63813, + "start": 63958, + "end": 63967, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 13 }, "end": { - "line": 1812, + "line": 1817, "column": 22 } } @@ -435672,15 +437062,15 @@ "postfix": false, "binop": null }, - "start": 63813, - "end": 63814, + "start": 63967, + "end": 63968, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 22 }, "end": { - "line": 1812, + "line": 1817, "column": 23 } } @@ -435697,15 +437087,15 @@ "postfix": false, "binop": null }, - "start": 63814, - "end": 63815, + "start": 63968, + "end": 63969, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 23 }, "end": { - "line": 1812, + "line": 1817, "column": 24 } } @@ -435723,15 +437113,15 @@ "binop": null, "updateContext": null }, - "start": 63815, - "end": 63816, + "start": 63969, + "end": 63970, "loc": { "start": { - "line": 1812, + "line": 1817, "column": 24 }, "end": { - "line": 1812, + "line": 1817, "column": 25 } } @@ -435748,15 +437138,15 @@ "postfix": false, "binop": null }, - "start": 63821, - "end": 63822, + "start": 63975, + "end": 63976, "loc": { "start": { - "line": 1813, + "line": 1818, "column": 4 }, "end": { - "line": 1813, + "line": 1818, "column": 5 } } @@ -435764,15 +437154,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63828, - "end": 63948, + "start": 63982, + "end": 64102, "loc": { "start": { - "line": 1815, + "line": 1820, "column": 4 }, "end": { - "line": 1819, + "line": 1824, "column": 7 } } @@ -435790,15 +437180,15 @@ "binop": null }, "value": "setAudioInput", - "start": 63953, - "end": 63966, + "start": 64107, + "end": 64120, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 4 }, "end": { - "line": 1820, + "line": 1825, "column": 17 } } @@ -435815,15 +437205,15 @@ "postfix": false, "binop": null }, - "start": 63966, - "end": 63967, + "start": 64120, + "end": 64121, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 17 }, "end": { - "line": 1820, + "line": 1825, "column": 18 } } @@ -435841,15 +437231,15 @@ "binop": null }, "value": "deviceId", - "start": 63967, - "end": 63975, + "start": 64121, + "end": 64129, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 18 }, "end": { - "line": 1820, + "line": 1825, "column": 26 } } @@ -435866,15 +437256,15 @@ "postfix": false, "binop": null }, - "start": 63975, - "end": 63976, + "start": 64129, + "end": 64130, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 26 }, "end": { - "line": 1820, + "line": 1825, "column": 27 } } @@ -435891,15 +437281,15 @@ "postfix": false, "binop": null }, - "start": 63977, - "end": 63978, + "start": 64131, + "end": 64132, "loc": { "start": { - "line": 1820, + "line": 1825, "column": 28 }, "end": { - "line": 1820, + "line": 1825, "column": 29 } } @@ -435919,15 +437309,15 @@ "updateContext": null }, "value": "if", - "start": 63987, - "end": 63989, + "start": 64141, + "end": 64143, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 8 }, "end": { - "line": 1821, + "line": 1826, "column": 10 } } @@ -435944,15 +437334,15 @@ "postfix": false, "binop": null }, - "start": 63990, - "end": 63991, + "start": 64144, + "end": 64145, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 11 }, "end": { - "line": 1821, + "line": 1826, "column": 12 } } @@ -435972,15 +437362,15 @@ "updateContext": null }, "value": "this", - "start": 63991, - "end": 63995, + "start": 64145, + "end": 64149, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 12 }, "end": { - "line": 1821, + "line": 1826, "column": 16 } } @@ -435998,15 +437388,15 @@ "binop": null, "updateContext": null }, - "start": 63995, - "end": 63996, + "start": 64149, + "end": 64150, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 16 }, "end": { - "line": 1821, + "line": 1826, "column": 17 } } @@ -436024,15 +437414,15 @@ "binop": null }, "value": "recordAudio", - "start": 63996, - "end": 64007, + "start": 64150, + "end": 64161, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 17 }, "end": { - "line": 1821, + "line": 1826, "column": 28 } } @@ -436051,15 +437441,15 @@ "updateContext": null }, "value": "===", - "start": 64008, - "end": 64011, + "start": 64162, + "end": 64165, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 29 }, "end": { - "line": 1821, + "line": 1826, "column": 32 } } @@ -436077,15 +437467,15 @@ "binop": null }, "value": "Object", - "start": 64012, - "end": 64018, + "start": 64166, + "end": 64172, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 33 }, "end": { - "line": 1821, + "line": 1826, "column": 39 } } @@ -436102,15 +437492,15 @@ "postfix": false, "binop": null }, - "start": 64018, - "end": 64019, + "start": 64172, + "end": 64173, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 39 }, "end": { - "line": 1821, + "line": 1826, "column": 40 } } @@ -436130,15 +437520,15 @@ "updateContext": null }, "value": "this", - "start": 64019, - "end": 64023, + "start": 64173, + "end": 64177, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 40 }, "end": { - "line": 1821, + "line": 1826, "column": 44 } } @@ -436156,15 +437546,15 @@ "binop": null, "updateContext": null }, - "start": 64023, - "end": 64024, + "start": 64177, + "end": 64178, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 44 }, "end": { - "line": 1821, + "line": 1826, "column": 45 } } @@ -436182,15 +437572,15 @@ "binop": null }, "value": "recordAudio", - "start": 64024, - "end": 64035, + "start": 64178, + "end": 64189, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 45 }, "end": { - "line": 1821, + "line": 1826, "column": 56 } } @@ -436207,15 +437597,15 @@ "postfix": false, "binop": null }, - "start": 64035, - "end": 64036, + "start": 64189, + "end": 64190, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 56 }, "end": { - "line": 1821, + "line": 1826, "column": 57 } } @@ -436232,15 +437622,15 @@ "postfix": false, "binop": null }, - "start": 64036, - "end": 64037, + "start": 64190, + "end": 64191, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 57 }, "end": { - "line": 1821, + "line": 1826, "column": 58 } } @@ -436257,15 +437647,15 @@ "postfix": false, "binop": null }, - "start": 64038, - "end": 64039, + "start": 64192, + "end": 64193, "loc": { "start": { - "line": 1821, + "line": 1826, "column": 59 }, "end": { - "line": 1821, + "line": 1826, "column": 60 } } @@ -436273,15 +437663,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64052, - "end": 64086, + "start": 64206, + "end": 64240, "loc": { "start": { - "line": 1822, + "line": 1827, "column": 12 }, "end": { - "line": 1822, + "line": 1827, "column": 46 } } @@ -436301,15 +437691,15 @@ "updateContext": null }, "value": "this", - "start": 64099, - "end": 64103, + "start": 64253, + "end": 64257, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 12 }, "end": { - "line": 1823, + "line": 1828, "column": 16 } } @@ -436327,15 +437717,15 @@ "binop": null, "updateContext": null }, - "start": 64103, - "end": 64104, + "start": 64257, + "end": 64258, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 16 }, "end": { - "line": 1823, + "line": 1828, "column": 17 } } @@ -436353,15 +437743,15 @@ "binop": null }, "value": "recordAudio", - "start": 64104, - "end": 64115, + "start": 64258, + "end": 64269, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 17 }, "end": { - "line": 1823, + "line": 1828, "column": 28 } } @@ -436379,15 +437769,15 @@ "binop": null, "updateContext": null }, - "start": 64115, - "end": 64116, + "start": 64269, + "end": 64270, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 28 }, "end": { - "line": 1823, + "line": 1828, "column": 29 } } @@ -436405,15 +437795,15 @@ "binop": null }, "value": "deviceId", - "start": 64116, - "end": 64124, + "start": 64270, + "end": 64278, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 29 }, "end": { - "line": 1823, + "line": 1828, "column": 37 } } @@ -436432,15 +437822,15 @@ "updateContext": null }, "value": "=", - "start": 64125, - "end": 64126, + "start": 64279, + "end": 64280, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 38 }, "end": { - "line": 1823, + "line": 1828, "column": 39 } } @@ -436457,15 +437847,15 @@ "postfix": false, "binop": null }, - "start": 64127, - "end": 64128, + "start": 64281, + "end": 64282, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 40 }, "end": { - "line": 1823, + "line": 1828, "column": 41 } } @@ -436483,15 +437873,15 @@ "binop": null }, "value": "exact", - "start": 64128, - "end": 64133, + "start": 64282, + "end": 64287, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 41 }, "end": { - "line": 1823, + "line": 1828, "column": 46 } } @@ -436509,15 +437899,15 @@ "binop": null, "updateContext": null }, - "start": 64133, - "end": 64134, + "start": 64287, + "end": 64288, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 46 }, "end": { - "line": 1823, + "line": 1828, "column": 47 } } @@ -436535,15 +437925,15 @@ "binop": null }, "value": "deviceId", - "start": 64135, - "end": 64143, + "start": 64289, + "end": 64297, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 48 }, "end": { - "line": 1823, + "line": 1828, "column": 56 } } @@ -436560,15 +437950,15 @@ "postfix": false, "binop": null }, - "start": 64143, - "end": 64144, + "start": 64297, + "end": 64298, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 56 }, "end": { - "line": 1823, + "line": 1828, "column": 57 } } @@ -436586,15 +437976,15 @@ "binop": null, "updateContext": null }, - "start": 64144, - "end": 64145, + "start": 64298, + "end": 64299, "loc": { "start": { - "line": 1823, + "line": 1828, "column": 57 }, "end": { - "line": 1823, + "line": 1828, "column": 58 } } @@ -436611,15 +438001,15 @@ "postfix": false, "binop": null }, - "start": 64155, - "end": 64156, + "start": 64309, + "end": 64310, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 8 }, "end": { - "line": 1825, + "line": 1830, "column": 9 } } @@ -436639,15 +438029,15 @@ "updateContext": null }, "value": "else", - "start": 64157, - "end": 64161, + "start": 64311, + "end": 64315, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 10 }, "end": { - "line": 1825, + "line": 1830, "column": 14 } } @@ -436667,15 +438057,15 @@ "updateContext": null }, "value": "if", - "start": 64162, - "end": 64164, + "start": 64316, + "end": 64318, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 15 }, "end": { - "line": 1825, + "line": 1830, "column": 17 } } @@ -436692,15 +438082,15 @@ "postfix": false, "binop": null }, - "start": 64165, - "end": 64166, + "start": 64319, + "end": 64320, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 18 }, "end": { - "line": 1825, + "line": 1830, "column": 19 } } @@ -436720,15 +438110,15 @@ "updateContext": null }, "value": "this", - "start": 64166, - "end": 64170, + "start": 64320, + "end": 64324, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 19 }, "end": { - "line": 1825, + "line": 1830, "column": 23 } } @@ -436746,15 +438136,15 @@ "binop": null, "updateContext": null }, - "start": 64170, - "end": 64171, + "start": 64324, + "end": 64325, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 23 }, "end": { - "line": 1825, + "line": 1830, "column": 24 } } @@ -436772,15 +438162,15 @@ "binop": null }, "value": "recordAudio", - "start": 64171, - "end": 64182, + "start": 64325, + "end": 64336, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 24 }, "end": { - "line": 1825, + "line": 1830, "column": 35 } } @@ -436799,15 +438189,15 @@ "updateContext": null }, "value": "===", - "start": 64183, - "end": 64186, + "start": 64337, + "end": 64340, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 36 }, "end": { - "line": 1825, + "line": 1830, "column": 39 } } @@ -436827,15 +438217,15 @@ "updateContext": null }, "value": "true", - "start": 64187, - "end": 64191, + "start": 64341, + "end": 64345, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 40 }, "end": { - "line": 1825, + "line": 1830, "column": 44 } } @@ -436852,15 +438242,15 @@ "postfix": false, "binop": null }, - "start": 64191, - "end": 64192, + "start": 64345, + "end": 64346, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 44 }, "end": { - "line": 1825, + "line": 1830, "column": 45 } } @@ -436877,15 +438267,15 @@ "postfix": false, "binop": null }, - "start": 64193, - "end": 64194, + "start": 64347, + "end": 64348, "loc": { "start": { - "line": 1825, + "line": 1830, "column": 46 }, "end": { - "line": 1825, + "line": 1830, "column": 47 } } @@ -436893,15 +438283,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64207, - "end": 64258, + "start": 64361, + "end": 64412, "loc": { "start": { - "line": 1826, + "line": 1831, "column": 12 }, "end": { - "line": 1826, + "line": 1831, "column": 63 } } @@ -436921,15 +438311,15 @@ "updateContext": null }, "value": "this", - "start": 64271, - "end": 64275, + "start": 64425, + "end": 64429, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 12 }, "end": { - "line": 1827, + "line": 1832, "column": 16 } } @@ -436947,15 +438337,15 @@ "binop": null, "updateContext": null }, - "start": 64275, - "end": 64276, + "start": 64429, + "end": 64430, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 16 }, "end": { - "line": 1827, + "line": 1832, "column": 17 } } @@ -436973,15 +438363,15 @@ "binop": null }, "value": "recordAudio", - "start": 64276, - "end": 64287, + "start": 64430, + "end": 64441, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 17 }, "end": { - "line": 1827, + "line": 1832, "column": 28 } } @@ -437000,15 +438390,15 @@ "updateContext": null }, "value": "=", - "start": 64288, - "end": 64289, + "start": 64442, + "end": 64443, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 29 }, "end": { - "line": 1827, + "line": 1832, "column": 30 } } @@ -437025,15 +438415,15 @@ "postfix": false, "binop": null }, - "start": 64290, - "end": 64291, + "start": 64444, + "end": 64445, "loc": { "start": { - "line": 1827, + "line": 1832, "column": 31 }, "end": { - "line": 1827, + "line": 1832, "column": 32 } } @@ -437051,15 +438441,15 @@ "binop": null }, "value": "deviceId", - "start": 64308, - "end": 64316, + "start": 64462, + "end": 64470, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 16 }, "end": { - "line": 1828, + "line": 1833, "column": 24 } } @@ -437077,15 +438467,15 @@ "binop": null, "updateContext": null }, - "start": 64316, - "end": 64317, + "start": 64470, + "end": 64471, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 24 }, "end": { - "line": 1828, + "line": 1833, "column": 25 } } @@ -437102,15 +438492,15 @@ "postfix": false, "binop": null }, - "start": 64318, - "end": 64319, + "start": 64472, + "end": 64473, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 26 }, "end": { - "line": 1828, + "line": 1833, "column": 27 } } @@ -437128,15 +438518,15 @@ "binop": null }, "value": "exact", - "start": 64319, - "end": 64324, + "start": 64473, + "end": 64478, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 27 }, "end": { - "line": 1828, + "line": 1833, "column": 32 } } @@ -437154,15 +438544,15 @@ "binop": null, "updateContext": null }, - "start": 64324, - "end": 64325, + "start": 64478, + "end": 64479, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 32 }, "end": { - "line": 1828, + "line": 1833, "column": 33 } } @@ -437180,15 +438570,15 @@ "binop": null }, "value": "deviceId", - "start": 64326, - "end": 64334, + "start": 64480, + "end": 64488, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 34 }, "end": { - "line": 1828, + "line": 1833, "column": 42 } } @@ -437205,15 +438595,15 @@ "postfix": false, "binop": null }, - "start": 64334, - "end": 64335, + "start": 64488, + "end": 64489, "loc": { "start": { - "line": 1828, + "line": 1833, "column": 42 }, "end": { - "line": 1828, + "line": 1833, "column": 43 } } @@ -437230,15 +438620,15 @@ "postfix": false, "binop": null }, - "start": 64348, - "end": 64349, + "start": 64502, + "end": 64503, "loc": { "start": { - "line": 1829, + "line": 1834, "column": 12 }, "end": { - "line": 1829, + "line": 1834, "column": 13 } } @@ -437256,15 +438646,15 @@ "binop": null, "updateContext": null }, - "start": 64349, - "end": 64350, + "start": 64503, + "end": 64504, "loc": { "start": { - "line": 1829, + "line": 1834, "column": 13 }, "end": { - "line": 1829, + "line": 1834, "column": 14 } } @@ -437281,15 +438671,15 @@ "postfix": false, "binop": null }, - "start": 64359, - "end": 64360, + "start": 64513, + "end": 64514, "loc": { "start": { - "line": 1830, + "line": 1835, "column": 8 }, "end": { - "line": 1830, + "line": 1835, "column": 9 } } @@ -437297,15 +438687,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64370, - "end": 64420, + "start": 64524, + "end": 64574, "loc": { "start": { - "line": 1832, + "line": 1837, "column": 8 }, "end": { - "line": 1832, + "line": 1837, "column": 58 } } @@ -437325,15 +438715,15 @@ "updateContext": null }, "value": "switch", - "start": 64429, - "end": 64435, + "start": 64583, + "end": 64589, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 8 }, "end": { - "line": 1833, + "line": 1838, "column": 14 } } @@ -437350,15 +438740,15 @@ "postfix": false, "binop": null }, - "start": 64436, - "end": 64437, + "start": 64590, + "end": 64591, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 15 }, "end": { - "line": 1833, + "line": 1838, "column": 16 } } @@ -437378,15 +438768,15 @@ "updateContext": null }, "value": "this", - "start": 64437, - "end": 64441, + "start": 64591, + "end": 64595, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 16 }, "end": { - "line": 1833, + "line": 1838, "column": 20 } } @@ -437404,15 +438794,15 @@ "binop": null, "updateContext": null }, - "start": 64441, - "end": 64442, + "start": 64595, + "end": 64596, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 20 }, "end": { - "line": 1833, + "line": 1838, "column": 21 } } @@ -437430,15 +438820,15 @@ "binop": null }, "value": "getRecordType", - "start": 64442, - "end": 64455, + "start": 64596, + "end": 64609, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 21 }, "end": { - "line": 1833, + "line": 1838, "column": 34 } } @@ -437455,15 +438845,15 @@ "postfix": false, "binop": null }, - "start": 64455, - "end": 64456, + "start": 64609, + "end": 64610, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 34 }, "end": { - "line": 1833, + "line": 1838, "column": 35 } } @@ -437480,15 +438870,15 @@ "postfix": false, "binop": null }, - "start": 64456, - "end": 64457, + "start": 64610, + "end": 64611, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 35 }, "end": { - "line": 1833, + "line": 1838, "column": 36 } } @@ -437505,15 +438895,15 @@ "postfix": false, "binop": null }, - "start": 64457, - "end": 64458, + "start": 64611, + "end": 64612, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 36 }, "end": { - "line": 1833, + "line": 1838, "column": 37 } } @@ -437530,15 +438920,15 @@ "postfix": false, "binop": null }, - "start": 64459, - "end": 64460, + "start": 64613, + "end": 64614, "loc": { "start": { - "line": 1833, + "line": 1838, "column": 38 }, "end": { - "line": 1833, + "line": 1838, "column": 39 } } @@ -437558,15 +438948,15 @@ "updateContext": null }, "value": "case", - "start": 64473, - "end": 64477, + "start": 64627, + "end": 64631, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 12 }, "end": { - "line": 1834, + "line": 1839, "column": 16 } } @@ -437584,15 +438974,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 64478, - "end": 64488, + "start": 64632, + "end": 64642, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 17 }, "end": { - "line": 1834, + "line": 1839, "column": 27 } } @@ -437610,15 +439000,15 @@ "binop": null, "updateContext": null }, - "start": 64488, - "end": 64489, + "start": 64642, + "end": 64643, "loc": { "start": { - "line": 1834, + "line": 1839, "column": 27 }, "end": { - "line": 1834, + "line": 1839, "column": 28 } } @@ -437638,15 +439028,15 @@ "updateContext": null }, "value": "this", - "start": 64506, - "end": 64510, + "start": 64660, + "end": 64664, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 16 }, "end": { - "line": 1835, + "line": 1840, "column": 20 } } @@ -437664,15 +439054,15 @@ "binop": null, "updateContext": null }, - "start": 64510, - "end": 64511, + "start": 64664, + "end": 64665, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 20 }, "end": { - "line": 1835, + "line": 1840, "column": 21 } } @@ -437690,15 +439080,15 @@ "binop": null }, "value": "surfer", - "start": 64511, - "end": 64517, + "start": 64665, + "end": 64671, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 21 }, "end": { - "line": 1835, + "line": 1840, "column": 27 } } @@ -437716,15 +439106,15 @@ "binop": null, "updateContext": null }, - "start": 64517, - "end": 64518, + "start": 64671, + "end": 64672, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 27 }, "end": { - "line": 1835, + "line": 1840, "column": 28 } } @@ -437742,15 +439132,15 @@ "binop": null }, "value": "surfer", - "start": 64518, - "end": 64524, + "start": 64672, + "end": 64678, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 28 }, "end": { - "line": 1835, + "line": 1840, "column": 34 } } @@ -437768,15 +439158,15 @@ "binop": null, "updateContext": null }, - "start": 64524, - "end": 64525, + "start": 64678, + "end": 64679, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 34 }, "end": { - "line": 1835, + "line": 1840, "column": 35 } } @@ -437794,15 +439184,15 @@ "binop": null }, "value": "microphone", - "start": 64525, - "end": 64535, + "start": 64679, + "end": 64689, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 35 }, "end": { - "line": 1835, + "line": 1840, "column": 45 } } @@ -437820,15 +439210,15 @@ "binop": null, "updateContext": null }, - "start": 64535, - "end": 64536, + "start": 64689, + "end": 64690, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 45 }, "end": { - "line": 1835, + "line": 1840, "column": 46 } } @@ -437846,15 +439236,15 @@ "binop": null }, "value": "constraints", - "start": 64536, - "end": 64547, + "start": 64690, + "end": 64701, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 46 }, "end": { - "line": 1835, + "line": 1840, "column": 57 } } @@ -437873,15 +439263,15 @@ "updateContext": null }, "value": "=", - "start": 64548, - "end": 64549, + "start": 64702, + "end": 64703, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 58 }, "end": { - "line": 1835, + "line": 1840, "column": 59 } } @@ -437898,15 +439288,15 @@ "postfix": false, "binop": null }, - "start": 64550, - "end": 64551, + "start": 64704, + "end": 64705, "loc": { "start": { - "line": 1835, + "line": 1840, "column": 60 }, "end": { - "line": 1835, + "line": 1840, "column": 61 } } @@ -437924,15 +439314,15 @@ "binop": null }, "value": "video", - "start": 64572, - "end": 64577, + "start": 64726, + "end": 64731, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 20 }, "end": { - "line": 1836, + "line": 1841, "column": 25 } } @@ -437950,15 +439340,15 @@ "binop": null, "updateContext": null }, - "start": 64577, - "end": 64578, + "start": 64731, + "end": 64732, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 25 }, "end": { - "line": 1836, + "line": 1841, "column": 26 } } @@ -437978,15 +439368,15 @@ "updateContext": null }, "value": "false", - "start": 64579, - "end": 64584, + "start": 64733, + "end": 64738, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 27 }, "end": { - "line": 1836, + "line": 1841, "column": 32 } } @@ -438004,15 +439394,15 @@ "binop": null, "updateContext": null }, - "start": 64584, - "end": 64585, + "start": 64738, + "end": 64739, "loc": { "start": { - "line": 1836, + "line": 1841, "column": 32 }, "end": { - "line": 1836, + "line": 1841, "column": 33 } } @@ -438030,15 +439420,15 @@ "binop": null }, "value": "audio", - "start": 64606, - "end": 64611, + "start": 64760, + "end": 64765, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 20 }, "end": { - "line": 1837, + "line": 1842, "column": 25 } } @@ -438056,15 +439446,15 @@ "binop": null, "updateContext": null }, - "start": 64611, - "end": 64612, + "start": 64765, + "end": 64766, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 25 }, "end": { - "line": 1837, + "line": 1842, "column": 26 } } @@ -438084,15 +439474,15 @@ "updateContext": null }, "value": "this", - "start": 64613, - "end": 64617, + "start": 64767, + "end": 64771, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 27 }, "end": { - "line": 1837, + "line": 1842, "column": 31 } } @@ -438110,15 +439500,15 @@ "binop": null, "updateContext": null }, - "start": 64617, - "end": 64618, + "start": 64771, + "end": 64772, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 31 }, "end": { - "line": 1837, + "line": 1842, "column": 32 } } @@ -438136,15 +439526,15 @@ "binop": null }, "value": "recordAudio", - "start": 64618, - "end": 64629, + "start": 64772, + "end": 64783, "loc": { "start": { - "line": 1837, + "line": 1842, "column": 32 }, "end": { - "line": 1837, + "line": 1842, "column": 43 } } @@ -438161,15 +439551,15 @@ "postfix": false, "binop": null }, - "start": 64646, - "end": 64647, + "start": 64800, + "end": 64801, "loc": { "start": { - "line": 1838, + "line": 1843, "column": 16 }, "end": { - "line": 1838, + "line": 1843, "column": 17 } } @@ -438187,15 +439577,15 @@ "binop": null, "updateContext": null }, - "start": 64647, - "end": 64648, + "start": 64801, + "end": 64802, "loc": { "start": { - "line": 1838, + "line": 1843, "column": 17 }, "end": { - "line": 1838, + "line": 1843, "column": 18 } } @@ -438215,15 +439605,15 @@ "updateContext": null }, "value": "break", - "start": 64665, - "end": 64670, + "start": 64819, + "end": 64824, "loc": { "start": { - "line": 1839, + "line": 1844, "column": 16 }, "end": { - "line": 1839, + "line": 1844, "column": 21 } } @@ -438241,15 +439631,15 @@ "binop": null, "updateContext": null }, - "start": 64670, - "end": 64671, + "start": 64824, + "end": 64825, "loc": { "start": { - "line": 1839, + "line": 1844, "column": 21 }, "end": { - "line": 1839, + "line": 1844, "column": 22 } } @@ -438266,15 +439656,15 @@ "postfix": false, "binop": null }, - "start": 64680, - "end": 64681, + "start": 64834, + "end": 64835, "loc": { "start": { - "line": 1840, + "line": 1845, "column": 8 }, "end": { - "line": 1840, + "line": 1845, "column": 9 } } @@ -438282,15 +439672,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64691, - "end": 64717, + "start": 64845, + "end": 64871, "loc": { "start": { - "line": 1842, + "line": 1847, "column": 8 }, "end": { - "line": 1842, + "line": 1847, "column": 34 } } @@ -438310,15 +439700,15 @@ "updateContext": null }, "value": "this", - "start": 64726, - "end": 64730, + "start": 64880, + "end": 64884, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 8 }, "end": { - "line": 1843, + "line": 1848, "column": 12 } } @@ -438336,15 +439726,15 @@ "binop": null, "updateContext": null }, - "start": 64730, - "end": 64731, + "start": 64884, + "end": 64885, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 12 }, "end": { - "line": 1843, + "line": 1848, "column": 13 } } @@ -438362,15 +439752,15 @@ "binop": null }, "value": "stopDevice", - "start": 64731, - "end": 64741, + "start": 64885, + "end": 64895, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 13 }, "end": { - "line": 1843, + "line": 1848, "column": 23 } } @@ -438387,15 +439777,15 @@ "postfix": false, "binop": null }, - "start": 64741, - "end": 64742, + "start": 64895, + "end": 64896, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 23 }, "end": { - "line": 1843, + "line": 1848, "column": 24 } } @@ -438412,15 +439802,15 @@ "postfix": false, "binop": null }, - "start": 64742, - "end": 64743, + "start": 64896, + "end": 64897, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 24 }, "end": { - "line": 1843, + "line": 1848, "column": 25 } } @@ -438438,15 +439828,15 @@ "binop": null, "updateContext": null }, - "start": 64743, - "end": 64744, + "start": 64897, + "end": 64898, "loc": { "start": { - "line": 1843, + "line": 1848, "column": 25 }, "end": { - "line": 1843, + "line": 1848, "column": 26 } } @@ -438454,15 +439844,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64754, - "end": 64812, + "start": 64908, + "end": 64966, "loc": { "start": { - "line": 1845, + "line": 1850, "column": 8 }, "end": { - "line": 1845, + "line": 1850, "column": 66 } } @@ -438482,15 +439872,15 @@ "updateContext": null }, "value": "this", - "start": 64821, - "end": 64825, + "start": 64975, + "end": 64979, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 8 }, "end": { - "line": 1846, + "line": 1851, "column": 12 } } @@ -438508,15 +439898,15 @@ "binop": null, "updateContext": null }, - "start": 64825, - "end": 64826, + "start": 64979, + "end": 64980, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 12 }, "end": { - "line": 1846, + "line": 1851, "column": 13 } } @@ -438534,15 +439924,15 @@ "binop": null }, "value": "getDevice", - "start": 64826, - "end": 64835, + "start": 64980, + "end": 64989, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 13 }, "end": { - "line": 1846, + "line": 1851, "column": 22 } } @@ -438559,15 +439949,15 @@ "postfix": false, "binop": null }, - "start": 64835, - "end": 64836, + "start": 64989, + "end": 64990, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 22 }, "end": { - "line": 1846, + "line": 1851, "column": 23 } } @@ -438584,15 +439974,15 @@ "postfix": false, "binop": null }, - "start": 64836, - "end": 64837, + "start": 64990, + "end": 64991, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 23 }, "end": { - "line": 1846, + "line": 1851, "column": 24 } } @@ -438610,15 +440000,15 @@ "binop": null, "updateContext": null }, - "start": 64837, - "end": 64838, + "start": 64991, + "end": 64992, "loc": { "start": { - "line": 1846, + "line": 1851, "column": 24 }, "end": { - "line": 1846, + "line": 1851, "column": 25 } } @@ -438635,15 +440025,15 @@ "postfix": false, "binop": null }, - "start": 64843, - "end": 64844, + "start": 64997, + "end": 64998, "loc": { "start": { - "line": 1847, + "line": 1852, "column": 4 }, "end": { - "line": 1847, + "line": 1852, "column": 5 } } @@ -438651,15 +440041,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 64850, - "end": 64968, + "start": 65004, + "end": 65122, "loc": { "start": { - "line": 1849, + "line": 1854, "column": 4 }, "end": { - "line": 1853, + "line": 1858, "column": 7 } } @@ -438677,15 +440067,15 @@ "binop": null }, "value": "setAudioOutput", - "start": 64973, - "end": 64987, + "start": 65127, + "end": 65141, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 4 }, "end": { - "line": 1854, + "line": 1859, "column": 18 } } @@ -438702,15 +440092,15 @@ "postfix": false, "binop": null }, - "start": 64987, - "end": 64988, + "start": 65141, + "end": 65142, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 18 }, "end": { - "line": 1854, + "line": 1859, "column": 19 } } @@ -438728,15 +440118,15 @@ "binop": null }, "value": "deviceId", - "start": 64988, - "end": 64996, + "start": 65142, + "end": 65150, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 19 }, "end": { - "line": 1854, + "line": 1859, "column": 27 } } @@ -438753,15 +440143,15 @@ "postfix": false, "binop": null }, - "start": 64996, - "end": 64997, + "start": 65150, + "end": 65151, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 27 }, "end": { - "line": 1854, + "line": 1859, "column": 28 } } @@ -438778,15 +440168,15 @@ "postfix": false, "binop": null }, - "start": 64998, - "end": 64999, + "start": 65152, + "end": 65153, "loc": { "start": { - "line": 1854, + "line": 1859, "column": 29 }, "end": { - "line": 1854, + "line": 1859, "column": 30 } } @@ -438806,15 +440196,15 @@ "updateContext": null }, "value": "let", - "start": 65008, - "end": 65011, + "start": 65162, + "end": 65165, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 8 }, "end": { - "line": 1855, + "line": 1860, "column": 11 } } @@ -438832,15 +440222,15 @@ "binop": null }, "value": "errorMessage", - "start": 65012, - "end": 65024, + "start": 65166, + "end": 65178, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 12 }, "end": { - "line": 1855, + "line": 1860, "column": 24 } } @@ -438858,15 +440248,15 @@ "binop": null, "updateContext": null }, - "start": 65024, - "end": 65025, + "start": 65178, + "end": 65179, "loc": { "start": { - "line": 1855, + "line": 1860, "column": 24 }, "end": { - "line": 1855, + "line": 1860, "column": 25 } } @@ -438886,15 +440276,15 @@ "updateContext": null }, "value": "switch", - "start": 65034, - "end": 65040, + "start": 65188, + "end": 65194, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 8 }, "end": { - "line": 1856, + "line": 1861, "column": 14 } } @@ -438911,15 +440301,15 @@ "postfix": false, "binop": null }, - "start": 65041, - "end": 65042, + "start": 65195, + "end": 65196, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 15 }, "end": { - "line": 1856, + "line": 1861, "column": 16 } } @@ -438939,15 +440329,15 @@ "updateContext": null }, "value": "this", - "start": 65042, - "end": 65046, + "start": 65196, + "end": 65200, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 16 }, "end": { - "line": 1856, + "line": 1861, "column": 20 } } @@ -438965,15 +440355,15 @@ "binop": null, "updateContext": null }, - "start": 65046, - "end": 65047, + "start": 65200, + "end": 65201, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 20 }, "end": { - "line": 1856, + "line": 1861, "column": 21 } } @@ -438991,15 +440381,15 @@ "binop": null }, "value": "getRecordType", - "start": 65047, - "end": 65060, + "start": 65201, + "end": 65214, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 21 }, "end": { - "line": 1856, + "line": 1861, "column": 34 } } @@ -439016,15 +440406,15 @@ "postfix": false, "binop": null }, - "start": 65060, - "end": 65061, + "start": 65214, + "end": 65215, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 34 }, "end": { - "line": 1856, + "line": 1861, "column": 35 } } @@ -439041,15 +440431,15 @@ "postfix": false, "binop": null }, - "start": 65061, - "end": 65062, + "start": 65215, + "end": 65216, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 35 }, "end": { - "line": 1856, + "line": 1861, "column": 36 } } @@ -439066,15 +440456,15 @@ "postfix": false, "binop": null }, - "start": 65062, - "end": 65063, + "start": 65216, + "end": 65217, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 36 }, "end": { - "line": 1856, + "line": 1861, "column": 37 } } @@ -439091,15 +440481,15 @@ "postfix": false, "binop": null }, - "start": 65064, - "end": 65065, + "start": 65218, + "end": 65219, "loc": { "start": { - "line": 1856, + "line": 1861, "column": 38 }, "end": { - "line": 1856, + "line": 1861, "column": 39 } } @@ -439119,15 +440509,15 @@ "updateContext": null }, "value": "case", - "start": 65078, - "end": 65082, + "start": 65232, + "end": 65236, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 12 }, "end": { - "line": 1857, + "line": 1862, "column": 16 } } @@ -439145,15 +440535,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 65083, - "end": 65093, + "start": 65237, + "end": 65247, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 17 }, "end": { - "line": 1857, + "line": 1862, "column": 27 } } @@ -439171,15 +440561,15 @@ "binop": null, "updateContext": null }, - "start": 65093, - "end": 65094, + "start": 65247, + "end": 65248, "loc": { "start": { - "line": 1857, + "line": 1862, "column": 27 }, "end": { - "line": 1857, + "line": 1862, "column": 28 } } @@ -439187,15 +440577,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65111, - "end": 65128, + "start": 65265, + "end": 65282, "loc": { "start": { - "line": 1858, + "line": 1863, "column": 16 }, "end": { - "line": 1858, + "line": 1863, "column": 33 } } @@ -439215,15 +440605,15 @@ "updateContext": null }, "value": "this", - "start": 65145, - "end": 65149, + "start": 65299, + "end": 65303, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 16 }, "end": { - "line": 1859, + "line": 1864, "column": 20 } } @@ -439241,15 +440631,15 @@ "binop": null, "updateContext": null }, - "start": 65149, - "end": 65150, + "start": 65303, + "end": 65304, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 20 }, "end": { - "line": 1859, + "line": 1864, "column": 21 } } @@ -439267,15 +440657,15 @@ "binop": null }, "value": "surfer", - "start": 65150, - "end": 65156, + "start": 65304, + "end": 65310, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 21 }, "end": { - "line": 1859, + "line": 1864, "column": 27 } } @@ -439293,15 +440683,15 @@ "binop": null, "updateContext": null }, - "start": 65156, - "end": 65157, + "start": 65310, + "end": 65311, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 27 }, "end": { - "line": 1859, + "line": 1864, "column": 28 } } @@ -439319,15 +440709,15 @@ "binop": null }, "value": "surfer", - "start": 65157, - "end": 65163, + "start": 65311, + "end": 65317, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 28 }, "end": { - "line": 1859, + "line": 1864, "column": 34 } } @@ -439345,15 +440735,15 @@ "binop": null, "updateContext": null }, - "start": 65163, - "end": 65164, + "start": 65317, + "end": 65318, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 34 }, "end": { - "line": 1859, + "line": 1864, "column": 35 } } @@ -439371,15 +440761,15 @@ "binop": null }, "value": "setSinkId", - "start": 65164, - "end": 65173, + "start": 65318, + "end": 65327, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 35 }, "end": { - "line": 1859, + "line": 1864, "column": 44 } } @@ -439396,15 +440786,15 @@ "postfix": false, "binop": null }, - "start": 65173, - "end": 65174, + "start": 65327, + "end": 65328, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 44 }, "end": { - "line": 1859, + "line": 1864, "column": 45 } } @@ -439422,15 +440812,15 @@ "binop": null }, "value": "deviceId", - "start": 65174, - "end": 65182, + "start": 65328, + "end": 65336, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 45 }, "end": { - "line": 1859, + "line": 1864, "column": 53 } } @@ -439447,15 +440837,15 @@ "postfix": false, "binop": null }, - "start": 65182, - "end": 65183, + "start": 65336, + "end": 65337, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 53 }, "end": { - "line": 1859, + "line": 1864, "column": 54 } } @@ -439473,15 +440863,15 @@ "binop": null, "updateContext": null }, - "start": 65183, - "end": 65184, + "start": 65337, + "end": 65338, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 54 }, "end": { - "line": 1859, + "line": 1864, "column": 55 } } @@ -439499,15 +440889,15 @@ "binop": null }, "value": "then", - "start": 65184, - "end": 65188, + "start": 65338, + "end": 65342, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 55 }, "end": { - "line": 1859, + "line": 1864, "column": 59 } } @@ -439524,15 +440914,15 @@ "postfix": false, "binop": null }, - "start": 65188, - "end": 65189, + "start": 65342, + "end": 65343, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 59 }, "end": { - "line": 1859, + "line": 1864, "column": 60 } } @@ -439549,15 +440939,15 @@ "postfix": false, "binop": null }, - "start": 65189, - "end": 65190, + "start": 65343, + "end": 65344, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 60 }, "end": { - "line": 1859, + "line": 1864, "column": 61 } } @@ -439575,15 +440965,15 @@ "binop": null }, "value": "result", - "start": 65190, - "end": 65196, + "start": 65344, + "end": 65350, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 61 }, "end": { - "line": 1859, + "line": 1864, "column": 67 } } @@ -439600,15 +440990,15 @@ "postfix": false, "binop": null }, - "start": 65196, - "end": 65197, + "start": 65350, + "end": 65351, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 67 }, "end": { - "line": 1859, + "line": 1864, "column": 68 } } @@ -439626,15 +441016,15 @@ "binop": null, "updateContext": null }, - "start": 65198, - "end": 65200, + "start": 65352, + "end": 65354, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 69 }, "end": { - "line": 1859, + "line": 1864, "column": 71 } } @@ -439651,15 +441041,15 @@ "postfix": false, "binop": null }, - "start": 65201, - "end": 65202, + "start": 65355, + "end": 65356, "loc": { "start": { - "line": 1859, + "line": 1864, "column": 72 }, "end": { - "line": 1859, + "line": 1864, "column": 73 } } @@ -439667,15 +441057,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65223, - "end": 65242, + "start": 65377, + "end": 65396, "loc": { "start": { - "line": 1860, + "line": 1865, "column": 20 }, "end": { - "line": 1860, + "line": 1865, "column": 39 } } @@ -439695,15 +441085,15 @@ "updateContext": null }, "value": "this", - "start": 65263, - "end": 65267, + "start": 65417, + "end": 65421, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1866, "column": 24 } } @@ -439721,15 +441111,15 @@ "binop": null, "updateContext": null }, - "start": 65267, - "end": 65268, + "start": 65421, + "end": 65422, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 24 }, "end": { - "line": 1861, + "line": 1866, "column": 25 } } @@ -439747,15 +441137,15 @@ "binop": null }, "value": "player", - "start": 65268, - "end": 65274, + "start": 65422, + "end": 65428, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 25 }, "end": { - "line": 1861, + "line": 1866, "column": 31 } } @@ -439773,15 +441163,15 @@ "binop": null, "updateContext": null }, - "start": 65274, - "end": 65275, + "start": 65428, + "end": 65429, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 31 }, "end": { - "line": 1861, + "line": 1866, "column": 32 } } @@ -439799,15 +441189,15 @@ "binop": null }, "value": "trigger", - "start": 65275, - "end": 65282, + "start": 65429, + "end": 65436, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 32 }, "end": { - "line": 1861, + "line": 1866, "column": 39 } } @@ -439824,15 +441214,15 @@ "postfix": false, "binop": null }, - "start": 65282, - "end": 65283, + "start": 65436, + "end": 65437, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 39 }, "end": { - "line": 1861, + "line": 1866, "column": 40 } } @@ -439850,15 +441240,15 @@ "binop": null }, "value": "Event", - "start": 65283, - "end": 65288, + "start": 65437, + "end": 65442, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 40 }, "end": { - "line": 1861, + "line": 1866, "column": 45 } } @@ -439876,15 +441266,15 @@ "binop": null, "updateContext": null }, - "start": 65288, - "end": 65289, + "start": 65442, + "end": 65443, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 45 }, "end": { - "line": 1861, + "line": 1866, "column": 46 } } @@ -439902,15 +441292,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 65289, - "end": 65307, + "start": 65443, + "end": 65461, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 46 }, "end": { - "line": 1861, + "line": 1866, "column": 64 } } @@ -439927,15 +441317,15 @@ "postfix": false, "binop": null }, - "start": 65307, - "end": 65308, + "start": 65461, + "end": 65462, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 64 }, "end": { - "line": 1861, + "line": 1866, "column": 65 } } @@ -439953,15 +441343,15 @@ "binop": null, "updateContext": null }, - "start": 65308, - "end": 65309, + "start": 65462, + "end": 65463, "loc": { "start": { - "line": 1861, + "line": 1866, "column": 65 }, "end": { - "line": 1861, + "line": 1866, "column": 66 } } @@ -439981,15 +441371,15 @@ "updateContext": null }, "value": "return", - "start": 65330, - "end": 65336, + "start": 65484, + "end": 65490, "loc": { "start": { - "line": 1862, + "line": 1867, "column": 20 }, "end": { - "line": 1862, + "line": 1867, "column": 26 } } @@ -440007,15 +441397,15 @@ "binop": null, "updateContext": null }, - "start": 65336, - "end": 65337, + "start": 65490, + "end": 65491, "loc": { "start": { - "line": 1862, + "line": 1867, "column": 26 }, "end": { - "line": 1862, + "line": 1867, "column": 27 } } @@ -440032,15 +441422,15 @@ "postfix": false, "binop": null }, - "start": 65354, - "end": 65355, + "start": 65508, + "end": 65509, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 16 }, "end": { - "line": 1863, + "line": 1868, "column": 17 } } @@ -440057,15 +441447,15 @@ "postfix": false, "binop": null }, - "start": 65355, - "end": 65356, + "start": 65509, + "end": 65510, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 17 }, "end": { - "line": 1863, + "line": 1868, "column": 18 } } @@ -440083,15 +441473,15 @@ "binop": null, "updateContext": null }, - "start": 65356, - "end": 65357, + "start": 65510, + "end": 65511, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 18 }, "end": { - "line": 1863, + "line": 1868, "column": 19 } } @@ -440111,15 +441501,15 @@ "updateContext": null }, "value": "catch", - "start": 65357, - "end": 65362, + "start": 65511, + "end": 65516, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 19 }, "end": { - "line": 1863, + "line": 1868, "column": 24 } } @@ -440136,15 +441526,15 @@ "postfix": false, "binop": null }, - "start": 65362, - "end": 65363, + "start": 65516, + "end": 65517, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 24 }, "end": { - "line": 1863, + "line": 1868, "column": 25 } } @@ -440161,15 +441551,15 @@ "postfix": false, "binop": null }, - "start": 65363, - "end": 65364, + "start": 65517, + "end": 65518, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 25 }, "end": { - "line": 1863, + "line": 1868, "column": 26 } } @@ -440187,15 +441577,15 @@ "binop": null }, "value": "err", - "start": 65364, - "end": 65367, + "start": 65518, + "end": 65521, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 26 }, "end": { - "line": 1863, + "line": 1868, "column": 29 } } @@ -440212,15 +441602,15 @@ "postfix": false, "binop": null }, - "start": 65367, - "end": 65368, + "start": 65521, + "end": 65522, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 29 }, "end": { - "line": 1863, + "line": 1868, "column": 30 } } @@ -440238,15 +441628,15 @@ "binop": null, "updateContext": null }, - "start": 65369, - "end": 65371, + "start": 65523, + "end": 65525, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 31 }, "end": { - "line": 1863, + "line": 1868, "column": 33 } } @@ -440263,15 +441653,15 @@ "postfix": false, "binop": null }, - "start": 65372, - "end": 65373, + "start": 65526, + "end": 65527, "loc": { "start": { - "line": 1863, + "line": 1868, "column": 34 }, "end": { - "line": 1863, + "line": 1868, "column": 35 } } @@ -440289,15 +441679,15 @@ "binop": null }, "value": "errorMessage", - "start": 65394, - "end": 65406, + "start": 65548, + "end": 65560, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 20 }, "end": { - "line": 1864, + "line": 1869, "column": 32 } } @@ -440316,15 +441706,15 @@ "updateContext": null }, "value": "=", - "start": 65407, - "end": 65408, + "start": 65561, + "end": 65562, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 33 }, "end": { - "line": 1864, + "line": 1869, "column": 34 } } @@ -440342,15 +441732,15 @@ "binop": null }, "value": "err", - "start": 65409, - "end": 65412, + "start": 65563, + "end": 65566, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 35 }, "end": { - "line": 1864, + "line": 1869, "column": 38 } } @@ -440368,15 +441758,15 @@ "binop": null, "updateContext": null }, - "start": 65412, - "end": 65413, + "start": 65566, + "end": 65567, "loc": { "start": { - "line": 1864, + "line": 1869, "column": 38 }, "end": { - "line": 1864, + "line": 1869, "column": 39 } } @@ -440393,15 +441783,15 @@ "postfix": false, "binop": null }, - "start": 65430, - "end": 65431, + "start": 65584, + "end": 65585, "loc": { "start": { - "line": 1865, + "line": 1870, "column": 16 }, "end": { - "line": 1865, + "line": 1870, "column": 17 } } @@ -440418,15 +441808,15 @@ "postfix": false, "binop": null }, - "start": 65431, - "end": 65432, + "start": 65585, + "end": 65586, "loc": { "start": { - "line": 1865, + "line": 1870, "column": 17 }, "end": { - "line": 1865, + "line": 1870, "column": 18 } } @@ -440444,15 +441834,15 @@ "binop": null, "updateContext": null }, - "start": 65432, - "end": 65433, + "start": 65586, + "end": 65587, "loc": { "start": { - "line": 1865, + "line": 1870, "column": 18 }, "end": { - "line": 1865, + "line": 1870, "column": 19 } } @@ -440472,15 +441862,15 @@ "updateContext": null }, "value": "break", - "start": 65450, - "end": 65455, + "start": 65604, + "end": 65609, "loc": { "start": { - "line": 1866, + "line": 1871, "column": 16 }, "end": { - "line": 1866, + "line": 1871, "column": 21 } } @@ -440498,15 +441888,15 @@ "binop": null, "updateContext": null }, - "start": 65455, - "end": 65456, + "start": 65609, + "end": 65610, "loc": { "start": { - "line": 1866, + "line": 1871, "column": 21 }, "end": { - "line": 1866, + "line": 1871, "column": 22 } } @@ -440526,15 +441916,15 @@ "updateContext": null }, "value": "default", - "start": 65470, - "end": 65477, + "start": 65624, + "end": 65631, "loc": { "start": { - "line": 1868, + "line": 1873, "column": 12 }, "end": { - "line": 1868, + "line": 1873, "column": 19 } } @@ -440552,15 +441942,15 @@ "binop": null, "updateContext": null }, - "start": 65477, - "end": 65478, + "start": 65631, + "end": 65632, "loc": { "start": { - "line": 1868, + "line": 1873, "column": 19 }, "end": { - "line": 1868, + "line": 1873, "column": 20 } } @@ -440580,15 +441970,15 @@ "updateContext": null }, "value": "let", - "start": 65495, - "end": 65498, + "start": 65649, + "end": 65652, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 16 }, "end": { - "line": 1869, + "line": 1874, "column": 19 } } @@ -440606,15 +441996,15 @@ "binop": null }, "value": "element", - "start": 65499, - "end": 65506, + "start": 65653, + "end": 65660, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 20 }, "end": { - "line": 1869, + "line": 1874, "column": 27 } } @@ -440633,15 +442023,15 @@ "updateContext": null }, "value": "=", - "start": 65507, - "end": 65508, + "start": 65661, + "end": 65662, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 28 }, "end": { - "line": 1869, + "line": 1874, "column": 29 } } @@ -440659,15 +442049,15 @@ "binop": null }, "value": "player", - "start": 65509, - "end": 65515, + "start": 65663, + "end": 65669, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 30 }, "end": { - "line": 1869, + "line": 1874, "column": 36 } } @@ -440685,15 +442075,15 @@ "binop": null, "updateContext": null }, - "start": 65515, - "end": 65516, + "start": 65669, + "end": 65670, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 36 }, "end": { - "line": 1869, + "line": 1874, "column": 37 } } @@ -440711,15 +442101,15 @@ "binop": null }, "value": "tech_", - "start": 65516, - "end": 65521, + "start": 65670, + "end": 65675, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 37 }, "end": { - "line": 1869, + "line": 1874, "column": 42 } } @@ -440737,15 +442127,15 @@ "binop": null, "updateContext": null }, - "start": 65521, - "end": 65522, + "start": 65675, + "end": 65676, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 42 }, "end": { - "line": 1869, + "line": 1874, "column": 43 } } @@ -440763,15 +442153,15 @@ "binop": null }, "value": "el_", - "start": 65522, - "end": 65525, + "start": 65676, + "end": 65679, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 43 }, "end": { - "line": 1869, + "line": 1874, "column": 46 } } @@ -440789,15 +442179,15 @@ "binop": null, "updateContext": null }, - "start": 65525, - "end": 65526, + "start": 65679, + "end": 65680, "loc": { "start": { - "line": 1869, + "line": 1874, "column": 46 }, "end": { - "line": 1869, + "line": 1874, "column": 47 } } @@ -440817,15 +442207,15 @@ "updateContext": null }, "value": "if", - "start": 65543, - "end": 65545, + "start": 65697, + "end": 65699, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 16 }, "end": { - "line": 1870, + "line": 1875, "column": 18 } } @@ -440842,15 +442232,15 @@ "postfix": false, "binop": null }, - "start": 65546, - "end": 65547, + "start": 65700, + "end": 65701, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 19 }, "end": { - "line": 1870, + "line": 1875, "column": 20 } } @@ -440868,15 +442258,15 @@ "binop": null }, "value": "deviceId", - "start": 65547, - "end": 65555, + "start": 65701, + "end": 65709, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 20 }, "end": { - "line": 1870, + "line": 1875, "column": 28 } } @@ -440893,15 +442283,15 @@ "postfix": false, "binop": null }, - "start": 65555, - "end": 65556, + "start": 65709, + "end": 65710, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 28 }, "end": { - "line": 1870, + "line": 1875, "column": 29 } } @@ -440918,15 +442308,15 @@ "postfix": false, "binop": null }, - "start": 65557, - "end": 65558, + "start": 65711, + "end": 65712, "loc": { "start": { - "line": 1870, + "line": 1875, "column": 30 }, "end": { - "line": 1870, + "line": 1875, "column": 31 } } @@ -440946,15 +442336,15 @@ "updateContext": null }, "value": "if", - "start": 65579, - "end": 65581, + "start": 65733, + "end": 65735, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 20 }, "end": { - "line": 1871, + "line": 1876, "column": 22 } } @@ -440971,15 +442361,15 @@ "postfix": false, "binop": null }, - "start": 65582, - "end": 65583, + "start": 65736, + "end": 65737, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 23 }, "end": { - "line": 1871, + "line": 1876, "column": 24 } } @@ -440999,15 +442389,15 @@ "updateContext": null }, "value": "typeof", - "start": 65583, - "end": 65589, + "start": 65737, + "end": 65743, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 24 }, "end": { - "line": 1871, + "line": 1876, "column": 30 } } @@ -441025,15 +442415,15 @@ "binop": null }, "value": "element", - "start": 65590, - "end": 65597, + "start": 65744, + "end": 65751, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 31 }, "end": { - "line": 1871, + "line": 1876, "column": 38 } } @@ -441051,15 +442441,15 @@ "binop": null, "updateContext": null }, - "start": 65597, - "end": 65598, + "start": 65751, + "end": 65752, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 38 }, "end": { - "line": 1871, + "line": 1876, "column": 39 } } @@ -441077,15 +442467,15 @@ "binop": null }, "value": "sinkId", - "start": 65598, - "end": 65604, + "start": 65752, + "end": 65758, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 39 }, "end": { - "line": 1871, + "line": 1876, "column": 45 } } @@ -441104,15 +442494,15 @@ "updateContext": null }, "value": "!==", - "start": 65605, - "end": 65608, + "start": 65759, + "end": 65762, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 46 }, "end": { - "line": 1871, + "line": 1876, "column": 49 } } @@ -441131,15 +442521,15 @@ "updateContext": null }, "value": "undefined", - "start": 65609, - "end": 65620, + "start": 65763, + "end": 65774, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 50 }, "end": { - "line": 1871, + "line": 1876, "column": 61 } } @@ -441156,15 +442546,15 @@ "postfix": false, "binop": null }, - "start": 65620, - "end": 65621, + "start": 65774, + "end": 65775, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 61 }, "end": { - "line": 1871, + "line": 1876, "column": 62 } } @@ -441181,15 +442571,15 @@ "postfix": false, "binop": null }, - "start": 65622, - "end": 65623, + "start": 65776, + "end": 65777, "loc": { "start": { - "line": 1871, + "line": 1876, "column": 63 }, "end": { - "line": 1871, + "line": 1876, "column": 64 } } @@ -441207,15 +442597,15 @@ "binop": null }, "value": "element", - "start": 65648, - "end": 65655, + "start": 65802, + "end": 65809, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 24 }, "end": { - "line": 1872, + "line": 1877, "column": 31 } } @@ -441233,15 +442623,15 @@ "binop": null, "updateContext": null }, - "start": 65655, - "end": 65656, + "start": 65809, + "end": 65810, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 31 }, "end": { - "line": 1872, + "line": 1877, "column": 32 } } @@ -441259,15 +442649,15 @@ "binop": null }, "value": "setSinkId", - "start": 65656, - "end": 65665, + "start": 65810, + "end": 65819, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 32 }, "end": { - "line": 1872, + "line": 1877, "column": 41 } } @@ -441284,15 +442674,15 @@ "postfix": false, "binop": null }, - "start": 65665, - "end": 65666, + "start": 65819, + "end": 65820, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 41 }, "end": { - "line": 1872, + "line": 1877, "column": 42 } } @@ -441310,15 +442700,15 @@ "binop": null }, "value": "deviceId", - "start": 65666, - "end": 65674, + "start": 65820, + "end": 65828, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 42 }, "end": { - "line": 1872, + "line": 1877, "column": 50 } } @@ -441335,15 +442725,15 @@ "postfix": false, "binop": null }, - "start": 65674, - "end": 65675, + "start": 65828, + "end": 65829, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 50 }, "end": { - "line": 1872, + "line": 1877, "column": 51 } } @@ -441361,15 +442751,15 @@ "binop": null, "updateContext": null }, - "start": 65675, - "end": 65676, + "start": 65829, + "end": 65830, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 51 }, "end": { - "line": 1872, + "line": 1877, "column": 52 } } @@ -441387,15 +442777,15 @@ "binop": null }, "value": "then", - "start": 65676, - "end": 65680, + "start": 65830, + "end": 65834, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 52 }, "end": { - "line": 1872, + "line": 1877, "column": 56 } } @@ -441412,15 +442802,15 @@ "postfix": false, "binop": null }, - "start": 65680, - "end": 65681, + "start": 65834, + "end": 65835, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 56 }, "end": { - "line": 1872, + "line": 1877, "column": 57 } } @@ -441437,15 +442827,15 @@ "postfix": false, "binop": null }, - "start": 65681, - "end": 65682, + "start": 65835, + "end": 65836, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 57 }, "end": { - "line": 1872, + "line": 1877, "column": 58 } } @@ -441463,15 +442853,15 @@ "binop": null }, "value": "result", - "start": 65682, - "end": 65688, + "start": 65836, + "end": 65842, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 58 }, "end": { - "line": 1872, + "line": 1877, "column": 64 } } @@ -441488,15 +442878,15 @@ "postfix": false, "binop": null }, - "start": 65688, - "end": 65689, + "start": 65842, + "end": 65843, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 64 }, "end": { - "line": 1872, + "line": 1877, "column": 65 } } @@ -441514,15 +442904,15 @@ "binop": null, "updateContext": null }, - "start": 65690, - "end": 65692, + "start": 65844, + "end": 65846, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 66 }, "end": { - "line": 1872, + "line": 1877, "column": 68 } } @@ -441539,15 +442929,15 @@ "postfix": false, "binop": null }, - "start": 65693, - "end": 65694, + "start": 65847, + "end": 65848, "loc": { "start": { - "line": 1872, + "line": 1877, "column": 69 }, "end": { - "line": 1872, + "line": 1877, "column": 70 } } @@ -441555,15 +442945,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65723, - "end": 65742, + "start": 65877, + "end": 65896, "loc": { "start": { - "line": 1873, + "line": 1878, "column": 28 }, "end": { - "line": 1873, + "line": 1878, "column": 47 } } @@ -441583,15 +442973,15 @@ "updateContext": null }, "value": "this", - "start": 65771, - "end": 65775, + "start": 65925, + "end": 65929, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 28 }, "end": { - "line": 1874, + "line": 1879, "column": 32 } } @@ -441609,15 +442999,15 @@ "binop": null, "updateContext": null }, - "start": 65775, - "end": 65776, + "start": 65929, + "end": 65930, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 32 }, "end": { - "line": 1874, + "line": 1879, "column": 33 } } @@ -441635,15 +443025,15 @@ "binop": null }, "value": "player", - "start": 65776, - "end": 65782, + "start": 65930, + "end": 65936, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 33 }, "end": { - "line": 1874, + "line": 1879, "column": 39 } } @@ -441661,15 +443051,15 @@ "binop": null, "updateContext": null }, - "start": 65782, - "end": 65783, + "start": 65936, + "end": 65937, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 39 }, "end": { - "line": 1874, + "line": 1879, "column": 40 } } @@ -441687,15 +443077,15 @@ "binop": null }, "value": "trigger", - "start": 65783, - "end": 65790, + "start": 65937, + "end": 65944, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 40 }, "end": { - "line": 1874, + "line": 1879, "column": 47 } } @@ -441712,15 +443102,15 @@ "postfix": false, "binop": null }, - "start": 65790, - "end": 65791, + "start": 65944, + "end": 65945, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 47 }, "end": { - "line": 1874, + "line": 1879, "column": 48 } } @@ -441738,15 +443128,15 @@ "binop": null }, "value": "Event", - "start": 65791, - "end": 65796, + "start": 65945, + "end": 65950, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 48 }, "end": { - "line": 1874, + "line": 1879, "column": 53 } } @@ -441764,15 +443154,15 @@ "binop": null, "updateContext": null }, - "start": 65796, - "end": 65797, + "start": 65950, + "end": 65951, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 53 }, "end": { - "line": 1874, + "line": 1879, "column": 54 } } @@ -441790,15 +443180,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 65797, - "end": 65815, + "start": 65951, + "end": 65969, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 54 }, "end": { - "line": 1874, + "line": 1879, "column": 72 } } @@ -441815,15 +443205,15 @@ "postfix": false, "binop": null }, - "start": 65815, - "end": 65816, + "start": 65969, + "end": 65970, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 72 }, "end": { - "line": 1874, + "line": 1879, "column": 73 } } @@ -441841,15 +443231,15 @@ "binop": null, "updateContext": null }, - "start": 65816, - "end": 65817, + "start": 65970, + "end": 65971, "loc": { "start": { - "line": 1874, + "line": 1879, "column": 73 }, "end": { - "line": 1874, + "line": 1879, "column": 74 } } @@ -441869,15 +443259,15 @@ "updateContext": null }, "value": "return", - "start": 65846, - "end": 65852, + "start": 66000, + "end": 66006, "loc": { "start": { - "line": 1875, + "line": 1880, "column": 28 }, "end": { - "line": 1875, + "line": 1880, "column": 34 } } @@ -441895,15 +443285,15 @@ "binop": null, "updateContext": null }, - "start": 65852, - "end": 65853, + "start": 66006, + "end": 66007, "loc": { "start": { - "line": 1875, + "line": 1880, "column": 34 }, "end": { - "line": 1875, + "line": 1880, "column": 35 } } @@ -441920,15 +443310,15 @@ "postfix": false, "binop": null }, - "start": 65878, - "end": 65879, + "start": 66032, + "end": 66033, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 24 }, "end": { - "line": 1876, + "line": 1881, "column": 25 } } @@ -441945,15 +443335,15 @@ "postfix": false, "binop": null }, - "start": 65879, - "end": 65880, + "start": 66033, + "end": 66034, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 25 }, "end": { - "line": 1876, + "line": 1881, "column": 26 } } @@ -441971,15 +443361,15 @@ "binop": null, "updateContext": null }, - "start": 65880, - "end": 65881, + "start": 66034, + "end": 66035, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 26 }, "end": { - "line": 1876, + "line": 1881, "column": 27 } } @@ -441999,15 +443389,15 @@ "updateContext": null }, "value": "catch", - "start": 65881, - "end": 65886, + "start": 66035, + "end": 66040, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 27 }, "end": { - "line": 1876, + "line": 1881, "column": 32 } } @@ -442024,15 +443414,15 @@ "postfix": false, "binop": null }, - "start": 65886, - "end": 65887, + "start": 66040, + "end": 66041, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 32 }, "end": { - "line": 1876, + "line": 1881, "column": 33 } } @@ -442049,15 +443439,15 @@ "postfix": false, "binop": null }, - "start": 65887, - "end": 65888, + "start": 66041, + "end": 66042, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 33 }, "end": { - "line": 1876, + "line": 1881, "column": 34 } } @@ -442075,15 +443465,15 @@ "binop": null }, "value": "err", - "start": 65888, - "end": 65891, + "start": 66042, + "end": 66045, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 34 }, "end": { - "line": 1876, + "line": 1881, "column": 37 } } @@ -442100,15 +443490,15 @@ "postfix": false, "binop": null }, - "start": 65891, - "end": 65892, + "start": 66045, + "end": 66046, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 37 }, "end": { - "line": 1876, + "line": 1881, "column": 38 } } @@ -442126,15 +443516,15 @@ "binop": null, "updateContext": null }, - "start": 65893, - "end": 65895, + "start": 66047, + "end": 66049, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 39 }, "end": { - "line": 1876, + "line": 1881, "column": 41 } } @@ -442151,15 +443541,15 @@ "postfix": false, "binop": null }, - "start": 65896, - "end": 65897, + "start": 66050, + "end": 66051, "loc": { "start": { - "line": 1876, + "line": 1881, "column": 42 }, "end": { - "line": 1876, + "line": 1881, "column": 43 } } @@ -442177,15 +443567,15 @@ "binop": null }, "value": "errorMessage", - "start": 65926, - "end": 65938, + "start": 66080, + "end": 66092, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 28 }, "end": { - "line": 1877, + "line": 1882, "column": 40 } } @@ -442204,15 +443594,15 @@ "updateContext": null }, "value": "=", - "start": 65939, - "end": 65940, + "start": 66093, + "end": 66094, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 41 }, "end": { - "line": 1877, + "line": 1882, "column": 42 } } @@ -442230,15 +443620,15 @@ "binop": null }, "value": "err", - "start": 65941, - "end": 65944, + "start": 66095, + "end": 66098, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 43 }, "end": { - "line": 1877, + "line": 1882, "column": 46 } } @@ -442256,15 +443646,15 @@ "binop": null, "updateContext": null }, - "start": 65944, - "end": 65945, + "start": 66098, + "end": 66099, "loc": { "start": { - "line": 1877, + "line": 1882, "column": 46 }, "end": { - "line": 1877, + "line": 1882, "column": 47 } } @@ -442281,15 +443671,15 @@ "postfix": false, "binop": null }, - "start": 65970, - "end": 65971, + "start": 66124, + "end": 66125, "loc": { "start": { - "line": 1878, + "line": 1883, "column": 24 }, "end": { - "line": 1878, + "line": 1883, "column": 25 } } @@ -442306,15 +443696,15 @@ "postfix": false, "binop": null }, - "start": 65971, - "end": 65972, + "start": 66125, + "end": 66126, "loc": { "start": { - "line": 1878, + "line": 1883, "column": 25 }, "end": { - "line": 1878, + "line": 1883, "column": 26 } } @@ -442332,15 +443722,15 @@ "binop": null, "updateContext": null }, - "start": 65972, - "end": 65973, + "start": 66126, + "end": 66127, "loc": { "start": { - "line": 1878, + "line": 1883, "column": 26 }, "end": { - "line": 1878, + "line": 1883, "column": 27 } } @@ -442357,15 +443747,15 @@ "postfix": false, "binop": null }, - "start": 65994, - "end": 65995, + "start": 66148, + "end": 66149, "loc": { "start": { - "line": 1879, + "line": 1884, "column": 20 }, "end": { - "line": 1879, + "line": 1884, "column": 21 } } @@ -442385,15 +443775,15 @@ "updateContext": null }, "value": "else", - "start": 65996, - "end": 66000, + "start": 66150, + "end": 66154, "loc": { "start": { - "line": 1879, + "line": 1884, "column": 22 }, "end": { - "line": 1879, + "line": 1884, "column": 26 } } @@ -442410,15 +443800,15 @@ "postfix": false, "binop": null }, - "start": 66001, - "end": 66002, + "start": 66155, + "end": 66156, "loc": { "start": { - "line": 1879, + "line": 1884, "column": 27 }, "end": { - "line": 1879, + "line": 1884, "column": 28 } } @@ -442436,15 +443826,15 @@ "binop": null }, "value": "errorMessage", - "start": 66027, - "end": 66039, + "start": 66181, + "end": 66193, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 24 }, "end": { - "line": 1880, + "line": 1885, "column": 36 } } @@ -442463,15 +443853,15 @@ "updateContext": null }, "value": "=", - "start": 66040, - "end": 66041, + "start": 66194, + "end": 66195, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 37 }, "end": { - "line": 1880, + "line": 1885, "column": 38 } } @@ -442490,15 +443880,15 @@ "updateContext": null }, "value": "Browser does not support audio output device selection.", - "start": 66042, - "end": 66099, + "start": 66196, + "end": 66253, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 39 }, "end": { - "line": 1880, + "line": 1885, "column": 96 } } @@ -442516,15 +443906,15 @@ "binop": null, "updateContext": null }, - "start": 66099, - "end": 66100, + "start": 66253, + "end": 66254, "loc": { "start": { - "line": 1880, + "line": 1885, "column": 96 }, "end": { - "line": 1880, + "line": 1885, "column": 97 } } @@ -442541,15 +443931,15 @@ "postfix": false, "binop": null }, - "start": 66121, - "end": 66122, + "start": 66275, + "end": 66276, "loc": { "start": { - "line": 1881, + "line": 1886, "column": 20 }, "end": { - "line": 1881, + "line": 1886, "column": 21 } } @@ -442566,15 +443956,15 @@ "postfix": false, "binop": null }, - "start": 66139, - "end": 66140, + "start": 66293, + "end": 66294, "loc": { "start": { - "line": 1882, + "line": 1887, "column": 16 }, "end": { - "line": 1882, + "line": 1887, "column": 17 } } @@ -442594,15 +443984,15 @@ "updateContext": null }, "value": "else", - "start": 66141, - "end": 66145, + "start": 66295, + "end": 66299, "loc": { "start": { - "line": 1882, + "line": 1887, "column": 18 }, "end": { - "line": 1882, + "line": 1887, "column": 22 } } @@ -442619,15 +444009,15 @@ "postfix": false, "binop": null }, - "start": 66146, - "end": 66147, + "start": 66300, + "end": 66301, "loc": { "start": { - "line": 1882, + "line": 1887, "column": 23 }, "end": { - "line": 1882, + "line": 1887, "column": 24 } } @@ -442645,15 +444035,15 @@ "binop": null }, "value": "errorMessage", - "start": 66168, - "end": 66180, + "start": 66322, + "end": 66334, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 20 }, "end": { - "line": 1883, + "line": 1888, "column": 32 } } @@ -442672,15 +444062,15 @@ "updateContext": null }, "value": "=", - "start": 66181, - "end": 66182, + "start": 66335, + "end": 66336, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 33 }, "end": { - "line": 1883, + "line": 1888, "column": 34 } } @@ -442697,15 +444087,15 @@ "postfix": false, "binop": null }, - "start": 66183, - "end": 66184, + "start": 66337, + "end": 66338, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 35 }, "end": { - "line": 1883, + "line": 1888, "column": 36 } } @@ -442724,15 +444114,15 @@ "updateContext": null }, "value": "Invalid deviceId: ", - "start": 66184, - "end": 66202, + "start": 66338, + "end": 66356, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 36 }, "end": { - "line": 1883, + "line": 1888, "column": 54 } } @@ -442749,15 +444139,15 @@ "postfix": false, "binop": null }, - "start": 66202, - "end": 66204, + "start": 66356, + "end": 66358, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 54 }, "end": { - "line": 1883, + "line": 1888, "column": 56 } } @@ -442775,15 +444165,15 @@ "binop": null }, "value": "deviceId", - "start": 66204, - "end": 66212, + "start": 66358, + "end": 66366, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 56 }, "end": { - "line": 1883, + "line": 1888, "column": 64 } } @@ -442800,15 +444190,15 @@ "postfix": false, "binop": null }, - "start": 66212, - "end": 66213, + "start": 66366, + "end": 66367, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 64 }, "end": { - "line": 1883, + "line": 1888, "column": 65 } } @@ -442827,15 +444217,15 @@ "updateContext": null }, "value": "", - "start": 66213, - "end": 66213, + "start": 66367, + "end": 66367, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 65 }, "end": { - "line": 1883, + "line": 1888, "column": 65 } } @@ -442852,15 +444242,15 @@ "postfix": false, "binop": null }, - "start": 66213, - "end": 66214, + "start": 66367, + "end": 66368, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 65 }, "end": { - "line": 1883, + "line": 1888, "column": 66 } } @@ -442878,15 +444268,15 @@ "binop": null, "updateContext": null }, - "start": 66214, - "end": 66215, + "start": 66368, + "end": 66369, "loc": { "start": { - "line": 1883, + "line": 1888, "column": 66 }, "end": { - "line": 1883, + "line": 1888, "column": 67 } } @@ -442903,15 +444293,15 @@ "postfix": false, "binop": null }, - "start": 66232, - "end": 66233, + "start": 66386, + "end": 66387, "loc": { "start": { - "line": 1884, + "line": 1889, "column": 16 }, "end": { - "line": 1884, + "line": 1889, "column": 17 } } @@ -442931,15 +444321,15 @@ "updateContext": null }, "value": "break", - "start": 66250, - "end": 66255, + "start": 66404, + "end": 66409, "loc": { "start": { - "line": 1885, + "line": 1890, "column": 16 }, "end": { - "line": 1885, + "line": 1890, "column": 21 } } @@ -442957,15 +444347,15 @@ "binop": null, "updateContext": null }, - "start": 66255, - "end": 66256, + "start": 66409, + "end": 66410, "loc": { "start": { - "line": 1885, + "line": 1890, "column": 21 }, "end": { - "line": 1885, + "line": 1890, "column": 22 } } @@ -442982,15 +444372,15 @@ "postfix": false, "binop": null }, - "start": 66265, - "end": 66266, + "start": 66419, + "end": 66420, "loc": { "start": { - "line": 1886, + "line": 1891, "column": 8 }, "end": { - "line": 1886, + "line": 1891, "column": 9 } } @@ -442998,15 +444388,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66276, - "end": 66317, + "start": 66430, + "end": 66471, "loc": { "start": { - "line": 1888, + "line": 1893, "column": 8 }, "end": { - "line": 1888, + "line": 1893, "column": 49 } } @@ -443026,15 +444416,15 @@ "updateContext": null }, "value": "this", - "start": 66326, - "end": 66330, + "start": 66480, + "end": 66484, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 8 }, "end": { - "line": 1889, + "line": 1894, "column": 12 } } @@ -443052,15 +444442,15 @@ "binop": null, "updateContext": null }, - "start": 66330, - "end": 66331, + "start": 66484, + "end": 66485, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 12 }, "end": { - "line": 1889, + "line": 1894, "column": 13 } } @@ -443078,15 +444468,15 @@ "binop": null }, "value": "player", - "start": 66331, - "end": 66337, + "start": 66485, + "end": 66491, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 13 }, "end": { - "line": 1889, + "line": 1894, "column": 19 } } @@ -443104,15 +444494,15 @@ "binop": null, "updateContext": null }, - "start": 66337, - "end": 66338, + "start": 66491, + "end": 66492, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 19 }, "end": { - "line": 1889, + "line": 1894, "column": 20 } } @@ -443130,15 +444520,15 @@ "binop": null }, "value": "trigger", - "start": 66338, - "end": 66345, + "start": 66492, + "end": 66499, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 20 }, "end": { - "line": 1889, + "line": 1894, "column": 27 } } @@ -443155,15 +444545,15 @@ "postfix": false, "binop": null }, - "start": 66345, - "end": 66346, + "start": 66499, + "end": 66500, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 27 }, "end": { - "line": 1889, + "line": 1894, "column": 28 } } @@ -443181,15 +444571,15 @@ "binop": null }, "value": "Event", - "start": 66346, - "end": 66351, + "start": 66500, + "end": 66505, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 28 }, "end": { - "line": 1889, + "line": 1894, "column": 33 } } @@ -443207,15 +444597,15 @@ "binop": null, "updateContext": null }, - "start": 66351, - "end": 66352, + "start": 66505, + "end": 66506, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 33 }, "end": { - "line": 1889, + "line": 1894, "column": 34 } } @@ -443233,15 +444623,15 @@ "binop": null }, "value": "ERROR", - "start": 66352, - "end": 66357, + "start": 66506, + "end": 66511, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 34 }, "end": { - "line": 1889, + "line": 1894, "column": 39 } } @@ -443259,15 +444649,15 @@ "binop": null, "updateContext": null }, - "start": 66357, - "end": 66358, + "start": 66511, + "end": 66512, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 39 }, "end": { - "line": 1889, + "line": 1894, "column": 40 } } @@ -443285,15 +444675,15 @@ "binop": null }, "value": "errorMessage", - "start": 66359, - "end": 66371, + "start": 66513, + "end": 66525, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 41 }, "end": { - "line": 1889, + "line": 1894, "column": 53 } } @@ -443310,15 +444700,15 @@ "postfix": false, "binop": null }, - "start": 66371, - "end": 66372, + "start": 66525, + "end": 66526, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 53 }, "end": { - "line": 1889, + "line": 1894, "column": 54 } } @@ -443336,15 +444726,15 @@ "binop": null, "updateContext": null }, - "start": 66372, - "end": 66373, + "start": 66526, + "end": 66527, "loc": { "start": { - "line": 1889, + "line": 1894, "column": 54 }, "end": { - "line": 1889, + "line": 1894, "column": 55 } } @@ -443361,15 +444751,15 @@ "postfix": false, "binop": null }, - "start": 66378, - "end": 66379, + "start": 66532, + "end": 66533, "loc": { "start": { - "line": 1890, + "line": 1895, "column": 4 }, "end": { - "line": 1890, + "line": 1895, "column": 5 } } @@ -443377,15 +444767,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": 66385, - "end": 66724, + "start": 66539, + "end": 66878, "loc": { "start": { - "line": 1892, + "line": 1897, "column": 4 }, "end": { - "line": 1898, + "line": 1903, "column": 7 } } @@ -443403,15 +444793,15 @@ "binop": null }, "value": "setFormatTime", - "start": 66729, - "end": 66742, + "start": 66883, + "end": 66896, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 4 }, "end": { - "line": 1899, + "line": 1904, "column": 17 } } @@ -443428,15 +444818,15 @@ "postfix": false, "binop": null }, - "start": 66742, - "end": 66743, + "start": 66896, + "end": 66897, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 17 }, "end": { - "line": 1899, + "line": 1904, "column": 18 } } @@ -443454,15 +444844,15 @@ "binop": null }, "value": "customImplementation", - "start": 66743, - "end": 66763, + "start": 66897, + "end": 66917, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 18 }, "end": { - "line": 1899, + "line": 1904, "column": 38 } } @@ -443479,15 +444869,15 @@ "postfix": false, "binop": null }, - "start": 66763, - "end": 66764, + "start": 66917, + "end": 66918, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 38 }, "end": { - "line": 1899, + "line": 1904, "column": 39 } } @@ -443504,15 +444894,15 @@ "postfix": false, "binop": null }, - "start": 66765, - "end": 66766, + "start": 66919, + "end": 66920, "loc": { "start": { - "line": 1899, + "line": 1904, "column": 40 }, "end": { - "line": 1899, + "line": 1904, "column": 41 } } @@ -443532,15 +444922,15 @@ "updateContext": null }, "value": "this", - "start": 66775, - "end": 66779, + "start": 66929, + "end": 66933, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 8 }, "end": { - "line": 1900, + "line": 1905, "column": 12 } } @@ -443558,15 +444948,15 @@ "binop": null, "updateContext": null }, - "start": 66779, - "end": 66780, + "start": 66933, + "end": 66934, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 12 }, "end": { - "line": 1900, + "line": 1905, "column": 13 } } @@ -443584,15 +444974,15 @@ "binop": null }, "value": "_formatTime", - "start": 66780, - "end": 66791, + "start": 66934, + "end": 66945, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 13 }, "end": { - "line": 1900, + "line": 1905, "column": 24 } } @@ -443611,15 +445001,15 @@ "updateContext": null }, "value": "=", - "start": 66792, - "end": 66793, + "start": 66946, + "end": 66947, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 25 }, "end": { - "line": 1900, + "line": 1905, "column": 26 } } @@ -443637,15 +445027,15 @@ "binop": null }, "value": "customImplementation", - "start": 66794, - "end": 66814, + "start": 66948, + "end": 66968, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 27 }, "end": { - "line": 1900, + "line": 1905, "column": 47 } } @@ -443663,15 +445053,15 @@ "binop": null, "updateContext": null }, - "start": 66814, - "end": 66815, + "start": 66968, + "end": 66969, "loc": { "start": { - "line": 1900, + "line": 1905, "column": 47 }, "end": { - "line": 1900, + "line": 1905, "column": 48 } } @@ -443689,15 +445079,15 @@ "binop": null }, "value": "videojs", - "start": 66825, - "end": 66832, + "start": 66979, + "end": 66986, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 8 }, "end": { - "line": 1902, + "line": 1907, "column": 15 } } @@ -443715,15 +445105,15 @@ "binop": null, "updateContext": null }, - "start": 66832, - "end": 66833, + "start": 66986, + "end": 66987, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 15 }, "end": { - "line": 1902, + "line": 1907, "column": 16 } } @@ -443741,15 +445131,15 @@ "binop": null }, "value": "setFormatTime", - "start": 66833, - "end": 66846, + "start": 66987, + "end": 67000, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 16 }, "end": { - "line": 1902, + "line": 1907, "column": 29 } } @@ -443766,15 +445156,15 @@ "postfix": false, "binop": null }, - "start": 66846, - "end": 66847, + "start": 67000, + "end": 67001, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 29 }, "end": { - "line": 1902, + "line": 1907, "column": 30 } } @@ -443794,15 +445184,15 @@ "updateContext": null }, "value": "this", - "start": 66847, - "end": 66851, + "start": 67001, + "end": 67005, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 30 }, "end": { - "line": 1902, + "line": 1907, "column": 34 } } @@ -443820,15 +445210,15 @@ "binop": null, "updateContext": null }, - "start": 66851, - "end": 66852, + "start": 67005, + "end": 67006, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 34 }, "end": { - "line": 1902, + "line": 1907, "column": 35 } } @@ -443846,15 +445236,15 @@ "binop": null }, "value": "_formatTime", - "start": 66852, - "end": 66863, + "start": 67006, + "end": 67017, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 35 }, "end": { - "line": 1902, + "line": 1907, "column": 46 } } @@ -443871,15 +445261,15 @@ "postfix": false, "binop": null }, - "start": 66863, - "end": 66864, + "start": 67017, + "end": 67018, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 46 }, "end": { - "line": 1902, + "line": 1907, "column": 47 } } @@ -443897,15 +445287,15 @@ "binop": null, "updateContext": null }, - "start": 66864, - "end": 66865, + "start": 67018, + "end": 67019, "loc": { "start": { - "line": 1902, + "line": 1907, "column": 47 }, "end": { - "line": 1902, + "line": 1907, "column": 48 } } @@ -443913,15 +445303,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 66875, - "end": 66888, + "start": 67029, + "end": 67042, "loc": { "start": { - "line": 1904, + "line": 1909, "column": 8 }, "end": { - "line": 1904, + "line": 1909, "column": 21 } } @@ -443941,15 +445331,15 @@ "updateContext": null }, "value": "if", - "start": 66897, - "end": 66899, + "start": 67051, + "end": 67053, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 8 }, "end": { - "line": 1905, + "line": 1910, "column": 10 } } @@ -443966,15 +445356,15 @@ "postfix": false, "binop": null }, - "start": 66900, - "end": 66901, + "start": 67054, + "end": 67055, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 11 }, "end": { - "line": 1905, + "line": 1910, "column": 12 } } @@ -443994,15 +445384,15 @@ "updateContext": null }, "value": "this", - "start": 66901, - "end": 66905, + "start": 67055, + "end": 67059, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 12 }, "end": { - "line": 1905, + "line": 1910, "column": 16 } } @@ -444020,15 +445410,15 @@ "binop": null, "updateContext": null }, - "start": 66905, - "end": 66906, + "start": 67059, + "end": 67060, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 16 }, "end": { - "line": 1905, + "line": 1910, "column": 17 } } @@ -444046,15 +445436,15 @@ "binop": null }, "value": "surfer", - "start": 66906, - "end": 66912, + "start": 67060, + "end": 67066, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 17 }, "end": { - "line": 1905, + "line": 1910, "column": 23 } } @@ -444071,15 +445461,15 @@ "postfix": false, "binop": null }, - "start": 66912, - "end": 66913, + "start": 67066, + "end": 67067, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 23 }, "end": { - "line": 1905, + "line": 1910, "column": 24 } } @@ -444096,15 +445486,15 @@ "postfix": false, "binop": null }, - "start": 66914, - "end": 66915, + "start": 67068, + "end": 67069, "loc": { "start": { - "line": 1905, + "line": 1910, "column": 25 }, "end": { - "line": 1905, + "line": 1910, "column": 26 } } @@ -444112,15 +445502,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 66928, - "end": 66966, + "start": 67082, + "end": 67120, "loc": { "start": { - "line": 1906, + "line": 1911, "column": 12 }, "end": { - "line": 1906, + "line": 1911, "column": 50 } } @@ -444140,15 +445530,15 @@ "updateContext": null }, "value": "this", - "start": 66979, - "end": 66983, + "start": 67133, + "end": 67137, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 12 }, "end": { - "line": 1907, + "line": 1912, "column": 16 } } @@ -444166,15 +445556,15 @@ "binop": null, "updateContext": null }, - "start": 66983, - "end": 66984, + "start": 67137, + "end": 67138, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 16 }, "end": { - "line": 1907, + "line": 1912, "column": 17 } } @@ -444192,15 +445582,15 @@ "binop": null }, "value": "surfer", - "start": 66984, - "end": 66990, + "start": 67138, + "end": 67144, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 17 }, "end": { - "line": 1907, + "line": 1912, "column": 23 } } @@ -444218,15 +445608,15 @@ "binop": null, "updateContext": null }, - "start": 66990, - "end": 66991, + "start": 67144, + "end": 67145, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 23 }, "end": { - "line": 1907, + "line": 1912, "column": 24 } } @@ -444244,15 +445634,15 @@ "binop": null }, "value": "setFormatTime", - "start": 66991, - "end": 67004, + "start": 67145, + "end": 67158, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 24 }, "end": { - "line": 1907, + "line": 1912, "column": 37 } } @@ -444269,15 +445659,15 @@ "postfix": false, "binop": null }, - "start": 67004, - "end": 67005, + "start": 67158, + "end": 67159, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 37 }, "end": { - "line": 1907, + "line": 1912, "column": 38 } } @@ -444297,15 +445687,15 @@ "updateContext": null }, "value": "this", - "start": 67005, - "end": 67009, + "start": 67159, + "end": 67163, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 38 }, "end": { - "line": 1907, + "line": 1912, "column": 42 } } @@ -444323,15 +445713,15 @@ "binop": null, "updateContext": null }, - "start": 67009, - "end": 67010, + "start": 67163, + "end": 67164, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 42 }, "end": { - "line": 1907, + "line": 1912, "column": 43 } } @@ -444349,15 +445739,15 @@ "binop": null }, "value": "_formatTime", - "start": 67010, - "end": 67021, + "start": 67164, + "end": 67175, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 43 }, "end": { - "line": 1907, + "line": 1912, "column": 54 } } @@ -444374,15 +445764,15 @@ "postfix": false, "binop": null }, - "start": 67021, - "end": 67022, + "start": 67175, + "end": 67176, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 54 }, "end": { - "line": 1907, + "line": 1912, "column": 55 } } @@ -444400,15 +445790,15 @@ "binop": null, "updateContext": null }, - "start": 67022, - "end": 67023, + "start": 67176, + "end": 67177, "loc": { "start": { - "line": 1907, + "line": 1912, "column": 55 }, "end": { - "line": 1907, + "line": 1912, "column": 56 } } @@ -444425,15 +445815,15 @@ "postfix": false, "binop": null }, - "start": 67032, - "end": 67033, + "start": 67186, + "end": 67187, "loc": { "start": { - "line": 1908, + "line": 1913, "column": 8 }, "end": { - "line": 1908, + "line": 1913, "column": 9 } } @@ -444450,15 +445840,15 @@ "postfix": false, "binop": null }, - "start": 67038, - "end": 67039, + "start": 67192, + "end": 67193, "loc": { "start": { - "line": 1909, + "line": 1914, "column": 4 }, "end": { - "line": 1909, + "line": 1914, "column": 5 } } @@ -444466,15 +445856,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67045, - "end": 67176, + "start": 67199, + "end": 67330, "loc": { "start": { - "line": 1911, + "line": 1916, "column": 4 }, "end": { - "line": 1916, + "line": 1921, "column": 7 } } @@ -444492,15 +445882,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 67181, - "end": 67201, + "start": 67335, + "end": 67355, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 4 }, "end": { - "line": 1917, + "line": 1922, "column": 24 } } @@ -444517,15 +445907,15 @@ "postfix": false, "binop": null }, - "start": 67201, - "end": 67202, + "start": 67355, + "end": 67356, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 24 }, "end": { - "line": 1917, + "line": 1922, "column": 25 } } @@ -444543,15 +445933,15 @@ "binop": null }, "value": "display", - "start": 67202, - "end": 67209, + "start": 67356, + "end": 67363, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 25 }, "end": { - "line": 1917, + "line": 1922, "column": 32 } } @@ -444568,15 +445958,15 @@ "postfix": false, "binop": null }, - "start": 67209, - "end": 67210, + "start": 67363, + "end": 67364, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 32 }, "end": { - "line": 1917, + "line": 1922, "column": 33 } } @@ -444593,15 +445983,15 @@ "postfix": false, "binop": null }, - "start": 67211, - "end": 67212, + "start": 67365, + "end": 67366, "loc": { "start": { - "line": 1917, + "line": 1922, "column": 34 }, "end": { - "line": 1917, + "line": 1922, "column": 35 } } @@ -444621,15 +446011,15 @@ "updateContext": null }, "value": "if", - "start": 67221, - "end": 67223, + "start": 67375, + "end": 67377, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 8 }, "end": { - "line": 1918, + "line": 1923, "column": 10 } } @@ -444646,15 +446036,15 @@ "postfix": false, "binop": null }, - "start": 67224, - "end": 67225, + "start": 67378, + "end": 67379, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 11 }, "end": { - "line": 1918, + "line": 1923, "column": 12 } } @@ -444674,15 +446064,15 @@ "updateContext": null }, "value": "this", - "start": 67225, - "end": 67229, + "start": 67379, + "end": 67383, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 12 }, "end": { - "line": 1918, + "line": 1923, "column": 16 } } @@ -444700,15 +446090,15 @@ "binop": null, "updateContext": null }, - "start": 67229, - "end": 67230, + "start": 67383, + "end": 67384, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 16 }, "end": { - "line": 1918, + "line": 1923, "column": 17 } } @@ -444726,15 +446116,15 @@ "binop": null }, "value": "player", - "start": 67230, - "end": 67236, + "start": 67384, + "end": 67390, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 17 }, "end": { - "line": 1918, + "line": 1923, "column": 23 } } @@ -444752,15 +446142,15 @@ "binop": null, "updateContext": null }, - "start": 67236, - "end": 67237, + "start": 67390, + "end": 67391, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 23 }, "end": { - "line": 1918, + "line": 1923, "column": 24 } } @@ -444778,15 +446168,15 @@ "binop": null }, "value": "controlBar", - "start": 67237, - "end": 67247, + "start": 67391, + "end": 67401, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 24 }, "end": { - "line": 1918, + "line": 1923, "column": 34 } } @@ -444804,15 +446194,15 @@ "binop": null, "updateContext": null }, - "start": 67247, - "end": 67248, + "start": 67401, + "end": 67402, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 34 }, "end": { - "line": 1918, + "line": 1923, "column": 35 } } @@ -444830,15 +446220,15 @@ "binop": null }, "value": "volumePanel", - "start": 67248, - "end": 67259, + "start": 67402, + "end": 67413, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 35 }, "end": { - "line": 1918, + "line": 1923, "column": 46 } } @@ -444857,15 +446247,15 @@ "updateContext": null }, "value": "!==", - "start": 67260, - "end": 67263, + "start": 67414, + "end": 67417, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 47 }, "end": { - "line": 1918, + "line": 1923, "column": 50 } } @@ -444883,15 +446273,15 @@ "binop": null }, "value": "undefined", - "start": 67264, - "end": 67273, + "start": 67418, + "end": 67427, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 51 }, "end": { - "line": 1918, + "line": 1923, "column": 60 } } @@ -444908,15 +446298,15 @@ "postfix": false, "binop": null }, - "start": 67273, - "end": 67274, + "start": 67427, + "end": 67428, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 60 }, "end": { - "line": 1918, + "line": 1923, "column": 61 } } @@ -444933,15 +446323,15 @@ "postfix": false, "binop": null }, - "start": 67275, - "end": 67276, + "start": 67429, + "end": 67430, "loc": { "start": { - "line": 1918, + "line": 1923, "column": 62 }, "end": { - "line": 1918, + "line": 1923, "column": 63 } } @@ -444961,15 +446351,15 @@ "updateContext": null }, "value": "if", - "start": 67289, - "end": 67291, + "start": 67443, + "end": 67445, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 12 }, "end": { - "line": 1919, + "line": 1924, "column": 14 } } @@ -444986,15 +446376,15 @@ "postfix": false, "binop": null }, - "start": 67292, - "end": 67293, + "start": 67446, + "end": 67447, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 15 }, "end": { - "line": 1919, + "line": 1924, "column": 16 } } @@ -445012,15 +446402,15 @@ "binop": null }, "value": "display", - "start": 67293, - "end": 67300, + "start": 67447, + "end": 67454, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 16 }, "end": { - "line": 1919, + "line": 1924, "column": 23 } } @@ -445039,15 +446429,15 @@ "updateContext": null }, "value": "===", - "start": 67301, - "end": 67304, + "start": 67455, + "end": 67458, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 24 }, "end": { - "line": 1919, + "line": 1924, "column": 27 } } @@ -445067,15 +446457,15 @@ "updateContext": null }, "value": "true", - "start": 67305, - "end": 67309, + "start": 67459, + "end": 67463, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 28 }, "end": { - "line": 1919, + "line": 1924, "column": 32 } } @@ -445092,15 +446482,15 @@ "postfix": false, "binop": null }, - "start": 67309, - "end": 67310, + "start": 67463, + "end": 67464, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 32 }, "end": { - "line": 1919, + "line": 1924, "column": 33 } } @@ -445117,15 +446507,15 @@ "postfix": false, "binop": null }, - "start": 67311, - "end": 67312, + "start": 67465, + "end": 67466, "loc": { "start": { - "line": 1919, + "line": 1924, "column": 34 }, "end": { - "line": 1919, + "line": 1924, "column": 35 } } @@ -445143,15 +446533,15 @@ "binop": null }, "value": "display", - "start": 67329, - "end": 67336, + "start": 67483, + "end": 67490, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 16 }, "end": { - "line": 1920, + "line": 1925, "column": 23 } } @@ -445170,15 +446560,15 @@ "updateContext": null }, "value": "=", - "start": 67337, - "end": 67338, + "start": 67491, + "end": 67492, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 24 }, "end": { - "line": 1920, + "line": 1925, "column": 25 } } @@ -445197,15 +446587,15 @@ "updateContext": null }, "value": "flex", - "start": 67339, - "end": 67345, + "start": 67493, + "end": 67499, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 26 }, "end": { - "line": 1920, + "line": 1925, "column": 32 } } @@ -445223,15 +446613,15 @@ "binop": null, "updateContext": null }, - "start": 67345, - "end": 67346, + "start": 67499, + "end": 67500, "loc": { "start": { - "line": 1920, + "line": 1925, "column": 32 }, "end": { - "line": 1920, + "line": 1925, "column": 33 } } @@ -445248,15 +446638,15 @@ "postfix": false, "binop": null }, - "start": 67359, - "end": 67360, + "start": 67513, + "end": 67514, "loc": { "start": { - "line": 1921, + "line": 1926, "column": 12 }, "end": { - "line": 1921, + "line": 1926, "column": 13 } } @@ -445276,15 +446666,15 @@ "updateContext": null }, "value": "else", - "start": 67361, - "end": 67365, + "start": 67515, + "end": 67519, "loc": { "start": { - "line": 1921, + "line": 1926, "column": 14 }, "end": { - "line": 1921, + "line": 1926, "column": 18 } } @@ -445301,15 +446691,15 @@ "postfix": false, "binop": null }, - "start": 67366, - "end": 67367, + "start": 67520, + "end": 67521, "loc": { "start": { - "line": 1921, + "line": 1926, "column": 19 }, "end": { - "line": 1921, + "line": 1926, "column": 20 } } @@ -445327,15 +446717,15 @@ "binop": null }, "value": "display", - "start": 67384, - "end": 67391, + "start": 67538, + "end": 67545, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 16 }, "end": { - "line": 1922, + "line": 1927, "column": 23 } } @@ -445354,15 +446744,15 @@ "updateContext": null }, "value": "=", - "start": 67392, - "end": 67393, + "start": 67546, + "end": 67547, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 24 }, "end": { - "line": 1922, + "line": 1927, "column": 25 } } @@ -445381,15 +446771,15 @@ "updateContext": null }, "value": "none", - "start": 67394, - "end": 67400, + "start": 67548, + "end": 67554, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 26 }, "end": { - "line": 1922, + "line": 1927, "column": 32 } } @@ -445407,15 +446797,15 @@ "binop": null, "updateContext": null }, - "start": 67400, - "end": 67401, + "start": 67554, + "end": 67555, "loc": { "start": { - "line": 1922, + "line": 1927, "column": 32 }, "end": { - "line": 1922, + "line": 1927, "column": 33 } } @@ -445432,15 +446822,15 @@ "postfix": false, "binop": null }, - "start": 67414, - "end": 67415, + "start": 67568, + "end": 67569, "loc": { "start": { - "line": 1923, + "line": 1928, "column": 12 }, "end": { - "line": 1923, + "line": 1928, "column": 13 } } @@ -445460,15 +446850,15 @@ "updateContext": null }, "value": "this", - "start": 67428, - "end": 67432, + "start": 67582, + "end": 67586, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 12 }, "end": { - "line": 1924, + "line": 1929, "column": 16 } } @@ -445486,15 +446876,15 @@ "binop": null, "updateContext": null }, - "start": 67432, - "end": 67433, + "start": 67586, + "end": 67587, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 16 }, "end": { - "line": 1924, + "line": 1929, "column": 17 } } @@ -445512,15 +446902,15 @@ "binop": null }, "value": "player", - "start": 67433, - "end": 67439, + "start": 67587, + "end": 67593, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 17 }, "end": { - "line": 1924, + "line": 1929, "column": 23 } } @@ -445538,15 +446928,15 @@ "binop": null, "updateContext": null }, - "start": 67439, - "end": 67440, + "start": 67593, + "end": 67594, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 23 }, "end": { - "line": 1924, + "line": 1929, "column": 24 } } @@ -445564,15 +446954,15 @@ "binop": null }, "value": "controlBar", - "start": 67440, - "end": 67450, + "start": 67594, + "end": 67604, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 24 }, "end": { - "line": 1924, + "line": 1929, "column": 34 } } @@ -445590,15 +446980,15 @@ "binop": null, "updateContext": null }, - "start": 67450, - "end": 67451, + "start": 67604, + "end": 67605, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 34 }, "end": { - "line": 1924, + "line": 1929, "column": 35 } } @@ -445616,15 +447006,15 @@ "binop": null }, "value": "volumePanel", - "start": 67451, - "end": 67462, + "start": 67605, + "end": 67616, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 35 }, "end": { - "line": 1924, + "line": 1929, "column": 46 } } @@ -445642,15 +447032,15 @@ "binop": null, "updateContext": null }, - "start": 67462, - "end": 67463, + "start": 67616, + "end": 67617, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 46 }, "end": { - "line": 1924, + "line": 1929, "column": 47 } } @@ -445668,15 +447058,15 @@ "binop": null }, "value": "el", - "start": 67463, - "end": 67465, + "start": 67617, + "end": 67619, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 47 }, "end": { - "line": 1924, + "line": 1929, "column": 49 } } @@ -445693,15 +447083,15 @@ "postfix": false, "binop": null }, - "start": 67465, - "end": 67466, + "start": 67619, + "end": 67620, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 49 }, "end": { - "line": 1924, + "line": 1929, "column": 50 } } @@ -445718,15 +447108,15 @@ "postfix": false, "binop": null }, - "start": 67466, - "end": 67467, + "start": 67620, + "end": 67621, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 50 }, "end": { - "line": 1924, + "line": 1929, "column": 51 } } @@ -445744,15 +447134,15 @@ "binop": null, "updateContext": null }, - "start": 67467, - "end": 67468, + "start": 67621, + "end": 67622, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 51 }, "end": { - "line": 1924, + "line": 1929, "column": 52 } } @@ -445770,15 +447160,15 @@ "binop": null }, "value": "style", - "start": 67468, - "end": 67473, + "start": 67622, + "end": 67627, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 52 }, "end": { - "line": 1924, + "line": 1929, "column": 57 } } @@ -445796,15 +447186,15 @@ "binop": null, "updateContext": null }, - "start": 67473, - "end": 67474, + "start": 67627, + "end": 67628, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 57 }, "end": { - "line": 1924, + "line": 1929, "column": 58 } } @@ -445822,15 +447212,15 @@ "binop": null }, "value": "display", - "start": 67474, - "end": 67481, + "start": 67628, + "end": 67635, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 58 }, "end": { - "line": 1924, + "line": 1929, "column": 65 } } @@ -445849,15 +447239,15 @@ "updateContext": null }, "value": "=", - "start": 67482, - "end": 67483, + "start": 67636, + "end": 67637, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 66 }, "end": { - "line": 1924, + "line": 1929, "column": 67 } } @@ -445875,15 +447265,15 @@ "binop": null }, "value": "display", - "start": 67484, - "end": 67491, + "start": 67638, + "end": 67645, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 68 }, "end": { - "line": 1924, + "line": 1929, "column": 75 } } @@ -445901,15 +447291,15 @@ "binop": null, "updateContext": null }, - "start": 67491, - "end": 67492, + "start": 67645, + "end": 67646, "loc": { "start": { - "line": 1924, + "line": 1929, "column": 75 }, "end": { - "line": 1924, + "line": 1929, "column": 76 } } @@ -445926,15 +447316,15 @@ "postfix": false, "binop": null }, - "start": 67501, - "end": 67502, + "start": 67655, + "end": 67656, "loc": { "start": { - "line": 1925, + "line": 1930, "column": 8 }, "end": { - "line": 1925, + "line": 1930, "column": 9 } } @@ -445951,15 +447341,15 @@ "postfix": false, "binop": null }, - "start": 67507, - "end": 67508, + "start": 67661, + "end": 67662, "loc": { "start": { - "line": 1926, + "line": 1931, "column": 4 }, "end": { - "line": 1926, + "line": 1931, "column": 5 } } @@ -445967,15 +447357,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": 67514, - "end": 67663, + "start": 67668, + "end": 67817, "loc": { "start": { - "line": 1928, + "line": 1933, "column": 4 }, "end": { - "line": 1933, + "line": 1938, "column": 7 } } @@ -445993,15 +447383,15 @@ "binop": null }, "value": "onStreamVisible", - "start": 67668, - "end": 67683, + "start": 67822, + "end": 67837, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 4 }, "end": { - "line": 1934, + "line": 1939, "column": 19 } } @@ -446018,15 +447408,15 @@ "postfix": false, "binop": null }, - "start": 67683, - "end": 67684, + "start": 67837, + "end": 67838, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 19 }, "end": { - "line": 1934, + "line": 1939, "column": 20 } } @@ -446044,15 +447434,15 @@ "binop": null }, "value": "event", - "start": 67684, - "end": 67689, + "start": 67838, + "end": 67843, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 20 }, "end": { - "line": 1934, + "line": 1939, "column": 25 } } @@ -446069,15 +447459,15 @@ "postfix": false, "binop": null }, - "start": 67689, - "end": 67690, + "start": 67843, + "end": 67844, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 25 }, "end": { - "line": 1934, + "line": 1939, "column": 26 } } @@ -446094,15 +447484,15 @@ "postfix": false, "binop": null }, - "start": 67691, - "end": 67692, + "start": 67845, + "end": 67846, "loc": { "start": { - "line": 1934, + "line": 1939, "column": 27 }, "end": { - "line": 1934, + "line": 1939, "column": 28 } } @@ -446110,15 +447500,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67701, - "end": 67746, + "start": 67855, + "end": 67900, "loc": { "start": { - "line": 1935, + "line": 1940, "column": 8 }, "end": { - "line": 1935, + "line": 1940, "column": 53 } } @@ -446138,15 +447528,15 @@ "updateContext": null }, "value": "this", - "start": 67755, - "end": 67759, + "start": 67909, + "end": 67913, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 8 }, "end": { - "line": 1936, + "line": 1941, "column": 12 } } @@ -446164,15 +447554,15 @@ "binop": null, "updateContext": null }, - "start": 67759, - "end": 67760, + "start": 67913, + "end": 67914, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 12 }, "end": { - "line": 1936, + "line": 1941, "column": 13 } } @@ -446190,15 +447580,15 @@ "binop": null }, "value": "mediaElement", - "start": 67760, - "end": 67772, + "start": 67914, + "end": 67926, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 13 }, "end": { - "line": 1936, + "line": 1941, "column": 25 } } @@ -446216,15 +447606,15 @@ "binop": null, "updateContext": null }, - "start": 67772, - "end": 67773, + "start": 67926, + "end": 67927, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 25 }, "end": { - "line": 1936, + "line": 1941, "column": 26 } } @@ -446242,15 +447632,15 @@ "binop": null }, "value": "removeEventListener", - "start": 67773, - "end": 67792, + "start": 67927, + "end": 67946, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 26 }, "end": { - "line": 1936, + "line": 1941, "column": 45 } } @@ -446267,15 +447657,15 @@ "postfix": false, "binop": null }, - "start": 67792, - "end": 67793, + "start": 67946, + "end": 67947, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 45 }, "end": { - "line": 1936, + "line": 1941, "column": 46 } } @@ -446293,15 +447683,15 @@ "binop": null }, "value": "Event", - "start": 67793, - "end": 67798, + "start": 67947, + "end": 67952, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 46 }, "end": { - "line": 1936, + "line": 1941, "column": 51 } } @@ -446319,15 +447709,15 @@ "binop": null, "updateContext": null }, - "start": 67798, - "end": 67799, + "start": 67952, + "end": 67953, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 51 }, "end": { - "line": 1936, + "line": 1941, "column": 52 } } @@ -446345,15 +447735,15 @@ "binop": null }, "value": "PLAYING", - "start": 67799, - "end": 67806, + "start": 67953, + "end": 67960, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 52 }, "end": { - "line": 1936, + "line": 1941, "column": 59 } } @@ -446371,15 +447761,15 @@ "binop": null, "updateContext": null }, - "start": 67806, - "end": 67807, + "start": 67960, + "end": 67961, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 59 }, "end": { - "line": 1936, + "line": 1941, "column": 60 } } @@ -446399,15 +447789,15 @@ "updateContext": null }, "value": "this", - "start": 67808, - "end": 67812, + "start": 67962, + "end": 67966, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 61 }, "end": { - "line": 1936, + "line": 1941, "column": 65 } } @@ -446425,15 +447815,15 @@ "binop": null, "updateContext": null }, - "start": 67812, - "end": 67813, + "start": 67966, + "end": 67967, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 65 }, "end": { - "line": 1936, + "line": 1941, "column": 66 } } @@ -446451,15 +447841,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 67813, - "end": 67834, + "start": 67967, + "end": 67988, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 66 }, "end": { - "line": 1936, + "line": 1941, "column": 87 } } @@ -446476,15 +447866,15 @@ "postfix": false, "binop": null }, - "start": 67834, - "end": 67835, + "start": 67988, + "end": 67989, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 87 }, "end": { - "line": 1936, + "line": 1941, "column": 88 } } @@ -446502,15 +447892,15 @@ "binop": null, "updateContext": null }, - "start": 67835, - "end": 67836, + "start": 67989, + "end": 67990, "loc": { "start": { - "line": 1936, + "line": 1941, "column": 88 }, "end": { - "line": 1936, + "line": 1941, "column": 89 } } @@ -446518,15 +447908,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 67846, - "end": 67877, + "start": 68000, + "end": 68031, "loc": { "start": { - "line": 1938, + "line": 1943, "column": 8 }, "end": { - "line": 1938, + "line": 1943, "column": 39 } } @@ -446546,15 +447936,15 @@ "updateContext": null }, "value": "this", - "start": 67886, - "end": 67890, + "start": 68040, + "end": 68044, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 8 }, "end": { - "line": 1939, + "line": 1944, "column": 12 } } @@ -446572,15 +447962,15 @@ "binop": null, "updateContext": null }, - "start": 67890, - "end": 67891, + "start": 68044, + "end": 68045, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 12 }, "end": { - "line": 1939, + "line": 1944, "column": 13 } } @@ -446598,15 +447988,15 @@ "binop": null }, "value": "player", - "start": 67891, - "end": 67897, + "start": 68045, + "end": 68051, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 13 }, "end": { - "line": 1939, + "line": 1944, "column": 19 } } @@ -446624,15 +448014,15 @@ "binop": null, "updateContext": null }, - "start": 67897, - "end": 67898, + "start": 68051, + "end": 68052, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 19 }, "end": { - "line": 1939, + "line": 1944, "column": 20 } } @@ -446650,15 +448040,15 @@ "binop": null }, "value": "cameraButton", - "start": 67898, - "end": 67910, + "start": 68052, + "end": 68064, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 20 }, "end": { - "line": 1939, + "line": 1944, "column": 32 } } @@ -446676,15 +448066,15 @@ "binop": null, "updateContext": null }, - "start": 67910, - "end": 67911, + "start": 68064, + "end": 68065, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 32 }, "end": { - "line": 1939, + "line": 1944, "column": 33 } } @@ -446702,15 +448092,15 @@ "binop": null }, "value": "onStop", - "start": 67911, - "end": 67917, + "start": 68065, + "end": 68071, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 33 }, "end": { - "line": 1939, + "line": 1944, "column": 39 } } @@ -446727,15 +448117,15 @@ "postfix": false, "binop": null }, - "start": 67917, - "end": 67918, + "start": 68071, + "end": 68072, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 39 }, "end": { - "line": 1939, + "line": 1944, "column": 40 } } @@ -446752,15 +448142,15 @@ "postfix": false, "binop": null }, - "start": 67918, - "end": 67919, + "start": 68072, + "end": 68073, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 40 }, "end": { - "line": 1939, + "line": 1944, "column": 41 } } @@ -446778,15 +448168,15 @@ "binop": null, "updateContext": null }, - "start": 67919, - "end": 67920, + "start": 68073, + "end": 68074, "loc": { "start": { - "line": 1939, + "line": 1944, "column": 41 }, "end": { - "line": 1939, + "line": 1944, "column": 42 } } @@ -446806,15 +448196,15 @@ "updateContext": null }, "value": "this", - "start": 67929, - "end": 67933, + "start": 68083, + "end": 68087, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 8 }, "end": { - "line": 1940, + "line": 1945, "column": 12 } } @@ -446832,15 +448222,15 @@ "binop": null, "updateContext": null }, - "start": 67933, - "end": 67934, + "start": 68087, + "end": 68088, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 12 }, "end": { - "line": 1940, + "line": 1945, "column": 13 } } @@ -446858,15 +448248,15 @@ "binop": null }, "value": "player", - "start": 67934, - "end": 67940, + "start": 68088, + "end": 68094, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 13 }, "end": { - "line": 1940, + "line": 1945, "column": 19 } } @@ -446884,15 +448274,15 @@ "binop": null, "updateContext": null }, - "start": 67940, - "end": 67941, + "start": 68094, + "end": 68095, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 19 }, "end": { - "line": 1940, + "line": 1945, "column": 20 } } @@ -446910,15 +448300,15 @@ "binop": null }, "value": "cameraButton", - "start": 67941, - "end": 67953, + "start": 68095, + "end": 68107, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 20 }, "end": { - "line": 1940, + "line": 1945, "column": 32 } } @@ -446936,15 +448326,15 @@ "binop": null, "updateContext": null }, - "start": 67953, - "end": 67954, + "start": 68107, + "end": 68108, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 32 }, "end": { - "line": 1940, + "line": 1945, "column": 33 } } @@ -446962,15 +448352,15 @@ "binop": null }, "value": "show", - "start": 67954, - "end": 67958, + "start": 68108, + "end": 68112, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 33 }, "end": { - "line": 1940, + "line": 1945, "column": 37 } } @@ -446987,15 +448377,15 @@ "postfix": false, "binop": null }, - "start": 67958, - "end": 67959, + "start": 68112, + "end": 68113, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 37 }, "end": { - "line": 1940, + "line": 1945, "column": 38 } } @@ -447012,15 +448402,15 @@ "postfix": false, "binop": null }, - "start": 67959, - "end": 67960, + "start": 68113, + "end": 68114, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 38 }, "end": { - "line": 1940, + "line": 1945, "column": 39 } } @@ -447038,15 +448428,15 @@ "binop": null, "updateContext": null }, - "start": 67960, - "end": 67961, + "start": 68114, + "end": 68115, "loc": { "start": { - "line": 1940, + "line": 1945, "column": 39 }, "end": { - "line": 1940, + "line": 1945, "column": 40 } } @@ -447063,15 +448453,15 @@ "postfix": false, "binop": null }, - "start": 67966, - "end": 67967, + "start": 68120, + "end": 68121, "loc": { "start": { - "line": 1941, + "line": 1946, "column": 4 }, "end": { - "line": 1941, + "line": 1946, "column": 5 } } @@ -447079,15 +448469,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 67973, - "end": 68104, + "start": 68127, + "end": 68258, "loc": { "start": { - "line": 1943, + "line": 1948, "column": 4 }, "end": { - "line": 1948, + "line": 1953, "column": 7 } } @@ -447105,15 +448495,15 @@ "binop": null }, "value": "onEnterPiP", - "start": 68109, - "end": 68119, + "start": 68263, + "end": 68273, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 4 }, "end": { - "line": 1949, + "line": 1954, "column": 14 } } @@ -447130,15 +448520,15 @@ "postfix": false, "binop": null }, - "start": 68119, - "end": 68120, + "start": 68273, + "end": 68274, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 14 }, "end": { - "line": 1949, + "line": 1954, "column": 15 } } @@ -447156,15 +448546,15 @@ "binop": null }, "value": "event", - "start": 68120, - "end": 68125, + "start": 68274, + "end": 68279, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 15 }, "end": { - "line": 1949, + "line": 1954, "column": 20 } } @@ -447181,15 +448571,15 @@ "postfix": false, "binop": null }, - "start": 68125, - "end": 68126, + "start": 68279, + "end": 68280, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 20 }, "end": { - "line": 1949, + "line": 1954, "column": 21 } } @@ -447206,15 +448596,15 @@ "postfix": false, "binop": null }, - "start": 68127, - "end": 68128, + "start": 68281, + "end": 68282, "loc": { "start": { - "line": 1949, + "line": 1954, "column": 22 }, "end": { - "line": 1949, + "line": 1954, "column": 23 } } @@ -447234,15 +448624,15 @@ "updateContext": null }, "value": "this", - "start": 68137, - "end": 68141, + "start": 68291, + "end": 68295, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 8 }, "end": { - "line": 1950, + "line": 1955, "column": 12 } } @@ -447260,15 +448650,15 @@ "binop": null, "updateContext": null }, - "start": 68141, - "end": 68142, + "start": 68295, + "end": 68296, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 12 }, "end": { - "line": 1950, + "line": 1955, "column": 13 } } @@ -447286,15 +448676,15 @@ "binop": null }, "value": "player", - "start": 68142, - "end": 68148, + "start": 68296, + "end": 68302, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 13 }, "end": { - "line": 1950, + "line": 1955, "column": 19 } } @@ -447312,15 +448702,15 @@ "binop": null, "updateContext": null }, - "start": 68148, - "end": 68149, + "start": 68302, + "end": 68303, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 19 }, "end": { - "line": 1950, + "line": 1955, "column": 20 } } @@ -447338,15 +448728,15 @@ "binop": null }, "value": "trigger", - "start": 68149, - "end": 68156, + "start": 68303, + "end": 68310, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 20 }, "end": { - "line": 1950, + "line": 1955, "column": 27 } } @@ -447363,15 +448753,15 @@ "postfix": false, "binop": null }, - "start": 68156, - "end": 68157, + "start": 68310, + "end": 68311, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 27 }, "end": { - "line": 1950, + "line": 1955, "column": 28 } } @@ -447389,15 +448779,15 @@ "binop": null }, "value": "Event", - "start": 68157, - "end": 68162, + "start": 68311, + "end": 68316, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 28 }, "end": { - "line": 1950, + "line": 1955, "column": 33 } } @@ -447415,15 +448805,15 @@ "binop": null, "updateContext": null }, - "start": 68162, - "end": 68163, + "start": 68316, + "end": 68317, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 33 }, "end": { - "line": 1950, + "line": 1955, "column": 34 } } @@ -447441,15 +448831,15 @@ "binop": null }, "value": "ENTER_PIP", - "start": 68163, - "end": 68172, + "start": 68317, + "end": 68326, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 34 }, "end": { - "line": 1950, + "line": 1955, "column": 43 } } @@ -447467,15 +448857,15 @@ "binop": null, "updateContext": null }, - "start": 68172, - "end": 68173, + "start": 68326, + "end": 68327, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 43 }, "end": { - "line": 1950, + "line": 1955, "column": 44 } } @@ -447493,15 +448883,15 @@ "binop": null }, "value": "event", - "start": 68174, - "end": 68179, + "start": 68328, + "end": 68333, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 45 }, "end": { - "line": 1950, + "line": 1955, "column": 50 } } @@ -447518,15 +448908,15 @@ "postfix": false, "binop": null }, - "start": 68179, - "end": 68180, + "start": 68333, + "end": 68334, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 50 }, "end": { - "line": 1950, + "line": 1955, "column": 51 } } @@ -447544,15 +448934,15 @@ "binop": null, "updateContext": null }, - "start": 68180, - "end": 68181, + "start": 68334, + "end": 68335, "loc": { "start": { - "line": 1950, + "line": 1955, "column": 51 }, "end": { - "line": 1950, + "line": 1955, "column": 52 } } @@ -447569,15 +448959,15 @@ "postfix": false, "binop": null }, - "start": 68186, - "end": 68187, + "start": 68340, + "end": 68341, "loc": { "start": { - "line": 1951, + "line": 1956, "column": 4 }, "end": { - "line": 1951, + "line": 1956, "column": 5 } } @@ -447585,15 +448975,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68193, - "end": 68323, + "start": 68347, + "end": 68477, "loc": { "start": { - "line": 1953, + "line": 1958, "column": 4 }, "end": { - "line": 1958, + "line": 1963, "column": 7 } } @@ -447611,15 +449001,15 @@ "binop": null }, "value": "onLeavePiP", - "start": 68328, - "end": 68338, + "start": 68482, + "end": 68492, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 4 }, "end": { - "line": 1959, + "line": 1964, "column": 14 } } @@ -447636,15 +449026,15 @@ "postfix": false, "binop": null }, - "start": 68338, - "end": 68339, + "start": 68492, + "end": 68493, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 14 }, "end": { - "line": 1959, + "line": 1964, "column": 15 } } @@ -447662,15 +449052,15 @@ "binop": null }, "value": "event", - "start": 68339, - "end": 68344, + "start": 68493, + "end": 68498, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 15 }, "end": { - "line": 1959, + "line": 1964, "column": 20 } } @@ -447687,15 +449077,15 @@ "postfix": false, "binop": null }, - "start": 68344, - "end": 68345, + "start": 68498, + "end": 68499, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 20 }, "end": { - "line": 1959, + "line": 1964, "column": 21 } } @@ -447712,15 +449102,15 @@ "postfix": false, "binop": null }, - "start": 68346, - "end": 68347, + "start": 68500, + "end": 68501, "loc": { "start": { - "line": 1959, + "line": 1964, "column": 22 }, "end": { - "line": 1959, + "line": 1964, "column": 23 } } @@ -447740,15 +449130,15 @@ "updateContext": null }, "value": "this", - "start": 68356, - "end": 68360, + "start": 68510, + "end": 68514, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 8 }, "end": { - "line": 1960, + "line": 1965, "column": 12 } } @@ -447766,15 +449156,15 @@ "binop": null, "updateContext": null }, - "start": 68360, - "end": 68361, + "start": 68514, + "end": 68515, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 12 }, "end": { - "line": 1960, + "line": 1965, "column": 13 } } @@ -447792,15 +449182,15 @@ "binop": null }, "value": "player", - "start": 68361, - "end": 68367, + "start": 68515, + "end": 68521, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 13 }, "end": { - "line": 1960, + "line": 1965, "column": 19 } } @@ -447818,15 +449208,15 @@ "binop": null, "updateContext": null }, - "start": 68367, - "end": 68368, + "start": 68521, + "end": 68522, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 19 }, "end": { - "line": 1960, + "line": 1965, "column": 20 } } @@ -447844,15 +449234,15 @@ "binop": null }, "value": "trigger", - "start": 68368, - "end": 68375, + "start": 68522, + "end": 68529, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 20 }, "end": { - "line": 1960, + "line": 1965, "column": 27 } } @@ -447869,15 +449259,15 @@ "postfix": false, "binop": null }, - "start": 68375, - "end": 68376, + "start": 68529, + "end": 68530, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 27 }, "end": { - "line": 1960, + "line": 1965, "column": 28 } } @@ -447895,15 +449285,15 @@ "binop": null }, "value": "Event", - "start": 68376, - "end": 68381, + "start": 68530, + "end": 68535, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 28 }, "end": { - "line": 1960, + "line": 1965, "column": 33 } } @@ -447921,15 +449311,15 @@ "binop": null, "updateContext": null }, - "start": 68381, - "end": 68382, + "start": 68535, + "end": 68536, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 33 }, "end": { - "line": 1960, + "line": 1965, "column": 34 } } @@ -447947,15 +449337,15 @@ "binop": null }, "value": "LEAVE_PIP", - "start": 68382, - "end": 68391, + "start": 68536, + "end": 68545, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 34 }, "end": { - "line": 1960, + "line": 1965, "column": 43 } } @@ -447972,15 +449362,15 @@ "postfix": false, "binop": null }, - "start": 68391, - "end": 68392, + "start": 68545, + "end": 68546, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 43 }, "end": { - "line": 1960, + "line": 1965, "column": 44 } } @@ -447998,15 +449388,15 @@ "binop": null, "updateContext": null }, - "start": 68392, - "end": 68393, + "start": 68546, + "end": 68547, "loc": { "start": { - "line": 1960, + "line": 1965, "column": 44 }, "end": { - "line": 1960, + "line": 1965, "column": 45 } } @@ -448023,15 +449413,15 @@ "postfix": false, "binop": null }, - "start": 68398, - "end": 68399, + "start": 68552, + "end": 68553, "loc": { "start": { - "line": 1961, + "line": 1966, "column": 4 }, "end": { - "line": 1961, + "line": 1966, "column": 5 } } @@ -448048,15 +449438,15 @@ "postfix": false, "binop": null }, - "start": 68400, - "end": 68401, + "start": 68554, + "end": 68555, "loc": { "start": { - "line": 1962, + "line": 1967, "column": 0 }, "end": { - "line": 1962, + "line": 1967, "column": 1 } } @@ -448064,15 +449454,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68403, - "end": 68441, + "start": 68557, + "end": 68595, "loc": { "start": { - "line": 1964, + "line": 1969, "column": 0 }, "end": { - "line": 1964, + "line": 1969, "column": 38 } } @@ -448090,15 +449480,15 @@ "binop": null }, "value": "Record", - "start": 68442, - "end": 68448, + "start": 68596, + "end": 68602, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 0 }, "end": { - "line": 1965, + "line": 1970, "column": 6 } } @@ -448116,15 +449506,15 @@ "binop": null, "updateContext": null }, - "start": 68448, - "end": 68449, + "start": 68602, + "end": 68603, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 6 }, "end": { - "line": 1965, + "line": 1970, "column": 7 } } @@ -448142,15 +449532,15 @@ "binop": null }, "value": "VERSION", - "start": 68449, - "end": 68456, + "start": 68603, + "end": 68610, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 7 }, "end": { - "line": 1965, + "line": 1970, "column": 14 } } @@ -448169,15 +449559,15 @@ "updateContext": null }, "value": "=", - "start": 68457, - "end": 68458, + "start": 68611, + "end": 68612, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 15 }, "end": { - "line": 1965, + "line": 1970, "column": 16 } } @@ -448195,15 +449585,15 @@ "binop": null }, "value": "__VERSION__", - "start": 68459, - "end": 68470, + "start": 68613, + "end": 68624, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 17 }, "end": { - "line": 1965, + "line": 1970, "column": 28 } } @@ -448221,15 +449611,15 @@ "binop": null, "updateContext": null }, - "start": 68470, - "end": 68471, + "start": 68624, + "end": 68625, "loc": { "start": { - "line": 1965, + "line": 1970, "column": 28 }, "end": { - "line": 1965, + "line": 1970, "column": 29 } } @@ -448237,15 +449627,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68473, - "end": 68491, + "start": 68627, + "end": 68645, "loc": { "start": { - "line": 1967, + "line": 1972, "column": 0 }, "end": { - "line": 1967, + "line": 1972, "column": 18 } } @@ -448263,15 +449653,15 @@ "binop": null }, "value": "videojs", - "start": 68492, - "end": 68499, + "start": 68646, + "end": 68653, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 0 }, "end": { - "line": 1968, + "line": 1973, "column": 7 } } @@ -448289,15 +449679,15 @@ "binop": null, "updateContext": null }, - "start": 68499, - "end": 68500, + "start": 68653, + "end": 68654, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 7 }, "end": { - "line": 1968, + "line": 1973, "column": 8 } } @@ -448315,15 +449705,15 @@ "binop": null }, "value": "Record", - "start": 68500, - "end": 68506, + "start": 68654, + "end": 68660, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 8 }, "end": { - "line": 1968, + "line": 1973, "column": 14 } } @@ -448342,15 +449732,15 @@ "updateContext": null }, "value": "=", - "start": 68507, - "end": 68508, + "start": 68661, + "end": 68662, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 15 }, "end": { - "line": 1968, + "line": 1973, "column": 16 } } @@ -448368,15 +449758,15 @@ "binop": null }, "value": "Record", - "start": 68509, - "end": 68515, + "start": 68663, + "end": 68669, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 17 }, "end": { - "line": 1968, + "line": 1973, "column": 23 } } @@ -448394,15 +449784,15 @@ "binop": null, "updateContext": null }, - "start": 68515, - "end": 68516, + "start": 68669, + "end": 68670, "loc": { "start": { - "line": 1968, + "line": 1973, "column": 23 }, "end": { - "line": 1968, + "line": 1973, "column": 24 } } @@ -448422,15 +449812,15 @@ "updateContext": null }, "value": "if", - "start": 68517, - "end": 68519, + "start": 68671, + "end": 68673, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 0 }, "end": { - "line": 1969, + "line": 1974, "column": 2 } } @@ -448447,15 +449837,15 @@ "postfix": false, "binop": null }, - "start": 68520, - "end": 68521, + "start": 68674, + "end": 68675, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 3 }, "end": { - "line": 1969, + "line": 1974, "column": 4 } } @@ -448473,15 +449863,15 @@ "binop": null }, "value": "videojs", - "start": 68521, - "end": 68528, + "start": 68675, + "end": 68682, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 4 }, "end": { - "line": 1969, + "line": 1974, "column": 11 } } @@ -448499,15 +449889,15 @@ "binop": null, "updateContext": null }, - "start": 68528, - "end": 68529, + "start": 68682, + "end": 68683, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 11 }, "end": { - "line": 1969, + "line": 1974, "column": 12 } } @@ -448525,15 +449915,15 @@ "binop": null }, "value": "getPlugin", - "start": 68529, - "end": 68538, + "start": 68683, + "end": 68692, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 12 }, "end": { - "line": 1969, + "line": 1974, "column": 21 } } @@ -448550,15 +449940,15 @@ "postfix": false, "binop": null }, - "start": 68538, - "end": 68539, + "start": 68692, + "end": 68693, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 21 }, "end": { - "line": 1969, + "line": 1974, "column": 22 } } @@ -448577,15 +449967,15 @@ "updateContext": null }, "value": "record", - "start": 68539, - "end": 68547, + "start": 68693, + "end": 68701, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 22 }, "end": { - "line": 1969, + "line": 1974, "column": 30 } } @@ -448602,15 +449992,15 @@ "postfix": false, "binop": null }, - "start": 68547, - "end": 68548, + "start": 68701, + "end": 68702, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 30 }, "end": { - "line": 1969, + "line": 1974, "column": 31 } } @@ -448629,15 +450019,15 @@ "updateContext": null }, "value": "===", - "start": 68549, - "end": 68552, + "start": 68703, + "end": 68706, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 32 }, "end": { - "line": 1969, + "line": 1974, "column": 35 } } @@ -448655,15 +450045,15 @@ "binop": null }, "value": "undefined", - "start": 68553, - "end": 68562, + "start": 68707, + "end": 68716, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 36 }, "end": { - "line": 1969, + "line": 1974, "column": 45 } } @@ -448680,15 +450070,15 @@ "postfix": false, "binop": null }, - "start": 68562, - "end": 68563, + "start": 68716, + "end": 68717, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 45 }, "end": { - "line": 1969, + "line": 1974, "column": 46 } } @@ -448705,15 +450095,15 @@ "postfix": false, "binop": null }, - "start": 68564, - "end": 68565, + "start": 68718, + "end": 68719, "loc": { "start": { - "line": 1969, + "line": 1974, "column": 47 }, "end": { - "line": 1969, + "line": 1974, "column": 48 } } @@ -448731,15 +450121,15 @@ "binop": null }, "value": "videojs", - "start": 68570, - "end": 68577, + "start": 68724, + "end": 68731, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 4 }, "end": { - "line": 1970, + "line": 1975, "column": 11 } } @@ -448757,15 +450147,15 @@ "binop": null, "updateContext": null }, - "start": 68577, - "end": 68578, + "start": 68731, + "end": 68732, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 11 }, "end": { - "line": 1970, + "line": 1975, "column": 12 } } @@ -448783,15 +450173,15 @@ "binop": null }, "value": "registerPlugin", - "start": 68578, - "end": 68592, + "start": 68732, + "end": 68746, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 12 }, "end": { - "line": 1970, + "line": 1975, "column": 26 } } @@ -448808,15 +450198,15 @@ "postfix": false, "binop": null }, - "start": 68592, - "end": 68593, + "start": 68746, + "end": 68747, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 26 }, "end": { - "line": 1970, + "line": 1975, "column": 27 } } @@ -448835,15 +450225,15 @@ "updateContext": null }, "value": "record", - "start": 68593, - "end": 68601, + "start": 68747, + "end": 68755, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 27 }, "end": { - "line": 1970, + "line": 1975, "column": 35 } } @@ -448861,15 +450251,15 @@ "binop": null, "updateContext": null }, - "start": 68601, - "end": 68602, + "start": 68755, + "end": 68756, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 35 }, "end": { - "line": 1970, + "line": 1975, "column": 36 } } @@ -448887,15 +450277,15 @@ "binop": null }, "value": "Record", - "start": 68603, - "end": 68609, + "start": 68757, + "end": 68763, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 37 }, "end": { - "line": 1970, + "line": 1975, "column": 43 } } @@ -448912,15 +450302,15 @@ "postfix": false, "binop": null }, - "start": 68609, - "end": 68610, + "start": 68763, + "end": 68764, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 43 }, "end": { - "line": 1970, + "line": 1975, "column": 44 } } @@ -448938,15 +450328,15 @@ "binop": null, "updateContext": null }, - "start": 68610, - "end": 68611, + "start": 68764, + "end": 68765, "loc": { "start": { - "line": 1970, + "line": 1975, "column": 44 }, "end": { - "line": 1970, + "line": 1975, "column": 45 } } @@ -448963,15 +450353,15 @@ "postfix": false, "binop": null }, - "start": 68612, - "end": 68613, + "start": 68766, + "end": 68767, "loc": { "start": { - "line": 1971, + "line": 1976, "column": 0 }, "end": { - "line": 1971, + "line": 1976, "column": 1 } } @@ -448979,15 +450369,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68615, - "end": 68631, + "start": 68769, + "end": 68785, "loc": { "start": { - "line": 1973, + "line": 1978, "column": 0 }, "end": { - "line": 1973, + "line": 1978, "column": 16 } } @@ -449007,15 +450397,15 @@ "updateContext": null }, "value": "export", - "start": 68632, - "end": 68638, + "start": 68786, + "end": 68792, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 0 }, "end": { - "line": 1974, + "line": 1979, "column": 6 } } @@ -449032,15 +450422,15 @@ "postfix": false, "binop": null }, - "start": 68639, - "end": 68640, + "start": 68793, + "end": 68794, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 7 }, "end": { - "line": 1974, + "line": 1979, "column": 8 } } @@ -449058,15 +450448,15 @@ "binop": null }, "value": "Record", - "start": 68640, - "end": 68646, + "start": 68794, + "end": 68800, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 8 }, "end": { - "line": 1974, + "line": 1979, "column": 14 } } @@ -449083,15 +450473,15 @@ "postfix": false, "binop": null }, - "start": 68646, - "end": 68647, + "start": 68800, + "end": 68801, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 14 }, "end": { - "line": 1974, + "line": 1979, "column": 15 } } @@ -449109,15 +450499,15 @@ "binop": null, "updateContext": null }, - "start": 68647, - "end": 68648, + "start": 68801, + "end": 68802, "loc": { "start": { - "line": 1974, + "line": 1979, "column": 15 }, "end": { - "line": 1974, + "line": 1979, "column": 16 } } @@ -449135,15 +450525,15 @@ "binop": null, "updateContext": null }, - "start": 68649, - "end": 68649, + "start": 68803, + "end": 68803, "loc": { "start": { - "line": 1975, + "line": 1980, "column": 0 }, "end": { - "line": 1975, + "line": 1980, "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 9993cbc2a..37c36a159 100644 --- a/docs/api/class/js/videojs.record.js~Record.html +++ b/docs/api/class/js/videojs.record.js~Record.html @@ -4200,7 +4200,7 @@

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

@@ -6269,7 +6269,7 @@

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

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

- source + source

diff --git a/docs/api/coverage.json b/docs/api/coverage.json index c2a2c69c2..4d46b5ea1 100644 --- a/docs/api/coverage.json +++ b/docs/api/coverage.json @@ -344,21 +344,21 @@ 415, 442, 613, - 616, - 660, - 720, - 764, - 835, - 927, - 928, - 929, + 621, + 665, + 725, + 769, + 840, + 932, 933, - 954, - 1034, - 1169, - 1232, - 1479, - 1900 + 934, + 938, + 959, + 1039, + 1174, + 1237, + 1484, + 1905 ] } } diff --git a/docs/api/file/js/videojs.record.js.html b/docs/api/file/js/videojs.record.js.html index 1278830b1..440e1561e 100644 --- a/docs/api/file/js/videojs.record.js.html +++ b/docs/api/file/js/videojs.record.js.html @@ -715,6 +715,11 @@ onDeviceReady(stream) { this._deviceActive = true; + // stop previous stream if it is active + if (this.stream !== undefined && this.stream.active) { + this.stream.stop(); + } + // store reference to stream for stopping etc. this.stream = stream; diff --git a/docs/api/index.json b/docs/api/index.json index e155f8073..c6dd7a411 100644 --- a/docs/api/index.json +++ b/docs/api/index.json @@ -7503,7 +7503,7 @@ "__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 // 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.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", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/videojs.record.js", "access": "public", @@ -8627,7 +8627,7 @@ "longname": "js/videojs.record.js~Record#stream", "access": "public", "description": null, - "lineNumber": 616, + "lineNumber": 621, "undocument": true, "type": { "types": [ @@ -8644,7 +8644,7 @@ "longname": "js/videojs.record.js~Record#engine", "access": "public", "description": null, - "lineNumber": 660, + "lineNumber": 665, "undocument": true, "type": { "types": [ @@ -8661,7 +8661,7 @@ "longname": "js/videojs.record.js~Record#converter", "access": "public", "description": null, - "lineNumber": 720, + "lineNumber": 725, "undocument": true, "type": { "types": [ @@ -8678,7 +8678,7 @@ "longname": "js/videojs.record.js~Record#mediaElement", "access": "public", "description": null, - "lineNumber": 764, + "lineNumber": 769, "undocument": true, "type": { "types": [ @@ -8697,7 +8697,7 @@ "longname": "js/videojs.record.js~Record#onDeviceError", "access": "private", "description": "Invoked when an device error occurred.", - "lineNumber": 812, + "lineNumber": 817, "params": [ { "nullable": null, @@ -8724,7 +8724,7 @@ "longname": "js/videojs.record.js~Record#start", "access": "public", "description": "Start recording.", - "lineNumber": 827, + "lineNumber": 832, "params": [], "return": null }, @@ -8737,7 +8737,7 @@ "longname": "js/videojs.record.js~Record#_recording", "access": "private", "description": null, - "lineNumber": 835, + "lineNumber": 840, "undocument": true, "type": { "types": [ @@ -8756,7 +8756,7 @@ "longname": "js/videojs.record.js~Record#startRecording", "access": "private", "description": "Start recording.", - "lineNumber": 925, + "lineNumber": 930, "params": [], "return": null }, @@ -8769,7 +8769,7 @@ "longname": "js/videojs.record.js~Record#paused", "access": "public", "description": null, - "lineNumber": 927, + "lineNumber": 932, "undocument": true, "type": { "types": [ @@ -8786,7 +8786,7 @@ "longname": "js/videojs.record.js~Record#pauseTime", "access": "public", "description": null, - "lineNumber": 928, + "lineNumber": 933, "undocument": true, "type": { "types": [ @@ -8803,7 +8803,7 @@ "longname": "js/videojs.record.js~Record#startTime", "access": "public", "description": null, - "lineNumber": 929, + "lineNumber": 934, "undocument": true, "type": { "types": [ @@ -8820,7 +8820,7 @@ "longname": "js/videojs.record.js~Record#countDown", "access": "public", "description": null, - "lineNumber": 933, + "lineNumber": 938, "undocument": true, "type": { "types": [ @@ -8839,7 +8839,7 @@ "longname": "js/videojs.record.js~Record#stop", "access": "public", "description": "Stop recording.", - "lineNumber": 951, + "lineNumber": 956, "params": [], "return": null }, @@ -8852,7 +8852,7 @@ "longname": "js/videojs.record.js~Record#_processing", "access": "private", "description": null, - "lineNumber": 954, + "lineNumber": 959, "undocument": true, "type": { "types": [ @@ -8871,7 +8871,7 @@ "longname": "js/videojs.record.js~Record#stopDevice", "access": "public", "description": "Stop device(s) and recording if active.", - "lineNumber": 984, + "lineNumber": 989, "params": [], "return": null }, @@ -8886,7 +8886,7 @@ "longname": "js/videojs.record.js~Record#stopStream", "access": "public", "description": "Stop stream and device.", - "lineNumber": 1001, + "lineNumber": 1006, "params": [], "return": null }, @@ -8901,7 +8901,7 @@ "longname": "js/videojs.record.js~Record#pause", "access": "public", "description": "Pause recording.", - "lineNumber": 1020, + "lineNumber": 1025, "params": [], "return": null }, @@ -8916,7 +8916,7 @@ "longname": "js/videojs.record.js~Record#resume", "access": "public", "description": "Resume recording.", - "lineNumber": 1032, + "lineNumber": 1037, "params": [], "return": null }, @@ -8929,7 +8929,7 @@ "longname": "js/videojs.record.js~Record#pausedTime", "access": "public", "description": null, - "lineNumber": 1034, + "lineNumber": 1039, "undocument": true, "type": { "types": [ @@ -8948,7 +8948,7 @@ "longname": "js/videojs.record.js~Record#onRecordComplete", "access": "private", "description": "Invoked when recording completed and the resulting stream is\navailable.", - "lineNumber": 1046, + "lineNumber": 1051, "params": [], "return": null }, @@ -8963,7 +8963,7 @@ "longname": "js/videojs.record.js~Record#onCountDown", "access": "private", "description": "Invoked during recording and displays the remaining time.", - "lineNumber": 1162, + "lineNumber": 1167, "params": [], "return": null }, @@ -8976,7 +8976,7 @@ "longname": "js/videojs.record.js~Record#streamDuration", "access": "public", "description": null, - "lineNumber": 1169, + "lineNumber": 1174, "undocument": true, "type": { "types": [ @@ -8995,7 +8995,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": 1197, + "lineNumber": 1202, "unknown": [ { "tagName": "@returns", @@ -9023,7 +9023,7 @@ "longname": "js/videojs.record.js~Record#setCurrentTime", "access": "private", "description": "Updates the player's element displaying the current time.", - "lineNumber": 1215, + "lineNumber": 1220, "params": [ { "nullable": null, @@ -9061,7 +9061,7 @@ "longname": "js/videojs.record.js~Record#streamCurrentTime", "access": "public", "description": null, - "lineNumber": 1232, + "lineNumber": 1237, "undocument": true, "type": { "types": [ @@ -9080,7 +9080,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": 1250, + "lineNumber": 1255, "unknown": [ { "tagName": "@returns", @@ -9108,7 +9108,7 @@ "longname": "js/videojs.record.js~Record#setDuration", "access": "private", "description": "Updates the player's element displaying the duration time.", - "lineNumber": 1262, + "lineNumber": 1267, "params": [ { "nullable": null, @@ -9136,7 +9136,7 @@ "longname": "js/videojs.record.js~Record#load", "access": "public", "description": "Start loading data.", - "lineNumber": 1293, + "lineNumber": 1298, "params": [ { "nullable": null, @@ -9167,7 +9167,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": 1337, + "lineNumber": 1342, "unknown": [ { "tagName": "@returns", @@ -9216,7 +9216,7 @@ "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": 1355, + "lineNumber": 1360, "params": [], "return": null }, @@ -9231,7 +9231,7 @@ "longname": "js/videojs.record.js~Record#destroy", "access": "public", "description": "Destroy plugin and players and cleanup resources.", - "lineNumber": 1400, + "lineNumber": 1405, "params": [], "return": null }, @@ -9246,7 +9246,7 @@ "longname": "js/videojs.record.js~Record#reset", "access": "public", "description": "Reset the plugin.", - "lineNumber": 1407, + "lineNumber": 1412, "params": [], "return": null }, @@ -9261,7 +9261,7 @@ "longname": "js/videojs.record.js~Record#resetState", "access": "private", "description": "Reset the plugin recorder state.", - "lineNumber": 1475, + "lineNumber": 1480, "params": [], "return": null }, @@ -9274,7 +9274,7 @@ "longname": "js/videojs.record.js~Record#devices", "access": "public", "description": null, - "lineNumber": 1479, + "lineNumber": 1484, "undocument": true, "type": { "types": [ @@ -9293,7 +9293,7 @@ "longname": "js/videojs.record.js~Record#removeRecording", "access": "private", "description": "Removes recorded `Blob` from cache.", - "lineNumber": 1486, + "lineNumber": 1491, "params": [], "return": null }, @@ -9308,7 +9308,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": 1507, + "lineNumber": 1512, "params": [ { "nullable": null, @@ -9355,7 +9355,7 @@ "longname": "js/videojs.record.js~Record#muteTracks", "access": "public", "description": "Mute LocalMediaStream audio and video tracks.", - "lineNumber": 1526, + "lineNumber": 1531, "params": [ { "nullable": null, @@ -9384,7 +9384,7 @@ "examples": [ "console.log(player.record().getRecordType()); // 'audio_video'" ], - "lineNumber": 1547, + "lineNumber": 1552, "unknown": [ { "tagName": "@returns", @@ -9412,7 +9412,7 @@ "longname": "js/videojs.record.js~Record#createSnapshot", "access": "private", "description": "Create and display snapshot image.", - "lineNumber": 1556, + "lineNumber": 1561, "params": [], "return": null }, @@ -9427,7 +9427,7 @@ "longname": "js/videojs.record.js~Record#displaySnapshot", "access": "private", "description": "Display snapshot image.", - "lineNumber": 1581, + "lineNumber": 1586, "params": [], "return": null }, @@ -9442,7 +9442,7 @@ "longname": "js/videojs.record.js~Record#retrySnapshot", "access": "private", "description": "Reset UI for retrying a snapshot image.", - "lineNumber": 1596, + "lineNumber": 1601, "params": [], "return": null }, @@ -9457,7 +9457,7 @@ "longname": "js/videojs.record.js~Record#captureFrame", "access": "private", "description": "Capture frame from camera and copy data to canvas.", - "lineNumber": 1611, + "lineNumber": 1616, "unknown": [ { "tagName": "@returns", @@ -9485,7 +9485,7 @@ "longname": "js/videojs.record.js~Record#drawCanvas", "access": "private", "description": "Draw image frame on canvas element.", - "lineNumber": 1690, + "lineNumber": 1695, "params": [ { "nullable": null, @@ -9561,7 +9561,7 @@ "longname": "js/videojs.record.js~Record#startVideoPreview", "access": "private", "description": "Start preview of video stream.", - "lineNumber": 1704, + "lineNumber": 1709, "params": [], "return": null }, @@ -9576,7 +9576,7 @@ "longname": "js/videojs.record.js~Record#showAnimation", "access": "private", "description": "Show animated GIF.", - "lineNumber": 1729, + "lineNumber": 1734, "params": [], "return": null }, @@ -9591,7 +9591,7 @@ "longname": "js/videojs.record.js~Record#hideAnimation", "access": "private", "description": "Hide animated GIF.", - "lineNumber": 1748, + "lineNumber": 1753, "params": [], "return": null }, @@ -9606,7 +9606,7 @@ "longname": "js/videojs.record.js~Record#playbackTimeUpdate", "access": "private", "description": "Update time during playback.", - "lineNumber": 1760, + "lineNumber": 1765, "params": [], "return": null }, @@ -9621,7 +9621,7 @@ "longname": "js/videojs.record.js~Record#enumerateDevices", "access": "public", "description": "Collects information about the media input and output devices\navailable on the system.", - "lineNumber": 1769, + "lineNumber": 1774, "params": [], "return": null }, @@ -9636,7 +9636,7 @@ "longname": "js/videojs.record.js~Record#setVideoInput", "access": "public", "description": "Change the video input device.", - "lineNumber": 1796, + "lineNumber": 1801, "params": [ { "nullable": null, @@ -9662,7 +9662,7 @@ "longname": "js/videojs.record.js~Record#setAudioInput", "access": "public", "description": "Change the audio input device.", - "lineNumber": 1820, + "lineNumber": 1825, "params": [ { "nullable": null, @@ -9688,7 +9688,7 @@ "longname": "js/videojs.record.js~Record#setAudioOutput", "access": "public", "description": "Change the audio output device.", - "lineNumber": 1854, + "lineNumber": 1859, "params": [ { "nullable": null, @@ -9714,7 +9714,7 @@ "longname": "js/videojs.record.js~Record#setFormatTime", "access": "public", "description": "Replaces the default `formatTime` implementation with a custom implementation.", - "lineNumber": 1899, + "lineNumber": 1904, "params": [ { "nullable": null, @@ -9738,7 +9738,7 @@ "longname": "js/videojs.record.js~Record#_formatTime", "access": "private", "description": null, - "lineNumber": 1900, + "lineNumber": 1905, "undocument": true, "type": { "types": [ @@ -9757,7 +9757,7 @@ "longname": "js/videojs.record.js~Record#displayVolumeControl", "access": "private", "description": "Show or hide the volume menu.", - "lineNumber": 1917, + "lineNumber": 1922, "params": [ { "nullable": null, @@ -9783,7 +9783,7 @@ "longname": "js/videojs.record.js~Record#onStreamVisible", "access": "private", "description": "Invoked when the video device is ready and stream is visible.", - "lineNumber": 1934, + "lineNumber": 1939, "params": [ { "nullable": null, @@ -9809,7 +9809,7 @@ "longname": "js/videojs.record.js~Record#onEnterPiP", "access": "private", "description": "Invoked when entering picture-in-picture mode.", - "lineNumber": 1949, + "lineNumber": 1954, "params": [ { "nullable": null, @@ -9835,7 +9835,7 @@ "longname": "js/videojs.record.js~Record#onLeavePiP", "access": "private", "description": "Invoked when leaving picture-in-picture mode.", - "lineNumber": 1959, + "lineNumber": 1964, "params": [ { "nullable": null, @@ -9860,7 +9860,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"videojs-record\",\n \"version\": \"4.3.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.1\",\n \"video.js\": \">=7.0.5\",\n \"videojs-wavesurfer\": \">=3.6.0\",\n \"webrtc-adapter\": \">=7.7.0\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.13.8\",\n \"@babel/plugin-transform-runtime\": \"^7.13.9\",\n \"@babel/preset-env\": \"^7.13.9\",\n \"@babel/register\": \"^7.13.8\",\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.0.0\",\n \"css-loader\": \"^5.1.1\",\n \"css-minimizer-webpack-plugin\": \"^1.2.0\",\n \"date-fns\": \"^2.19.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^7.21.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.6.0\",\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-edge-launcher\": \"^0.4.2\",\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.3.9\",\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.24.4\",\n \"webpack-cli\": \"^4.5.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", + "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", "name": "package.json", "static": true, diff --git a/docs/api/source.html b/docs/api/source.html index 316b126d1..e56da4289 100644 --- a/docs/api/source.html +++ b/docs/api/source.html @@ -398,13 +398,13 @@ 2021-03-02 18:31:57 (UTC) - js/videojs.record.js + js/videojs.record.js Plugin Record 43 %51/118 - 68649 byte - 1974 - 2021-03-01 17:49:10 (UTC) + 68803 byte + 1979 + 2021-03-02 22:17:23 (UTC)