Microsoft DirectX 9.0

IAMLatency::GetLatency

The GetLatency method retrieves the expected latency associated with this filter.

Syntax

HRESULT GetLatency(
  REFERENCE_TIME *prtLatency
);

Parameters

prtLatency

[in] Pointer to a variable that receives the latency in 100-nanosecond units.

Return Values

Returns S_OK if successsful, or an error code otherwise.

See Also