LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia File Formats > Multimedia Format and Media Constants > ltmmDVDControl Enumeration Constants > ltmmDVD_SUBPICTURE_TYPE Constants |
typedef enum ltmmDVD_SUBPICTURE_TYPE
{
ltmmDVD_SPType_NotSpecified = 0,
ltmmDVD_SPType_Language = 1,
ltmmDVD_SPType_Other = 2
} ltmmDVD_SUBPICTURE_TYPE;
The ltmmDVD_SUBPICTURE_TYPE constants define the subpicture stream type.
Constant |
Description |
ltmmDVD_SPType_NotSpecified |
[0] The DVD does not specify the subpicture type. |
ltmmDVD_SPType_Language |
[1] The subpicture contains language-related content such as movie subtitles or other text. |
ltmmDVD_SPType_Other |
[2] The subpicture contains nonlanguage-related content such as a bouncing ball in karaoke titles. |
See Also
IltmmDVDSubpictureStream::get_Type