// bdatypes.h
typedef struct _MPEG2_TRANSPORT_STRIDE {
DWORD dwOffset;
DWORD dwPacketLength;
DWORD dwStride;
} MPEG2_TRANSPORT_STRIDE, *PMPEG2_TRANSPORT_STRIDE;
View the official Windows Driver Kit DDI referenceNo description available.
The MPEG2_TRANSPORT_STRIDE structure describes the format block of the MPEG2 transport stride.
dwOffsetOffset in bytes into a packet.
dwPacketLengthSize in bytes of a packet.
dwStrideStride of data in a packet.
The MPEG2 transport stride format block is associated with the MEDIATYPE_Stream/MEDIASUBTYPE_MPEG2_TRANSPORT_STRIDE media type. Format blocks that are associated with this media type must start with the MPEG2_TRANSPORT_STRIDE structure.