Microsoft DirectX 9.0 |
The GetStreamOffset method retrieves the offset that the filter uses when generating time stamps.
Syntax
HRESULT GetStreamOffset(
REFERENCE_TIME *prtOffset
);
Parameters
prtOffset
[out] Pointer to a variable that receives a reference time indicating the current stream offset.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also