MPEG2_TRANSPORT_STRIDE structure (bdatypes.h)

The MPEG2_TRANSPORT_STRIDE structure describes the format block of the MPEG2 transport stride.

Syntax

typedef struct _MPEG2_TRANSPORT_STRIDE {
  DWORD dwOffset;
  DWORD dwPacketLength;
  DWORD dwStride;
} MPEG2_TRANSPORT_STRIDE, *PMPEG2_TRANSPORT_STRIDE;

Members

dwOffset

Offset in bytes into a packet.

dwPacketLength

Size in bytes of a packet.

dwStride

Stride of data in a packet.

Remarks

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.

Requirements

Requirement Value
Header bdatypes.h (include Bdatypes.h)