/** * 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