UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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