react-native-google-cast
Version:
React Native wrapper for the Google Cast SDK for iOS and Android
7 lines • 357 B
JavaScript
/** Enum defining the media queue container metadata types. */
var MediaQueueContainerType = /*#__PURE__*/function (MediaQueueContainerType) {
MediaQueueContainerType["AUDIO_BOOK"] = "audioBook";
return MediaQueueContainerType;
}(MediaQueueContainerType || {});
export default MediaQueueContainerType;
//# sourceMappingURL=MediaQueueContainerType.js.map