UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 208 B
/** * Type of the manifest * @export * @enum {string} */ export declare enum LiveStandbyPoolEncodingManifestType { DASH = "DASH", HLS = "HLS" } export default LiveStandbyPoolEncodingManifestType;