Microsoft DirectX 8.0

DVD_SubpictureAttributes Structure

Structures

Contains information about the DVD subpicture. The IDvdInfo2::GetSubpictureAttributes method fills in a DVD_SubpictureAttributes structure for a specified stream.

Syntax


typedef struct tagDVD_SubpictureAttributes
{
    DVD_SUBPICTURE_TYPE     Type;
    DVD_SUBPICTURE_CODING   CodingMode;
    LCID                    Language;
    DVD_SUBPICTURE_LANG_EXT LanguageExtension;
} DVD_SubpictureAttributes;

Members

Type
Variable of type DVD_SUBPICTURE_TYPE that indicates whether the subpicture contains language-related content.
CodingMode
Variable of type DVD_SUBPICTURE_CODING that indicates how the subpicture graphics stream is encoded.
Language
Variable of type LCID that identifies the subpicture language if Type equals DVD_SPType_Language.
LanguageExtension
Variable of type DVD_SUBPICTURE_LANG_EXT that identifies the subpicture language extension if Type equals DVD_SPType_Language.