CommonEncryptionCbcs interface
Class for CommonEncryptionCbcs encryption scheme
Properties
clear |
Optional configuration supporting ClearKey in CommonEncryptionCbcs encryption scheme. |
clear |
Representing which tracks should not be encrypted |
content |
Representing default content key for each encryption scheme and separate content keys for specific tracks |
drm | Configuration of DRMs for current encryption scheme |
enabled |
Representing supported protocols |
Property Details
clearKeyEncryptionConfiguration
Optional configuration supporting ClearKey in CommonEncryptionCbcs encryption scheme.
clearKeyEncryptionConfiguration?: ClearKeyEncryptionConfiguration
Property Value
clearTracks
Representing which tracks should not be encrypted
clearTracks?: TrackSelection[]
Property Value
contentKeys
Representing default content key for each encryption scheme and separate content keys for specific tracks
contentKeys?: StreamingPolicyContentKeys
Property Value
drm
Configuration of DRMs for current encryption scheme
drm?: CbcsDrmConfiguration
Property Value
enabledProtocols
Representing supported protocols
enabledProtocols?: EnabledProtocols