Share via


IMSVidStreamBufferSourceEvent::ContentBecomingStale

 
Microsoft DirectShow 9.0

IMSVidStreamBufferSourceEvent::ContentBecomingStale

This topic applies to Windows XP Service Pack 1 or later.

The CertificateSuccess method is called when the stream buffer source lags behind the stream buffer sink by more than a preset number of files.

Syntax

  HRESULT ContentBecomingStale(); 

Parameters

This method takes no parameters.

Return Values

Return S_OK or an error code.

Remarks

This event corresponds to the STREAMBUFFER_EC_CONTENT_BECOMING_STALE event in the Stream Buffer Engine. See Stream Buffer Engine Event Codes.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also