Share via


BDA_CONDITIONALACCESS_REQUESTTYPE enumeration

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Specifies the type of content access that a media sink device (MSD) is requesting.

Syntax

typedef enum BDA_CONDITIONALACCESS_REQUESTTYPE { 
  CONDITIONALACCESS_ACCESS_UNSPECIFIED                       = 0,
  CONDITIONALACCESS_ACCESS_NOT_POSSIBLE,
  CONDITIONALACCESS_ACCESS_POSSIBLE,
  CONDITIONALACCESS_ACCESS_POSSIBLE_NO_STREAMING_DISRUPTION
} BDA_CONDITIONALACCESS_REQUESTTYPE;

Constants

CONDITIONALACCESS_ACCESS_UNSPECIFIED

Unspecified.

CONDITIONALACCESS_ACCESS_NOT_POSSIBLE

The MSD cannot provide access to the content.

CONDITIONALACCESS_ACCESS_POSSIBLE

The MSD can provide access to the content.

CONDITIONALACCESS_ACCESS_POSSIBLE_NO_STREAMING_DISRUPTION

The MSD can provide access to the content; however, the media transform device (MTD) should not disrupt streaming.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Bdatypes.h

See also

IBDA_ConditionalAccessEx::CheckEntitlementToken