Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP Service Pack 2 only.
The SetAvailableFilter method limits how far the Stream Buffer Source filter can seek backward, relative to the current recording position.
Syntax
HRESULT SetAvailableFilter(
[in, out] REFERENCE_TIME *prtMin
);
Parameters
prtMin [in, out]
On input, specifies the earliest seek time, in 100-nanosecond units, relative to the recording position when the method is called. The value must be less than or equal to zero. To make the entire backing store available, use the value -MAXLONGLONG.On output, this parameter receives the actual minimum seek time. The two values may differ if the requested time exceeds the amount of time that is available.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
The minimum seek time is an absolute position within the file. For example, suppose the value is -50000000. Immediately after the method returns, the Stream Buffer Source filter can seek backward 5 seconds, but no further. After another 15 seconds of recording, the filter can seek backward 20 seconds from the new position.
Requirements
Header | Declared in Sbe.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008