Share via


IMSVidStreamBufferSourceEvent::TimeHole

 
Microsoft DirectShow 9.0

IMSVidStreamBufferSourceEvent::TimeHole

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

The TimeHole method is called when playback reaches a gap in the recorded content.

Syntax

  HRESULT TimeHole(
  StreamOffsetMS
  
    
  
  SizeMS
  
    ); 

Parameters

StreamOffsetMS

[in]  Specifies the start of the gap, in milliseconds, relative to the content start.

SizeMS

[in]  Specifies the length of the gap, in milliseconds.

Return Values

Return S_OK or an error code.

Remarks

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

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also