Microsoft DirectX 9.0 |
The GetAvailable method retrieves the range of times in which seeking is efficient. This method implements the IMediaSeeking::GetAvailable method.
Syntax
HRESULT GetAvailable(
LONGLONG *pEarliest,
LONGLONG *pLatest
);
Parameters
pEarliest
Pointer to a variable that receives the earliest time for efficient seeking.
pLatest
Pointer to a variable that receives the latest time for efficient seeking.
Return Value
Returns the HRESULT value from the connected pin.
See Also