UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 170 B
/** * @export * @enum {string} */ export declare enum DashISO8601TimestampFormat { LONG = "LONG", SHORT = "SHORT" } export default DashISO8601TimestampFormat;