USB 2.0 USB 3.x GigE |
- |
Syntax
INT isavi_GetAVISize (INT nAviID, float* size)
Description
Use isavi_GetAVISize() to retrieve the size of the frame sequence saved to the current AVI file.
Input parameters
nAviID |
Instance ID set by the isavi_InitAVI() function |
size |
Size in kBytes |
Return values
IS_AVI_NO_ERR |
No error, function executed successfully. |
IS_AVI_ERR_INVALID_ID |
The indicated AVI instance could not be found. Either the AVI ID is invalid or the instance has already been deleted using isavi_ExitAVI(). |
Related functions