Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CRefTime::operator +=
The += operator adds two reference times.
Syntax
CRefTime& operator+=( const CRefTime& rt );
Parameters
rt
Reference to a CRefTime object.
Return Value
Returns a reference to the object.
Requirements
** Header:** Declared in Reftime.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also