你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommonEncryptionCenc interface
Class for envelope encryption scheme
Properties
clear |
Optional configuration supporting ClearKey in CommonEncryptionCenc 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 CommonEncryptionCenc encryption scheme |
enabled |
Representing supported protocols |
Property Details
clearKeyEncryptionConfiguration
Optional configuration supporting ClearKey in CommonEncryptionCenc 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 CommonEncryptionCenc encryption scheme
drm?: CencDrmConfiguration
Property Value
enabledProtocols
Representing supported protocols
enabledProtocols?: EnabledProtocols