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(); |
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7