Microsoft DirectX 9.0

IMSVidStreamBufferSourceEvent::TimeHole

This topic applies to Windows XP Service Pack 1 only.

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

Syntax

HRESULT TimeHole(
    long StreamOffsetMS,
    long 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.

See Also