次の方法で共有


INDStreamParserNotifier.OnBeginSetupDecryptor メソッド

定義

セットアップ 復号化器を要求するときにストリーム パーサーによって呼び出されます。

public:
 void OnBeginSetupDecryptor(IMediaStreamDescriptor ^ descriptor, Platform::Guid keyID, Platform::Array <byte> ^ proBytes);
void OnBeginSetupDecryptor(IMediaStreamDescriptor const& descriptor, winrt::guid const& keyID, winrt::array_view <byte> const& proBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnBeginSetupDecryptor(IMediaStreamDescriptor const& descriptor, winrt::guid const& keyID, winrt::array_view <byte> const& proBytes);
public void OnBeginSetupDecryptor(IMediaStreamDescriptor descriptor, Guid keyID, byte[] proBytes);
[Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnBeginSetupDecryptor(IMediaStreamDescriptor descriptor, Guid keyID, byte[] proBytes);
function onBeginSetupDecryptor(descriptor, keyID, proBytes)
Public Sub OnBeginSetupDecryptor (descriptor As IMediaStreamDescriptor, keyID As Guid, proBytes As Byte())

パラメーター

descriptor
IMediaStreamDescriptor

暗号化解除されるメディア ストリームの記述子。

keyID
Guid

Platform::Guid

winrt::guid

暗号化解除に使用されるキー識別子。

proBytes

Byte[]

byte[]

復号化ツールを作成するための PlayReadyObject のバイト配列。 MPEG2 TS の場合、PlayReadyObject はエンタイトルメント制御メッセージ (ECM) パケット内にあります。

属性

適用対象