typedef struct _MF_SUBTITLE_INFO {
UINT32 nSize;
UINT32 nSubtitleSegments;
MF_SUBTITLE_SEGMENT *prgSubtitleSegment;
} MF_SUBTITLE_INFO;
nSize
Size of the subtitle, in bytes.
nSubtitleSegments
Number of segments in the subtitle.
prgSubtitleSegment
Pointer to the subtitle segment.
Header: Declared in mfapi.h.