UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

17 lines (16 loc) 459 B
import AdaptationSet from './AdaptationSet'; import AdaptationSetType from './AdaptationSetType'; /** * @export * @class ImageAdaptationSet */ export declare class ImageAdaptationSet extends AdaptationSet { /** * Discriminator property for AdaptationSet * @type {string} * @memberof ImageAdaptationSet */ readonly type: AdaptationSetType; constructor(obj?: Partial<ImageAdaptationSet>); } export default ImageAdaptationSet;