ltmmDVDControl.NotifyParentalLevelChange Method

Visual Basic Example

Syntax

object.NotifyParentalLevelChange(Notify As Boolean)

Remarks

Specifies if the DVD Navigator notifies the application when the parental level changes.

If the programmer calls this method with the Notify parameter set to TRUE, the DVD Navigator will notify the application when the DVD player attempts to play content that is at a higher parental level than the current parental level, set by calling ltmmDVDControl.SelectParentalLevel Method. The programmer should then ask for a username/password to enable the playing of the higher-level content. The request is accepted or denied by calling the ltmmDVDControl.AcceptParentalLevelChange Method.

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

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.PlayerParentalLevel Property, ltmmDVDControl.PlayerParentalCountry Property, ltmmDVDControl.GetTitleParentalLevels Method, ltmmDVDControl.SelectParentalCountry Method, ltmmDVDControl.SelectParentalLevel Method, ltmmDVDControl.AcceptParentalLevelChange Method

Topics:

Multimedia Properties, Methods and Events