Share via


IDVDNavDataStatusSink (Windows CE 5.0)

Send Feedback

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.

Method 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 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 interface identifier, see DVD-Video API Interface Identifiers.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

DVD-Video API Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.