@svta/common-media-library
Version:
A common library for media playback in JavaScript
15 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CmsdStreamingFormat = void 0;
const CmStreamingFormat_js_1 = require("../cta/CmStreamingFormat.js");
/**
* Common Media Server Data Streaming Format
*
* @group CMSD
*
* @enum
*
* @beta
*/
exports.CmsdStreamingFormat = CmStreamingFormat_js_1.CmStreamingFormat;
//# sourceMappingURL=CmsdStreamingFormat.js.map