IAMPushSource::GetStreamOffset
Microsoft DirectShow 9.0 |
IAMPushSource::GetStreamOffset
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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also