as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

DecoderFeatures

Name

DecoderFeatures provides setters for different decoder features.

Constructors

new DecoderFeatures()

new DecoderFeatures(): DecoderFeatures

Returns

DecoderFeatures

Accessors

requiresDecryption

Get Signature

get requiresDecryption(): boolean

Returns

boolean

, the value set by setters.

Set Signature

set requiresDecryption(decrypt): void

Request support for content decryption.

AES-128 is the typical encryption standard used for DRM content. The ISO/IEC 23001-7 standard has defined four Common Encryption schemes:

  1. CENC (AES CTR full-sample encryption)
  2. CENS(AES CTR patterned subsample encryption)
  3. CBC1 (AES CBC full-sample encryption)
  4. CBCS (AES CBC patterned subsample encryption)

Refer to the DRM capabilities APIs to check which decrption scheme is supported by the CDM

Parameters
decrypt

boolean

Returns

void


Last updated: Oct 02, 2025