IDVDNavigationManager (Windows Embedded CE 6.0)
1/6/2010
This interface sets the global context for the navigation manager.
Method | Description |
---|---|
Sets the volume that the navigation manager will control. |
|
Returns the value of a specified system parameter (SPRM). |
|
Returns the value of a specified general parameter (GPRM). |
|
Sets the value of a specified system parameter (SPRM). |
|
Returns a bitmask identifying which scan modes the DVD-Video API renderer supports. |
|
Returns a value indicating the current playback state of the player. |
|
Allows you to select the DVD-Video renderer that your application will use. |
|
Allows your application to select a button by specifying its button number from the button information table (BTNIT). |
The IDVDNavigationManager, like all COM interfaces, inherits the IUnknown interface methods.
The IUnknown interface supports the following methods:
Remarks
You can obtain a pointer to an IDVDNavigationManager interface by calling the IUnknown::QueryInterface method of a DVDNavigationManager object and specifying the IID_IDVDNavigationManager interface identifier. See DVD-Video API Interface Identifiers.
Requirements
Header | dvdnav.h, dvdnav.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |