UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 208 B
/** * @export * @enum {string} */ export declare enum DashOnDemandRepresentationType { SEGMENT_BASE = "SEGMENT_BASE", SEGMENT_LIST = "SEGMENT_LIST" } export default DashOnDemandRepresentationType;