UNPKG

react-native-google-cast

Version:
8 lines (6 loc) 214 B
/** Enum defining the media queue container metadata types. */ enum MediaQueueContainerType { /** A media type representing an audio book. */ AUDIO_BOOK = 'audioBook', } export default MediaQueueContainerType