CBasePin::CurrentStopTime
Microsoft DirectShow 9.0 |
CBasePin::CurrentStopTime
The CurrentStopTime method retrieves the segment stop time, set by the CBasePin::NewSegment method.
Syntax
REFERENCE_TIME CurrentStopTime(void);
Return Value
Returns the value of CBasePin::m_tStop.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also