CBaseVideoRenderer::OnWaitEnd
Microsoft DirectShow 9.0 |
CBaseVideoRenderer::OnWaitEnd
The OnWaitEnd method is called when a wait time ends.
Syntax
void OnWaitEnd(void);
Return Value
No return value.
Remarks
This member function does only performance logging. It is called when the thread is awoken from waiting in the window, or when the next sample is due to be rendered. It could eventually be used to gather information that controls synchronization.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also