Microsoft DirectX 9.0 |
The GetTime method retrieves the stream times at which the sample should start and stop.
Syntax
HRESULT GetTime(
REFERENCE_TIME *pTimeStart,
REFERENCE_TIME *pTimeEnd
);
Parameters
pTimeStart
[out] Pointer to a variable that receives the start time.
pTimeEnd
[out] Pointer to a variable that receives the stop time. If the sample has no stop time, the value is set to the start time plus one.
Return Values
Returns one of the following values.
Return code | Description |
S_OK | Success. |
VFW_E_SAMPLE_TIME_NOT_SET | The sample does not have any time stamps. |
VFW_S_NO_STOP_TIME | The sample has a valid start time but no stop time. |
See Also