ProtectionCapabilityResult enumeration

Describes whether the features queried in IsTypeSupported are supported by the hardware or software.

Syntax

var value = Windows.Media.Protection.ProtectionCapabilityResult.notSupported;
public enum ProtectionCapabilityResult
Public Enum ProtectionCapabilityResult
public enum class ProtectionCapabilityResult

Members

The ProtectionCapabilityResult enumeration has these members.

Member Value Description
NotSupported | notSupported 0

The features queried are not supported.

Maybe | maybe 1

An asynchronous query has been started, but is not yet finished. The hardware or software must be queried until NotSupported or Probably is returned.

Probably | probably 2

What is being queried is currently supported, but this may change by the time media is played.

Requirements (Windows 10 device family)

Device family

Universal, introduced version 10.0.10586.0

API contract

Windows.Foundation.UniversalApiContract, introduced version 2.0

Namespace

Windows.Media.Protection Windows::Media::Protection [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Attributes

[Version]