Enum VLDVDPlayer.TVLDVDParentalLevels

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabPkg

Unit: VLDVDPlayer

Contents

Syntax

Delphi:

type TVLDVDParentalLevels = (plLevel1, plLevel2, plLevel3, plLevel4, plLevel5, plLevel6, plLevel7, plLevel8);

C++ Builder:

enum TVLDVDParentalLevels {plLevel1, plLevel2, plLevel3, plLevel4, plLevel5, plLevel6, plLevel7, plLevel8};

Visual C++ (MFC):

enum CTVLDVDParentalLevels {plLevel1, plLevel2, plLevel3, plLevel4, plLevel5, plLevel6, plLevel7, plLevel8};

Summary

Identifies the generic parental levels defined in the DVD specification.

Description

Defines enumeration that identifies the generic parental levels defined in the DVD specification.

Values

plLevel1 The rating is G, General.
plLevel2 The rating is between G and PG.
plLevel3 The rating is PG, Parental Guidance Suggested.
plLevel4 The rating is PG-13, Parental Guidance Suggested, not recommended for those under 13.
plLevel5 The rating is between PG-13 and R.
plLevel6 The rating is R, Restricted.
plLevel7 The rating is NC-17.
plLevel8 The rating is above NC-17.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox