TIME_INFO

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

Client: Windows Vista

Header: Include gputransformplugin.h and GPUPipelineTime.h.

Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).

See Also