UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DashISO8601TimestampFormat = void 0; /** * @export * @enum {string} */ var DashISO8601TimestampFormat; (function (DashISO8601TimestampFormat) { DashISO8601TimestampFormat["LONG"] = "LONG"; DashISO8601TimestampFormat["SHORT"] = "SHORT"; })(DashISO8601TimestampFormat || (exports.DashISO8601TimestampFormat = DashISO8601TimestampFormat = {})); exports.default = DashISO8601TimestampFormat;