bitmovin-player-react-native-analytics-conviva
Version:
Conviva Analytics Integration for the Bitmovin Player React Native SDK
10 lines • 363 B
JavaScript
/**
* Stream type which will be played by the player for the video session.
*/
export var ConvivaStreamType;
(function (ConvivaStreamType) {
ConvivaStreamType["UNKNWON"] = "UNKNOWN";
ConvivaStreamType["LIVE"] = "LIVE";
ConvivaStreamType["VOD"] = "VOD";
})(ConvivaStreamType || (ConvivaStreamType = {}));
//# sourceMappingURL=convivaStreamType.js.map