IDVDNavDataStatusSink
This interface is a COM connection point that allows applications to monitor the dynamic state of DVD playback. As the DVD-Video API encounters new presentation control (PCI) data from the navigation packs, it issues callbacks through the IDVDNavDataStatusSink interface. You must implement the specific IDVDNavDataStatusSink methods within your DVD player application.
The following table lists the methods for IDVDNavDataStatusSink in the order the compiler calls them.
Programming element | Description |
---|---|
NotifyNewPCI | Called when new PCI data is detected. |
The IDVDNavDataStatusSink interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:
Remarks
You can obtain a pointer to an IDVDNavDataStatusSink interface by calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDNavDataStatusSink reference identifier.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.