UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

27 lines (26 loc) 788 B
import LiveStandbyPoolEncodingManifestType from './LiveStandbyPoolEncodingManifestType'; /** * @export * @class LiveStandbyPoolEncodingManifest */ export declare class LiveStandbyPoolEncodingManifest { /** * URL to the manifest * @type {string} * @memberof LiveStandbyPoolEncodingManifest */ url?: string; /** * ID of the manifest that was created for the encoding * @type {string} * @memberof LiveStandbyPoolEncodingManifest */ manifestId?: string; /** * @type {LiveStandbyPoolEncodingManifestType} * @memberof LiveStandbyPoolEncodingManifest */ type?: LiveStandbyPoolEncodingManifestType; constructor(obj?: Partial<LiveStandbyPoolEncodingManifest>); } export default LiveStandbyPoolEncodingManifest;