neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 21.9 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoPlayer = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../../core");
function VideoPlayer(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, StereoLayout = props.StereoLayout, SizeCompensation = props.SizeCompensation, videoProvider = props.videoProvider, _style = props._style, _indicatorTextureUrl = props._indicatorTextureUrl, _indicatorTint = props._indicatorTint, _colliderSize = props._colliderSize, _frameWidth = props._frameWidth, _frameHeight = props._frameHeight, _frameMaterial = props._frameMaterial, _displayMaterial = props._displayMaterial, _displayMaterialTexture = props._displayMaterialTexture, _displaySize = props._displaySize, _mainAudioOutput = props._mainAudioOutput, _timelineSlider = props._timelineSlider, _timelinePosition = props._timelinePosition, _timelineWidth = props._timelineWidth, _positionDrive = props._positionDrive, _volumeSlider = props._volumeSlider, _volumePosition = props._volumePosition, _volumeWidth = props._volumeWidth, _volumeDrive = props._volumeDrive, _buttonsWidth = props._buttonsWidth, _buttonsHeight = props._buttonsHeight, _buttonsPosition = props._buttonsPosition, _playButtonColor = props._playButtonColor, _pauseButtonColor = props._pauseButtonColor, _stopButtonColor = props._stopButtonColor, _loopButtonColor = props._loopButtonColor, _audio3DButtonColor = props._audio3DButtonColor, _exportable = props._exportable, _assetProxy = props._assetProxy, _referenceProxy = props._referenceProxy;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.VideoPlayer", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 4 }, { children: [(0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Enabled", id: typeof Enabled === "object" && "id" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.id : undefined, value: typeof Enabled === "object" && "value" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.value : Enabled !== null && Enabled !== void 0 ? Enabled : true, isRaw: typeof Enabled === "object" && "isRaw" in Enabled && Enabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.StereoLayout]", name: "StereoLayout", id: typeof StereoLayout === "object" && "id" in StereoLayout ? StereoLayout === null || StereoLayout === void 0 ? void 0 : StereoLayout.id : undefined, value: typeof StereoLayout === "object" && "value" in StereoLayout ? StereoLayout === null || StereoLayout === void 0 ? void 0 : StereoLayout.value : StereoLayout, isRaw: typeof StereoLayout === "object" && "isRaw" in StereoLayout && StereoLayout.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "SizeCompensation", id: typeof SizeCompensation === "object" && "id" in SizeCompensation ? SizeCompensation === null || SizeCompensation === void 0 ? void 0 : SizeCompensation.id : undefined, value: typeof SizeCompensation === "object" && "value" in SizeCompensation ? SizeCompensation === null || SizeCompensation === void 0 ? void 0 : SizeCompensation.value : SizeCompensation, isRaw: typeof SizeCompensation === "object" && "isRaw" in SizeCompensation && SizeCompensation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.VideoTexture]", name: "videoProvider", id: typeof videoProvider === "object" && "id" in videoProvider ? videoProvider === null || videoProvider === void 0 ? void 0 : videoProvider.id : undefined, value: typeof videoProvider === "object" && "value" in videoProvider ? videoProvider === null || videoProvider === void 0 ? void 0 : videoProvider.value : videoProvider, isRaw: typeof videoProvider === "object" && "isRaw" in videoProvider && videoProvider.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.NeosUIStyle]", name: "_style", id: typeof _style === "object" && "id" in _style ? _style === null || _style === void 0 ? void 0 : _style.id : undefined, value: typeof _style === "object" && "value" in _style ? _style === null || _style === void 0 ? void 0 : _style.value : _style, isRaw: typeof _style === "object" && "isRaw" in _style && _style.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Uri]", name: "_indicatorTextureUrl", id: typeof _indicatorTextureUrl === "object" && "id" in _indicatorTextureUrl ? _indicatorTextureUrl === null || _indicatorTextureUrl === void 0 ? void 0 : _indicatorTextureUrl.id : undefined, value: typeof _indicatorTextureUrl === "object" && "value" in _indicatorTextureUrl ? _indicatorTextureUrl === null || _indicatorTextureUrl === void 0 ? void 0 : _indicatorTextureUrl.value : _indicatorTextureUrl, isRaw: typeof _indicatorTextureUrl === "object" && "isRaw" in _indicatorTextureUrl && _indicatorTextureUrl.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_indicatorTint", id: typeof _indicatorTint === "object" && "id" in _indicatorTint ? _indicatorTint === null || _indicatorTint === void 0 ? void 0 : _indicatorTint.id : undefined, value: typeof _indicatorTint === "object" && "value" in _indicatorTint ? _indicatorTint === null || _indicatorTint === void 0 ? void 0 : _indicatorTint.value : _indicatorTint, isRaw: typeof _indicatorTint === "object" && "isRaw" in _indicatorTint && _indicatorTint.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_colliderSize", id: typeof _colliderSize === "object" && "id" in _colliderSize ? _colliderSize === null || _colliderSize === void 0 ? void 0 : _colliderSize.id : undefined, value: typeof _colliderSize === "object" && "value" in _colliderSize ? _colliderSize === null || _colliderSize === void 0 ? void 0 : _colliderSize.value : _colliderSize, isRaw: typeof _colliderSize === "object" && "isRaw" in _colliderSize && _colliderSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frameWidth", id: typeof _frameWidth === "object" && "id" in _frameWidth ? _frameWidth === null || _frameWidth === void 0 ? void 0 : _frameWidth.id : undefined, value: typeof _frameWidth === "object" && "value" in _frameWidth ? _frameWidth === null || _frameWidth === void 0 ? void 0 : _frameWidth.value : _frameWidth, isRaw: typeof _frameWidth === "object" && "isRaw" in _frameWidth && _frameWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frameHeight", id: typeof _frameHeight === "object" && "id" in _frameHeight ? _frameHeight === null || _frameHeight === void 0 ? void 0 : _frameHeight.id : undefined, value: typeof _frameHeight === "object" && "value" in _frameHeight ? _frameHeight === null || _frameHeight === void 0 ? void 0 : _frameHeight.value : _frameHeight, isRaw: typeof _frameHeight === "object" && "isRaw" in _frameHeight && _frameHeight.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_frameMaterial", id: typeof _frameMaterial === "object" && "id" in _frameMaterial ? _frameMaterial === null || _frameMaterial === void 0 ? void 0 : _frameMaterial.id : undefined, value: typeof _frameMaterial === "object" && "value" in _frameMaterial ? _frameMaterial === null || _frameMaterial === void 0 ? void 0 : _frameMaterial.value : _frameMaterial, isRaw: typeof _frameMaterial === "object" && "isRaw" in _frameMaterial && _frameMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UnlitMaterial]", name: "_displayMaterial", id: typeof _displayMaterial === "object" && "id" in _displayMaterial ? _displayMaterial === null || _displayMaterial === void 0 ? void 0 : _displayMaterial.id : undefined, value: typeof _displayMaterial === "object" && "value" in _displayMaterial ? _displayMaterial === null || _displayMaterial === void 0 ? void 0 : _displayMaterial.value : _displayMaterial, isRaw: typeof _displayMaterial === "object" && "isRaw" in _displayMaterial && _displayMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.AssetRef`1[FrooxEngine.ITexture2D]]", name: "_displayMaterialTexture", id: typeof _displayMaterialTexture === "object" && "id" in _displayMaterialTexture ? _displayMaterialTexture === null || _displayMaterialTexture === void 0 ? void 0 : _displayMaterialTexture.id : undefined, value: typeof _displayMaterialTexture === "object" && "value" in _displayMaterialTexture ? _displayMaterialTexture === null || _displayMaterialTexture === void 0 ? void 0 : _displayMaterialTexture.value : _displayMaterialTexture, isRaw: typeof _displayMaterialTexture === "object" && "isRaw" in _displayMaterialTexture && _displayMaterialTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_displaySize", id: typeof _displaySize === "object" && "id" in _displaySize ? _displaySize === null || _displaySize === void 0 ? void 0 : _displaySize.id : undefined, value: typeof _displaySize === "object" && "value" in _displaySize ? _displaySize === null || _displaySize === void 0 ? void 0 : _displaySize.value : _displaySize, isRaw: typeof _displaySize === "object" && "isRaw" in _displaySize && _displaySize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AudioOutput]", name: "_mainAudioOutput", id: typeof _mainAudioOutput === "object" && "id" in _mainAudioOutput ? _mainAudioOutput === null || _mainAudioOutput === void 0 ? void 0 : _mainAudioOutput.id : undefined, value: typeof _mainAudioOutput === "object" && "value" in _mainAudioOutput ? _mainAudioOutput === null || _mainAudioOutput === void 0 ? void 0 : _mainAudioOutput.value : _mainAudioOutput, isRaw: typeof _mainAudioOutput === "object" && "isRaw" in _mainAudioOutput && _mainAudioOutput.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.NeosSlider]", name: "_timelineSlider", id: typeof _timelineSlider === "object" && "id" in _timelineSlider ? _timelineSlider === null || _timelineSlider === void 0 ? void 0 : _timelineSlider.id : undefined, value: typeof _timelineSlider === "object" && "value" in _timelineSlider ? _timelineSlider === null || _timelineSlider === void 0 ? void 0 : _timelineSlider.value : _timelineSlider, isRaw: typeof _timelineSlider === "object" && "isRaw" in _timelineSlider && _timelineSlider.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_timelinePosition", id: typeof _timelinePosition === "object" && "id" in _timelinePosition ? _timelinePosition === null || _timelinePosition === void 0 ? void 0 : _timelinePosition.id : undefined, value: typeof _timelinePosition === "object" && "value" in _timelinePosition ? _timelinePosition === null || _timelinePosition === void 0 ? void 0 : _timelinePosition.value : _timelinePosition, isRaw: typeof _timelinePosition === "object" && "isRaw" in _timelinePosition && _timelinePosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_timelineWidth", id: typeof _timelineWidth === "object" && "id" in _timelineWidth ? _timelineWidth === null || _timelineWidth === void 0 ? void 0 : _timelineWidth.id : undefined, value: typeof _timelineWidth === "object" && "value" in _timelineWidth ? _timelineWidth === null || _timelineWidth === void 0 ? void 0 : _timelineWidth.value : _timelineWidth, isRaw: typeof _timelineWidth === "object" && "isRaw" in _timelineWidth && _timelineWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_positionDrive", id: typeof _positionDrive === "object" && "id" in _positionDrive ? _positionDrive === null || _positionDrive === void 0 ? void 0 : _positionDrive.id : undefined, value: typeof _positionDrive === "object" && "value" in _positionDrive ? _positionDrive === null || _positionDrive === void 0 ? void 0 : _positionDrive.value : _positionDrive, isRaw: typeof _positionDrive === "object" && "isRaw" in _positionDrive && _positionDrive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.NeosSlider]", name: "_volumeSlider", id: typeof _volumeSlider === "object" && "id" in _volumeSlider ? _volumeSlider === null || _volumeSlider === void 0 ? void 0 : _volumeSlider.id : undefined, value: typeof _volumeSlider === "object" && "value" in _volumeSlider ? _volumeSlider === null || _volumeSlider === void 0 ? void 0 : _volumeSlider.value : _volumeSlider, isRaw: typeof _volumeSlider === "object" && "isRaw" in _volumeSlider && _volumeSlider.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_volumePosition", id: typeof _volumePosition === "object" && "id" in _volumePosition ? _volumePosition === null || _volumePosition === void 0 ? void 0 : _volumePosition.id : undefined, value: typeof _volumePosition === "object" && "value" in _volumePosition ? _volumePosition === null || _volumePosition === void 0 ? void 0 : _volumePosition.value : _volumePosition, isRaw: typeof _volumePosition === "object" && "isRaw" in _volumePosition && _volumePosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_volumeWidth", id: typeof _volumeWidth === "object" && "id" in _volumeWidth ? _volumeWidth === null || _volumeWidth === void 0 ? void 0 : _volumeWidth.id : undefined, value: typeof _volumeWidth === "object" && "value" in _volumeWidth ? _volumeWidth === null || _volumeWidth === void 0 ? void 0 : _volumeWidth.value : _volumeWidth, isRaw: typeof _volumeWidth === "object" && "isRaw" in _volumeWidth && _volumeWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_volumeDrive", id: typeof _volumeDrive === "object" && "id" in _volumeDrive ? _volumeDrive === null || _volumeDrive === void 0 ? void 0 : _volumeDrive.id : undefined, value: typeof _volumeDrive === "object" && "value" in _volumeDrive ? _volumeDrive === null || _volumeDrive === void 0 ? void 0 : _volumeDrive.value : _volumeDrive, isRaw: typeof _volumeDrive === "object" && "isRaw" in _volumeDrive && _volumeDrive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_buttonsWidth", id: typeof _buttonsWidth === "object" && "id" in _buttonsWidth ? _buttonsWidth === null || _buttonsWidth === void 0 ? void 0 : _buttonsWidth.id : undefined, value: typeof _buttonsWidth === "object" && "value" in _buttonsWidth ? _buttonsWidth === null || _buttonsWidth === void 0 ? void 0 : _buttonsWidth.value : _buttonsWidth, isRaw: typeof _buttonsWidth === "object" && "isRaw" in _buttonsWidth && _buttonsWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_buttonsHeight", id: typeof _buttonsHeight === "object" && "id" in _buttonsHeight ? _buttonsHeight === null || _buttonsHeight === void 0 ? void 0 : _buttonsHeight.id : undefined, value: typeof _buttonsHeight === "object" && "value" in _buttonsHeight ? _buttonsHeight === null || _buttonsHeight === void 0 ? void 0 : _buttonsHeight.value : _buttonsHeight, isRaw: typeof _buttonsHeight === "object" && "isRaw" in _buttonsHeight && _buttonsHeight.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_buttonsPosition", id: typeof _buttonsPosition === "object" && "id" in _buttonsPosition ? _buttonsPosition === null || _buttonsPosition === void 0 ? void 0 : _buttonsPosition.id : undefined, value: typeof _buttonsPosition === "object" && "value" in _buttonsPosition ? _buttonsPosition === null || _buttonsPosition === void 0 ? void 0 : _buttonsPosition.value : _buttonsPosition, isRaw: typeof _buttonsPosition === "object" && "isRaw" in _buttonsPosition && _buttonsPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_playButtonColor", id: typeof _playButtonColor === "object" && "id" in _playButtonColor ? _playButtonColor === null || _playButtonColor === void 0 ? void 0 : _playButtonColor.id : undefined, value: typeof _playButtonColor === "object" && "value" in _playButtonColor ? _playButtonColor === null || _playButtonColor === void 0 ? void 0 : _playButtonColor.value : _playButtonColor, isRaw: typeof _playButtonColor === "object" && "isRaw" in _playButtonColor && _playButtonColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_pauseButtonColor", id: typeof _pauseButtonColor === "object" && "id" in _pauseButtonColor ? _pauseButtonColor === null || _pauseButtonColor === void 0 ? void 0 : _pauseButtonColor.id : undefined, value: typeof _pauseButtonColor === "object" && "value" in _pauseButtonColor ? _pauseButtonColor === null || _pauseButtonColor === void 0 ? void 0 : _pauseButtonColor.value : _pauseButtonColor, isRaw: typeof _pauseButtonColor === "object" && "isRaw" in _pauseButtonColor && _pauseButtonColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_stopButtonColor", id: typeof _stopButtonColor === "object" && "id" in _stopButtonColor ? _stopButtonColor === null || _stopButtonColor === void 0 ? void 0 : _stopButtonColor.id : undefined, value: typeof _stopButtonColor === "object" && "value" in _stopButtonColor ? _stopButtonColor === null || _stopButtonColor === void 0 ? void 0 : _stopButtonColor.value : _stopButtonColor, isRaw: typeof _stopButtonColor === "object" && "isRaw" in _stopButtonColor && _stopButtonColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_loopButtonColor", id: typeof _loopButtonColor === "object" && "id" in _loopButtonColor ? _loopButtonColor === null || _loopButtonColor === void 0 ? void 0 : _loopButtonColor.id : undefined, value: typeof _loopButtonColor === "object" && "value" in _loopButtonColor ? _loopButtonColor === null || _loopButtonColor === void 0 ? void 0 : _loopButtonColor.value : _loopButtonColor, isRaw: typeof _loopButtonColor === "object" && "isRaw" in _loopButtonColor && _loopButtonColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_audio3DButtonColor", id: typeof _audio3DButtonColor === "object" && "id" in _audio3DButtonColor ? _audio3DButtonColor === null || _audio3DButtonColor === void 0 ? void 0 : _audio3DButtonColor.id : undefined, value: typeof _audio3DButtonColor === "object" && "value" in _audio3DButtonColor ? _audio3DButtonColor === null || _audio3DButtonColor === void 0 ? void 0 : _audio3DButtonColor.value : _audio3DButtonColor, isRaw: typeof _audio3DButtonColor === "object" && "isRaw" in _audio3DButtonColor && _audio3DButtonColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.VideoExportable]", name: "_exportable", id: typeof _exportable === "object" && "id" in _exportable ? _exportable === null || _exportable === void 0 ? void 0 : _exportable.id : undefined, value: typeof _exportable === "object" && "value" in _exportable ? _exportable === null || _exportable === void 0 ? void 0 : _exportable.value : _exportable, isRaw: typeof _exportable === "object" && "isRaw" in _exportable && _exportable.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AssetProxy`1[FrooxEngine.VideoTexture]]", name: "_assetProxy", id: typeof _assetProxy === "object" && "id" in _assetProxy ? _assetProxy === null || _assetProxy === void 0 ? void 0 : _assetProxy.id : undefined, value: typeof _assetProxy === "object" && "value" in _assetProxy ? _assetProxy === null || _assetProxy === void 0 ? void 0 : _assetProxy.value : _assetProxy, isRaw: typeof _assetProxy === "object" && "isRaw" in _assetProxy && _assetProxy.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.ReferenceProxy]", name: "_referenceProxy", id: typeof _referenceProxy === "object" && "id" in _referenceProxy ? _referenceProxy === null || _referenceProxy === void 0 ? void 0 : _referenceProxy.id : undefined, value: typeof _referenceProxy === "object" && "value" in _referenceProxy ? _referenceProxy === null || _referenceProxy === void 0 ? void 0 : _referenceProxy.value : _referenceProxy, isRaw: typeof _referenceProxy === "object" && "isRaw" in _referenceProxy && _referenceProxy.isRaw ? true : undefined })] })));
}
exports.VideoPlayer = VideoPlayer;
;