Share via


MediaStreamSampleProtectionProperties.SetSubSampleMapping(Byte[]) Method

Definition

Sets the Digital Rights Management (DRM) sub-sample mapping for the MediaStreamSample.

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

Parameters

value

Byte[]

byte[]

The value to set the Digital Rights Management (DRM) sub-sample mapping to.

Applies to