KSDRMAUDIOSTREAM_CONTENTID structure (drmk.h)

The KSDRMAUDIOSTREAM_CONTENTID structure specifies the DRM content ID and DRM content rights for a KSPROPERTY_DRMAUDIOSTREAM_CONTENTIDset-property request.

Syntax

typedef struct {
  ULONG     ContentId;
  DRMRIGHTS DrmRights;
} KSDRMAUDIOSTREAM_CONTENTID, *PKSDRMAUDIOSTREAM_CONTENTID;

Members

ContentId

Specifies the DRM content ID. This member identifies a protected KS audio stream.

DrmRights

Specifies the DRM content rights assigned to the stream. This member is a pointer to a DRMRIGHTS structure.

Requirements

Requirement Value
Header drmk.h (include Drmk.h)

See also

DRMRIGHTS

KSPROPERTY_DRMAUDIOSTREAM_CONTENTID