Share via


CBaseRenderer::DisplayRendererState (Compact 2013)

3/26/2014

Displays the status of the video renderer. This function is available only in debug mode.

Syntax

void CBaseRenderer::DisplayRendererState( );

Parameters

None.

Return Value

None.

Remarks

Use this function to monitor the activity of the video renderer. The following is a sample output of this function.

Timed out in WaitForRenderTime
Signal sanity check 0
Filter state 1
Abort flag 0
Streaming flag 0
Clock advise link 0
Current media sample 0
EOS signalled 0
EOS delivered 0
Repaint status 1
End of stream timer 0
Deliver time 0x000000000
Flushing sanity check 0
Last run time 0x000000000
Clock time 0x22C2CD23430
Time difference 238875379ms

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class