MediaStreamSource.AddProtectionKey メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したストリームを暗号化および暗号化解除するために MediaProtectionManager によって使用される Digital Rights Management (DRM) 保護キーを追加します。
public:
virtual void AddProtectionKey(IMediaStreamDescriptor ^ streamDescriptor, Platform::Array <byte> ^ keyIdentifier, Platform::Array <byte> ^ licenseData) = AddProtectionKey;
void AddProtectionKey(IMediaStreamDescriptor const& streamDescriptor, winrt::array_view <byte> const& keyIdentifier, winrt::array_view <byte> const& licenseData);
public void AddProtectionKey(IMediaStreamDescriptor streamDescriptor, byte[] keyIdentifier, byte[] licenseData);
function addProtectionKey(streamDescriptor, keyIdentifier, licenseData)
Public Sub AddProtectionKey (streamDescriptor As IMediaStreamDescriptor, keyIdentifier As Byte(), licenseData As Byte())
パラメーター
- streamDescriptor
- IMediaStreamDescriptor
キーの暗号化と暗号化解除に使用されるストリーム。
- keyIdentifier
-
Byte[]
byte[]
ストリームの暗号化と暗号化解除に使用されるキー。
- licenseData
-
Byte[]
byte[]
メディアの Digital Rights Management (DRM) ライセンス。