Microsoft DirectX 9.0

STREAM_TIME

The STREAM_TIME data type is used to express reference times in Microsoft DirectShow multimedia streaming. Units are 100 nanoseconds.

Syntax

typedef LONGLONG STREAM_TIME; 

Remarks

This data type is equivalent to the DirectShow REFERENCE_TIME data type.

See Also