ltmmDVD_PARENTAL_LEVEL constants

The ltmmDVD_PARENTAl_LEVEL constants identify flags for the generic parental levels defined in the DVD specification.

Const ltmmDVD_PARENTAL_LEVEL_8 = 0x8000
Const ltmmDVD_PARENTAL_LEVEL_7 = 0x4000
Const ltmmDVD_PARENTAL_LEVEL_6 = 0x2000
Const ltmmDVD_PARENTAL_LEVEL_5 = 0x1000
Const ltmmDVD_PARENTAL_LEVEL_4 = 0x0800
Const ltmmDVD_PARENTAL_LEVEL_3 = 0x0400
Const ltmmDVD_PARENTAL_LEVEL_2 = 0x0200
Const ltmmDVD_PARENTAL_LEVEL_1 = 0x0100

Comments

DVD_PARENTAL_LEVEL_8 is the most restrictive level and DVD_PARENTAL_LEVEL_1 is the least restrictive.

For more detailed information, refer to the Microsoft documentation for the DVD_PARENTAL_LEVEL Enumeration at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/dvd_parental_levelenumeration.asp.

See Also

ltmmDVDControl.GetTitleParentalLevels Method

ltmmDVDControl.SelectParentalLevel Method