EnvelopeEncryption interface
Class for EnvelopeEncryption encryption scheme
Properties
clear |
Representing which tracks should not be encrypted |
content |
Representing default content key for each encryption scheme and separate content keys for specific tracks |
custom |
Template for the URL of the custom service delivering keys to end user players. Not required when using Azure Media Services for issuing keys. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested. |
enabled |
Representing supported protocols |
Property Details
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
customKeyAcquisitionUrlTemplate
Template for the URL of the custom service delivering keys to end user players. Not required when using Azure Media Services for issuing keys. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested.
customKeyAcquisitionUrlTemplate?: string
Property Value
string
enabledProtocols
Representing supported protocols
enabledProtocols?: EnabledProtocols