Share via


IDVDNavDataStatusSink (Windows Embedded CE 6.0)

1/6/2010

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

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Interfaces