MPEG_DATE_AND_TIME Structure

 
Microsoft DirectShow 9.0

MPEG_DATE_AND_TIME Structure

The MPEG_DATE_AND_TIME structure specifies a date and time.

Syntax

typedef struct {
    MPEG_DATE  D;
    MPEG_TIME  T;
} MPEG_DATE_AND_TIME;

Members

D

Specifies the date, as an MPEG_DATE structure.

T

Specifies the time, as an MPEG_TIME structure.

Requirements

Header: Include Mpeg2Structs.h.

See Also