init commit
This commit is contained in:
14
remotion/node_modules/@remotion/media-parser/dist/state/timings.js
generated
vendored
Normal file
14
remotion/node_modules/@remotion/media-parser/dist/state/timings.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.timingsState = void 0;
|
||||
const timingsState = () => {
|
||||
return {
|
||||
timeIterating: 0,
|
||||
timeReadingData: 0,
|
||||
timeSeeking: 0,
|
||||
timeCheckingIfDone: 0,
|
||||
timeFreeingData: 0,
|
||||
timeInParseLoop: 0,
|
||||
};
|
||||
};
|
||||
exports.timingsState = timingsState;
|
||||
Reference in New Issue
Block a user