ILMNetSnk::GetFastestQueueDuration

Summary

Gets the network sink's client queue duration for undelivered sample buffers.

Syntax

#include "ILMNetSnk2.h"

Language Syntax
C HRESULT ILMNetSnk_GetFastestQueueDuration(pNetSnk, pValue)
C++ HRESULT GetFastestQueueDuration(pValue)

Parameters

ILMNetSnk *pNetSnk

Pointer to an ILMNetSnk interface.

double *pValue

Pointer to a variable to be updated with the total presentation time needed (in REFERENCE_TIME units, 1/10000000 of a second) for the undelivered samples on the network sink's fastest client connection. |

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Returns

This function is used internally by the Network Multiplexer filter to determine when to drop video samples because of slow connections.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.