UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 202 B
/** * @export * @enum {string} */ export declare enum AdaptationSetType { VIDEO = "VIDEO", AUDIO = "AUDIO", IMAGE = "IMAGE", SUBTITLE = "SUBTITLE" } export default AdaptationSetType;