Compartir a través de


MediaPlayer.ProtectionManager Propiedad

Definición

Obtiene o establece el administrador de protección de contenido para los medios.

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 de propiedad

Administrador de protección de contenido para los medios.

Se aplica a