IMSVidStreamBufferV2SourceEvent::TimeHole Method
[This documentation is preliminary and is subject to change.]
Fired when the SBE2 source filter receives a STREAMBUFFER_EC_TIMEHOLE event, which indicates playback has reached a gap in recorded content.
Syntax
HRESULT TimeHole(
[in] long StreamOffsetMS,
[in] long SizeMS
);
Parameters
StreamOffsetMS [in]
Time of the start of the gap relative to the content start, in milliseconds.SizeMS [in]
Duration of the gap, in milliseconds.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Client | Requires Windows 7. |
| IDL | Declared in Segment.idl. |
See Also
IMSVidStreamBufferV2SourceEvent
Stream Buffer Engine Event Codes
Send comments about this topic to Microsoft
Build date: 12/4/2008