@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
10 lines (9 loc) • 343 B
TypeScript
import ProgressiveMuxingInformation from './ProgressiveMuxingInformation';
/**
* @export
* @class ProgressiveMovMuxingInformation
*/
export declare class ProgressiveMovMuxingInformation extends ProgressiveMuxingInformation {
constructor(obj?: Partial<ProgressiveMovMuxingInformation>);
}
export default ProgressiveMovMuxingInformation;