Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.54 KB

mfnetsource-drmnet-license-representation-property.md

File metadata and controls

63 lines (32 loc) · 1.54 KB
description ms.assetid title ms.topic ms.date
Stores an array of bytes that represents the DRM license associated with the byte stream.
866a9706-0b0a-4675-af61-5f55a5a69014
MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION property (Mfidl.h)
reference
05/31/2018

MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION property

Stores an array of bytes that represents the DRM license associated with the byte stream.

Data type

PROPVARIANT type (vt)

PROPVARIANT member

Byte array (BLOB)

VT_BLOB

blob

Remarks

The constant MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION defines the GUID for this property key. The property identifier (PID) is zero.

This property is read-only. To get the property value from the network byte stream, call IPropertyStore::GetValue and pass the PROPERTYKEY structure in the key parameter. The fmtid member of PROPERTYKEY must be set to the property GUID.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfidl.h

See also

Media Foundation Properties

Networking in Media Foundation