UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 347 B
import ProgressiveMuxingInformation from './ProgressiveMuxingInformation'; /** * @export * @class ProgressiveWebmMuxingInformation */ export declare class ProgressiveWebmMuxingInformation extends ProgressiveMuxingInformation { constructor(obj?: Partial<ProgressiveWebmMuxingInformation>); } export default ProgressiveWebmMuxingInformation;