Share via


COARefTime::COARefTime (Compact 2013)

3/26/2014

Constructs a COARefTime object.

Syntax

COARefTime(
  CRefTime t 
);
COARefTime(
  REFERENCE_TIME t 
);
COARefTime(
  double d 
);

Parameters

  • t
    CRefTime value or REFERENCE_TIME value passed through to the class. Units are 100 nanoseconds.
  • d
    A double value that constructs the COARefTime class. Units in this case are (fractional) seconds.

Return Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

COARefTime Class