UNPKG

react-native-google-cast

Version:
7 lines (6 loc) 225 B
/** Enum defining the media queue container metadata types. */ declare enum MediaQueueContainerType { /** A media type representing an audio book. */ AUDIO_BOOK = "audioBook" } export default MediaQueueContainerType;