MediaStreamSampleProtectionProperties.SetKeyIdentifier(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.