Share via


CBaseVideoRenderer::ThrottleWait

 
Microsoft DirectShow 9.0

CBaseVideoRenderer::ThrottleWait

The ThrottleWait method inserts a wait period after each frame.

Syntax

  void ThrottleWait(void);

Return Value

No return value.

Remarks

This member function waits for a time period obtained from the m_trThrottle data member.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also