Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The TimeHole method is called when the MSVidStreamBufferSource object reads from a temporary recording file that has been marked for deletion.
Syntax
HRESULT StaleDataRead(void);
Parameters
This method takes no parameters.
Return Values
Return S_OK or an error code.
Remarks
This event corresponds to the STREAMBUFFER_EC_STALE_DATA_READ event in the Stream Buffer Engine. See Stream Buffer Engine Event Codes.
See Also