UNPKG

bitmovin-player-react-native-analytics-conviva

Version:
9 lines 230 B
/** * Stream type which will be played by the player for the video session. */ export declare enum ConvivaStreamType { UNKNWON = "UNKNOWN", LIVE = "LIVE", VOD = "VOD" } //# sourceMappingURL=convivaStreamType.d.ts.map