UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 188 B
/** * @export * @enum {string} */ export declare enum SpriteCreationMode { INTERVAL_END = "INTERVAL_END", INTERVAL_START = "INTERVAL_START" } export default SpriteCreationMode;