Microsoft DirectX 9.0 |
The GetStartTime method retrieves the reference time that was used when the filter graph was last put into a running state.
Syntax
HRESULT GetStartTime(
REFERENCE_TIME *prtStart
);
Parameters
prtStart
[out] Pointer to a variable that receives the start time.
Return Value
Returns one of the following HRESULT values.
Value | Description |
S_OK | Success. |
VFW_E_WRONG_STATE | Filter graph is not in a running state. |
Remarks
The filter graph must currently be in a running state or this method will fail.