Microsoft DirectX 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.

See Also