LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
GetFastestQueueDuration Method
See Also 
LMNetSnk Namespace > ILMNetSnk Interface : GetFastestQueueDuration Method



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

Syntax

Visual Basic (Declaration) 
<DispIdAttribute(23)>
Function GetFastestQueueDuration() As Double
Visual Basic (Usage)Copy Code
Dim instance As ILMNetSnk
Dim value As Double
 
value = instance.GetFastestQueueDuration()
C# 
[DispIdAttribute(23)]
double GetFastestQueueDuration()
C++/CLI 
[DispIdAttribute(23)]
double GetFastestQueueDuration(); 

Remarks

This value indicates the total presentation time needed (in REFERENCE_TIME units, 1/10000000 of a second) for the undelivered samples on the network sinks fastest client connection. This method is used internally by the Network Mutiplexer filter to determine when to drop video samples for slow connections.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also