UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

22 lines (21 loc) 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.THEOplayerWebCastAdapter = void 0; class THEOplayerWebCastAdapter { constructor(player) { this._player = player; } get casting() { return this._player.cast?.casting ?? false; } get chromecast() { return this._player.cast?.chromecast; } get airplay() { return this._player.cast?.airplay; } } exports.THEOplayerWebCastAdapter = THEOplayerWebCastAdapter; //# sourceMappingURL=THEOplayerWebCastAdapter.js.map