react-native-google-cast
Version:
React Native wrapper for the Google Cast SDK for iOS and Android
13 lines (12 loc) • 481 B
JavaScript
;
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