![]() |
Previous | Next |
This topic applies to Windows Media Player version 6.4 only.
The Microsoft Windows Media Player control exposes the IMediaPlayerDvd interface through the DVD property. This interface enables the Windows Media Player control to access the Microsoft® DirectShow® DVD-specific properties, methods, and events.
DirectShow provides the following DVD-related interfaces.
Interface | Purpose |
IDvdGraphBuilder | Enables the DVD application writer to easily build a filter graph for DVD-Video playback. |
IDvdControl | Controls the playback and search mechanisms of a DVD-Video disc that contains one or more video movies. |
IDvdInfo | Enables an application to query for attributes of available DVD-Video titles and the DVD player status. |
For more information on the DirectShow DVD-related interfaces, see Overview of DVD Interfaces and Data Types in the DirectShow Software Development Kit.
Later sections of this article group properties, methods, and events from the IMediaPlayerDvd interface into functional categories. For more information about DVD properties, see Using DVD Properties. For more information about DVD methods, see Using DVD Methods.
The Windows Media Player control also provides a number of event and error codes. For more information about event codes, see Using DVD Event Codes. For more information about error codes, see DVD Error Codes.
Previous | Next |