MediaElement.ProtectionManager Propiedad

Definición

Obtiene o establece el objeto dedicado para la protección de contenido multimedia asociado a este Objeto 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

Valor de propiedad

Objeto dedicado para la protección de contenido multimedia.

Comentarios

Consulte el ejemplo de PlayReady para obtener un ejemplo de uso de ProtectionManager.

Se aplica a