MediaPlayer.ProtectionManager Propriedade

Definição

Obtém ou define o gerenciador de proteção de conteúdo para a 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

Valor da propriedade

O gerenciador de proteção de conteúdo para a mídia.

Aplica-se a