In This Topic ▼

ltmmDVD_PARENTAL_LEVEL Constants

Summary

The ltmmDVD_PARENTAL_LEVEL constants specify the parental levels defined in the DVD specification. The values listed above can be used with the IltmmDVDControl interface functions. DVD_PARENTAL_LEVEL_8 is the most restrictive level and DVD_PARENTAL_LEVEL_1 is the least restrictive.

Syntax

typedef enum ltmmDVD_PARENTAL_LEVEL 
{ 
   ltmmDVD_PARENTAL_LEVEL_8 = 0x8000, 
   ltmmDVD_PARENTAL_LEVEL_7 = 0x4000, 
   ltmmDVD_PARENTAL_LEVEL_6 = 0x2000, 
   ltmmDVD_PARENTAL_LEVEL_5 = 0x1000, 
   ltmmDVD_PARENTAL_LEVEL_4 = 0x0800, 
   ltmmDVD_PARENTAL_LEVEL_3 = 0x0400, 
   ltmmDVD_PARENTAL_LEVEL_2 = 0x0200, 
   ltmmDVD_PARENTAL_LEVEL_1 = 0x0100 
} ltmmDVD_PARENTAL_LEVEL; 

Comments

For more detailed information, see the Microsoft documentation for the DVD_PARENTAL_LEVEL Enumeration.

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.