Microsoft DirectX 8.0 |
Encapsulates the hours, minutes, seconds, and frames in a DVD timecode.
Syntax
typedef struct tagDVD_HMSF_TIMECODE { BYTE bHours; BYTE bMinutes; BYTE bSeconds; BYTE bFrames; } DVD_HMSF_TIMECODE;
Members
Remarks
A DVD_HMSF_TIMECODE structure is for use with IDvdControl2 and IDvdInfo2. It is more convenient to use than the DVD_TIMECODE structure, which was used with the earlier interfaces IDvdControl and IDvdInfo. A DVD_HMSF_TIMECODE structure can be cast to/from a ULONG. This means that if you need to use the old BCD time format for backwards compatability, you can do so in place of a DVD_HMSF_TIMECODE structure.