MediaElement.ProtectionManager Propriété
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.
Obtient ou définit l’objet dédié pour la protection du contenu multimédia associé à cet élément MediaElement.
public:
property MediaProtectionManager ^ ProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager ProtectionManager();
void ProtectionManager(MediaProtectionManager value);
public MediaProtectionManager ProtectionManager { get; set; }
var mediaProtectionManager = mediaElement.protectionManager;
mediaElement.protectionManager = mediaProtectionManager;
Public Property ProtectionManager As MediaProtectionManager
Valeur de propriété
Objet dédié pour la protection du contenu multimédia.
Remarques
Consultez l’exemple PlayReady pour obtenir un exemple d’utilisation de ProtectionManager.