DSMCC_ELEMENT structure (mpeg2structs.h)
The DSMCC_ELEMENT structure contains information from a DSM-CC element.
Syntax
typedef struct _DSMCC_ELEMENT {
PID pid;
BYTE bComponentTag;
DWORD dwCarouselId;
DWORD dwTransactionId;
struct _DSMCC_ELEMENT *pNext;
} DSMCC_ELEMENT, *PDSMCC_ELEMENT;
Members
pid
Packet identifier (PID).
bComponentTag
Component tag.
dwCarouselId
Carousel identifier.
dwTransactionId
Transaction identifier.
pNext
Pointer to the next DSMCC_ELEMENT structure in the list, or NULL if this element is the end of the list.
Requirements
Requirement | Value |
---|---|
Header | mpeg2structs.h |