UNPKG

@svta/common-media-library

Version:
27 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CmStreamingFormat = void 0; /** * Common Media Streaming Format * * @internal */ exports.CmStreamingFormat = { /** * MPEG DASH */ DASH: 'd', /** * HTTP Live Streaming (HLS) */ HLS: 'h', /** * Smooth Streaming */ SMOOTH: 's', /** * Other */ OTHER: 'o', }; //# sourceMappingURL=CmStreamingFormat.js.map