UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 186 B
/** * Type of the stream key * @export * @enum {string} */ export declare enum StreamKeyType { RESERVED = "RESERVED", TEMPORARY = "TEMPORARY" } export default StreamKeyType;