MF_SUBTITLE_INFO Structure

Subtitle info.

Syntax

typedef struct _MF_SUBTITLE_INFO {
    UINT32 nSize;
    UINT32 nSubtitleSegments;
    MF_SUBTITLE_SEGMENT *prgSubtitleSegment;
} MF_SUBTITLE_INFO;  

Members

nSize
Size of the subtitle, in bytes.

nSubtitleSegments
Number of segments in the subtitle.

prgSubtitleSegment
Pointer to the subtitle segment.

Requirements

Header: Declared in mfapi.h.