UNPKG

react-native-google-cast

Version:
13 lines (12 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** Enum defining the media queue container metadata types. */ var MediaQueueContainerType = /*#__PURE__*/function (MediaQueueContainerType) { MediaQueueContainerType["AUDIO_BOOK"] = "audioBook"; return MediaQueueContainerType; }(MediaQueueContainerType || {}); var _default = exports.default = MediaQueueContainerType; //# sourceMappingURL=MediaQueueContainerType.js.map