Condividi tramite


MediaProtectionPMPServer(IPropertySet) Costruttore

Definizione

Inizializza una nuova istanza della classe MediaProtectionPMPServer con le proprietà specificate.

public:
 MediaProtectionPMPServer(IPropertySet ^ pProperties);
 MediaProtectionPMPServer(IPropertySet const& pProperties);
public MediaProtectionPMPServer(IPropertySet pProperties);
function MediaProtectionPMPServer(pProperties)
Public Sub New (pProperties As IPropertySet)

Parametri

pProperties
IPropertySet

Set di proprietà usate per inizializzare il server.

Commenti

MediaProtectionPMPServer supporta le proprietà seguenti:

Proprietà Descrizione
"Windows.Media.Protection.MediaProtectionSystemId" GUID che rappresenta il sistema DRM usato dall'app. Ciò consente al sistema di determinare se drm hardware è supportato nel dispositivo.
Windows.Media.Protection.UseSoftwareProtectionLayer L'impostazione su true indica al sistema di usare DRM software anche se è disponibile DRM hardware nel dispositivo corrente.
Windows.Media.Protection.PMPStoreContext Quando si implementa un oggetto CDM (Store Content Decryption Module), il CDM store deve cercare e creare una copia della proprietà MF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT in FMContentDecryptionModuleAccess::CreateContentDecryptionModuleModule. Se l'oggetto STORE CDM vuole creare un mediaProtectionPMPServer che supporterà CreateObjectByCLSID per gli oggetti definiti nel file binario CDM dello Store, è necessario passare questa proprietà.

Si applica a