Bagikan melalui


MediaElement.ProtectionManager Properti

Definisi

Mendapatkan atau mengatur objek khusus untuk perlindungan konten media yang terkait dengan MediaElement ini.

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

Nilai Properti

Objek khusus untuk perlindungan konten media.

Keterangan

Lihat sampel PlayReady untuk contoh penggunaan ProtectionManager.

Berlaku untuk