UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

27 lines (26 loc) 778 B
/** * @export * @class EncodingOutputPathsSmoothManifest */ export declare class EncodingOutputPathsSmoothManifest { /** * Id of the Smooth manifest * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ id?: string; /** * Path to the client manifest of the Smooth manifest on the given output * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ clientManifestPath?: string; /** * Path to the server manifest of the Smooth manifest on the given output * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ serverManifestPath?: string; constructor(obj?: Partial<EncodingOutputPathsSmoothManifest>); } export default EncodingOutputPathsSmoothManifest;