MPEG_TIME Structure
Microsoft DirectShow 9.0 |
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: Include Mpeg2Structs.h.
See Also