UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 550 B
import Muxing from './Muxing'; import MuxingType from './MuxingType'; /** * @export * @class ProgressiveMovMuxing */ export declare class ProgressiveMovMuxing extends Muxing { /** * Discriminator property for Muxing * @type {string} * @memberof ProgressiveMovMuxing */ readonly type: MuxingType; /** * Name of the output file * @type {string} * @memberof ProgressiveMovMuxing */ filename?: string; constructor(obj?: Partial<ProgressiveMovMuxing>); } export default ProgressiveMovMuxing;