MediaStreamSampleProtectionProperties.GetInitializationVector(Byte[]) Method

Definition

Gets the Digital Rights Management (DRM) initialization vector from the MediaStreamSample.

void GetInitializationVector([Out] winrt::array_view <byte> const& & value);
public void GetInitializationVector(out byte[] value);
Public Sub GetInitializationVector (ByRef value As Byte())

Parameters

value

Byte[]

byte[]

The initialization vector.

Applies to