UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 195 B
/** * @export * @enum {string} */ export declare enum DashRepresentationType { TEMPLATE = "TEMPLATE", LIST = "LIST", TIMELINE = "TIMELINE" } export default DashRepresentationType;