DSMCC_ELEMENT Structure
Microsoft DirectShow 9.0 |
DSMCC_ELEMENT Structure
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
Header: Include Mpeg2Structs.h.
See Also