UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 305 B
/** * Specifies the manifest type which will be allowed for the ProgressiveWebmMuxingManifestType Muxing. * @export * @enum {string} */ export declare enum ProgressiveWebmMuxingManifestType { DASH_ON_DEMAND = "DASH_ON_DEMAND", NONE = "NONE" } export default ProgressiveWebmMuxingManifestType;