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 |
CBaseRenderer::SignalTimerFired
The SignalTimerFired method clears the timer identifier used to schedule rendering.
Syntax
virtual void SignalTimerFired(void);
Remarks
The filter calls this method when the rendering timer activates (see CBaseRenderer::WaitForRenderTime) or when the timer is canceled (see CBaseRenderer::CancelNotification). The method resets the CBaseRenderer::m_dwAdvise member variable to zero.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also