MediaStreamSampleProtectionProperties.GetInitializationVector(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.
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.