次の方法で共有


MediaStreamSource.AddProtectionKey メソッド

定義

指定したストリームを暗号化および暗号化解除するために 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) ライセンス。

適用対象