TIME_INFO structure

The TIME_INFO structure describes the current sample time.

Syntax

typedef struct stcTIME_INFO {
  PIPELINE_TIME segmentTime;
  PIPELINE_TIME estimatedNextSegmentTime;
  PIPELINE_TIME timelineTime;
} TIME_INFO;

Members

segmentTime

The location of the frame relative to the start time of the effect or transition, given in 1/10,000-second units.

estimatedNextSegmentTime

A guess at how long before Windows Movie Maker will call IMediaTransform::Process again, in 1/10,000-second units.

timelineTime

The location of the frame relative to the start time of the movie, in 1/10,000-second units.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
GPUPipelineTime.h

See also

Structures