CDrawImage::DisplaySampleTimes
Microsoft DirectShow 9.0 |
CDrawImage::DisplaySampleTimes
The DisplaySampleTimes method draws the time stamps of a media sample on top of the video image.
Syntax
void DisplaySampleTimes( IMediaSample *pSample );
Parameters
pSample
Pointer to the IMediaSample interface of the sample.
Return Value
No return value.
Remarks
This method is called only in debug builds.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also