UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 202 B
/** * Detailed encryption method * @export * @enum {string} */ export declare enum AesEncryptionMethod { SAMPLE_AES = "SAMPLE_AES", AES_128 = "AES_128" } export default AesEncryptionMethod;