Previous Next

KSDRMAUDIOSTREAM_CONTENTID

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

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.

Headers

Declared in drmk.h. Include drmk.h.

See Also

KSPROPERTY_DRMAUDIOSTREAM_CONTENTID, DRMRIGHTS