CDrawImage::m_EndSample

 
Microsoft DirectShow 9.0

CDrawImage::m_EndSample

The m_EndSample member variable specifies the stop time of the most recent sample.

Syntax

  CRefTime m_EndSample;

Remarks

The value is only valid inside the CDrawImage::DisplaySampleTimes method.

Requirements

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

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

See Also