DVD Interfaces
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
These interfaces support DVD playback and navigation.
Interface | Description |
---|---|
IAMDecoderCaps | Implemented by decoders to indicate various capabilities. |
IDvdCmd | Block the DVD Navigator Filter until a command starts or completes. |
IDvdControl2 | Navigate and play DVD-Video titles, including karaoke titles. |
IDvdGraphBuilder | Build a filter graph for DVD-Video playback from the available software and hardware on the system. |
IDvdInfo2 | Query for various attributes of a DVD disc or the DVD Navigator's state. |
IDvdState | Save the state of the user's session to disk, including playback location, parental level, and region. |
Related topics