Partage via


MediaPlayer.ProtectionManager Propriété

Définition

Obtient ou définit le gestionnaire de protection de contenu pour le média.

public:
 property MediaProtectionManager ^ ProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager ProtectionManager();

void ProtectionManager(MediaProtectionManager value);
public MediaProtectionManager ProtectionManager { get; set; }
var mediaProtectionManager = mediaPlayer.protectionManager;
mediaPlayer.protectionManager = mediaProtectionManager;
Public Property ProtectionManager As MediaProtectionManager

Valeur de propriété

Gestionnaire de protection de contenu pour le média.

S’applique à