UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 476 B
/** * @export * @class WatchFolderOutput */ export declare class WatchFolderOutput { /** * Id of the corresponding output (required) * @type {string} * @memberof WatchFolderOutput */ outputId?: string; /** * Subdirectory where to save the files to (required) * @type {string} * @memberof WatchFolderOutput */ outputPath?: string; constructor(obj?: Partial<WatchFolderOutput>); } export default WatchFolderOutput;