次の方法で共有


CBaseRenderer::CancelNotification (Compact 2013)

3/26/2014

Cancels any currently scheduled notification.

Syntax

virtual HRESULT CancelNotification(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function is called when the renderer is told to stop streaming.

If no timer link is outstanding, calling this member function does nothing; otherwise, this function stops the advise link and resets the render event.

The normal process when running is to receive a sample, wait until it is time to render it, and then render it.

The clock is given an event to signal when the time arrives.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class