Partager via


Méthode IMFMediaEngineProtectedContent::SetContentProtectionManager (mfmediaengine.h)

Définit le gestionnaire de protection de contenu (CPM).

Syntaxe

HRESULT SetContentProtectionManager(
  [in] IMFContentProtectionManager *pCPM
);

Paramètres

[in] pCPM

Pointeur vers l’interface IMFContentProtectionManager , implémentée par l’appelant.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Notes

Le moteur multimédia utilise le module CPM pour gérer les événements liés au contenu protégé, tels que l’acquisition de licences.

Spécifications

   
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête mfmediaengine.h

Voir aussi

IMFMediaEngineProtectedContent