MediaStreamSampleProtectionProperties.SetInitializationVector(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) initialization vector for the MediaStreamSample.
public:
virtual void SetInitializationVector(Platform::Array <byte> ^ value) = SetInitializationVector;
void SetInitializationVector(winrt::array_view <byte> const& value);
public void SetInitializationVector(byte[] value);
function setInitializationVector(value)
Public Sub SetInitializationVector (value As Byte())
Parameters
- value
-
Byte[]
byte[]
The value to set the Digital Rights Management (DRM) initialization vector to.