MPEG_TIME structure (mpeg2structs.h)

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

Syntax

typedef struct __MIDL___MIDL_itf_mpeg2structs_0000_0000_0024 {
  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.

Remarks

The MPEG_DURATION structure is a typedef for the MPEG_TIME structure.

typedef MPEG_TIME MPEG_DURATION;

Requirements

   
Header mpeg2structs.h

See also

BDA Structures