EDVDSyncEventType (Windows CE 5.0)

Send Feedback

This enumeration defines constants used to describe synchronization events.

typedef enum {DVD_NAV_PACK_EVENT,DVD_HIGHLIGHT_EVENT,DVD_PLAYBACK_EVENT,DVD_CC_DATA_EVENT} EDVDSyncEventType;

Elements

  • DVD_NAV_PACK_EVENT
    The renderer has parsed NV_PCK so that PCI and data search information (DSI) packets are available in the event buffer. A 1:1 correspondence between the number of NV_PCKs received and the number of signals generated is assumed.
  • DVD_HIGHLIGHT_EVENT
    This event is used to synchronize the DVD highlight control. It specifies when the renderer is ready to process Highlight commands. It also indicates when the button activation highlight has occurred.
  • DVD_PLAYBACK_EVENT
    The decoder system time clock (STC) has exceeded the end of the video object unit (VOBU) presentation time of the last VOBU the decoder received.
  • DVD_CC_DATA_EVENT
    This event is generated when the GOP user data for line 21 are detected in the GOP layer of the MPEG video stream.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

DVD-Video Renderer Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.