MediaStreamSampleProtectionProperties.SetKeyIdentifier(Byte[]) Method

Definition

Sets the Digital Rights Management (DRM) key identifier for the MediaStreamSample.

public:
 virtual void SetKeyIdentifier(Platform::Array <byte> ^ value) = SetKeyIdentifier;
void SetKeyIdentifier(winrt::array_view <byte> const& value);
public void SetKeyIdentifier(byte[] value);
function setKeyIdentifier(value)
Public Sub SetKeyIdentifier (value As Byte())

Parameters

value

Byte[]

byte[]

The value to set the Digital Rights Management (DRM) key identifier to.

Applies to