Share via


CBaseVideoRenderer::OnWaitEnd (Compact 2013)

3/26/2014

Called when a wait time ends.

Syntax

void OnWaitEnd(void);

Parameters

None.

Return Value

None.

Remarks

This member function does only performance logging.

It is called when the thread is awoken from waiting in the window, or when the next sample is due to be rendered.

It could eventually be used to gather information that controls synchronization.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseVideoRenderer Class