UNPKG

bitmovin-player-react-native-analytics-conviva

Version:
9 lines (8 loc) 170 B
/** * Stream type which will be played by the player for the video session. */ export enum ConvivaStreamType { UNKNWON = 'UNKNOWN', LIVE = 'LIVE', VOD = 'VOD', }