Microsoft DirectX 9.0 |
The GetPreroll method retrieves the amount of data that will be queued before the start position. This method implements the IMediaSeeking::GetPreroll method.
Syntax
HRESULT GetPreroll(
LONGLONG *pllPreroll
);
Parameters
pllPreroll
Pointer to a variable that receives the
Return Value
Returns the HRESULT value from the connected pin.
See Also