Microsoft DirectX 8.1 (C++)

Time Format GUIDs

The following globally unique identifiers (GUIDs) define different time formats.

Declaration: Uuids.h.

GUID Description
TIME_FORMAT_NONE No format.
TIME_FORMAT_FRAME Video frames.
TIME_FORMAT_SAMPLE Samples in the stream.
TIME_FORMAT_FIELD Interlaced video fields.
TIME_FORMAT_BYTE Byte offset within the stream.
TIME_FORMAT_MEDIA_TIME Media time, in 100-nanosecond units.

See Also