CPosPassThru::GetAvailable (Compact 2013)
3/26/2014
Returns the range of times in which seeking is efficient.
Syntax
HRESULT GetAvailable(
LONGLONG* pEarliest,
LONGLONG* pLatest
);
Parameters
- pEarliest
Earliest time that can be efficiently seeked to.
- pLatest
Latest time that can be efficiently seeked to.
Return Value
Returns the HRESULT value returned from calling IMediaSeeking::GetAvailable on the connected pin.
Remarks
This member function implements the IMediaSeeking::GetAvailable method by calling this same method on the upstream filter's output pin.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |