typedef enum ltmmDVDSourceSelectedState
{
ltmmDVDSource_Unselected = 0,
ltmmDVDSource_Selected = 1,
ltmmDVDSource_Main_Selected = 2,
ltmmDVDSource_Partially_Selected = 3
} ltmmDVDSourceSelectedState;
The ltmmDVDSourceSelectedState constants define the DVD selection state.
Constant |
Description |
ltmmDVDSource_Unselected |
[0] No disc item is selected. |
ltmmDVDSource_Selected |
[1] The entire disc is selected. |
ltmmDVDSource_Main_Selected |
[2] Only the main title The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files. is selected. |
ltmmDVDSource_Partially_Selected |
[3] Some items in the disc are selected. |
See Also