UNPKG

react-native-google-cast

Version:
13 lines (9 loc) 250 B
enum MediaStreamType { /** Stored media streamed from an existing data store. */ BUFFERED = 'buffered', /** Live media generated on the fly. */ LIVE = 'live', /** None of the above. */ OTHER = 'other', } export default MediaStreamType