Share via


EDVDSyncEventType

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines constants used to describe synchronization events.

Syntax

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

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

DVD-Video Renderer Enumerations