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