次の方法で共有


MediaStreamSource.MediaProtectionManager プロパティ

定義

メディアの保護に使用される Digital Rights Management (DRM)MediaProtectionManager を取得または設定します。

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

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

プロパティ値

メディア保護マネージャー。

注釈

いずれかのストリームが保護されている場合、アプリケーションは MediaStreamSource の MediaProtectionManager プロパティを設定する必要があります。

MediaStreamSource では、MediaProtectionManager.Properties によって返される PropertySet オブジェクトに次のプロパティが存在する必要があります。

](../windows.media.protection/mediaprotectionmanager_properties.md) MediaStreamSource は、コンテンツ保護システムを初期化するときに、次の省略可能なプロパティの値を使用します。

適用対象