MPEG_TIME Structure

The MPEG_TIME structure represents a time of day, or a duration.

Syntax

typedef struct {
  BYTE Hours;
  BYTE Minutes;
  BYTE Seconds;
} MPEG_TIME;

Members

  • Hours
    Specifies the hours. The value can range from 0 to 23, inclusive.

  • Minutes
    Specifies the minutes. The value can range from 0 to 59, inclusive.

  • Seconds
    Specifies the seconds. The value can range from 0 to 59, inclusive.

Requirements

Header Declared in Mpeg2Structs.h.

See Also

BDA Structures

Send comments about this topic to Microsoft

Build date: 12/4/2008