Share via


COARefTime::Operator

 
Microsoft DirectShow 9.0

COARefTime::Operator –

This operator subtracts one reference time from another.

Syntax

  COARefTime operator-(
    const COARefTime& rt
);

Parameters

rt

Reference to the COARefTime object to subtract.

Return Value

Returns a new COARefTime object equal to the difference of the reference times.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also