PlayEnabler Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PlayEnabler(Guid) |
Initialise une nouvelle instance de la classe PlayEnabler. |
PlayEnabler(Guid, Byte[]) |
Initialise une nouvelle instance de la classe PlayEnabler. |
PlayEnabler(Guid)
Initialise une nouvelle instance de la classe PlayEnabler.
public PlayEnabler (Guid technologyId);
new Microsoft.Media.Drm.PlayEnabler : Guid -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid)
Paramètres
Remarques
Reportez-vous au document Règles de conformité PlayReady qui accompagne un contrat de licence PlayReady pour plus d’informations sur les paramètres autorisés pour cette méthode.
S’applique à
PlayEnabler(Guid, Byte[])
Initialise une nouvelle instance de la classe PlayEnabler.
public PlayEnabler (Guid technologyId, byte[] configurationData);
new Microsoft.Media.Drm.PlayEnabler : Guid * byte[] -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid, configurationData As Byte())
Paramètres
- configurationData
- Byte[]
Données de configuration supplémentaires pour la technologie.
Remarques
Reportez-vous au document Règles de conformité PlayReady qui accompagne un contrat de licence PlayReady pour plus d’informations sur les paramètres autorisés pour cette méthode.