IRTPRPHFilter::GetTimeoutDuration

[This is preliminary documentation and subject to change.]

Get the duration of the time periods in which to queue reordered and reassembled buffers.

HRESULT GetTimeoutDuration(
  LPDWORD lpdwDejitterTime,
  LPDWORD lpdwLostPacketTime
);
 

Parameters

lpdwDejitterTime
[out] Pointer to duration in milliseconds that any one buffer may be queued.
lpdwLostPacketTime
[out] Pointer to duration in milliseconds before a packet is presumed lost.

Return Values

E_POINTER
One or both pointers is not valid.
NOERROR
The timeout durations have been returned successfully.