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:
- CENC (AES CTR full-sample encryption)
- CENS(AES CTR patterned subsample encryption)
- CBC1 (AES CBC full-sample encryption)
- CBCS (AES CBC patterned subsample encryption)
Parameters
decrypt
boolean
Returns
void

