COARefTime::Operator /
Microsoft DirectShow 9.0 |
COARefTime::Operator /
This operator divides a reference time by a value.
Syntax
COARefTime operator/( LONG l );
Parameters
l
Divisor.
Return Value
Returns a new COARefTime object equal to the quotient of this object and l.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also