MediaStreamSource.AddProtectionKey Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge una chiave di protezione DRM (Digital Rights Management) usata da MediaProtectionManager per crittografare e decrittografare il flusso specificato.
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())
Parametri
- streamDescriptor
- IMediaStreamDescriptor
Il flusso della chiave viene usato per crittografare e decrittografare.
- keyIdentifier
-
Byte[]
byte[]
Chiave usata per crittografare e decrittografare il flusso.
- licenseData
-
Byte[]
byte[]
Licenza DRM (Digital Rights Management) per i supporti.