Share via


NDContentIDType Enum

Definition

Indicates the types of content that PlayReady can use in different scenarios.

public enum class NDContentIDType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDContentIDType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDContentIDType is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
enum class NDContentIDType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDContentIDType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDContentIDType is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public enum NDContentIDType
var value = Windows.Media.Protection.PlayReady.NDContentIDType.keyID
Public Enum NDContentIDType
Inheritance
NDContentIDType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Custom 3

Custom object specific to the transmitter. It is expected that the transmitter will understand the data contained therein. PlayReady does not define a standard format for custom content identifiers.

KeyID 1

License key identifier.

PlayReadyObject 2

PlayReadyObject can be one of the following two objects.

  • A full PlayReady Object (PRO), which is a binary format defined by PlayReady.
  • A raw XML WRMHeader. Both of these types of objects are described in the Supporting In-Home Content Distribution with PlayReady for Network Devices document located on the Microsoft PlayReady Documents Web page.

Applies to