MPEG_DATE Structure
Microsoft DirectShow 9.0 |
MPEG_DATE Structure
The MPEG_DATE structure specifies a date.
Syntax
typedef struct { BYTE Date; BYTE Month; WORD Year; } MPEG_DATE;
Members
Date
Specifies the day of the month. The value can range from 1 to 31, inclusive.
Month
Specifies the month. The value can range from 1 to 12, inclusive.
Year
Specifies the year.
Requirements
Header: Include Mpeg2Structs.h.
See Also