Share via


CBaseVideoRenderer::ResetStreamingTimes

 
Microsoft DirectShow 9.0

CBaseVideoRenderer::ResetStreamingTimes

The ResetStreamingTimes method resets all times that control the streaming.

Syntax

  virtual HRESULT ResetStreamingTimes(void);

Return Value

Returns an HRESULT value.

Remarks

The times are set so that frames will not be initially dropped and so that the first frame will be drawn.

Requirements

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

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

See Also