UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 176 B
/** * @export * @enum {string} */ export declare enum StreamsVideoStatus { PUBLISHED = "PUBLISHED", UNPUBLISHED = "UNPUBLISHED" } export default StreamsVideoStatus;