USTVRatings Object

Provides a way for HTML applications to query the extended TV content ratings. An application retrieves this object by querying the ParentalControlSetting.ExtendedRatings property.

Note   Hosted HTML has been deprecated. To use the new features of the Windows Media Center SDK, you must develop a Windows Media Center Presentation Layer application. However, if you still want to develop a hosted HTML application or update an existing application, you can download and use the previous version of the Windows Media Center SDK from the Microsoft Download Center.

The USTVRatings object exposes the following properties:

Property Description
FantasyViolenceAllowed Gets a value that indicates whether the user has chosen to allow viewing of content containing fantasy violence.
MaxDialogueAllowed Gets a value that indicates the maximum allowed TV rating for content containing suggestive dialog.
MaxLanguageAllowed Gets a value that indicates the maximum allowed TV rating for content containing offensive language.
MaxSexAllowed Gets a value that indicates the maximum allowed TV rating for sexual content.
MaxViolenceAllowed Gets a value that indicates the maximum allowed TV rating for violent content.

See Also