Share via


COARefTime::Operator +=

 
Microsoft DirectShow 9.0

COARefTime::Operator +=

This operator adds two reference times, and sets this object to the result.

Syntax

  COARefTime& operator+=(
    const COARefTime& rt
);

Parameters

rt

Reference to the COARefTime object to add.

Return Value

Returns a reference to the object.

Requirements

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

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

See Also