You are here: Start » AVL.NET » GenicamInvoke.GigEVision_GetStreamingStatistics
GenicamInvoke.GigEVision_GetStreamingStatistics
Retrieves basic statistics of video streaming out of a GigEVision device.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GigEVision_GetStreamingStatistics ( int inDeviceHandle, bool inReset, Avl.GigEVision_StreamingStatistics outStatistics )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inDeviceHandle | int | Handle of an opened device that is streaming video. | ||
![]()  | inReset | bool | True to reset internal device statistics after read. | ||
![]()  | outStatistics | Avl.GigEVision_StreamingStatistics | 


