CbcsDrmConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy.
public class CbcsDrmConfiguration
type CbcsDrmConfiguration = class
Public Class CbcsDrmConfiguration
- Inheritance
-
CbcsDrmConfiguration
Constructors
CbcsDrmConfiguration() |
Initializes a new instance of CbcsDrmConfiguration. |
Properties
FairPlay |
FairPlay configurations. |
PlayReady |
PlayReady configurations. |
WidevineCustomLicenseAcquisitionUriTemplate |
Template for the URL of the custom service delivering licenses to end user players. Not required when using Azure Media Services for issuing licenses. 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. |
Applies to
Azure SDK for .NET